@charset "UTF-8";
@charset "UTF-8";

 @-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
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 {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//movenord.com.br/wp-content/themes/bouwer/fonts/glyphicons-halflings-regular.eot);
src: url(//movenord.com.br/wp-content/themes/bouwer/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//movenord.com.br/wp-content/themes/bouwer/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//movenord.com.br/wp-content/themes/bouwer/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//movenord.com.br/wp-content/themes/bouwer/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//movenord.com.br/wp-content/themes/bouwer/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: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: Roboto;
line-height: 28px;
font-weight: 400;
font-style: normal;
color: #666666;
font-size: 17px;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:focus {
outline: none;
}
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 {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
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: #777;
}
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: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 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: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eee;
}
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: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.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';
}
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;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
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 {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -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-right: 15px;
padding-left: 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: auto;
}
.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: auto;
}
.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: auto;
}
.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: auto;
}
.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: auto;
}
.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: auto;
}
.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: auto;
}
.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: auto;
}
.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 {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-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 #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.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 {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-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: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-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, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.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;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
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: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
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%;
}
.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 .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.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;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.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 + .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,
.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-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(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-left-radius: 4px;
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-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.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.3333333;
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: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
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-top-right-radius: 0;
border-bottom-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-top-left-radius: 0;
border-bottom-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 {
z-index: 2;
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 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: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.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 #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
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: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.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 #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
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: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
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-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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 .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.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;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
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: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.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 {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
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: #555;
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: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.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 {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
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: #fff;
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: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.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 {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.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;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.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: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.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;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.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,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.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;
}
}
@-o-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 {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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 {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.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, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(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: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
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: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
line-break: auto;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
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 {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.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;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.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%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd: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-header:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .wp-caption-text , .bypostauthor , .screen-reader-text , .gallery-caption  {
display: block;
}
.wp-caption-text {
margin-top: 15px;  
}
.sticky {
background-color: #f6f9f9; 
padding: 30px; 
border:0 !important;
}
.alignright {
float: right;
margin-left: 1em;   
}
.alignleft  {
float: left;
margin-right: 1em;  
}
.aligncenter {
margin: 0 auto; 
}  @media (max-width:767px){
.col-xs-1:nth-child(12n+1),
.col-xs-2:nth-child(6n+1),
.col-xs-3:nth-child(4n+1),
.col-xs-4:nth-child(3n+1),
.col-xs-6:nth-child(2n+1){
clear: left;
}
} @media (min-width:767px) and (max-width:991px){ 
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1){
clear: left;
} 
} @media (min-width:992px){
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1){
clear: left;
}
} @media (min-width:1200px){
.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-20:nth-child(5n+1),
.col-lg-6:nth-child(2n+1){
clear: left;
}
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-slide {
outline: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}@media (min-width: 768px) {
.nxl_row_flex {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.nxl_row_flex:before,
.nxl_row_flex:after {
display: none;
}
}
.nxl_menu_default {
display: flex;
align-items: center;
}
.nxl_menu_default .nxl_menu.layout1 .nxl_nav > li > a {
padding: 30px 35.5px;
}
.nxl_menu_default .nxl_menu.layout1 .nxl_nav > li.menu-item-design-standard .sub-menu li a {
color: #ffffff;
}
@media (max-width: 991px) {
.nxl_menu_default {
padding: 10px 0;
}
}
img {
max-width: 100%;
height: auto;
}
ul,
ol {
padding: 0;
margin: 0;
list-style-type: none;
}
a {
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
color: #333333;
}
a:hover {
color: #004694;
}
table {
border-collapse: collapse;
width: 100%;
}
table thead th {
border-bottom: 2px solid #bbb;
}
table tr {
border-bottom: 1px solid #eee;
}
table tr td {
padding: 0.4em;
}
.row_st {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.swiper-container {
height: auto;
}
.page-links {
clear: both;
margin-top: 20px;
}
body.category .site-content,
body.blog .site-content,
body.search-results .site-content,
body.tag .site-content,
body.archive.date .site-content {
padding-top: 120px;
padding-bottom: 120px;
}
body.category .nxl_footer_emtry,
body.blog .nxl_footer_emtry,
body.search-results .nxl_footer_emtry,
body.tag .nxl_footer_emtry,
body.archive.date .nxl_footer_emtry {
margin-top: 60px;
}
body.category .no_vc_composer,
body.blog .no_vc_composer,
body.search-results .no_vc_composer,
body.tag .no_vc_composer,
body.archive.date .no_vc_composer {
padding-bottom: 120px;
}
body.category .nxl_blog_grid.layout1 .nxl_blog_item,
body.blog .nxl_blog_grid.layout1 .nxl_blog_item,
body.search-results .nxl_blog_grid.layout1 .nxl_blog_item,
body.tag .nxl_blog_grid.layout1 .nxl_blog_item,
body.archive.date .nxl_blog_grid.layout1 .nxl_blog_item {
margin-bottom: 80px;
border-bottom: 1px dashed #c1c1c1;
padding-bottom: 70px;
}
body.page .no_vc_composer {
padding-bottom: 100px;
}
body.tax-projects_cat .site-content {
padding-top: 120px;
padding-bottom: 40px;
}
body > .site {
overflow: hidden;
position: relative;
}
.nxl_no_transform {
transform: none !important;
-webkit-transform: none !important;
}
.backToTop {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
line-height: 50px !important;
color: #000;
text-align: center;
z-index: 99;
border-radius: 50%;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
background-color: #fff;
opacity: 0;
-webkit-transition: 0.45s all;
-o-transition: 0.45s all;
-ms-transition: 0.45s all;
-moz-transition: 0.45s all;
transition: 0.45s all;
pointer-events: none;
-webkit-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%);
}
.backToTop.totop-show {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.mega_hvr_btn {
font-weight: 600;
font-family: Poppins;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap {
display: block;
margin-bottom: 10px;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text {
height: 60px;
line-height: 60px;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea {
height: 140px;
padding-top: 56px;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea {
font-size: 16px;
padding-left: 0px;
border-bottom: 5px solid #f0f0f0;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text ::-webkit-input-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea ::-webkit-input-placeholder { color: #999999;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text ::-moz-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea ::-moz-placeholder { color: #999999;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text :-ms-input-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea :-ms-input-placeholder { color: #999999;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text :-moz-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea :-moz-placeholder { color: #999999;
}
.wpcf7 .wpcf7-submit {
padding: 18px 45px;
border: 1px solid;
font-size: 16px;
color: #ffffff;
background-color: #000000;
border-radius: 0px;
font-weight: 600;
font-family: Poppins;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
outline: none;
margin-top: 12px;
}
.wpcf7 .wpcf7-submit:hover {
background-color: #004694;
}
.wpcf7 .wpcf7-form-control-wrap {
display: block;
margin-bottom: 10px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text {
height: 60px;
line-height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea {
height: 140px;
padding-top: 20px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea {
border: none;
background-color: #ffffff;
outline: none;
font-size: 13px;
width: 100%;
padding-left: 30px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text ::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea ::-webkit-input-placeholder { color: #8e8e8e;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text ::-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea ::-moz-placeholder { color: #8e8e8e;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text :-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea :-ms-input-placeholder { color: #8e8e8e;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text :-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea :-moz-placeholder { color: #8e8e8e;
}
.mc4wp-form {
border-bottom: 3px solid #929292;
}
.mc4wp-form .mc4wp-form-fields {
position: relative;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
background: transparent;
border: none;
outline: none;
width: 100%;
padding: 10px 0;
font-family: Poppins;
width: calc(100% - 132px);
font-size: 15px;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder { color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder { color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields button {
color: #bdbdbd;
background: transparent;
border: none;
outline: none;
font-size: 40px;
position: absolute;
right: 0;
top: 8px;
}
.mc4wp-form .mc4wp-form-fields button.type2 {
DISPLAY: NONE;
}
@media (min-width: 1200px) {
.col-lg-25 {
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-25 {
width: 20%;
float: left;
}
}
.nxl_pagination_blogs {
margin-top: 10px;
}
.nxl-pagination {
text-align: center;
}
.nxl-pagination .nxl_pagi_inner {
display: inline-block;
border: 1px solid #444444;
padding: 0px 55px;
position: relative;
height: 70px;
line-height: 70px;
}
.nxl-pagination .nxl_pagi_inner > a {
border: 1px solid #444444;
height: 70px;
top: -1px;
width: 50px;
position: absolute;
font-size: 12px;
color: #444444;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl-pagination .nxl_pagi_inner > a:hover {
background-color: #444444;
color: #ffffff;
}
.nxl-pagination .nxl_pagi_inner > a.next {
right: -50px;
}
.nxl-pagination .nxl_pagi_inner > a.prev {
left: -50px;
}
.nxl-pagination .nxl_pagi_inner ul {
padding: 0;
}
.nxl-pagination .nxl_pagi_inner ul li {
display: inline-block;
position: relative;
vertical-align: middle;
list-style: none;
}
.nxl-pagination .nxl_pagi_inner ul li:after {
display: inline-block;
content: "";
background-color: #333333;
width: 2px;
height: 2px;
margin: 0 20px;
}
.nxl-pagination .nxl_pagi_inner ul li:last-child:after {
display: none;
}
.nxl-pagination .nxl_pagi_inner ul li span:not(.fa),
.nxl-pagination .nxl_pagi_inner ul li a {
font-size: 18px;
font-weight: 600;
color: #333333;
font-family: Poppins;
}
.nxl-pagination .nxl_pagi_inner ul li span:not(.fa).current,
.nxl-pagination .nxl_pagi_inner ul li a.current {
color: #004694;
} .error-404 .page-content-error {
margin-top: 100px;
margin-bottom: 120px;
max-width: 700px;
}
.error-404 .page-content-error .icon_404 {
line-height: 200px;
}
.error-404 .page-content-error p {
margin-bottom: 50px;
margin-top: 30px;
text-align: center;
}
.error-404 .icon_404 {
display: block;
margin: 0 auto;
color: #e3e7e7;
font-size: 160px;
text-align: center;
}
.error-404 .search-form {
border-bottom: 5px solid #f0f0f0;
text-align: center;
position: relative;
padding: 0 10%;
padding-bottom: 15px;
}
.error-404 .search-form .search-submit {
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
display: inline-block;
}
.error-404 .search-form .search-field {
width: 90%;
border: 0;
outline: 0;
padding-left: 50px;
display: inline-block;
}
.mfp-zoom-in {   }
.mfp-zoom-in .mfp-content > div {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content > div {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content > div {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-wrap,
.mfp-bg {
z-index: 99999;
}
.nxl_close_search {
position: absolute;
top: -50px;
left: 49%;
color: #ffffff;
font-size: 30px !important;
cursor: pointer;
font-size: 35px !important;
}
#nxl_search_popup .mfp-close {
display: none;
}
#nxl_search_popup .nxl_search_popup_inner form {
max-width: 560px;
margin: 0 auto;
position: relative;
}
#nxl_search_popup .nxl_search_popup_inner form .search-submit {
position: absolute;
right: 0;
width: 70px;
background: #000000;
border: none;
color: #ffffff;
font-size: 20px;
outline: none;
height: 70px;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field {
border: none;
width: calc(100% - 70px);
outline: none;
font-size: 18px;
padding: 0 15px;
height: 70px;
background: #ffffff;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field::-webkit-input-placeholder { color: #999999;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field::-moz-placeholder { color: #999999;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field:-ms-input-placeholder { color: #999999;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field:-moz-placeholder { color: #999999;
}
.no_vc_composer {
padding-top: 100px;
}
.no_vc_composer .wp-block-separator {
margin: 1.65em 0;
}
.no_vc_composer ul:not(.wp-block-gallery),
.no_vc_composer ol {
margin: 0;
padding-left: 1.9rem;
margin-bottom: 32px;
}
.no_vc_composer ul {
list-style-type: disc;
}
.no_vc_composer ol {
list-style-type: decimal;
}
.no_vc_composer ul ul ul {
list-style-type: circle;
}
.no_vc_composer ul ul,
.no_vc_composer ol ol {
padding-left: 2.5rem;
}
.no_vc_composer li > ul,
.no_vc_composer li > ol {
margin-bottom: 0;
}
.no_vc_composer dd {
margin: 0 1.5em 1.5em;
}
.no_vc_composer dt {
font-weight: 700;
}
.no_vc_composer .entry-title {
color: #333333;
margin-bottom: 30px;
font-family: Poppins;
font-size: 45px;
font-weight: 600;
}
.no_vc_composer .no_vc_composer_blog .entry-title {
margin-bottom: 60px;
}
.no_vc_composer p {
margin: 32px 0;
}
.no_vc_composer .wp-block-quote cite {
color: #6c7781;
}
.no_vc_composer .wp-block-embed {
margin-bottom: 1.5em;
}
.no_vc_composer li {
margin-bottom: 7px;
}
.no_vc_composer .wp-block-image figcaption {
margin-top: 1em;
}
.no_vc_composer .wp-block-table td,
.no_vc_composer .wp-block-table th {
border: 0;
}
.no_vc_composer .wp-block-quote.is-style-large cite,
.no_vc_composer .wp-block-quote.is-style-large footer,
.no_vc_composer .wp-block-quote.is-large cite,
.no_vc_composer .wp-block-quote.is-large footer {
font-size: 14px;
}
.no_vc_composer blockquote {
border-left: 0;
}
.no_vc_composer .wp-block-preformatted {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 14px;
line-height: 1.8;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
.no_vc_composer pre.wp-block-verse {
white-space: nowrap;
overflow: auto;
display: block;
padding: 9.5px;
margin: 0 0 20px;
font-size: 13px;
line-height: 1.8;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
font-family: inherit;
}
.no_vc_composer .wp-block-button__link {
padding: 15px 24px;
}
.no_vc_composer .wp-block-column p {
margin: 0;
}
.no_vc_composer .wp-block-column {
margin-bottom: 0;
}
.no_vc_composer .wp-block-table td,
.no_vc_composer .wp-block-table th {
padding: 1.2em 0;
}
.no_vc_composer .wp-block-cover.alignfull,
.no_vc_composer .wp-block-gallery.alignfull {
max-width: 100vw;
width: 100vw;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
margin-left: 50%;
}
.no_vc_composer .alignfull {
max-width: 100vw;
width: 100vw;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
margin-left: 50%;
}
.no_vc_composer .wp-block-quote:not(.is-large):not(.is-style-large) {
padding-left: 20px;
border-left: 4px solid #000;
}
.no_vc_composer .wp-block-latest-posts {
margin-bottom: 32px;
}
.no_vc_composer .wp-block-cover.alignright {
margin-bottom: 50px;
}
.no_vc_composer blockquote p:last-child {
margin-top: 0;
}
.no_vc_composer .wp-block-image {
margin-bottom: 1.9em;
}
.no_vc_composer .wp-block-gallery {
margin-top: 32px;
margin-bottom: 32px;
}
.no_vc_composer .wp-block-image.alignfull {
max-width: 100vw;
width: 100vw;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
margin-left: 50%;
margin-bottom: 38px;
}
.no_vc_composer .alignwide {
max-width: calc(100% + 100px);
width: calc(100% + 100px);
margin-left: -50px;
margin-right: -50px;
}
.no_vc_composer .wp-block-cover-image.has-background-dim:before,
.no_vc_composer .wp-block-cover.has-background-dim:before {
z-index: 0;
}
.no_vc_composer .wp-block-latest-posts {
padding-left: 2.5em;
}
.no_vc_composer .wp-block-quote.is-style-large,
.no_vc_composer .wp-block-quote.is-large {
border: 0;
}
.no_vc_composer .wp-block-button {
margin-bottom: 3em !important;
}
.no_vc_composer .wp-block-archives li,
.no_vc_composer .wp-block-categories li {
list-style: none;
} @media (min-width: 768px) {
.vc_row .container {
padding: 0;
}
}
.vc_row.vc_row-o-equal-height > div > .vc_column_container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-top > div {
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-bottom > div {
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-bottom > div > .vc_column_container > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.vc_row.vc_row-o-equal-height > div {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.vc_row.vc_row-o-equal-height > div:before,
.vc_row.vc_row-o-equal-height > div:after {
display: none;
}
.vc_row.vc_row-o-equal-height > div > .vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.nxl_text_custom {
-webkit-transform: translate(80px, 70px) rotate(-90deg);
-o-transform: translate(80px, 70px) rotate(-90deg);
-ms-transform: translate(80px, 70px) rotate(-90deg);
-moz-transform: translate(80px, 70px) rotate(-90deg);
transform: translate(80px, 70px) rotate(-90deg);
height: 90px;
min-width: 430px;
transform-origin: 0 50%;
}
.nxl_text_custom h4 {
font-size: 42px;
font-family: Poppins;
color: #333333;
font-weight: bold;
}
.nxl_text_custom p {
font-size: 20px;
}
.custom_row_service_box > div {
margin: 0 -30px;
}
.nxl_background_attachment_fixed {
background-attachment: fixed;
}
.list_check {
padding: 0;
list-style-type: none;
}
.list_check li {
margin-bottom: 5px;
}
.list_check li i {
margin-right: 17px;
display: inline-block;
vertical-align: middle;
}
.list_check_2 {
padding: 0;
list-style-type: none;
}
.list_check_2 li {
margin-bottom: 6px;
}
.list_check_2 li i {
margin-right: 17px;
font-size: 11px;
} .vc_pie_chart .wpb_heading {
font-size: 18px;
font-weight: 500;
margin-top: 16px;
}
.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
border: 13px solid #bfbebe !important;
}
.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
font-size: 24px;
font-weight: 600;
font-family: Poppins;
}
.nxl_html_home3 > div {
font-size: 18px;
font-family: Poppins;
color: #444444;
margin-bottom: 10px;
}
.nxl_html_home3 > div:last-child {
margin-bottom: 0;
}
.nxl_html_home3 > div span:first-child {
font-weight: bold;
margin-right: 1px;
width: 126px;
display: inline-block;
}
.nxl_html_home3 > div span:last-child {
display: inline-block;
width: calc(100% - 135px);
vertical-align: top;
line-height: 30px;
}
@media (min-width: 1570px) {
body .video_bg_custom {
background-position: top right !important;
background-repeat-x: no-repeat !important;
}
body .video_bg_custom .custom_column_mr .vc_column-inner {
-webkit-transform: translateX(20%);
-o-transform: translateX(20%);
-ms-transform: translateX(20%);
-moz-transform: translateX(20%);
transform: translateX(20%);
}
}
.custom_row_blow_slider {
z-index: -1;
position: relative;
}
.custom_row_boxshadow {
box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
}
@media (min-width: 768px) {
.custom_coloum_width.vc_col-sm-7 {
width: 56.5%;
}
.custom_coloum_width.vc_col-sm-5 {
width: 43.5%;
}
}
.margin_am .no-container {
margin: 0 -3.2%;
}
.overflow_visible {
overflow: visible !important;
}
.wpb_gallery .wpb_image_grid .wpb_image_grid_ul {
margin: 0 -7.5px;
}
.wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
padding: 0 7.5px;
}
.wpb_single_image .wpb_singleimage_heading {
display: inline-block;
font-size: 14px;
margin-bottom: 0;
margin-top: 18px;
}
.wpb_single_image .wpb_singleimage_heading:before {
display: inline-block;
vertical-align: middle;
height: 1px;
width: 62px;
background-color: #606060;
content: "";
margin-right: 21px;
}
.wpb_single_image .wpb_singleimage_heading:after {
display: inline-block;
vertical-align: middle;
height: 1px;
width: 62px;
background-color: #606060;
content: "";
margin-left: 21px;
}
.nxl_address {
background-color: #f6f9f9;
padding: 20% 14%;
min-height: 307px;
}
.nxl_address span {
color: #333333;
font-size: 50px;
}
.nxl_address h3 {
color: #333333;
font-size: 20px;
font-weight: bold;
margin-top: 25px;
margin-bottom: 17px;
}
.nxl_address p {
font-size: 16px;
color: #333333;
margin-bottom: -4px;
}
@media (max-width: 767px) {
body .padding_0 {
padding: 0px !important;
}
body .padding_50 {
padding-bottom: 60px !important;
}
body .mr_45 {
margin-bottom: 45px !important;
}
body .padding_15m {
padding: 0px 15px !important;
}
body .padding_15m2 .vc_column-inner {
padding: 0px 15px !important;
}
body .padding_04 .vc_column-inner {
padding: 0px !important;
}
.textleft {
text-align: left !important;
}
body .padding_02m .vc_column-inner {
padding: 0px 45px !important;
}
.wpb_single_image .wpb_singleimage_heading:before,
.wpb_single_image .wpb_singleimage_heading:after {
display: none;
}
}
@media (max-width: 1500px) {
body .padding_1500 .vc_column-inner {
padding-left: 10% !important;
padding-right: 10% !important;
}
}
@media (max-width: 991px) {
body .font_size_30 {
font-size: 27px !important;
}
.nxl_html_home3 > div span:first-child {
display: block;
width: 100%;
}
.nxl_html_home3 > div span:last-child {
width: 100%;
}
body .padding_05 .vc_column-inner {
padding: 0px 15px !important;
}
body .padding_06 .vc_column-inner {
padding: 0px !important;
}
body .marign_0 .vc_column-inner {
margin: 0 !important;
}
}
@media (max-width: 1199px) {
body .padding_02 .vc_column-inner {
padding: 0px 15px !important;
}
.margin_am .no-container {
margin: 0;
}
body .padding_03 {
padding: 0px !important;
}
.custom_mega .nxl_menu .nxl_nav > li.menu-item-position-center .mega_menu {
left: -59%;
}
} .loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999999999;
background: #fff;
}
.loader.loaded {
opacity: 0;
visibility: hidden;
position: none;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.loader .loading_logo {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
left: 0;
margin-top: -30px;
text-transform: uppercase;
color: #676a6a;
font-size: 14px;
font-weight: 500;
letter-spacing: 6px;
}
.loader .loading_logo img {
display: block;
margin: 0 auto;
max-width: 80px;
}
.loader .loading_logo .animation_loading_js {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
width: 60px;
height: auto;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
}
.loader .loading_logo .animation_loading_js:before {
content: '';
display: inline-block;
width: 130px;
height: 130px;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
margin: -65px 0 0 -65px;
border-top: 3px solid transparent;
border-right: 3px solid #004694;
border-bottom: 3px solid transparent;
border-left: 3px solid transparent;
border-radius: 50em;
-webkit-animation: rotate360 1s linear both infinite;
animation: rotate360 1s linear both infinite;
}
@-webkit-keyframes rotate360 {
0% {
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
}
100% {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
@keyframes rotate360 {
0% {
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
}
100% {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
.nxl_html_top {
font-size: 14px;
}
.nxl_html_top > span:first-child:after {
width: 1px;
height: 10px;
background-color: #c1c1c1;
display: inline-block;
vertical-align: middle;
margin: 0 35px;
content: "";
}
.nxl_html_top > span span {
color: #004694;
margin-right: 4px;
}
#nxl_header {
z-index: 9999 !important;
}
#nxl_header .nxl_header_mobile > p {
margin: 0;
}
#nxl_header .nxl_header_inner > p {
margin: 0;
}
#nxl_header .nxl_header_inner {
z-index: 9999 !important;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
#nxl_header .nxl_header_mobile {
display: none;
}
.nxl_header_sticky {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 99 !important;
position: fixed;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
top: 0;
-webkit-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
-ms-transition: 0.7s all;
-moz-transition: 0.7s all;
transition: 0.7s all;
}
.nxl_header_sticky.stick {
opacity: 1;
visibility: visible;
pointer-events: auto;
-webkit-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.nxl_header_sticky_offset {
z-index: 99 !important;
margin: 0 !important;
}
.is-sticky .nxl_header_sticky_offset {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nxl_menu {      }
.nxl_menu.nav_menu_default.layout1 .nxl_nav > li > a {
padding: 25px 18.5px;
font-size: 15px;
}
.nxl_menu.layout1 .nxl_nav {
width: 100%;
position: relative;
display: inline-block;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.nxl_menu.layout1 .nxl_nav > li {
border-top: 1px dashed #b5b5b5;
border-right: 1px dashed #b5b5b5;
border-bottom: 1px dashed #b5b5b5;
}
.nxl_menu.layout1 .nxl_nav > li > a {
padding: 21px 35.5px;
}
.nxl_menu.layout1 .nxl_nav > li:first-child {
border-left: 1px dashed #b5b5b5;
}
.nxl_menu.layout2 .nxl_nav {
width: 100%;
position: relative;
display: inline-block;
align-items: center;
}
.nxl_menu.layout2 .nxl_nav > li > a {
padding: 23px 16.5px;
}
.nxl_menu.layout3 .nxl_nav {
width: 100%;
position: relative;
display: inline-block;
align-items: center;
}
.nxl_menu.layout3 .nxl_nav > li {
border-left: 1px solid #eaeaea;
}
.nxl_menu.layout3 .nxl_nav > li > a {
padding: 23px 30px;
}
.nxl_menu.text-left .nxl_nav {
-ms-flex-pack: start;
justify-content: flex-start;
}
.nxl_menu.text-center .nxl_nav {
-ms-flex-pack: center;
justify-content: center;
}
.nxl_menu.text-right .nxl_nav {
-ms-flex-pack: end;
justify-content: flex-end;
}
.nxl_menu .nxl_nav {
padding: 0;
}
.nxl_menu .nxl_nav li {
list-style-type: none;
}
.nxl_menu .nxl_nav li a {
display: block;
}
.nxl_menu .nxl_nav > li {
display: inline-block;
position: relative;
}
.nxl_menu .nxl_nav > li > a {
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_menu .nxl_nav > li.menu-item-design-mega_menu_full_width {
position: static;
}
.nxl_menu .nxl_nav > li.menu-item-position-center .mega_menu {
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.nxl_menu .nxl_nav > li.menu-item-position-right .mega_menu {
right: 0;
}
.nxl_menu .nxl_nav > li .mega_menu {
position: absolute;
visibility: hidden;
z-index: 999;
}
.nxl_menu .nxl_nav > li .mega_menu .megasub {
min-width: 220px;
left: 0;
top: 100%;
padding: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
-webkit-transform: translateY(15px);
-o-transform: translateY(15px);
-ms-transform: translateY(15px);
-moz-transform: translateY(15px);
transform: translateY(15px);
pointer-events: none;
z-index: 1;
text-align: left;
}
.nxl_menu .nxl_nav > li .mega_menu .megasub:before {
background-color: #ffffff;
position: absolute;
top: 104px;
right: -5px;
content: "";
width: calc(100% - 54px);
height: calc(100% - 99px);
z-index: -2;
}
.nxl_menu .nxl_nav > li .mega_menu .container {
width: 100%;
}
.nxl_menu .nxl_nav > li .mega_menu .vc_row {
margin: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul {
padding: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li {
margin-bottom: 20px;
position: relative;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child {
margin-bottom: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child:before {
display: none;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:before {
content: "";
background-color: #ffffff;
width: 22px;
height: 1px;
bottom: -12px;
left: 0;
position: absolute;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li a {
color: #ffffff;
font-size: 14px;
font-family: Poppins;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:hover a {
-webkit-transform: translateX(5px);
-o-transform: translateX(5px);
-ms-transform: translateX(5px);
-moz-transform: translateX(5px);
transform: translateX(5px);
}
.nxl_menu .nxl_nav > li .mega_menu_full_width {
position: absolute;
min-width: 220px;
left: -88px;
top: 100%;
padding: 0;
width: calc(100% + 176px);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
-webkit-transform: translateY(15px);
-o-transform: translateY(15px);
-ms-transform: translateY(15px);
-moz-transform: translateY(15px);
transform: translateY(15px);
pointer-events: none;
z-index: 1;
text-align: left;
}
.nxl_menu .nxl_nav > li .mega_menu_full_width .container {
width: 100%;
}
.nxl_menu .nxl_nav > li .mega_menu_full_width .vc_row {
margin: 0;
}
.nxl_menu .nxl_nav > li .mega_menu_full_width:before {
background-color: #ffffff;
position: absolute;
top: 104px;
right: -5px;
content: "";
width: calc(100% - 54px);
height: calc(100% - 99px);
z-index: -2;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul {
padding: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li {
margin-bottom: 20px;
position: relative;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child {
margin-bottom: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child:before {
display: none;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:before {
content: "";
background-color: #ffffff;
width: 22px;
height: 1px;
bottom: -12px;
left: 0;
position: absolute;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li a {
color: #ffffff;
font-size: 14px;
font-family: Poppins;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:hover a {
-webkit-transform: translateX(5px);
-o-transform: translateX(5px);
-ms-transform: translateX(5px);
-moz-transform: translateX(5px);
transform: translateX(5px);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu {
position: absolute;
min-width: 220px;
left: 0;
top: 100%;
padding: 0;
padding-top: 12px;
padding-bottom: 12px;
background-color: #004694;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu:before {
background-color: #ffffff;
position: absolute;
top: 60px;
right: -5px;
content: "";
width: calc(100% - 54px);
height: calc(100% - 54px);
z-index: -2;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
z-index: -1;
background-color: #004694;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li {
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li.menu-item-has-children:after {
content: "\f0da";
font-family: FontAwesome;
font-size: 15px;
position: absolute;
right: 26px;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li a {
padding: 12px 40px 12px 25px;
position: relative;
z-index: 1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:before {
position: absolute;
content: "";
width: 0px;
height: 100%;
background-color: #ffffff;
left: 0;
top: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover {
background: rgba(0, 0, 0, 0.3);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover:before {
width: 6px;
opacity: 1;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover > a {
-webkit-transform: translateX(15px);
-o-transform: translateX(15px);
-ms-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover > a:after {
-webkit-transform: translateX(-15px);
-o-transform: translateX(-15px);
-ms-transform: translateX(-15px);
-moz-transform: translateX(-15px);
transform: translateX(-15px);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu {
position: absolute;
min-width: 220px;
top: 0;
left: calc(100% + 5px);
padding: 0;
padding-top: 12px;
padding-bottom: 12px;
background-color: #004694;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu:before {
background-color: #ffffff;
position: absolute;
top: 60px;
right: -5px;
content: "";
width: calc(100% - 54px);
height: calc(100% - 54px);
z-index: -2;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
z-index: -1;
background-color: #004694;
}
.nxl_menu .nxl_nav > li .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
-webkit-transform: translateY(15px);
-o-transform: translateY(15px);
-ms-transform: translateY(15px);
-moz-transform: translateY(15px);
transform: translateY(15px);
pointer-events: none;
z-index: 1;
text-align: left;
}
.nxl_menu .nxl_nav > li .sub-menu li.menu-item-has-children .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
-webkit-transform: translateX(15px);
-o-transform: translateX(15px);
-ms-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
pointer-events: none;
z-index: 1;
}
.nxl_menu .nxl_nav > li .sub-menu li.menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
display: block;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
pointer-events: auto;
}
.nxl_menu .nxl_nav > li:hover .mega_menu {
visibility: visible;
}
.nxl_menu .nxl_nav > li:hover .mega_menu .megasub,
.nxl_menu .nxl_nav > li:hover .mega_menu_full_width,
.nxl_menu .nxl_nav > li:hover .sub-menu {
opacity: 1;
visibility: visible;
display: block;
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
pointer-events: auto;
} .nxl_header_1 .nxl_header_mobile .nxl_account {
margin: 0 -2px;
}
.nxl_header_1 .nxl_header_mobile .nxl_account > div {
margin: 0 2px;
}
.nxl_header_1 .nxl_header_mobile .nxl_account > div a > ins {
font-size: 13px;
margin-left: 5px;
}
.nxl_header_1 .nxl_header_inner .nxl_account {
margin: 0 -15px;
}
.nxl_header_1 .nxl_header_inner .nxl_account > div {
margin: 0 15px;
font-size: 14px;
}
.nxl_header_1 .nxl_header_inner .nxl_account > div > a {
color: #444444;
}
.nxl_header_1 .nxl_header_inner .nxl_account > div > a > span {
margin-right: 2px;
} .nxl_header_2 {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 9999;
}
.nxl_header_2 .nxl_header_mobile .nxl_account {
margin: 0 -5px;
}
.nxl_header_2 .nxl_header_mobile .nxl_account > div {
margin: 0 5px;
}
.nxl_header_2 .nxl_header_mobile .nxl_account > div.nxt_account_mini > a {
width: auto;
height: auto;
line-height: initial;
border: none;
}
.nxl_header_2 .is-sticky .nxl_header_inner {
background-color: #000000;
}
.nxl_header_2 .nxl_account {
margin: 0 -30px;
}
.nxl_header_2 .nxl_account > div {
margin: 0 30px;
font-size: 14px;
}
.nxl_header_2 .nxl_account > div.nxt_search_mini > a > span {
font-size: 15px;
}
.nxl_header_2 .nxl_account > div.nxt_account_mini > a {
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
border: 1px solid #ffffff;
display: block;
}
.nxl_header_2 .nxl_account > div.nxt_account_mini > a > span {
font-size: 16px;
}
.nxl_header_2 .nxl_account > div > a {
color: #444444;
}
.nxl_header_2 .nxl_account > div > a > span {
margin-right: 2px;
color: #ffffff;
}  .nxl_header_3 .nxl_header_mobile .nxl_account {
margin: 0 -2px;
}
.nxl_header_3 .nxl_header_mobile .nxl_account > div {
margin: 0 2px;
}
.nxl_header_3 .nxl_header_mobile .nxl_account > div a > ins {
font-size: 13px;
margin-left: 5px;
}
.nxl_header_3 .vc_row[data-vc-full-width] {
overflow: unset;
}
.nxl_header_3 .vc_row[data-vc-full-width] .vc_column_container {
min-height: 0;
}  .nxl_header_4 .nxl_header_mobile .nxl_account > div {
width: 50px;
line-height: 50px;
}
.nxl_header_4 .nxl_account > div {
width: 80px;
background: #f5f5f5;
text-align: center;
line-height: 75px;
}
.nxl_header_4 .nxl_account > div a {
display: block;
}
.nxl_header_4 .nxl_account > div a > span {
color: #333333;
} .nxl_header_6 {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.nxl_header_6 .is-sticky .nxl_header_inner {
background-color: #000000;
}
.nxl_header_6 .nxl_account > div.nxt_account_mini {
border: 1px solid #999999;
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
margin-right: 5px;
}
.nxl_header_6 .nxl_account > div.nxt_account_mini > a {
display: block;
}
.nxl_header_6 .nxl_account > div.nxt_search_mini {
margin-right: 25px;
}
.nxl_header_6 .nxl_account > div.nxt_cart_mini {
border: 1px solid;
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
}
.nxl_header_6 .nxl_account > div.nxt_cart_mini > a > span {
font-size: 19px;
}
.nxl_header_6 .nxl_account > div > a > span {
color: #ffffff;
font-size: 15px;
} .nxl_header_7 .nxl_account > div.nxt_account_mini {
border: 1px solid #999999;
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
margin-right: 5px;
margin-left: 25px;
}
.nxl_header_7 .nxl_account > div.nxt_account_mini > a {
display: block;
}
.nxl_header_7 .nxl_account > div.nxt_cart_mini {
border: 1px soli;
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
}
.nxl_header_7 .nxl_account > div.nxt_cart_mini > a > span {
font-size: 19px;
color: #ffffff;
}
.nxl_header_7 .nxl_account > div > a > span {
color: #000000;
font-size: 15px;
} .nxl_header_5 .nxl_header_mobile .nxl_account {
margin: 0 -5px;
}
.nxl_header_5 .nxl_header_mobile .nxl_account > div {
margin: 0 5px;
}  .nxl_header_7 .nxl_html_header7 {
text-align: right;
}
.nxl_header_7 .nxl_html_header7 .nxl_menu.layout2 .nxl_nav > li > a {
padding: 23px 21.5px;
}
.nxl_header_7 .nxl_html_header7 .call_7 {
display: inline-block;
vertical-align: middle;
text-align: left;
margin-right: 65px;
padding-bottom: 10px;
}
.nxl_header_7 .nxl_html_header7 .call_7 i {
font-size: 14px;
margin-right: 1px;
display: inline-block;
}
.nxl_header_7 .nxl_html_header7 .call_7 span {
font-size: 14px;
color: #333333;
letter-spacing: 0.2px;
font-family: Poppins;
}
.nxl_header_7 .nxl_html_header7 .call_7 h4 {
font-size: 24px;
font-weight: 400;
color: #333333;
font-family: Poppins;
letter-spacing: 1px;
margin-top: 8px;
margin-bottom: 0;
}
.nxl_header_7 .nxl_html_header7 .nxl_social {
display: inline-block;
vertical-align: middle;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li {
margin: 0;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li a {
color: #ffffff;
font-size: 14px;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li.facebook a {
border-color: #3b5998;
background-color: #3b5998;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li.google a {
border-color: #d92f2f;
background-color: #d92f2f;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li.twitter a {
border-color: #55acee;
background-color: #55acee;
} .nxl_logo.text-center .nxl_logo_svg {
margin: 0 auto;
}
.nxl_logo.text-right .nxl_logo_svg {
margin: 0 0 0 auto;
}
.nxl_logo .nxl_logo_svg {
max-width: 185px;
display: block;
}
.nxl_logo .nxl_logo_svg img {
width: 100%;
}
.nxl_mobile_nav {
position: fixed;
top: 0;
bottom: 0;
width: 270px;
z-index: 9999;
overflow: hidden;
overflow-y: auto;
left: 0;
-webkit-overflow-scrolling: touch;
background-color: #fff;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: transform .25s ease;
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform .25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.nxl_mobile_nav ul {
float: none;
list-style-type: none;
width: 100% !important;
margin: 0;
padding: 0;
}
.nxl_mobile_nav ul li {
float: none;
width: 100% !important;
position: relative;
}
.nxl_mobile_nav ul li.active > .icon-sub-menu {
background-color: #004694;
color: #ffffff;
}
.nxl_mobile_nav ul li.active > .icon-sub-menu:before {
-webkit-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.nxl_mobile_nav ul li.active > a {
background-color: #eee;
}
.nxl_mobile_nav ul li .icon-sub-menu {
font-size: 20px;
position: absolute;
top: 0;
right: 0;
padding-right: 0;
height: 50px;
line-height: 50px;
width: 50px;
text-align: center;
color: #333333;
border-left: 1px solid rgba(129, 129, 129, 0.2);
cursor: pointer;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transition: background-color 0.25s ease, color 0.25s ease;
transition: background-color 0.25s ease, color 0.25s ease;
}
.nxl_mobile_nav ul li .icon-sub-menu:before {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
display: block;
}
.nxl_mobile_nav ul li > a {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
min-height: 50px;
line-height: 50px;
padding-right: 20px;
padding-left: 20px;
font-size: 14px;
font-weight: 500;
color: #333333;
border-bottom: 1px solid rgba(129, 129, 129, 0.2);
font-family: Poppins;
}
.nxl_mobile_nav ul li.title-hidden .title-hidden > a {
display: none !important;
}
.nxl_mobile_nav > ul > li {
padding: 0;
list-style: none;
display: block;
margin: 0;
position: relative;
text-align: left;
}
.nxl_mobile_nav > ul > li > .sub-menu {
background: none !important;
padding: 0 !important;
}
.nxl_mobile_nav > ul > li > .mega-menu,
.nxl_mobile_nav > ul > li > .sub-menu {
display: none;
}
.nxl_mobile_nav > ul > li > .mega-menu > .sub-menu,
.nxl_mobile_nav > ul > li > .sub-menu > .sub-menu {
display: block !important;
}
.nxl_mobile_nav > ul > li > .mega-menu .sub-menu,
.nxl_mobile_nav > ul > li > .sub-menu .sub-menu {
display: none;
background: none !important;
padding: 0 !important;
}
.nxl_mobile_nav > ul > li .sub-menu li.menu-item > a {
padding-left: 30px;
color: #666666;
}
.open-mobile-menu .nxl_mobile_nav {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
@media (max-width: 1700px) {
body .nxl_menu_vertical {
top: 10px;
right: 10px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.nxl_menu.layout1 .nxl_nav > li > a {
padding: 17px 22.5px;
}
}
@media (max-width: 991px) {
#nxl_header .nxl_header_inner {
display: none;
}
#nxl_header .nxl_header_mobile {
display: block;
}
}
@media (max-width: 1199px) {
.nxl_menu.layout3 .nxl_nav > li > a {
padding: 23px 25px;
}
.nxl_header_6 .nxl_menu.layout2 .nxl_nav > li > a {
padding: 23px 8.5px;
}
.nxl_header_6 .nxl_account > div.nxt_search_mini {
margin-right: 10px;
}
.nxl_header_6 .nxl_account > div.nxt_account_mini {
width: 40px;
height: 40px;
line-height: 40px;
}
.nxl_header_6 .nxl_account > div.nxt_cart_mini {
width: 40px;
height: 40px;
line-height: 40px;
}
.nxl_header_7 .nxl_account > div.nxt_account_mini {
width: 40px;
height: 40px;
line-height: 40px;
margin-left: 5px;
}
.nxl_header_7 .nxl_account > div.nxt_cart_mini {
width: 40px;
height: 40px;
line-height: 40px;
}
}
@media (max-width: 1350px) {
.nxl_menu_default .nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu {
right: calc(100% + 0px);
left: auto;
}
.nxl_menu_default .nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu:before {
height: 100%;
top: 5px;
right: -6px;
}
}
.nxl_html_footer > div {
font-size: 15px;
font-family: Poppins;
color: #444444;
margin-bottom: 14px;
}
.nxl_html_footer > div:last-child {
margin-bottom: 0;
}
.nxl_html_footer > div span {
font-weight: bold;
margin-right: 1px;
}
.nxl_html_footer_2 {
font-family: Poppins;
color: #333333;
letter-spacing: 0.1px;
}
.nxl_html_footer_2 span {
font-weight: 500;
margin-right: 6px;
}
#nxl_footer .nxl_footer_emtry {
background-color: #f6f9f9;
text-align: center;
padding: 100px 0;
}
#nxl_footer > p {
display: none;
}
#nxl_footer.nxl_footer_2 .nxl_text_list .nxl_text_list_inner {
padding: 0;
margin: 0 -16px;
}
#nxl_footer.nxl_footer_2 .nxl_text_list .nxl_text_list_inner li {
display: inline-block;
margin: 0 16px;
}
#nxl_footer.nxl_footer_2 .nxl_text_list .nxl_text_list_inner li a {
color: #bdbdbd;
border-bottom: 1px solid #bdbdbd;
font-family: Poppins;
font-size: 15px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
#nxl_footer.nxl_footer_3 .nxl_text_list ul {
padding: 0;
}
#nxl_footer.nxl_footer_3 .nxl_text_list ul li {
margin-bottom: 5px;
}
#nxl_footer.nxl_footer_3 .nxl_text_list ul li a {
font-size: 16px;
}
#nxl_footer.nxl_footer_3 .nxl_social {
text-align: right;
}
#nxl_footer.nxl_footer_3 .nxl_social ul {
margin: 0;
}
#nxl_footer.nxl_footer_3 .nxl_social ul li {
margin: 0;
}
#nxl_footer.nxl_footer_3 .mc4wp-form {
border: none;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"] {
border: none;
background-color: #ffffff;
font-size: 14px;
height: 70px;
padding: 0 38px;
font-family: Roboto;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder { color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder { color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields button.type1 {
display: none;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields button.type2 {
display: block;
color: #ffffff;
width: 132px;
height: 70px;
line-height: 70px;
font-weight: bold;
text-align: center;
font-size: 14px;
top: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields button.type2:hover {
background-color: #333333;
}
@media (max-width: 767px) {
#nxl_footer.nxl_footer_3 .nxl_social {
text-align: left;
}
} .nxl_account > div {
display: inline-block;
vertical-align: middle;
}
.nxl_account > div.nxt_search_mini a:after {
content: " ";
display: block;
width: 35px;
height: 35px;
margin: 1px;
border-radius: 50%;
border: 2px solid #666666;
border-color: #666666 #666666 #666666 transparent;
-webkit-animation: lds-dual-ring 1.2s linear infinite;
-o-animation: lds-dual-ring 1.2s linear infinite;
-ms-animation: lds-dual-ring 1.2s linear infinite;
-moz-animation: lds-dual-ring 1.2s linear infinite;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: -4px;
left: -10px;
opacity: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_account > div.nxt_search_mini a.loading:after {
opacity: 1;
}
.nxl_account > div.nxt_search_mini a.loading span {
opacity: 0;
}
.nxl_account > div a {
position: relative;
display: block;
}
.nxl_account > div a .bouwer-menu-cart-count {
color: #ffffff;
position: absolute;
top: -7px;
right: -9px;
background-color: #000000;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 13px !important;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.nxl_account > div a > span {
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_account > div a > ins {
text-decoration: none;
}
.nxl_projects_slider {  }
.nxl_projects_slider.layout1 .nxl_bg_image_project_slider {
height: 790px;
background-position: center;
background-size: cover;
position: relative;
}
.nxl_projects_slider.layout1.nxl_has_icon .nxl_projects_slider_inner {
padding-left: 90px;
}
.nxl_projects_slider.layout1 .nxl_projects_item.slick-current .nxl_projects_cat {
animation: fadeInLeft 0.5s both;
animation-delay: 0.8s;
}
.nxl_projects_slider.layout1 .nxl_projects_item.slick-current .nxl_projects_title {
animation: fadeInLeft 1.2s both;
animation-delay: 0.6s;
}
.nxl_projects_slider.layout1 .nxl_projects_item.slick-current .nxl_projects_read_post {
animation: fadeInLeft 1.6s both;
animation-delay: 0.8s;
}
.nxl_projects_slider.layout1 .nxl_projects_item:nth-child(2) .nxl_projects_content {
padding-top: 1px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content {
z-index: 1;
position: absolute;
top: 50%;
left: 15%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 40%;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title {
margin-bottom: 65px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 {
margin: 0;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
color: #ffffff;
font-size: 65px;
font-family: Poppins;
font-weight: bold;
line-height: 75px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a {
color: #ffffff;
font-family: Poppins;
font-size: 16px;
font-weight: 600;
min-width: 210px;
padding: 15px 10px;
text-align: center;
display: inline-block;
position: relative;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid;
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a span {
position: relative;
z-index: 1;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:hover:before {
opacity: 0;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_cat {
font-family: Poppins;
margin-bottom: 30px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
color: #ffffff;
font-size: 22px;
font-weight: 300;
border-bottom: 1px solid #ffffff;
text-transform: uppercase;
letter-spacing: 3px;
}
.nxl_projects_slider.layout2.nxl_has_icon .nxl_projects_slider_inner {
padding-left: 19.3%;
}
.nxl_projects_slider.layout2 .nxl_project_social .nxl_project_social_inner {
top: 50%;
width: 150px;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.nxl_projects_slider.layout2 .nxl_project_social .nxl_project_social_inner li a {
color: #ffffff;
}
.nxl_projects_slider.layout2 .nxl_projects_nav {
padding-left: 19.3%;
text-align: left;
padding-top: 0;
padding-bottom: 103px;
margin-top: -10px;
}
.nxl_projects_slider.layout2 .nxl_projects_nav .swiper-button-next,
.nxl_projects_slider.layout2 .nxl_projects_nav .swiper-button-prev {
color: #ffffff;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a {
color: #ffffff;
font-family: Poppins;
font-size: 16px;
font-weight: 600;
min-width: 210px;
padding: 15px 10px;
text-align: center;
display: inline-block;
position: relative;
border: 1px solid #999999;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a span {
position: relative;
z-index: 1;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #999999;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_title {
margin-bottom: 28px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
color: #ffffff;
font-size: 40px;
font-family: Poppins;
font-weight: 600;
line-height: 52px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_description {
color: #999999;
margin-bottom: 37px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_cat {
font-family: Poppins;
margin-bottom: 15px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
color: #ffffff;
font-size: 22px;
font-weight: 400;
border-bottom: 1px solid #ffffff;
text-transform: uppercase;
letter-spacing: 3px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_image {
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: 1.5s all;
-o-transition: 1.5s all;
-ms-transition: 1.5s all;
-moz-transition: 1.5s all;
transition: 1.5s all;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_image img {
width: 100%;
}
.nxl_projects_slider.layout2 .nxl_projects_item.slick-current .nxl_projects_image {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
transition-delay: 1s;
-webkit-transition-delay: 1s;
}
.nxl_projects_slider .nxl_projects_item {
position: relative;
}
.nxl_projects_slider .nxl_projects_item .has_overlay {
position: absolute;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
z-index: 0;
}
.nxl_projects_slider .nxl_project_social .nxl_project_text {
transform-origin: 0 50%;
height: 90px;
line-height: 90px;
min-width: 100px;
-webkit-transform: translateX(45px) rotate(-90deg);
-o-transform: translateX(45px) rotate(-90deg);
-ms-transform: translateX(45px) rotate(-90deg);
-moz-transform: translateX(45px) rotate(-90deg);
transform: translateX(45px) rotate(-90deg);
display: inline-block;
position: absolute;
border: 0;
bottom: 44px;
overflow: hidden;
font-size: 16px;
color: #444444;
}
.nxl_projects_slider .nxl_project_social .nxl_project_text:before {
width: 70px;
height: 1px;
display: inline-block;
vertical-align: middle;
content: "";
background-color: #444444;
margin-right: 20px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner {
padding: 0;
position: absolute;
top: 0;
text-align: center;
width: 90px;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner li {
margin-bottom: 6px;
list-style-type: none;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner li a {
display: inline-block;
vertical-align: middle;
border: 1px solid #454545;
color: #888888;
width: 40px;
height: 40px;
line-height: 40px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 12px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner li a:hover {
background-color: #454545;
color: #ffffff;
}
.nxl_projects_slider .nxl_projects_nav {
text-align: center;
padding-top: 29px;
padding-bottom: 31px;
}
.nxl_projects_slider .nxl_projects_nav > div {
display: inline-block;
}
.nxl_projects_slider .nxl_projects_nav .nxl_projects_page {
margin: 0 34px;
}
.nxl_projects_slider .nxl_projects_nav .nxl_projects_page a {
color: #999999;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-prev,
.nxl_projects_slider .nxl_projects_nav .swiper-button-next {
font-family: Poppins;
color: #333333;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-prev span,
.nxl_projects_slider .nxl_projects_nav .swiper-button-next span {
font-size: 11px;
display: inline-block;
vertical-align: middle;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-next span {
margin-left: 10px;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-prev span {
margin-right: 10px;
}
@media (max-width: 1300px) {
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
font-size: 50px;
line-height: 60px;
}
.nxl_projects_slider .nxl_project_social {
display: none;
}
.nxl_projects_slider.layout1.nxl_has_icon .nxl_projects_slider_inner {
padding: 0;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content {
max-width: 80%;
left: 10%;
}
.nxl_projects_slider.layout2.nxl_has_icon .nxl_projects_slider_inner {
padding: 0 15px;
}
.nxl_projects_slider.layout2 .nxl_projects_nav {
padding-left: 15px;
margin-top: 30px;
}
}
@media (max-width: 767px) {
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
font-size: 30px;
line-height: 35px;
}
}
@media (max-width: 991px) {
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_image {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
margin-bottom: 30px;
}
}
@media (max-width: 1199px) {
.nxl_header_2 .nxl_header_inner .nxl_account {
margin: 0 -15px;
}
.nxl_header_2 .nxl_header_inner .nxl_account > div {
margin: 0 15px;
}
.nxl_menu.layout2 .nxl_nav > li > a {
padding: 23px 10.5px;
}
}
.nxl_tabs_about .nxl_nav {
padding: 0;
margin: 0;
text-align: right;
padding-right: 100px;
}
.nxl_tabs_about .nxl_nav > li {
list-style-type: none;
margin-bottom: 24px;
position: relative;
}
.nxl_tabs_about .nxl_nav > li:last-child {
margin-bottom: 0;
}
.nxl_tabs_about .nxl_nav > li:before {
content: "";
position: absolute;
left: calc(100% + 15px);
top: 44%;
height: 2px;
width: 0;
background-color: #333333;
-webkit-transition: 0.25s all;
-o-transition: 0.25s all;
-ms-transition: 0.25s all;
-moz-transition: 0.25s all;
transition: 0.25s all;
z-index: 1;
}
.nxl_tabs_about .nxl_nav > li a {
color: #999999;
font-size: 18px;
font-family: Poppins;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
position: relative;
width: 100%;
display: inline-block;
letter-spacing: 0.3px;
}
.nxl_tabs_about .nxl_nav > li a:before {
content: attr(data-title);
font-weight: bold;
color: #333333;
position: absolute;
opacity: 0;
right: 0;
}
.nxl_tabs_about .nxl_nav > li.active:before {
width: 85px;
}
.nxl_tabs_about .nxl_nav > li.active a span {
opacity: 0;
}
.nxl_tabs_about .nxl_nav > li.active a:before {
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
opacity: 1;
}
.nxl_tabs_about .nxl_tab_content {
padding: 0;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane {
display: none;
position: relative;
margin-left: 53px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_image {
position: relative;
display: inline-block;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_image img {
position: relative;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_image:before {
width: 100%;
height: 73%;
bottom: -86px;
left: -83px;
content: "";
background: -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), transparent;
background-position: 1px 1px, 1px 1px;
background-size: 10px 10px;
position: absolute;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content {
position: absolute;
background-color: #ffffff;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
left: 40px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner {
padding: 84px 4% 103px 17%;
margin-top: 1px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_top_heading {
font-size: 20px;
font-family: Poppins;
border-bottom: 1px solid;
font-weight: 400;
display: inline-block;
letter-spacing: 2.5px;
margin-bottom: 0px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_heading {
color: #333333;
font-family: Poppins;
font-size: 45px;
font-weight: 600;
margin-top: 16px;
margin-bottom: 32px;
line-height: 55px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active {
display: block;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_image {
-webkit-animation: fadeInRight 0.3s both;
-o-animation: fadeInRight 0.3s both;
-ms-animation: fadeInRight 0.3s both;
-moz-animation: fadeInRight 0.3s both;
animation: fadeInRight 0.3s both;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_content .nxl_content_inner .nxl_about_top_heading {
-webkit-animation: fadeInRight 0.4s both;
-o-animation: fadeInRight 0.4s both;
-ms-animation: fadeInRight 0.4s both;
-moz-animation: fadeInRight 0.4s both;
animation: fadeInRight 0.4s both;
animation-delay: 0.2s;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_content .nxl_content_inner .nxl_about_heading {
-webkit-animation: fadeInRight 0.4s both;
-o-animation: fadeInRight 0.4s both;
-ms-animation: fadeInRight 0.4s both;
-moz-animation: fadeInRight 0.4s both;
animation: fadeInRight 0.4s both;
animation-delay: 0.4s;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_content .nxl_content_inner .nxl_about_description {
-webkit-animation: fadeInRight 0.4s both;
-o-animation: fadeInRight 0.4s both;
-ms-animation: fadeInRight 0.4s both;
-moz-animation: fadeInRight 0.4s both;
animation: fadeInRight 0.4s both;
animation-delay: 0.6s;
}
@media (max-width: 1199px) {
.nxl_tabs_about .nxl_nav > li a {
font-size: 14px;
line-height: 20px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_heading {
font-size: 25px;
line-height: 30px;
margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.nxl_tabs_about .nxl_tab_content .nxl_pane {
margin-left: 0;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner {
padding: 30px 4% 40px 10%;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_heading {
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_description {
font-size: 14px;
}
.nxl_tabs_about .nxl_nav {
padding: 0 15px;
text-align: center;
margin-bottom: 50px;
}
.nxl_tabs_about .nxl_nav li {
margin-bottom: 0px;
padding: 0 5px;
}
.nxl_tabs_about .nxl_nav li:before {
display: none;
}
.nxl_tabs_about .nxl_nav li.active a {
color: #333333;
}
.nxl_tabs_about .nxl_nav li a:before {
display: none;
}
.nxl_tabs_about .nxl_nav li a span {
opacity: 1 !important;
}
}
.nxl_service_box {
position: relative;
overflow: hidden;
}
.nxl_service_box .nxl_service_box_description {
color: #ffffff;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.nxl_service_box .nxl_service_box_heading {
font-size: 30px;
font-family: Poppins;
color: #ffffff;
font-weight: bold;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.nxl_service_box .nxl_service_boxbutton {
color: #ffffff;
font-family: Poppins;
font-size: 16px;
font-weight: 600;
min-width: 185px;
padding: 13px 10px;
text-align: center;
display: inline-block;
position: relative;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.nxl_service_box .nxl_service_boxbutton:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.nxl_service_box .nxl_service_boxbutton:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid;
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.nxl_service_box .nxl_service_boxbutton span {
position: relative;
z-index: 1;
}
.nxl_service_box .nxl_service_boxbutton:hover:before {
opacity: 0;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
.nxl_service_box .nxl_service_boxbutton:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.nxl_service_box.layout3 img {
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.nxl_service_box.layout3 .nxl_service_box_inner {
padding-top: 25%;
padding-left: 21%;
}
.nxl_service_box.layout3 .nxl_service_box_content {
box-shadow: inset 0px 0px 0px 1px #111111;
-ms-box-shadow: inset 0px 0px 0px 1px #111111;
-moz-box-shadow: inset 0px 0px 0px 1px #111111;
-o-box-shadow: inset 0px 0px 0px 1px #111111;
-webkit-box-shadow: inset 0px 0px 0px 1px #111111;
padding: 16% 17%;
margin: 0 0 0 auto;
max-width: 420px;
background: #ffffff;
z-index: 2;
position: relative;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_service_box.layout3 .nxl_service_box_content:before,
.nxl_service_box.layout3 .nxl_service_box_content:after {
content: "";
position: absolute;
border: 3px solid transparent;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.nxl_service_box.layout3 .nxl_service_box_content:before {
width: 0;
height: 100%;
border-left: 0;
border-right: 0;
}
.nxl_service_box.layout3 .nxl_service_box_content:after {
height: 0;
width: 100%;
border-top: 0;
border-bottom: 0;
}
.nxl_service_box.layout3 .nxl_service_box_content:hover {
box-shadow: inset 0px 0px 0px 1px transparent;
-ms-box-shadow: inset 0px 0px 0px 1px transparent;
-moz-box-shadow: inset 0px 0px 0px 1px transparent;
-o-box-shadow: inset 0px 0px 0px 1px transparent;
-webkit-box-shadow: inset 0px 0px 0px 1px transparent;
}
.nxl_service_box.layout3 .nxl_service_box_content:hover:before {
width: 100%;
}
.nxl_service_box.layout3 .nxl_service_box_content:hover:after {
height: 100%;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_services_box_icon {
margin-bottom: 34px;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_services_box_icon span {
color: #000000;
font-size: 80px;
display: block;
line-height: 80px;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_box_heading {
margin-top: 0;
margin-bottom: 17px;
font-size: 24px;
color: #333333;
line-height: 30px;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_box_description {
margin-bottom: 34px;
color: #666666;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton {
overflow: hidden;
font-weight: bold;
min-width: 173px;
padding: 15px 10px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
color: #333333;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:before {
opacity: 1;
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:after {
opacity: 1;
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
border-color: #999999;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:hover {
color: #ffffff;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:hover:before {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.nxl_service_box.layout2 img {
width: 100%;
}
.nxl_service_box.layout2 .nxl_service_box_content {
position: absolute;
left: 0;
bottom: 50px;
width: 100%;
padding: 0 13% 0 13%;
-webkit-transform: translateY(calc(100% - 27px));
-o-transform: translateY(calc(100% - 27px));
-ms-transform: translateY(calc(100% - 27px));
-moz-transform: translateY(calc(100% - 27px));
transform: translateY(calc(100% - 27px));
-webkit-transition: 0.6s all;
-o-transition: 0.6s all;
-ms-transition: 0.6s all;
-moz-transition: 0.6s all;
transition: 0.6s all;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_heading {
margin-top: 0;
margin-bottom: 18px;
font-size: 28px;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_description {
margin-bottom: 38px;
opacity: 0;
-webkit-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_boxbutton {
opacity: 0;
-webkit-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
}
.nxl_service_box.layout2:hover .nxl_service_box_content {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.nxl_service_box.layout2:hover .nxl_service_box_description {
opacity: 1;
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
transition-delay: 0.3s;
}
.nxl_service_box.layout2:hover .nxl_service_boxbutton {
opacity: 1;
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
transition-delay: 0.6s;
}
.nxl_service_box.layout4 img {
width: 100%;
}
.nxl_service_box.layout4 .nxl_service_box_content {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: transparent;
width: 100%;
padding: 13%;
-webkit-transform: translateY(calc(100% - 26%));
-o-transform: translateY(calc(100% - 26%));
-ms-transform: translateY(calc(100% - 26%));
-moz-transform: translateY(calc(100% - 26%));
transform: translateY(calc(100% - 26%));
-webkit-transition: 0.8s all;
-o-transition: 0.8s all;
-ms-transition: 0.8s all;
-moz-transition: 0.8s all;
transition: 0.8s all;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_content_bt {
position: absolute;
bottom: 12%;
left: 0;
padding: 0 13%;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_box_heading {
margin-top: 0;
margin-bottom: 18px;
font-size: 28px;
font-weight: 600;
transition: opacity 0.65s, transform 0.65s;
-webkit-transition: opacity 0.65s, transform 0.65s;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_box_description {
margin-bottom: 36px;
opacity: 0;
-webkit-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
transition: opacity 0.65s, transform 0.65s;
-webkit-transition: opacity 0.65s, transform 0.65s;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_boxbutton {
opacity: 0;
-webkit-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
min-width: 175px;
transition: opacity 0.65s, transform 0.65s;
-webkit-transition: opacity 0.65s, transform 0.65s;
}
.nxl_service_box.layout4:hover .nxl_service_box_content {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
background: rgba(0, 0, 0, 0.6);
}
.nxl_service_box.layout4:hover .nxl_service_box_description {
opacity: 1;
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
transition-delay: 0.3s;
}
.nxl_service_box.layout4:hover .nxl_service_boxbutton {
opacity: 1;
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
transition-delay: 0.6s;
}
.nxl_service_box.layout1 img {
width: calc(100% + 30px);
-webkit-transform: translateX(-30px);
-o-transform: translateX(-30px);
-ms-transform: translateX(-30px);
-moz-transform: translateX(-30px);
transform: translateX(-30px);
-webkit-transition: 0.35s;
-o-transition: 0.35s;
-ms-transition: 0.35s;
-moz-transition: 0.35s;
transition: 0.35s;
height: auto;
max-width: none;
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content {
position: absolute;
left: 0;
top: 0;
z-index: 1;
padding: 14% 29% 13% 13%;
height: 100%;
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_description {
margin-bottom: 39px;
opacity: 0;
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
transform: translateX(-10px);
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_heading {
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
padding: 14% 13% 13% 13%;
width: 100%;
opacity: 0;
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
transform: translateX(-10px);
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_boxbutton {
opacity: 0;
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
transform: translateX(-10px);
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: "";
background: rgba(0, 0, 0, 0.6);
opacity: 0;
-webkit-transition: 0.35s;
-o-transition: 0.35s;
-ms-transition: 0.35s;
-moz-transition: 0.35s;
transition: 0.35s;
}
.nxl_service_box.layout1:hover .nxl_service_box_inner img {
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_description {
opacity: 1;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_box_content .nxl_service_boxbutton {
opacity: 1;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_heading {
opacity: 1;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_overlay {
opacity: 1;
}
@media (min-width: 992px) and (max-width: 1300px) {
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_description {
font-size: 14px;
margin-bottom: 20px;
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_heading {
font-size: 20px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_box_description {
font-size: 14px;
}
}
@media (max-width: 991px) {
.nxl_service_box.layout2 .nxl_service_box_content {
padding: 0 5% 0 5%;
bottom: 25px;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_heading {
font-size: 17px;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_description {
font-size: 14px;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_boxbutton {
font-size: 13px;
min-width: 150px;
padding: 5px 10px;
}
.nxl_service_box.layout3 .nxl_service_box_inner {
padding: 0;
max-width: 420px;
margin: 0 auto;
}
.nxl_service_box.layout3 img {
position: relative;
}
.nxl_service_box.layout3 .nxl_service_box_content {
padding: 16% 10%;
margin: 0;
}
.nxl_address {
padding: 20% 10%;
min-height: 230px;
}
}
@media (max-width: 767px) {
.nxl_service_box.layout2 {
max-width: 480px;
margin: 0 auto;
}
}
@media (max-width: 1700px) {
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content {
padding: 14% 12% 13% 12%;
}
}
.nxl_count_up .nxl_count_up_image {
display: inline-block;
vertical-align: middle;
width: 100px;
text-align: center;
}
.nxl_count_up .nxl_count_up_image .nxl_svg {
width: 70px;
margin: 0 auto;
}
.nxl_count_up .nxl_count_up_image .nxl_svg svg {
width: 100%;
height: auto;
display: block;
}
.nxl_count_up .nxl_count_up_content {
width: calc(100% - 110px);
display: inline-block;
vertical-align: middle;
}
.nxl_count_up .nxl_count_up_content .nxl_count_up_title {
font-size: 16px;
margin-bottom: 0;
font-family: Poppins;
}
.nxl_count_up .nxl_count_up_content .nxl_count_up_number {
color: #444444;
font-family: Poppins;
font-size: 55px;
font-weight: bold;
margin-top: 0;
line-height: 55px;
}
@media (max-width: 1199px) {
.nxl_count_up .nxl_count_up_image {
width: 80px;
}
.nxl_count_up .nxl_count_up_image .nxl_svg {
width: 60px;
}
.nxl_count_up .nxl_count_up_content {
width: calc(100% - 90px);
}
.nxl_count_up .nxl_count_up_content .nxl_count_up_number {
font-size: 40px;
}
.nxl_count_up .nxl_count_up_content .nxl_count_up_title {
line-height: 20px;
font-size: 14px;
}
}
@media (max-width: 767px) {
.nxl_count_up {
text-align: center;
}
.nxl_count_up .nxl_count_up_image {
width: 100%;
margin-bottom: 10px;
}
}
.nxl_client_review .nxl_client_review_content {
margin-top: 30px;
}
.nxl_client_review .nxl_client_review_content .nxl_client_name {
font-size: 26px;
color: #ffffff;
font-family: Poppins;
font-weight: bold;
}
.nxl_client_review .nxl_client_review_content .nxl_client_description {
color: #ffffff;
font-size: 22px;
line-height: 35px;
margin-bottom: 27px;
}
.nxl_client_review .nxl_client_review_thmbnail {
max-width: 410px;
margin: 0;
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 25px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-list {
margin: 0 -10px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide {
position: relative;
cursor: pointer;
margin: 0 10px;
outline: none;
min-width: 88px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide img {
width: 100%;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide.slick-current:after {
opacity: 0.7;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-arrow {
color: #333333;
background-color: #ffffff;
border: 1px solid #333333;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 22px;
position: absolute;
top: 50%;
z-index: 1;
opacity: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.nxl_client_review .nxl_client_review_thmbnail .slick-arrow.swiper-button-disabled {
display: none;
cursor: no-drop;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-next {
right: 0;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-prev {
left: 0;
}
.nxl_client_review .nxl_client_review_thmbnail:hover .slick-arrow {
opacity: 1;
}
.nxl_client_review .nxl_client_number {
font-size: 22px;
font-family: Poppins;
font-weight: 500;
margin: 0;
vertical-align: middle;
display: inline-block;
width: calc(100% - 445px);
}
.nxl_client_review .nxl_client_number:before {
content: "";
height: 1px;
width: 70px;
background-color: #004694;
display: inline-block;
margin-right: 14px;
vertical-align: middle;
}
@media (max-width: 1199px) {
.nxl_client_review .nxl_client_number {
display: none;
}
}
@media (max-width: 767px) {
.nxl_client_review .nxl_client_review_thmbnail .slick-slide img {
max-width: 100px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide:after {
display: none;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-arrow {
display: none !important;
}
}
.nxl_projects_filter {   }
.nxl_projects_filter .nxl_nav_filter {
margin-bottom: 30px;
}
.nxl_projects_filter .nxl_nav_filter ul {
margin: 0 -30px;
position: relative;
display: inline-block;
padding: 0;
}
.nxl_projects_filter .nxl_nav_filter ul #magic-line {
position: absolute;
bottom: -11px;
left: 0;
width: 50px;
height: 50px;
background: #f6f9f9;
transition: all 0.9s;
z-index: 0;
}
.nxl_projects_filter .nxl_nav_filter ul li {
padding: 0;
float: left;
list-style-type: none;
}
.nxl_projects_filter .nxl_nav_filter ul li a {
font-size: 15px;
font-weight: bold;
font-family: Poppins;
color: #333333;
text-transform: uppercase;
padding: 0 30px;
z-index: 1;
position: relative;
}
.nxl_projects_filter.layout7 .nxl_pagination_projects {
margin-top: 40px;
}
.nxl_projects_filter.layout7 .nxl_projects_item_inner {
position: relative;
}
.nxl_projects_filter.layout7 .nxl_projects_item_inner .nxl_projects_image {
overflow: hidden;
}
.nxl_projects_filter.layout7 .nxl_projects_item_inner img {
width: 100%;
-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-ms-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-moz-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item {
margin-bottom: 30px;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
background-position: center;
background-size: cover;
position: relative;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner:after {
content: "";
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link {
position: absolute;
top: 40px;
right: 40px;
z-index: 1;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a {
color: #ffffff;
display: block;
font-size: 12px;
width: 48px;
height: 48px;
line-height: 48px;
border: 1px solid #ffffff;
text-align: center;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a:hover {
background-color: #ffffff;
color: #333333;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content {
position: absolute;
bottom: 60px;
padding: 0 10%;
z-index: 1;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat {
font-size: 16px;
color: #ffffff;
font-family: Poppins;
text-transform: uppercase;
font-weight: 300;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat a {
color: #ffffff;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title {
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 {
margin-top: 0px;
margin-bottom: 10px;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 a {
font-size: 32px;
font-weight: 600;
color: #ffffff;
font-family: Poppins;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner img {
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.nxl_projects_filter.layout6 .nxl_pagination_projects {
margin-top: 70px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item {
padding: 0;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
background-position: center;
background-size: cover;
position: relative;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner:after {
content: "";
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
opacity: 0;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link {
position: absolute;
top: 40px;
right: 40px;
z-index: 1;
opacity: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a {
color: #ffffff;
display: block;
font-size: 12px;
width: 48px;
height: 48px;
line-height: 48px;
border: 1px solid #ffffff;
text-align: center;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a:hover {
background-color: #ffffff;
color: #333333;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content {
position: absolute;
bottom: 60px;
padding: 0 10%;
z-index: 1;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat {
font-size: 16px;
color: #ffffff;
font-family: Poppins;
text-transform: uppercase;
font-weight: 300;
opacity: 0;
-webkit-transform: translateX(-50px);
-o-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-moz-transform: translateX(-50px);
transform: translateX(-50px);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat a {
color: #ffffff;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title {
opacity: 0;
-webkit-transform: translateX(-50px);
-o-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-moz-transform: translateX(-50px);
transform: translateX(-50px);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 {
margin-top: 0px;
margin-bottom: 10px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 a {
font-size: 32px;
font-weight: 600;
color: #ffffff;
font-family: Poppins;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item.small_bg .nxl_projects_item_inner,
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item.midium_bg .nxl_projects_item_inner {
height: 490px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item.big_bg .nxl_projects_item_inner {
height: 980px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner:after,
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner .nxl_projects_link {
opacity: 1;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title {
opacity: 1;
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat {
opacity: 1;
transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_projects_filter.layout5 .nxl_nav_filter {
margin-bottom: 24px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item {
margin-bottom: 80px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_description {
margin-bottom: 34px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a .fa {
display: inline-block;
vertical-align: middle;
border: 2px solid #444444;
color: #444444;
width: 35px;
height: 35px;
line-height: 30px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 10px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a .nxl_text {
font-family: Poppins;
color: #004694;
font-weight: 600;
font-size: 16px;
display: inline-block;
vertical-align: middle;
opacity: 0;
visibility: hidden;
position: absolute;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
transform: translateX(-10px);
margin-top: 4px;
margin-left: 7px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a:hover .fa {
color: #ffffff;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a:hover .nxl_text {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image {
position: relative;
margin-bottom: 32px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image img {
width: 100%;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image .nxl_projects__date {
background-color: #000000;
color: #ffffff;
padding: 10px 20px;
font-family: Poppins;
font-size: 15px;
position: absolute;
top: 20px;
right: 20px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image .nxl_projects__date span {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_title h1 {
margin-top: -6px;
margin-bottom: 28px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_title h1 a {
font-size: 24px;
font-weight: 600;
color: #333333;
font-family: Poppins;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_cat {
font-size: 15px;
color: #999999;
font-family: Poppins;
text-transform: uppercase;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_cat a {
color: #999999;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content {
margin: 0 -35px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item {
margin-bottom: 170px;
padding: 0 35px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
position: relative;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
overflow: hidden;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image img {
-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-ms-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-moz-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
-webkit-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
position: absolute;
top: calc(100% - 100px);
background-color: #ffffff;
width: calc(100% - 68px);
padding: 35px 7% 27px 7%;
right: 130px;
max-width: 370px;
right: 10%;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content.has_big {
padding: 35px 4% 27px 4%;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
color: #999999;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
margin-top: 7px;
margin-bottom: 23px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 {
line-height: 31px;
margin-top: 0;
margin-bottom: 0;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
font-size: 24px;
font-weight: 600;
font-family: Poppins;
color: #333333;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link {
height: 40px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .fa {
display: inline-block;
vertical-align: middle;
border: 2px solid;
color: #ffffff;
width: 35px;
height: 35px;
line-height: 30px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 10px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .nxl_text {
font-family: Poppins;
font-weight: 600;
font-size: 16px;
display: inline-block;
vertical-align: middle;
position: absolute;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
margin-top: 6px;
margin-left: 9px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_content {
-webkit-transform: translateY(-30px);
-o-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image img {
-webkit-transform: scale(1.2) translateZ(0);
-o-transform: scale(1.2) translateZ(0);
-ms-transform: scale(1.2) translateZ(0);
-moz-transform: scale(1.2) translateZ(0);
transform: scale(1.2) translateZ(0);
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content {
margin: 0 -35px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item {
margin-bottom: 70px;
padding: 0 35px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
position: relative;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
max-width: 450px;
left: 10%;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_content_inner {
background-color: #ffffff;
padding: 75px 50px;
-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
transition: opacity 0.5s, transform 0.5s;
-webkit-transform: translate3d(0, -10px, 0) scale3d(1, 0.023, 1);
transform: translate3d(0, -10px, 0) scale3d(1, 0.023, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
opacity: 0;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
margin-top: 0px;
margin-bottom: 20px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 {
line-height: 30px;
marigin-top: 1px;
margin-top: 1px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
font-size: 24px;
font-weight: 600;
font-family: Poppins;
color: #333333;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_description {
margin-bottom: 25px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link {
height: 40px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .fa {
display: inline-block;
vertical-align: middle;
border: 2px solid #444444;
color: #444444;
width: 35px;
height: 35px;
line-height: 30px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 10px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .nxl_text {
font-family: Poppins;
font-weight: 600;
font-size: 16px;
display: inline-block;
vertical-align: middle;
opacity: 0;
visibility: hidden;
position: absolute;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
transform: translateX(-10px);
margin-top: 4px;
margin-left: 7px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .fa {
color: #ffffff;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .nxl_text {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
position: relative;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner {
overflow: hidden;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner img {
width: 100%;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_content .nxl_projects_content_inner {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
opacity: 1;
}
.nxl_projects_filter.layout2 .nxl_nav_filter ul #magic-line {
background: #ffffff;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content {
margin: 0 -35px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item {
margin-bottom: 150px;
padding: 0 35px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
position: relative;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
overflow: hidden;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image img {
-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-ms-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
-moz-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
-webkit-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
position: absolute;
bottom: -75px;
background-color: #ffffff;
width: calc(100% - 68px);
padding: 35px 10% 27px 10%;
left: 34px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_cat {
background-color: #1b1b1b;
display: inline-block;
color: #ffffff;
padding: 7.5px 23px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
color: #ffffff;
font-size: 16px;
letter-spacing: 0.5px;
display: inline-block;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
margin-top: 16px;
margin-bottom: 7px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 {
line-height: 23px;
margin-top: 0;
margin-bottom: 0;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
font-size: 22px;
font-weight: bold;
font-family: Poppins;
color: #333333;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects__date {
color: #999999;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
font-family: Poppins;
letter-spacing: 1px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_content {
-webkit-transform: translateY(-30px);
-o-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image img {
-webkit-transform: scale(1.2) translateZ(0);
-o-transform: scale(1.2) translateZ(0);
-ms-transform: scale(1.2) translateZ(0);
-moz-transform: scale(1.2) translateZ(0);
transform: scale(1.2) translateZ(0);
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item {
padding-left: 65px;
margin-bottom: 70px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
margin-top: 24px;
margin-bottom: 27px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 {
margin-top: 20px;
line-height: 27px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
font-size: 22px;
font-weight: 600;
font-family: Poppins;
color: #333333;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .fa {
display: inline-block;
vertical-align: middle;
border: 2px solid #444444;
color: #444444;
width: 35px;
height: 35px;
line-height: 30px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 10px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .nxl_text {
font-family: Poppins;
color: #004694;
font-weight: 600;
font-size: 16px;
display: inline-block;
vertical-align: middle;
opacity: 0;
visibility: hidden;
position: absolute;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
transform: translateX(-10px);
margin-top: 4px;
margin-left: 7px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .fa {
color: #ffffff;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .nxl_text {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
position: relative;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner {
overflow: hidden;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner img {
width: 100%;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat {
color: #ffffff;
transform-origin: 0 50%;
background-color: #1b1b1b;
height: 50px;
line-height: 50px;
min-width: 150px;
transform: translateX(-25px) rotate(-90deg);
-webkit-transform: translateX(-25px) rotate(-90deg);
-ms-transform: translateX(-25px) rotate(-90deg);
-moz-transform: translateX(-25px) rotate(-90deg);
-o-transform: translateX(-25px) rotate(-90deg);
display: inline-block;
position: absolute;
border: 0;
bottom: -25px;
letter-spacing: 0.5px;
padding-right: 43px;
overflow: hidden;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat a {
color: #ffffff;
font-size: 16px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat:after {
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat:before {
width: 43px;
height: 1px;
display: inline-block;
vertical-align: middle;
content: "";
background-color: #ffffff;
margin-right: 5px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image .nxl_projects_cat:after {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image .nxl_projects_cat:before {
width: 50px;
}
@media (max-width: 1199px) {
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
max-width: 80%;
left: 10%;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_content_inner {
padding: 30px 40px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
font-size: 18px;
line-height: 20px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_description {
font-size: 14px;
}
}
@media (max-width: 767px) {
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
max-width: 100%;
position: relative;
left: 0;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_content_inner {
padding: 30px 0px;
opacity: 1;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.nxl_projects_filter .nxl_nav_filter {
text-align: center;
}
.nxl_projects_filter .nxl_nav_filter ul li {
float: none;
}
#magic-line {
display: none;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item {
padding-left: 15px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat {
-webkit-transform: translateX(25px) rotate(-90deg);
-o-transform: translateX(25px) rotate(-90deg);
-ms-transform: translateX(25px) rotate(-90deg);
-moz-transform: translateX(25px) rotate(-90deg);
transform: translateX(25px) rotate(-90deg);
}
}
.nxl_video_popup.has_image .nxl_video_popup_inner {
position: relative;
}
.nxl_video_popup.has_image .nxl_video_popup_inner img {
width: 100%;
}
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content {
position: absolute;
bottom: 70px;
right: 70px;
}
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content a {
width: 48px;
height: 48px;
line-height: 48px;
font-size: 20px;
}
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content a:before,
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content a:after {
width: 78px;
height: 78px;
}
.nxl_video_popup .nxl_video_popup_content a {
display: block;
width: 75px;
height: 75px;
line-height: 75px;
text-align: center;
font-size: 27px;
position: relative;
}
.nxl_video_popup .nxl_video_popup_content a span {
background: #ffffff;
position: relative;
display: block;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
padding-left: 5px;
}
.nxl_video_popup .nxl_video_popup_content a .over1 {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
top: 50%;
left: 50%;
animation: pulse-border 1.5s ease-out infinite;
-webkit-animation: pulse-border 1.5s ease-out infinite;
content: "";
animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
}
.nxl_video_popup .nxl_video_popup_content a .over2 {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
top: 50%;
left: 50%;
animation: pulse-border2 1.5s ease-out infinite;
-webkit-animation: pulse-border2 1.5s ease-out infinite;
content: "";
}
.nxl_video_popup.text-center .nxl_video_popup_content a {
margin: 0 auto;
}
.nxl_video_popup.text-right .nxl_video_popup_content a {
margin: 0 0 0 auto;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
@keyframes pulse-border2 {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
opacity: 0;
}
}
.nxl_blogs_slider:before {
width: 424px;
height: 532px;
bottom: -45px;
left: 15px;
content: "";
background: -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), transparent;
background-position: 1px 1px, 1px 1px;
background-size: 10px 10px;
position: absolute;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail {
display: inline-block;
vertical-align: middle;
max-width: 130px;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item {
position: relative;
overflow: hidden;
cursor: pointer;
margin-bottom: 20px;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item:before {
opacity: 0.7;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item:after {
content: "\f0d7";
font-family: FontAwesome;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
color: #ffffff;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item.slick-current:after {
opacity: 0;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item.slick-current:before {
-webkit-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.nxl_blogs_slider .nxl_blogs_slider_content {
width: calc(100% - 140px);
display: inline-block;
vertical-align: middle;
padding-left: 65px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content {
padding-left: 67px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_author {
color: #999999;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_author span {
font-weight: bold;
margin-right: 10px;
color: #333333;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_decription {
letter-spacing: 0.08px;
line-height: 30px;
margin-bottom: 45px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a {
display: inline-block;
-webkit-transform: perspective(1px) translateZ(0);
-o-transform: perspective(1px) translateZ(0);
-ms-transform: perspective(1px) translateZ(0);
-moz-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
min-width: 172px;
height: 54px;
line-height: 54px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_title h4 {
margin-top: 13px;
margin-bottom: 20px;
line-height: 34px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_title h4 a {
color: #333333;
font-family: Poppins;
font-size: 30px;
font-weight: 600;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner {
position: relative;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner img {
width: 100%;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date {
min-width: 109px;
min-height: 109px;
background-color: #ffffff;
position: absolute;
bottom: 40px;
right: 30px;
text-align: center;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date:before {
content: "";
height: calc(100% + 20px);
width: 100%;
position: absolute;
left: -10px;
top: -10px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date div {
font-size: 14px;
font-family: Poppins;
color: #444444;
font-weight: bold;
text-transform: uppercase;
position: relative;
background-color: #ffffff;
padding: 18px 15px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date .nxl_first_text {
font-size: 50px;
font-family: Poppins;
font-weight: bold;
display: block;
margin-bottom: 2px;
padding-top: 15px;
}
@media (max-width: 1199px) {
.nxl_blogs_slider .nxl_blogs_slider_content {
padding: 0;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content {
padding-left: 15px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image {
padding: 0;
}
}
@media (max-width: 991px) {
.nxl_blogs_slider .nxl_blogs_slider_content {
display: block;
max-width: 100%;
width: 100%;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_item .row {
margin: 0;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail {
display: none;
}
}
@media (max-width: 767px) {
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner {
margin-bottom: 30px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content {
padding: 0;
}
.nxl_blogs_slider:before {
display: none;
}
}
.nxl_text_list ul li {
list-style-type: none;
margin-bottom: 3px;
}
.nxl_text_list ul li a {
color: #333333;
font-size: 15px;
}
.nxl_text_list ul li a:hover {
color: #004694;
}
.nxl_social ul {
padding: 0;
}
.nxl_social ul li {
list-style-type: none;
display: inline-block;
}
.nxl_social ul li a {
display: block;
vertical-align: middle;
border: 2px solid #444444;
color: #444444;
width: 45px;
height: 45px;
line-height: 45px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 12px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_social ul li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.nxl_social ul li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #444444;
color: #ffffff;
}
.nxl_social ul li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.nxl_process_slider .nxl_process_slider_inner .slick-slide .nxl_process_top_heading {
color: #333333;
font-family: Poppins;
font-size: 22px;
border-bottom: 1px solid #595959;
display: inline-block;
letter-spacing: 2.7px;
margin-bottom: 0px;
font-weight: 400;
margin-top: 0;
}
.nxl_process_slider .nxl_process_slider_inner .slick-slide .nxl_process_heading {
color: #333333;
font-family: Poppins;
font-size: 40px;
font-weight: 600;
display: inline-block;
margin-bottom: 28px;
line-height: 52px;
}
.nxl_process_slider .nxl_process_nav {
margin-top: 80px;
}
.nxl_process_slider .nxl_process_nav .slick-arrow {
display: inline-block;
width: 100px;
height: 60px;
line-height: 60px;
text-align: center;
border: 1px solid #444444;
font-size: 15px;
color: #333333;
cursor: pointer;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_process_slider .nxl_process_nav .slick-arrow.process-button-prev {
margin-right: 7px;
}
.nxl_process_slider .nxl_process_nav .slick-arrow:hover {
background-color: #444444;
color: #ffffff;
}
.nxl_tabs_we_create {
background-color: #000000;
}
.nxl_tabs_we_create .nxl_tab_content .nxl_we_create_image {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
top: 0;
left: 0;
opacity: 0;
transition: 0.5s all;
background-attachment: fixed;
}
.nxl_tabs_we_create .nxl_tab_content .nxl_pane.active .nxl_we_create_image {
opacity: 1;
transition-delay: 0.45s;
-webkit-transition-delay: 0.45s;
}
.nxl_tabs_we_create .nxl_nav {
position: absolute;
z-index: 1;
bottom: 80px;
left: 0;
text-align: center;
padding: 0;
width: 100%;
}
.nxl_tabs_we_create .nxl_nav li {
display: inline-block;
padding: 0 3.5%;
position: relative;
}
.nxl_tabs_we_create .nxl_nav li:before {
content: "\f062";
color: #ffffff;
-webkit-transform: translateY(10px);
-o-transform: translateY(10px);
-ms-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 12px;
font-family: FontAwesome;
opacity: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
display: block;
margin: 0 auto;
}
.nxl_tabs_we_create .nxl_nav li:last-child:after {
display: none;
}
.nxl_tabs_we_create .nxl_nav li:after {
content: "";
height: 35px;
width: 1px;
background-color: #ffffff;
right: 0;
position: absolute;
top: 57%;
}
.nxl_tabs_we_create .nxl_nav li.active:before {
-webkit-transform: translateY(-35px);
-o-transform: translateY(-35px);
-ms-transform: translateY(-35px);
-moz-transform: translateY(-35px);
transform: translateY(-35px);
opacity: 1;
transition-delay: 0.45s;
-webkit-transition-delay: 0.45s;
}
.nxl_tabs_we_create .nxl_nav li:last-child {
border: none;
}
.nxl_tabs_we_create .nxl_nav li a {
color: #ffffff;
font-family: Poppins;
font-weight: bold;
font-size: 25px;
}
@media (max-width: 1199px) {
.nxl_tabs_we_create .nxl_nav li {
padding: 0 1.5%;
}
.nxl_tabs_we_create .nxl_nav li a {
font-size: 18px;
}
}
@media (max-width: 767px) {
.nxl_tabs_we_create .nxl_nav {
bottom: 40px;
}
.nxl_tabs_we_create .nxl_nav li {
display: block;
}
.nxl_tabs_we_create .nxl_nav li:before,
.nxl_tabs_we_create .nxl_nav li:after {
display: none;
}
.nxl_tabs_we_create .nxl_nav li.active a {
color: #004694;
}
} @-webkit-keyframes "cd-enter-right" {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes "cd-enter-right" {
0% {
opacity: 0;
-moz-transform: translateX(100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes "cd-enter-right" {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes "cd-enter-left" {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes "cd-enter-left" {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes "cd-enter-left" {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
.cd-horizontal-timeline {
opacity: 0;
margin: 2em auto;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
content: 'mobile';
display: none;
}
.cd-horizontal-timeline .timeline {
position: relative;
height: 100px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
position: relative;
height: 100%;
margin: 0 38px;
overflow: hidden;
}
.cd-horizontal-timeline .events {
position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 1px;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.cd-horizontal-timeline .events ol {
padding: 0;
list-style-type: none;
}
.cd-horizontal-timeline .events ol li {
list-style-type: none;
}
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 1.3rem;
padding-bottom: 15px;
color: #383838;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.cd-horizontal-timeline .events a span {
position: absolute;
right: 0;
min-width: 160px;
font-size: 14px;
color: #333333;
bottom: -14px;
}
.cd-horizontal-timeline .events a::after {
content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -4px;
height: 10px;
width: 10px;
border-radius: 50%;
background-color: #d6d6d6;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
background-color: #5c5c5c;
border-color: #5c5c5c;
}
.cd-horizontal-timeline .events a.older-event::after {
border-color: #5c5c5c;
}
.cd-horizontal-timeline .filling-line {
position: absolute;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #5c5c5c;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
margin: 12px 0;
line-height: 30px;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol {
padding: 0;
list-style-type: none;
}
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
list-style-type: none;
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li > * {
margin: 0 auto;
}
.cd-horizontal-timeline .events-content li.selected {
position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right;
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li.enter-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left;
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse;
}
.cd-horizontal-timeline.loaded {
opacity: 1;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #7b9d6f;
border-color: #7b9d6f;
}
.no-touch .cd-timeline-navigation a:hover {
background-color: #9a9a9a;
color: #ffffff;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
background-color: #9a9a9a;
color: #ffffff;
}
.cd-timeline-navigation {
list-style-type: none;
}
.cd-timeline-navigation a {
position: absolute;
z-index: 1;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 38px;
width: 38px;
line-height: 37px;
color: #333333;
font-size: 18px;
border-radius: 50%;
border: 1px solid #9a9a9a;
overflow: hidden;
text-align: center;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.cd-timeline-navigation a.prev {
left: 0;
}
.cd-timeline-navigation a.next {
right: 0;
}
.cd-timeline-navigation a:hover {
background-color: #9a9a9a;
color: #ffffff;
}
.cd-timeline-navigation a.inactive {
cursor: not-allowed;
background-color: #9a9a9a;
color: #ffffff;
}
.nxl_menu_vertical {
position: absolute;
right: 120px;
z-index: 99999;
top: 144px;
overflow: hidden;
}
.nxl_menu_vertical .nxl_loadmore_menu {
width: 140px;
height: 100px;
line-height: 100px;
text-align: center;
position: relative;
z-index: 2;
}
.nxl_menu_vertical .nxl_loadmore_menu a {
color: #ffffff;
font-size: 24px;
display: block;
width: 140px;
height: 100px;
line-height: 100px;
}
.nxl_menu_vertical .nxl_loadmore_menu a:before {
width: 20px;
height: 4px;
background-color: #ffffff;
border-radius: 4px;
content: "";
display: inline-block;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
position: absolute;
left: 45%;
top: 50%;
}
.nxl_menu_vertical .nxl_loadmore_menu a:after {
height: 20px;
width: 4px;
background-color: #ffffff;
border-radius: 4px;
content: "";
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
display: inline-block;
position: absolute;
top: 42%;
left: 50.9%;
}
.nxl_menu_vertical .nxl_loadmore_menu a.active:before,
.nxl_menu_vertical .nxl_loadmore_menu a.active:after {
transform: rotate(90deg);
}
.nxl_menu_vertical .nxl_loadmore_menu a.active:before {
opacity: 0;
}
.nxl_menu_vertical .nxl_menu_vertical_top,
.nxl_menu_vertical .nxl_menu_vertical_bottom {
padding: 0;
transition: 1s;
z-index: 1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_bottom,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_bottom {
position: absolute;
top: 0;
height: calc(100% - 112px);
z-index: -1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_bottom li,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_bottom li {
transform: scale(0);
transition: 1s;
opacity: 0;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_top,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_top {
z-index: -1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_top li,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_top li {
transform: scale(0);
transition: 1s;
opacity: 0;
}
.nxl_menu_vertical .nxl_menu_vertical_top.active,
.nxl_menu_vertical .nxl_menu_vertical_bottom.active {
z-index: 1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.active li,
.nxl_menu_vertical .nxl_menu_vertical_bottom.active li {
transform: scale(1);
transition-delay: 0.5s;
opacity: 1;
}
.nxl_menu_vertical .nxl_menu_vertical_top li,
.nxl_menu_vertical .nxl_menu_vertical_bottom li {
background-color: #ffffff;
text-align: right;
margin-bottom: 12px;
list-style-type: none;
}
.nxl_menu_vertical .nxl_menu_vertical_top li a,
.nxl_menu_vertical .nxl_menu_vertical_bottom li a {
min-width: 140px;
padding: 26px 18px 12px 18px;
display: block;
color: #333333;
font-family: Poppins;
font-size: 15px;
font-weight: 600;
}
.nxl_menu_vertical .nxl_menu_vertical_top li a span,
.nxl_menu_vertical .nxl_menu_vertical_bottom li a span {
display: block;
font-size: 30px;
font-weight: 400;
margin-bottom: 6px;
}
.nxl_past_years .nxl_past_years_inner {
padding: 50px;
box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
min-height: 360px;
position: relative;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_heading {
color: #333333;
font-size: 25px;
font-weight: 600;
font-family: Poppins;
line-height: 32px;
margin: 0;
margin-bottom: 14px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_description {
font-size: 16px;
color: #999999;
margin-bottom: 87px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_years {
font-size: 30px;
font-weight: 700;
font-family: Poppins;
line-height: 32px;
margin: 0;
position: absolute;
bottom: 53px;
padding-left: 20px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_years:before {
position: absolute;
content: "";
width: 1px;
height: 53px;
bottom: 6px;
left: 0;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_years {
color: #333333;
}
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_years:before {
background-color: #333333;
}
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_heading,
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_description {
color: #ffffff;
}
.nxl_blog_grid {   }
.nxl_blog_grid.layout1 .nxl_blog_item {
margin-bottom: 53px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_image {
margin-bottom: 25px;
text-align: center;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content {
text-align: center;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_title {
margin-bottom: 19px;
padding: 0 5%;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_title a {
font-family: Poppins;
color: #333333;
font-size: 20px;
font-weight: 600;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog__date {
font-family: Poppins;
color: #333333;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .line {
background-color: #333333;
width: 1px;
height: 20px;
display: block;
margin: 0 auto;
margin-top: 11px;
margin-bottom: 10px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_description {
margin-top: 15px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_cat {
color: #333333;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_cat a {
font-family: Poppins;
color: #333333;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_blog_grid.layout2 .nxl_blog_item {
margin-bottom: 155px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content {
width: calc(100% - 80px);
top: calc(100% - 50px);
position: absolute;
left: 40px;
background-color: #ffffff;
padding: 50px 10% 27px 10%;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_cat {
font-size: 16px;
color: #999999;
margin-bottom: 10px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_cat a {
color: #999999;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_cat .nxl_blog_author:after {
width: 4px;
height: 1px;
display: inline-block;
background-color: #adadad;
margin: 0 13px;
content: "";
vertical-align: middle;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_title {
margin-bottom: 19px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_title a {
font-family: Poppins;
color: #333333;
font-size: 22px;
font-weight: 600;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
min-width: 95px;
min-height: 100px;
background-color: #ffffff;
position: absolute;
box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
text-align: center;
right: 30px;
top: -50px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date:before {
content: "";
height: calc(100% + 20px);
width: 100%;
position: absolute;
left: -10px;
top: -10px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date div {
font-size: 13px;
font-family: Poppins;
color: #444444;
font-weight: bold;
text-transform: uppercase;
position: relative;
background-color: #ffffff;
padding: 18px 15px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date .nxl_first_text {
font-size: 40px;
font-family: Poppins;
font-weight: bold;
display: block;
margin-bottom: -2px;
padding-top: 15px;
}
.nxl_blog_grid.layout3 .nxl_blog_item {
margin-bottom: 46px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content {
padding-left: 150px;
padding-top: 18px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_comment {
margin-bottom: 24px;
text-transform: uppercase;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_comment .nxl_blog_author:after {
width: 4px;
height: 1px;
display: inline-block;
background-color: #adadad;
margin: 0 19px;
content: "";
vertical-align: middle;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_title {
margin-bottom: 13px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_title a {
font-family: Poppins;
color: #333333;
font-size: 24px;
font-weight: 600;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
min-width: 110px;
min-height: 100px;
background-color: #ffffff;
position: absolute;
box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
text-align: center;
left: 20px;
top: 20px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date:before {
content: "";
height: calc(100% + 20px);
width: 100%;
position: absolute;
left: -10px;
top: -10px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date div {
font-size: 14px;
font-family: Poppins;
color: #444444;
font-weight: bold;
text-transform: uppercase;
position: relative;
background-color: #ffffff;
padding: 18px 15px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date .nxl_first_text {
font-size: 50px;
font-family: Poppins;
font-weight: bold;
display: block;
margin-bottom: 3px;
padding-top: 15px;
}
@media (max-width: 1199px) {
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
top: -70px;
}
body .nxl_menu_image .nxl_menu_image_inner .nxl_text_item > a {
text-align: center;
display: block;
width: 100%;
left: 0;
top: 37px;
-webkit-transform: none !important;
-o-transform: none !important;
-ms-transform: none !important;
-moz-transform: none !important;
transform: none !important;
}
}
@media (max-width: 767px) {
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content {
width: 100%;
left: 0;
padding: 50px 3% 27px 3%;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content {
padding: 0;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
position: relative;
margin-bottom: 50px;
left: 0;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date:before {
left: 0;
}
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item {
padding: 0;
position: relative;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item .nxl_menu_image_bg > a {
display: block;
position: relative;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item .nxl_menu_image_bg > a:before {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-ms-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
position: absolute;
content: "";
width: calc(100% - 20px);
height: 50%;
left: 50%;
top: 50%;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0 1px;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item .nxl_menu_image_bg > a:after {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-ms-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
position: absolute;
content: "";
width: 50%;
height: calc(100% - 20px);
left: 30px;
top: 50%;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 1px 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item > a {
color: #ffffff;
font-size: 18px;
font-family: Poppins;
font-weight: 600;
position: absolute;
top: 42px;
left: 49px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-ms-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item:hover > a {
-webkit-transform: translateX(15px);
-o-transform: translateX(15px);
-ms-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item:hover .nxl_menu_image_bg > a:after {
width: calc(100% - 20px);
border-color: #ffffff;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item:hover .nxl_menu_image_bg > a:before {
height: calc(100% - 20px);
border-color: #ffffff;
}
.nxl_team_box {
position: relative;
overflow: hidden;
}
.nxl_team_box.social {
overflow: visible;
}
.nxl_team_box.social .nxl_team_box_inner_in {
position: absolute;
bottom: -60px;
background-color: #ffffff;
padding: 38px 7% 38px 7%;
text-align: center;
left: 28px;
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
width: calc(100% - 56px);
}
.nxl_team_box.social .nxl_team_box_inner_in .nxl_team_box_name {
color: #333333;
font-size: 24px;
font-family: Poppins;
font-weight: bold;
margin-top: 0;
margin-bottom: 4px;
}
.nxl_team_box.social .nxl_team_box_inner_in .nxl_team_box_job {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-bottom: 0px;
}
.nxl_team_box.social .nxl_team_box_inner {
-webkit-transform: translateY(-50px);
-o-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-moz-transform: translateY(-50px);
transform: translateY(-50px);
opacity: 0;
visibility: hidden;
position: absolute;
bottom: -40px;
background-color: #ffffff;
padding: 49px 7% 49px 7%;
text-align: center;
left: 28px;
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
width: calc(100% - 56px);
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_name {
color: #333333;
font-size: 24px;
font-family: Poppins;
font-weight: bold;
margin-top: 0;
margin-bottom: 4px;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_job {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-bottom: 0px;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_des {
margin-bottom: 25px;
margin-top: 19px;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social {
padding: 0;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li {
list-style-type: none;
display: inline-block;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a {
display: block;
vertical-align: middle;
border: 2px solid #444444;
color: #666666;
width: 45px;
height: 45px;
line-height: 45px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 12px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #444444;
color: #ffffff;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_phone {
color: #ffffff;
font-size: 18px;
position: absolute;
bottom: 49px;
font-weight: 400;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_phone span {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.nxl_team_box.social:hover .nxl_team_box_inner {
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
visibility: visible;
}
.nxl_team_box.social:hover .nxl_team_box_inner_in {
-webkit-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
visibility: hidden;
}
.nxl_team_box.default .nxl_team_box_image img {
width: 100%;
}
.nxl_team_box.default .nxl_team_box_inner {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 57px 18%;
-webkit-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.nxl_team_box.default .nxl_team_box_inner:before {
opacity: 0.98;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
position: absolute;
z-index: -1;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_name {
color: #ffffff;
font-size: 24px;
font-family: Poppins;
font-weight: 600;
margin-top: 0;
margin-bottom: 5px;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_job {
color: #ffffff;
font-size: 16px;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_phone {
color: #ffffff;
font-size: 18px;
position: absolute;
bottom: 49px;
font-weight: 400;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_phone span {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.nxl_team_box.default:hover .nxl_team_box_inner {
-webkit-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
@media (max-width: 767px) {
.nxl_team_box.default {
max-width: 360px;
margin: 0 auto;
}
.nxl_team_box.social .nxl_team_box_image {
text-align: center;
}
.nxl_team_box.social .nxl_team_box_image img {
width: 100%;
}
}
.nxl_icon_box {
margin-bottom: 42px;
}
.nxl_icon_box .nxl_icon_box_icon {
background-image: url(https://movenord.com.br/wp-content/themes/bouwer/inc/vc_shortcode/backend/image_layout/bg_icon.png);
background-repeat: no-repeat;
width: 85px;
height: 98px;
display: block;
text-align: center;
line-height: 98px;
background-size: cover;
background-position: center;
}
.nxl_icon_box .nxl_icon_box_icon span {
font-size: 40px;
color: #333333;
display: block;
}
.nxl_icon_box .nxl_icon_box_content .nxl_icon_box_heading {
color: #333333;
font-size: 24px;
font-weight: bold;
font-family: Poppins;
margin-bottom: 13px;
}
.nxl_icon_box:hover .nxl_icon_box_icon span {
-webkit-animation: swing 1s both;
-o-animation: swing 1s both;
-ms-animation: swing 1s both;
-moz-animation: swing 1s both;
animation: swing 1s both;
}
.nxl_client_box {
padding-bottom: 33px;
}
.nxl_client_box .nxl_client_box_inner {
position: relative;
border: 2px solid #000000;
padding: 51px 14%;
background-color: #ffffff;
}
.nxl_client_box .nxl_client_box_inner:after {
background-image: url(https://movenord.com.br/wp-content/themes/bouwer/inc/vc_shortcode/backend/image_layout/after_mess_box.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
content: "";
position: absolute;
bottom: -33px;
left: 75px;
height: 33px;
width: 38px;
}
.nxl_client_box .nxl_client_box_inner:before {
position: absolute;
bottom: -2px;
left: 75px;
height: 2px;
width: 38px;
background-color: #ffffff;
content: "";
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_box_description {
margin-bottom: 24px;
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_bt {
display: inline-block;
vertical-align: middle;
width: calc(100% - 75px);
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_bt .nxl_client_box_name {
font-size: 22px;
font-family: Poppins;
color: #333333;
font-weight: 600;
margin-top: 0;
margin-bottom: 0px;
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_bt .nxl_client_box_job {
font-size: 14px;
font-family: Poppins;
color: #333333;
margin-bottom: 0;
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_icon {
font-size: 45px;
display: inline-block;
width: 70px;
vertical-align: middle;
}
.nxl_feature_box img {
width: 100%;
}
.nxl_feature_box .nxl_feature_box_video {
position: absolute;
right: 68px;
top: 58px;
}
.nxl_feature_box .nxl_feature_box_video a {
color: #004694;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 14px;
position: relative;
}
.nxl_feature_box .nxl_feature_box_video a span {
background: #ffffff;
position: relative;
display: block;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
padding-left: 5px;
}
.nxl_feature_box .nxl_feature_box_video a .over1 {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 65px;
height: 65px;
border-radius: 50%;
top: 50%;
left: 50%;
animation: pulse-border 1.5s ease-out infinite;
-webkit-animation: pulse-border 1.5s ease-out infinite;
content: "";
animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
}
.nxl_feature_box .nxl_feature_box_video a .over2 {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 65px;
height: 65px;
border-radius: 50%;
top: 50%;
left: 50%;
animation: pulse-border2 1.5s ease-out infinite;
-webkit-animation: pulse-border2 1.5s ease-out infinite;
content: "";
}
.nxl_feature_box.layout1 .nxl_feature_box_inner {
position: relative;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content {
position: absolute;
left: 0;
bottom: 15%;
padding-left: 12%;
padding-right: 12%;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_top_heading {
font-size: 18px;
color: #ffffff;
font-family: Poppins;
display: inline-block;
border-bottom: 1px solid #ffffff;
font-weight: 400;
letter-spacing: 2.4px;
margin: 0;
margin-bottom: 24px;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
font-size: 26px;
color: #ffffff;
font-family: Poppins;
line-height: 35px;
margin: 0;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner {
position: relative;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content {
position: absolute;
left: 0;
bottom: 8.5%;
padding-left: 11%;
padding-right: 20%;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_description {
color: #ffffff;
font-size: 22px;
line-height: 33px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton {
color: #ffffff;
font-family: Poppins;
font-size: 16px;
font-weight: 600;
min-width: 185px;
padding: 15px 10px;
text-align: center;
display: inline-block;
position: relative;
border: 1px solid #ffffff;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
margin-top: 41px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #ffffff;
color: #333333;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
font-size: 38px;
color: #ffffff;
font-family: Poppins;
font-weight: bold;
line-height: 46px;
margin: 0;
margin-bottom: 33px;
}
@media (max-width: 991px) {
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
font-size: 25px;
line-height: 30px;
margin-bottom: 10px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_description {
font-size: 17px;
line-height: 30px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton {
margin-top: 20px;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
font-size: 17px;
line-height: 25px;
}
}
@media (max-width: 767px) {
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content {
bottom: 6.5%;
padding-left: 5%;
padding-right: 5%;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
font-size: 17px;
line-height: 25px;
margin-bottom: 10px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_description {
font-size: 14px;
line-height: 20px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton {
margin-top: 20px;
min-width: 150px;
padding: 5px 10px;
font-size: 14px;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content {
bottom: 15%;
padding-left: 5%;
padding-right: 5%;
}
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.onsale {
display: none;
}
.nxl-products-element .nxl-products-grid {
margin-bottom: 40px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner {
text-align: center;
border: 1px solid #000000;
position: relative;
overflow: hidden;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product {
padding: 0 15px;
padding-top: 21px;
padding-bottom: 35px;
background: rgba(255, 255, 255, 0.95);
width: 100%;
margin-top: -70px;
-webkit-transform: translateY(74px);
-o-transform: translateY(74px);
-ms-transform: translateY(74px);
-moz-transform: translateY(74px);
transform: translateY(74px);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .woocommerce-loop-product__title {
margin: 0;
margin-bottom: 4px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .woocommerce-loop-product__title a {
color: #333333;
font-family: Poppins;
font-weight: bold;
font-size: 18px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .price {
display: block;
margin-bottom: 19px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .added_to_cart {
display: none;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button {
overflow: hidden;
font-weight: 600;
max-width: 215px;
padding: 12px 10px;
color: #ffffff;
display: block;
margin: 0 auto;
font-size: 16px;
font-family: Poppins;
text-transform: uppercase;
opacity: 0;
position: relative;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
background-color: #004694;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button span {
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button:after {
content: " ";
display: block;
width: 35px;
height: 35px;
margin: 1px;
border-radius: 50%;
border: 2px solid #fff;
border-color: #fff transparent #fff transparent;
-webkit-animation: lds-dual-ring 1.2s linear infinite;
-o-animation: lds-dual-ring 1.2s linear infinite;
-ms-animation: lds-dual-ring 1.2s linear infinite;
-moz-animation: lds-dual-ring 1.2s linear infinite;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 15%;
left: 43%;
opacity: 0;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button.loading span {
opacity: 0;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button.loading:after {
opacity: 1;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_product_image_gallery {
position: absolute;
width: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner:hover .nxl_image_thumbnail_product .nxl_product_image_gallery {
opacity: 1;
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.nxl-products-element .nxl-products-grid .nxl-products-inner:hover .nxl_info_product {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.nxl-products-element .nxl-products-grid .nxl-products-inner:hover .nxl_info_product .button {
opacity: 1;
}
.nxl_woo_shop {
margin-top: 120px;
margin-bottom: 120px;
}
.woocommerce-pagination {
margin-top: 30px;
}
.nxl_woo_top {
margin-bottom: 40px;
}
.nxl_woo_top .woocommerce-result-count {
color: #333333;
margin-top: 13px;
}
.nxl_woo_top .woocommerce-ordering {
float: right;
border: 1px solid #333333;
padding: 0 30px;
}
.nxl_woo_top .woocommerce-ordering select {
border: 0;
outline: none;
height: 55px;
line-height: 55px;
font-size: 15px;
color: #333333;
}
.nxl_woo_top .woocommerce-result-count {
float: left;
}
.nxl_woo_top:after {
content: "";
clear: both;
display: table;
} .nxl_woo_single {
margin-top: 120px;
margin-bottom: 80px;
}
.nxl_woo_single .entry-summary .product_meta {
border-top: 1px dashed #acacac;
padding-top: 35px;
margin-top: 50px;
}
.nxl_woo_single .entry-summary .product_meta > span {
font-weight: bold;
color: #333333;
display: block;
margin-bottom: 3px;
}
.nxl_woo_single .entry-summary .product_meta > span span,
.nxl_woo_single .entry-summary .product_meta > span a {
font-weight: 400;
color: #333333;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_woo_single .entry-summary .product_meta > span span:hover,
.nxl_woo_single .entry-summary .product_meta > span a:hover {
color: #004694;
}
.nxl_woo_single .entry-summary form .single_add_to_cart_button {
display: inline-block;
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
min-width: 180px;
height: 57px;
line-height: 57px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
}
.nxl_woo_single .entry-summary form .single_add_to_cart_button:hover {
background: #004694;
}
.nxl_woo_single .entry-summary form .quantity {
margin-bottom: 9px;
}
.nxl_woo_single .entry-summary form .quantity label {
display: none;
}
.nxl_woo_single .entry-summary form .quantity .input-text {
border: 1px solid #333333;
width: 360px;
height: 60px;
line-height: 60px;
padding-left: 35px;
color: #333333;
}
.nxl_woo_single .entry-summary form.grouped_form table {
margin-bottom: 45px;
}
.nxl_woo_single .entry-summary form.grouped_form tr td {
padding: 25px 15px 15px 15px;
border: 1px solid #d3d3d3;
text-align: center;
}
.nxl_woo_single .entry-summary form.grouped_form tr td.woocommerce-grouped-product-list-item__price {
color: #004694;
}
.nxl_woo_single .entry-summary form.grouped_form tr td .quantity .input-text {
width: 100%;
max-width: 100%;
border: 1px solid #c5c5c5;
}
.nxl_woo_single .entry-summary .woocommerce-product-details__short-description {
line-height: 30px;
margin-bottom: 34px;
margin-top: 18px;
}
.nxl_woo_single .entry-summary .product_title {
font-size: 32px;
font-family: Poppins;
color: #333333;
font-weight: bold;
margin-top: -6px;
margin-bottom: 16px;
}
.nxl_woo_single .entry-summary .woocommerce-product-rating {
display: inline-block;
vertical-align: middle;
}
.nxl_woo_single .entry-summary .woocommerce-product-rating .woocommerce-review-link {
color: #333333;
font-size: 16px;
}
.nxl_woo_single .entry-summary .price {
font-size: 26px;
color: #004694;
display: inline-block;
vertical-align: middle;
margin: 0;
margin-right: 50px;
}
.nxl_woo_single .entry-summary .price del {
color: #333333;
}
.nxl_woo_single .entry-summary .price del .amount {
font-size: 20px;
}
.nxl_woo_single .entry-summary .price ins {
text-decoration: none;
}
.nxl_woo_single .nxl_woo_product_thumbnail .onsale {
position: absolute;
top: 5px;
left: 20px;
z-index: 1;
background: #000000;
padding: 0px 15px;
color: #ffffff;
font-size: 12px;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-viewport {
border: 1px solid #000000;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs {
padding: 0;
list-style-type: none;
margin-top: 15px;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs li {
display: inline-block;
vertical-align: top;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs li img {
-webkit-transition: 0.4s all;
-o-transition: 0.4s all;
-ms-transition: 0.4s all;
-moz-transition: 0.4s all;
transition: 0.4s all;
opacity: 0.4;
cursor: pointer;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs li img.flex-active {
opacity: 1;
}
.nxl_woo_single .related.products > h2 {
color: #333333;
font-family: Poppins;
font-weight: 600;
font-size: 20px;
margin: 0;
margin-bottom: 50px;
}
.nxl_woo_single .woocommerce-tabs {
margin-top: 41px;
}
.nxl_woo_single .woocommerce-tabs .wc-tabs {
display: none;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel {
display: block !important;
line-height: 30px;
border-bottom: 1px dashed #acacac;
padding-bottom: 36px;
margin-bottom: 50px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
margin-bottom: 26px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist {
list-style-type: none;
padding: 0;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li {
border-bottom: 1px dashed #acacac;
padding-bottom: 50px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .avatar_review {
max-width: 110px;
display: inline-block;
vertical-align: middle;
border: 1px solid #000000;
padding: 10px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text {
width: calc(100% - 120px);
display: inline-block;
vertical-align: middle;
padding-left: 36px;
padding-top: 19px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta {
display: inline-block;
margin: 0;
vertical-align: middle;
margin-right: 17px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #004694;
font-weight: 500;
font-family: Poppins;
font-size: 15px;
font-style: italic;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
color: #333333;
font-family: Poppins;
font-weight: 600;
font-size: 20px;
margin-right: 12px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating {
display: inline-block;
margin: 0;
vertical-align: middle;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .description {
margin-top: 14px;
margin-bottom: 0;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-reply-title {
color: #333333;
font-family: Poppins;
font-weight: 600;
font-size: 20px;
margin: 0;
margin-bottom: 19px;
margin-top: 44px;
display: block;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit) {
margin-bottom: 30px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit),
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea {
border: none;
border-bottom: 5px solid #f0f0f0;
width: 100%;
outline: none;
font-size: 16px;
padding-bottom: 11px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit)::-webkit-input-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea::-webkit-input-placeholder { color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit)::-moz-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea::-moz-placeholder { color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit):-ms-input-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea:-ms-input-placeholder { color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit):-moz-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea:-moz-placeholder { color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .submit {
display: inline-block;
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
min-width: 180px;
height: 57px;
line-height: 57px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
margin-top: 25px;
margin-bottom: 15px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .submit:hover {
background: #004694;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating {
margin-bottom: 30px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating label {
font-size: 14px;
font-family: Poppins;
color: #333333;
font-weight: 400;
margin: 0;
text-transform: uppercase;
letter-spacing: 2px;
display: inline-block;
vertical-align: middle;
margin-right: 26px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel h2 {
color: #333333;
font-family: Poppins;
font-weight: 600;
font-size: 20px;
margin: 0;
margin-bottom: 19px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .review_am {
margin: -15px;
margin-top: 40px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
width: 49%;
display: inline-block;
vertical-align: bottom;
padding: 0 15px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel > p {
margin-bottom: 30px;
}
.woocommerce-message,
.woocommerce-error li,
.woocommerce-info {
margin-bottom: 30px;
}
.star-rating {
font-family: 'FontAwesome';
height: 20px;
line-height: 20px;
overflow: hidden;
position: relative;
text-align: left;
width: 5.2em;
letter-spacing: 5px;
display: inline-block;
vertical-align: middle;
margin-right: 0px;
color: #d6cfcf;
}
.star-rating:before,
.star-rating span:before {
content: '\f005\f005\f005\f005\f005';
left: 0;
top: 0;
position: absolute;
font-size: 14px;
}
.star-rating span {
overflow: hidden;
position: absolute;
text-indent: -999em;
color: #333333;
padding-top: 1.5em;
left: 0;
}
.star-rating span:before {
text-indent: 0;
}
.stars {
letter-spacing: 2px;
margin-top: 2px;
display: inline-block;
vertical-align: top;
}
.stars a {
color: #333333 !important;
}
.stars [class*="star"] {
text-indent: -999em;
display: block;
position: absolute;
display: inline-block;
}
.stars [class*="star"]:before {
position: absolute;
font-family: "FontAwesome";
left: 0;
text-indent: 0;
}
.stars .star-1 {
width: 15px;
z-index: 50;
}
.stars .star-2 {
width: 30px;
z-index: 40;
}
.stars .star-3 {
width: 45px;
z-index: 30;
}
.stars .star-4 {
width: 60px;
z-index: 20;
}
.stars .star-5 {
width: 75px;
z-index: 10;
}
.stars .star-5:before {
content: "\f006\f006\f006\f006\f006";
}
.stars .star-1:hover:before,
.stars .star-1.active:before {
content: "\f005";
}
.stars .star-2:hover:before,
.stars .star-2.active:before {
content: "\f005\f005";
}
.stars .star-3:hover:before,
.stars .star-3.active:before {
content: "\f005\f005\f005";
}
.stars .star-4:hover:before,
.stars .star-4.active:before {
content: "\f005\f005\f005\f005";
}
.stars .star-5:hover:before,
.stars .star-5.active:before {
content: "\f005\f005\f005\f005\f005";
}
@media (max-width: 767px) {
.nxl_woo_single .entry-summary form .quantity .input-text {
max-width: 360px;
width: 100%;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .avatar_review {
display: block;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text {
width: 100%;
padding-left: 0;
}
}
.single-projects {     }
.single-projects .nxl_project_thumbnail {
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
margin-top: -1px;
}
.single-projects .layout1 .nxl_projects_content .container {
padding: 0;
}
.single-projects .layout1 .nxl_project_thumbnail {
margin-bottom: 120px;
}
.single-projects .layout1 .nxl_prject_content_meta {
margin-bottom: 80px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_content_right {
padding-left: 7%;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_content_left {
padding-top: 22px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_cat {
color: #333333;
letter-spacing: 2px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_cat a {
color: #333333;
font-size: 16px;
border-bottom: 1px solid #333333;
text-transform: uppercase;
font-family: Poppins;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social {
margin-bottom: 40px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social > span {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-right: 23px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul {
margin: 0 -1.5px;
padding: 0;
display: inline-block;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li {
list-style-type: none;
display: inline-block;
margin: 0 1.5px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a {
display: block;
vertical-align: middle;
border: 1px solid #646464;
color: #646464;
width: 45px;
height: 45px;
line-height: 45px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 12px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #646464;
color: #ffffff;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_project_description {
line-height: 30px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_title {
font-weight: 600;
color: #333333;
font-size: 34px;
font-family: Poppins;
line-height: 45px;
margin-top: 15px;
margin-bottom: 37px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info {
margin-bottom: 48px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div {
display: inline-block;
width: 32%;
vertical-align: top;
padding-left: 10%;
border-right: 1px solid #333333;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div:last-child {
border: none;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div:first-child {
padding-left: 0;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div h4 {
color: #333333;
font-size: 15px;
font-family: Poppins;
letter-spacing: 3px;
margin: 0;
margin-bottom: 11px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div h3 {
color: #333333;
font-size: 18px;
font-weight: 600;
font-family: Poppins;
margin: 0;
}
.single-projects .layout2 .nxl_projects_content .container {
padding: 0;
}
.single-projects .layout2 .nxl_project_thumbnail {
margin-bottom: 120px;
}
.single-projects .layout2 .nxl_prject_content_meta {
margin-bottom: 80px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_content_right {
padding-left: 7%;
text-align: right;
padding-top: 8px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_cat {
color: #333333;
letter-spacing: 2px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_cat a {
color: #333333;
font-size: 16px;
border-bottom: 1px solid #333333;
text-transform: uppercase;
font-family: Poppins;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social {
margin-bottom: 47px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social > span {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-right: 23px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul {
padding: 0;
display: inline-block;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li {
list-style-type: none;
display: inline-block;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a {
display: block;
vertical-align: middle;
border: 1px solid #494949;
color: #333333;
width: 56px;
height: 56px;
line-height: 56px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 16px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #494949;
color: #ffffff;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_project_description {
line-height: 30px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_title {
font-weight: 600;
color: #333333;
font-size: 34px;
font-family: Poppins;
line-height: 45px;
margin-top: 15px;
margin-bottom: 37px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info {
margin-bottom: 48px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info > div:after {
display: inline-block;
content: "";
height: 1px;
width: 80px;
background-color: #606060;
margin-top: 23px;
margin-bottom: 16px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info > div:last-child:after {
display: none;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info > div p {
color: #333333;
font-size: 18px;
font-family: Poppins;
margin: 0;
}
.single-projects .layout5 .nxl_projects_content .container {
padding: 0;
}
.single-projects .layout5 .nxl_project_thumbnail {
margin-bottom: 111px;
}
.single-projects .layout5 .nxl_prject_content_meta {
margin-bottom: 26px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_content_right {
padding-left: 7%;
text-align: right;
padding-top: 17px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_cat {
color: #333333;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_cat a {
color: #666666;
font-size: 16px;
font-family: Poppins;
text-transform: uppercase;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social > span {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-right: 23px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul {
padding: 0;
display: inline-block;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li {
list-style-type: none;
display: inline-block;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a {
display: block;
vertical-align: middle;
border: 1px solid #494949;
color: #333333;
width: 46px;
height: 46px;
line-height: 46px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 14px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #494949;
color: #ffffff;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_project_description {
line-height: 30px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_title {
font-weight: 600;
color: #333333;
font-size: 32px;
font-family: Poppins;
line-height: 44px;
margin-top: 0;
margin-bottom: 5px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info {
margin-bottom: 48px;
margin-top: 48px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info > div:after {
display: inline-block;
content: "";
height: 1px;
width: 80px;
background-color: #606060;
margin-top: 23px;
margin-bottom: 16px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info > div:last-child:after {
display: none;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info > div p {
color: #333333;
font-size: 18px;
font-family: Poppins;
margin: 0;
}
.single-projects .layout3 .nxl_projects_content .container {
padding: 0;
}
.single-projects .layout3 .nxl_project_thumbnail {
margin-bottom: 120px;
}
.single-projects .layout3 .nxl_prject_content_meta {
margin-bottom: 42px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_content_right {
padding-left: 20%;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_cat {
color: #333333;
letter-spacing: 2px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_cat a {
color: #333333;
font-size: 16px;
border-bottom: 1px solid #333333;
text-transform: uppercase;
font-family: Poppins;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social {
margin-bottom: 40px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social > span {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-right: 23px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul {
padding: 0;
display: inline-block;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li {
list-style-type: none;
display: inline-block;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a {
display: block;
vertical-align: middle;
border: 1px solid #454545;
color: #333333;
width: 45px;
height: 45px;
line-height: 45px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 14px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #454545;
color: #ffffff;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_project_description {
line-height: 30px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_title {
font-weight: 600;
color: #333333;
font-size: 34px;
font-family: Poppins;
line-height: 45px;
margin-top: 15px;
margin-bottom: 19px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info {
margin-bottom: 35px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div {
border-bottom: 1px solid #dcdcdc;
padding: 12.5px 0;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div:last-child {
border-bottom: 0;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div h4 {
color: #333333;
font-size: 17px;
font-weight: bold;
margin: 0;
display: inline-block;
vertical-align: middle;
min-width: 104px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div h3 {
color: #333333;
font-size: 17px;
margin: 0;
display: inline-block;
vertical-align: middle;
font-weight: 400;
}
.single-projects .layout4 .nxl_projects_content .container {
padding: 0;
}
.single-projects .layout4 .nxl_project_thumbnail {
margin-bottom: 98px;
padding-top: 22%;
position: relative;
padding-bottom: 3%;
}
.single-projects .layout4 .nxl_project_thumbnail:before {
content: "";
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
}
.single-projects .layout4 .nxl_prject_content_meta {
margin-bottom: 42px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_content_right {
background-color: #004694;
position: absolute;
right: 0;
max-width: 745px;
bottom: 0;
padding: 62px 5% 61px 5%;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social > span {
color: #333333;
font-size: 14px;
font-family: Poppins;
letter-spacing: 2px;
margin-right: 23px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul {
padding: 0;
display: inline-block;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li {
list-style-type: none;
display: inline-block;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a {
display: block;
vertical-align: middle;
border: 1px solid #ffffff;
color: #ffffff;
width: 56px;
height: 56px;
line-height: 56px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 17px;
text-align: center;
font-weight: bold;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #ffffff;
color: #004694;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_project_description {
line-height: 30px;
color: #ffffff;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_title {
font-weight: 600;
color: #ffffff;
font-size: 36px;
font-family: Poppins;
line-height: 45px;
margin-top: 0px;
margin-bottom: 31px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info {
margin-bottom: 14px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div {
display: inline-block;
width: 49%;
vertical-align: top;
padding: 12.5px 0;
margin-bottom: 15px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div:first-child:after,
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div:nth-child(2):after {
background-color: #ffffff;
display: block;
width: 18px;
height: 7px;
content: "";
margin-top: 19px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div h4 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
margin: 0;
display: block;
font-family: Poppins;
letter-spacing: 2px;
margin-bottom: 10px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div h3 {
color: #ffffff;
font-size: 18px;
margin: 0;
display: block;
font-family: Poppins;
font-weight: 600;
}
@media (max-width: 991px) {
.single-projects .layout1 .nxl_prject_content_meta .nxl_content_right {
padding-left: 15px;
margin-top: 30px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_content_right {
padding: 0 15px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_content_right {
margin-top: 30px;
position: relative;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_content_right {
padding-left: 15px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_content_right .nxl_projects_social {
text-align: left;
}
}
@media (max-width: 767px) {
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div {
display: block;
width: 100% !important;
text-align: left !important;
margin-bottom: 15px;
border: none;
padding: 0;
}
.single-projects .nxl_projects_content .container {
padding: 0 15px !important;
}
}
.page-links {
margin-bottom: 70px;
-webkit-transform: translateY(30px);
-o-transform: translateY(30px);
-ms-transform: translateY(30px);
-moz-transform: translateY(30px);
transform: translateY(30px);
}
.page-links .current,
.page-links a span {
padding: 5px 10px;
border: 1px solid #666666;
}
.page-links .current {
background-color: #666666;
color: #ffffff;
}
.single-post .no_vc_composer {
padding-top: 0;
}
.single-post .site-content {
margin-top: -1px;
}
.single-post .post-password-form input[type="password"] {
border: 1px solid #000000;
outline: none;
font-size: 14px;
padding: 0 15px;
height: 40px;
background: #ffffff;
}
.single-post .post-password-form input[type="submit"] {
background: #000000;
border: none;
color: #ffffff;
font-size: 16px;
outline: none;
height: 40px;
transform: translateY;
display: inline-block;
vertical-align: middle;
padding: 0 10px;
}
.single-post .layout2 .nxl_blogs_content {
margin-top: 120px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content {
margin-top: 0px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta {
margin-bottom: 50px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_thumbnail {
margin-bottom: 70px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_ta {
text-transform: uppercase;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_ta .nxl_blog_author:after {
content: "";
background-color: #666666;
width: 4px;
height: 1px;
display: inline-block;
vertical-align: middle;
margin: 0 20px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blogs_title {
color: #333333;
font-family: Poppins;
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 13px;
margin-top: -4px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date_wap {
display: inline-block;
vertical-align: top;
max-width: 170px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_meta_ri {
display: inline-block;
vertical-align: top;
padding-left: 37px;
width: calc(100% - 200px);
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date {
min-width: 95px;
min-height: 100px;
background-color: #ffffff;
box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
text-align: center;
position: relative;
margin-left: 10px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date:before {
content: "";
height: calc(100% + 20px);
width: 100%;
position: absolute;
left: -10px;
top: -10px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date div {
font-size: 14px;
font-family: Poppins;
color: #444444;
font-weight: bold;
text-transform: uppercase;
position: relative;
background-color: #ffffff;
padding: 18px 15px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date .nxl_first_text {
font-size: 50px;
font-family: Poppins;
font-weight: bold;
display: block;
margin-bottom: 2px;
padding-top: 15px;
}
.single-post .nxl_blogs_content {
padding-bottom: 120px;
}
.single-post .nxl_blogs_content .nxl_content {
margin-top: -8px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .related_post_title {
font-size: 25px;
font-weight: 600;
font-family: Poppins;
color: #333333;
margin-bottom: 16px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider {
margin: 0 -15px;
margin-top: 73px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .nxl_blog_item {
padding: 0 15px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .slick-arrow {
position: absolute;
top: 43%;
background: #ffffff;
border: 0;
outline: 0;
border-radius: 100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
display: block;
width: 40px;
height: 40px;
font-size: 25px;
color: #333333;
opacity: 0;
padding: 0;
z-index: 1;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .slick-arrow.slick-prev {
-webkit-transform: translateX(-20px);
-o-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .slick-arrow.slick-next {
right: 0;
-webkit-transform: translateX(20px);
-o-transform: translateX(20px);
-ms-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider:hover .slick-arrow {
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags {
margin-top: 16px;
clear: both;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a {
min-width: 110px;
height: 40px;
position: relative;
background: #f6f9f9;
display: inline-block;
text-align: center;
line-height: 40px;
margin-right: 30px;
color: #515151;
font-size: 14px;
padding: 0 20px;
margin-bottom: 15px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a:before {
content: "";
position: absolute;
right: -20px;
bottom: 0;
width: 0;
height: 0;
border-left: 20px solid #f6f9f9;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a:hover {
background: #004694;
color: #ffffff;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a:hover:before {
border-left: 20px solid #004694;
}
.single-post .nxl_blogs_content .nxl_content .vc_row {
margin: 0;
}
.single-post .nxl_blogs_content .nxl_content .vc_row .container {
padding: 0;
width: 100%;
}
.single-post .nxl_blogs_content .nxl_content .vc_row .container .vc_column_container > .vc_column-inner {
padding: 0;
}
.single-post .nxl_blog_thumbnail {
background-position: center;
background-attachment: fixed;
background-size: cover;
position: relative;
margin-bottom: 120px;
}
.single-post .nxl_blog_thumbnail:before {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.single-post .nxl_blog_thumbnail.nxl_no_thumb:before {
background: rgba(0, 0, 0, 0.75);
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta {
position: absolute;
width: 100%;
bottom: 97px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta {
padding-left: 184px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta .nxl_blogs_author span {
color: #ffffff;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta .nxl_blogs_author span span {
font-weight: 600;
margin-right: 8px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta .nxl_blogs_title {
color: #ffffff;
font-family: Poppins;
font-size: 34px;
font-weight: 600;
line-height: 45px;
margin-bottom: 0;
margin-top: 17px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date {
min-width: 95px;
min-height: 100px;
background-color: #ffffff;
position: absolute;
box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
-webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date:before {
content: "";
height: calc(100% + 20px);
width: 100%;
position: absolute;
left: -10px;
top: -10px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date div {
font-size: 14px;
font-family: Poppins;
color: #444444;
font-weight: bold;
text-transform: uppercase;
position: relative;
background-color: #ffffff;
padding: 18px 15px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date .nxl_first_text {
font-size: 50px;
font-family: Poppins;
font-weight: bold;
display: block;
margin-bottom: 2px;
padding-top: 15px;
} .nxl_sidebar { }
.nxl_sidebar .nxl_sticky_move {
border: 1px solid #444444;
}
.nxl_sidebar .widget {
border-bottom: 1px solid #444444;
padding: 50px 12.5%;
}
.nxl_sidebar .widget select,
.nxl_sidebar .widget input {
width: 100%;
height: 40px;
padding-left: 10px;
}
.nxl_sidebar .widget:last-child {
border: none;
}
.nxl_sidebar .widget.widget_tag_cloud .tagcloud a {
color: #515151;
font-size: 14px !important;
border: 1px solid #111111;
display: inline-block;
padding: 5px 21px;
margin-bottom: 10px;
vertical-align: top;
margin-right: 5px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_sidebar .widget.widget_tag_cloud .tagcloud a:hover {
color: #ffffff;
background-color: #515151;
}
.nxl_sidebar .widget.widget_search form {
max-width: 560px;
margin: 0 auto;
position: relative;
}
.nxl_sidebar .widget.widget_search form .search-submit {
position: absolute;
right: 0;
width: 40px;
background: #000000;
border: none;
color: #ffffff;
font-size: 16px;
outline: none;
height: 40px;
}
.nxl_sidebar .widget.widget_search form .search-field {
border: none;
border: 1px solid #000000;
width: calc(100% - 40px);
outline: none;
font-size: 14px;
padding: 0 15px;
height: 40px;
background: #ffffff;
}
.nxl_sidebar .widget.widget_search form .search-field::-webkit-input-placeholder { color: #999999;
}
.nxl_sidebar .widget.widget_search form .search-field::-moz-placeholder { color: #999999;
}
.nxl_sidebar .widget.widget_search form .search-field:-ms-input-placeholder { color: #999999;
}
.nxl_sidebar .widget.widget_search form .search-field:-moz-placeholder { color: #999999;
}
.nxl_sidebar .widget.widget_archive .screen-reader-text,
.nxl_sidebar .widget.widget_categories .screen-reader-text {
display: none;
}
.nxl_sidebar .widget.widget_archive select,
.nxl_sidebar .widget.widget_categories select {
height: 40px;
padding-left: 10px;
width: 100%;
}
.nxl_sidebar .widget.widget_calendar th,
.nxl_sidebar .widget.widget_calendar td {
text-align: center;
}
.nxl_sidebar .widget.widget_categories ul li,
.nxl_sidebar .widget.widget_archive ul li,
.nxl_sidebar .widget.widget_pages ul li,
.nxl_sidebar .widget.widget_meta ul li,
.nxl_sidebar .widget.widget_recent_comments ul li,
.nxl_sidebar .widget.widget_recent_entries ul li,
.nxl_sidebar .widget.widget_rss ul li,
.nxl_sidebar .widget.widget_nav_menu ul li {
color: #333333;
font-size: 16px;
border-bottom: 1px dashed #c1c1c1;
padding-bottom: 11px;
margin-bottom: 10px;
}
.nxl_sidebar .widget.widget_categories ul li:last-child,
.nxl_sidebar .widget.widget_archive ul li:last-child,
.nxl_sidebar .widget.widget_pages ul li:last-child,
.nxl_sidebar .widget.widget_meta ul li:last-child,
.nxl_sidebar .widget.widget_recent_comments ul li:last-child,
.nxl_sidebar .widget.widget_recent_entries ul li:last-child,
.nxl_sidebar .widget.widget_rss ul li:last-child,
.nxl_sidebar .widget.widget_nav_menu ul li:last-child {
border: 0;
padding: 0;
margin: 0;
}
.nxl_sidebar .widget.widget_categories ul li a,
.nxl_sidebar .widget.widget_archive ul li a,
.nxl_sidebar .widget.widget_pages ul li a,
.nxl_sidebar .widget.widget_meta ul li a,
.nxl_sidebar .widget.widget_recent_comments ul li a,
.nxl_sidebar .widget.widget_recent_entries ul li a,
.nxl_sidebar .widget.widget_rss ul li a,
.nxl_sidebar .widget.widget_nav_menu ul li a {
display: inline-block;
width: calc(100% - 40px);
color: #333333;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_sidebar .widget.widget_categories ul li .children,
.nxl_sidebar .widget.widget_archive ul li .children,
.nxl_sidebar .widget.widget_pages ul li .children,
.nxl_sidebar .widget.widget_meta ul li .children,
.nxl_sidebar .widget.widget_recent_comments ul li .children,
.nxl_sidebar .widget.widget_recent_entries ul li .children,
.nxl_sidebar .widget.widget_rss ul li .children,
.nxl_sidebar .widget.widget_nav_menu ul li .children {
padding-left: 1em;
}
.nxl_sidebar .widget.widget_nav_menu .sub-menu {
padding-left: 1em;
}
.nxl_sidebar .widget.widget_recent_comments ul li a,
.nxl_sidebar .widget.widget_rss ul li a {
width: auto;
}
.nxl_sidebar .widget.widget_recent_comments .rss-date,
.nxl_sidebar .widget.widget_rss .rss-date {
color: #004694;
}
.nxl_sidebar .widget.widget_text strong {
display: block;
margin-top: 8px;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li {
margin-bottom: 5px;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li:last-child {
margin-bottom: 0px;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li a {
color: #333333;
font-size: 16px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li a:before {
font-size: 10px;
color: #999999;
content: "\f061";
display: inline-block;
vertical-align: top;
font-family: FontAwesome;
margin-right: 16px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_sidebar .widget.widget_text .author_single h3 {
font-size: 22px;
font-weight: 600;
color: #333333;
font-family: Poppins;
margin-top: 23px;
margin-bottom: 6px;
}
.nxl_sidebar .widget.widget_text .author_single h4 {
color: #333333;
font-family: Poppins;
font-weight: 400;
font-size: 16px;
margin: 0;
margin-bottom: 37px;
}
.nxl_sidebar .widget.widget_text .author_single .author_avatar {
margin-bottom: 19px;
}
.nxl_sidebar .widget.widget_media_gallery .gallery {
margin: 0 -7.5px 15px -7.5px;
}
.nxl_sidebar .widget.widget_media_gallery .gallery .gallery-item {
display: inline-block;
vertical-align: top;
padding: 0 7.5px;
margin-bottom: 15px;
}
.nxl_sidebar .widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post {
margin-bottom: 30px;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post:last-child {
margin-bottom: 0;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-tumb {
max-width: 75px;
display: inline-block;
vertical-align: middle;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-content {
width: calc(100% - 100px);
display: inline-block;
vertical-align: middle;
padding-left: 16px;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-content > a {
font-size: 16px;
font-weight: 600;
font-family: Poppins;
color: #333333;
line-height: 22px;
display: block;
margin-bottom: 5px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-content .date_cat {
font-size: 14px;
font-family: Poppins;
color: #333333;
text-transform: uppercase;
letter-spacing: 2px;
}
.nxl_sidebar .widget .widget-title {
font-size: 14px;
font-family: Poppins;
color: #333333;
margin-top: 0;
margin-bottom: 27px;
letter-spacing: 2px;
}
.nxl_sidebar .widget ul {
padding: 0;
list-style-type: none;
}
.comments-area {
clear: both;
}
.comments-area .logged-in-as {
padding-left: 15px;
}
.comments-area .comment-respond {
-webkit-animation: fadeInLeft 0.5s both;
-o-animation: fadeInLeft 0.5s both;
-ms-animation: fadeInLeft 0.5s both;
-moz-animation: fadeInLeft 0.5s both;
animation: fadeInLeft 0.5s both;
}
.comments-area .comment-respond .comment-reply-title {
font-size: 20px;
font-weight: 600;
font-family: Poppins;
color: #333333;
margin-top: 87px;
margin-bottom: 29px;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
color: #333333;
font-style: italic;
font-family: Poppins;
}
.comments-area .comment-respond .comment-form {
margin: 0 -15px;
}
.comments-area .comment-respond .comment-form .form-submit {
clear: both;
padding-left: 15px;
padding-top: 13px;
margin: 0;
}
.comments-area .comment-respond .comment-form .form-submit .submit {
display: inline-block;
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
min-width: 180px;
height: 57px;
line-height: 57px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
}
.comments-area .comment-respond .comment-form input:not(.submit) {
margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form input:not(.submit),
.comments-area .comment-respond .comment-form textarea {
border: none;
border-bottom: 5px solid #f0f0f0;
width: 100%;
outline: none;
font-size: 16px;
padding-bottom: 11px;
}
.comments-area .comment-respond .comment-form input:not(.submit)::-webkit-input-placeholder,
.comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder { color: #999999;
}
.comments-area .comment-respond .comment-form input:not(.submit)::-moz-placeholder,
.comments-area .comment-respond .comment-form textarea::-moz-placeholder { color: #999999;
}
.comments-area .comment-respond .comment-form input:not(.submit):-ms-input-placeholder,
.comments-area .comment-respond .comment-form textarea:-ms-input-placeholder { color: #999999;
}
.comments-area .comment-respond .comment-form input:not(.submit):-moz-placeholder,
.comments-area .comment-respond .comment-form textarea:-moz-placeholder { color: #999999;
}
.comments-area .comment_top .comments-title {
font-size: 20px;
font-weight: 600;
font-family: Poppins;
color: #333333;
margin-bottom: 26px;
margin-top: 26px;
}
.comments-area .comment_top .comment-list {
list-style-type: none;
padding: 0;
}
.comments-area .comment_top .comment-list li.comment {
list-style-type: none;
}
.comments-area .comment_top .comment-list li.comment .comment-respond {
margin-bottom: 50px;
}
.comments-area .comment_top .comment-list li.comment .children {
padding-left: 110px;
}
.comments-area .comment_top .comment-list li.comment .comment-body {
margin-bottom: 70px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-avatar {
max-width: 110px;
display: inline-block;
vertical-align: top;
border: 1px solid #000000;
padding: 10px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info {
width: calc(100% - 120px);
display: inline-block;
vertical-align: top;
padding-left: 36px;
padding-top: 4px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info p {
margin: 0;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info {
margin-bottom: 15px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .reply a {
color: #ffffff;
background-color: #000000;
font-family: poppins;
font-size: 12px;
padding: 0px 10px;
float: right;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-date {
font-size: 15px;
font-weight: 500;
font-style: italic;
font-family: Poppins;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-author {
font-size: 20px;
font-weight: 600;
font-family: Poppins;
color: #333333;
margin-right: 13px;
}
@media (max-width: 767px) {
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date {
position: relative;
max-width: 160px;
padding-left: 10px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date:before {
left: 0;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta {
padding-left: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar {
display: block;
margin-bottom: 15px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info {
padding: 0;
width: 100%;
}
.comments-area .comment_top .comment-list li .children {
padding-left: 30px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_meta_ri {
display: block;
padding: 0;
width: 100%;
margin-top: 30px;
}
}
@media (max-width: 991px) {
.row_st {
display: block;
}
.nxl_sidebar {
margin-top: 80px;
}
}
@media (max-width: 1199px) {
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
margin-right: 10px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
float: none;
display: inline-block;
}
} .woocommerce-cart .woocommerce .cart-empty {
text-align: center;
position: relative;
font-size: 36px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.5;
padding: 250px 0 0px 0;
font-weight: bold !important;
margin-bottom: 30px;
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
position: absolute;
color: rgba(142, 142, 142, 0.2);
left: 50%;
font-weight: normal;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
content: "\e66e";
font-size: 180px;
top: -17px;
font-family: Flaticon;
content: "\f100";
}
.woocommerce-cart .woocommerce .cart-empty:after {
content: "\f00d";
font-size: 60px;
top: 100px;
font-family: "FontAwesome";
}
.woocommerce-cart .woocommerce .return-to-shop {
text-align: center;
margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
width: 200px;
display: block;
height: 50px;
color: #ffffff;
line-height: 50px;
text-align: center;
font-weight: 400;
margin-top: 32px;
padding: 0;
border: none;
margin: 0 auto;
margin-top: 30px;
background: #004694;
}
.woocommerce-cart .woocommerce .button.wc-backward:hover {
opacity: 0.8;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
text-align: center;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
display: block;
margin-bottom: 26px;
color: #004694;
font-weight: 400;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
text-align: left;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
border-radius: 0;
border: 1px solid #333333;
height: 40px;
padding-left: 24px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #666666;
line-height: 40px;
padding: 0;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text {
border: 1px solid #333333;
height: 40px;
padding-left: 24px;
width: 100%;
}
.cart-collaterals .woocommerce-shipping-calculator button {
display: block;
position: relative;
text-align: center;
cursor: pointer;
background: #004694;
color: #ffffff;
min-width: 100%;
height: 60px;
line-height: 60px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
}
.cart-collaterals .cross-sells > h2 {
font-size: 16px;
font-weight: 600;
padding-bottom: 20px;
text-align: center;
letter-spacing: 0;
}
.cart-collaterals .continue {
font-size: 18px;
font-weight: 500;
letter-spacing: 0.7px;
}
.cart-collaterals .continue i {
margin-left: 10px;
}
.cart-collaterals .cart_totals {
background-color: #000000;
padding: 48px;
color: #ffffff;
}
.cart-collaterals .cart_totals h2 {
font-size: 22px;
font-weight: 600;
letter-spacing: 0.7px;
line-height: 30px;
margin: 0;
font-family: Poppins;
margin-bottom: 12px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
display: block;
position: relative;
text-align: center;
cursor: pointer;
background: #004694;
color: #ffffff;
min-width: 180px;
height: 60px;
line-height: 60px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
}
.cart-collaterals .cart_totals .respon-table {
padding: 9px 30px 9px 30px;
background: #f6f6f6;
margin-top: 27px;
}
.cart-collaterals .cart_totals table tr.order-total th,
.cart-collaterals .cart_totals table tr.order-total td {
border-top: 1px solid #595959;
padding-top: 26px;
padding-bottom: 27px;
}
.cart-collaterals .cart_totals table tr.order-total td {
font-size: 30px;
font-weight: bold;
}
.cart-collaterals .cart_totals table tr.order-total td strong {
font-weight: bold;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
font-weight: 400;
}
.cart-collaterals .cart_totals table tr th {
padding: 15px 0px;
font-weight: 700;
padding-right: 10px;
}
.cart-collaterals .cart_totals table tr td {
text-align: right;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
list-style-type: none;
padding: 0;
}
.cart-collaterals .cart_totals table tr td strong {
font-weight: 400;
}
.cart-collaterals .cart_totals table tr td label {
font-weight: 400;
}
.cart-collaterals .cart_totals table tr td input[type="radio"] {
position: relative;
top: 2px;
float: right;
margin-right: 0;
margin-left: 7px;
}
.cart-actions {
margin-top: 30px;
}
.cart-actions .coupon_col {
float: left;
padding: 0 15px;
}
.cart-actions .update_col {
float: right;
padding: 0 15px;
}
.cart-actions .updatecart .button {
background: #ebebeb;
border: none;
min-height: 46px;
text-align: center;
padding: 0 30px;
}
.cart-actions .updatecart input[disabled] {
opacity: 0.8;
}
.cart-actions .coupon label {
display: none;
}
.cart-actions .coupon .input-text {
padding-right: 15px;
height: 46px;
width: 250px;
padding-left: 15px;
border: 1px solid #dfdfdf;
}
.cart-actions .coupon .input-text::-webkit-input-placeholder { color: #959595;
}
.cart-actions .coupon .input-text::-moz-placeholder { color: #959595;
}
.cart-actions .coupon .input-text:-ms-input-placeholder { color: #959595;
}
.cart-actions .coupon .input-text:-moz-placeholder { color: #959595;
}
.cart-actions .coupon .button {
background: none;
border: none;
letter-spacing: 1px;
padding: 0 15px;
background-color: #004694;
color: #ffffff;
min-height: 46px;
vertical-align: middle;
display: inline-block;
}
@media (max-width: 1199px) {
.cart-actions {
margin-bottom: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cart-collaterals .cart_totals {
padding: 48px 10px;
}
}
@media (max-width: 991px) {
.cart-collaterals .cart_totals {
margin-top: 25px;
padding: 20px 10px;
}
}
.shop_table {
border-collapse: unset;
}
.shop_table thead th {
font-size: 14px;
color: #333333;
font-family: Poppins;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.7px;
border-bottom: 5px solid #333333;
}
.shop_table tr .actions {
padding: 24px 0px !important;
}
.shop_table tr .actions:after {
display: table;
content: " ";
clear: both;
}
.shop_table tr .actions .button {
float: right;
display: inline-block;
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
min-width: 180px;
height: 60px;
line-height: 60px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
}
.shop_table tr .actions .coupon {
float: left;
}
.shop_table tr .actions .coupon label {
display: none;
}
.shop_table tr .actions .coupon button {
display: inline-block;
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
min-width: 180px;
height: 60px;
line-height: 60px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
}
.shop_table tr .actions .coupon .input-text {
border: 1px solid #333333;
height: 60px;
padding-left: 24px;
}
.shop_table tr .actions .coupon .input-text::-webkit-input-placeholder { color: #999999;
}
.shop_table tr .actions .coupon .input-text::-moz-placeholder { color: #999999;
}
.shop_table tr .actions .coupon .input-text:-ms-input-placeholder { color: #999999;
}
.shop_table tr .actions .coupon .input-text:-moz-placeholder { color: #999999;
}
.shop_table tr .product-name > a {
font-size: 18px;
font-family: Poppins;
font-weight: bold;
color: #333333;
text-transform: uppercase;
}
.shop_table tr .product-price .amount,
.shop_table tr .product-subtotal .amount {
font-size: 18px;
color: #494646;
}
.shop_table tr .product-quantity .quantity .screen-reader-text {
display: none;
}
.shop_table tr .product-quantity .quantity .input-text {
border: 1px solid #3f3f3f;
max-width: 90px;
height: 48px;
padding-left: 20px;
color: #333333;
}
.shop_table tr.order-total .includes_tax {
display: block;
margin-top: 5px;
}
.shop_table {
width: 100%;
}
.woocommerce-cart-form .shop_table tr th {
text-align: center;
padding: 7px 0;
}
.woocommerce-cart-form .shop_table tr td {
padding: 24px 12px;
border: none;
border-bottom: 1px dashed #acacac;
}
.shop_table th.product-thumbnail {
width: 10px;
}
.shop_table th.product-remove {
width: 40px;
}
.shop_table td.order-status {
text-align: center !important;
}
.shop_table td.product-remove {
padding: 0;
text-align: center;
}
.shop_table td.product-remove a {
position: relative;
font-size: 0px;
display: inline-block;
border-radius: 50%;
height: 20px;
width: 20px;
line-height: 28px;
cursor: pointer;
padding-right: 16px;
padding-right: 0;
}
.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
content: " ";
position: absolute;
right: 0px;
top: 50%;
margin-top: -1px;
width: 20px;
height: 2px;
display: inline-block;
background-color: #252525;
-webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.shop_table td.product-remove a:after {
transform: rotate(-44deg);
-webkit-transform: rotate(-44deg);
-moz-transform: rotate(-44deg);
-o-transform: rotate(-44deg);
-ms-transform: rotate(-44deg);
-sand-transform: rotate(-44deg);
}
.shop_table td.product-remove a:before {
-webkit-transform: rotate(44deg);
-moz-transform: rotate(44deg);
-o-transform: rotate(44deg);
-ms-transform: rotate(44deg);
-sand-transform: rotate(44deg);
transform: rotate(44deg);
}
.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
right: 5px;
}
.shop_table td.product-name .variation {
display: inline-block;
margin-bottom: 0;
}
.shop_table td.product-name .variation dt {
font-weight: 400;
}
.shop_table td.product-name .variation .variation-Vendor {
display: inline-block;
margin: 0;
}
.shop_table td.product-thumbnail img {
max-width: 50px;
height: auto;
border: 1px solid #000000;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .jws-qty-label-abbrev {
display: none !important;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity {
margin: 0 auto;
}
@media (max-width: 767px) {
.woocommerce-checkout .woocommerce .woocommerce-info {
font-size: 14px;
}
.cart-collaterals .continue {
margin-bottom: 15px;
display: block;
}
.cart-actions .coupon_col,
.cart-actions .update_col {
float: none;
}
.update_col {
margin-top: 10px;
}
.cart-actions .coupon .input-text {
margin-bottom: 15px;
}
.woocommerce-cart-form .shop_table {
width: 100%;
display: block;
}
.woocommerce-cart-form .shop_table thead {
display: none;
}
.woocommerce-cart-form .shop_table thead th {
width: 25%;
}
.woocommerce-cart-form .shop_table thead th.product-remove,
.woocommerce-cart-form .shop_table thead th.product-thumbnail {
display: none;
}
.woocommerce-cart-form .shop_table tbody {
display: block;
}
.woocommerce-cart-form .shop_table tbody tr {
display: block;
margin: 30px 0px;
border: 1px solid #d1d1d1;
border-bottom: none;
}
.woocommerce-cart-form .shop_table tbody tr td {
width: 100%;
display: block;
position: relative;
text-align: right;
}
.woocommerce-cart-form .shop_table tbody tr td.actions {
text-align: center;
}
.woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
float: none;
margin-bottom: 20px;
}
.woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
margin-bottom: 10px;
}
.woocommerce-cart-form .shop_table tbody tr td.actions .button {
float: none;
}
.woocommerce-cart-form .shop_table tbody tr td:before {
content: attr(data-title);
font-weight: 600;
float: left;
color: #575454;
}
.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
text-align: center;
}
.woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
content: "";
}
} .nxl-cart-content {
position: fixed;
top: 0;
right: 0;
z-index: 9999;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
-ms-transition: 0.7s all;
-moz-transition: 0.7s all;
transition: 0.7s all;
-webkit-transform: translateX(105%);
-o-transform: translateX(105%);
-ms-transform: translateX(105%);
-moz-transform: translateX(105%);
transform: translateX(105%);
min-width: 300px;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
height: 100%;
overflow: auto;
}
.nxl-cart-content.active {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.nxl-cart-content .blockUI.blockOverlay:before {
content: "";
width: 50px;
height: 50px;
margin: 1px;
border-radius: 50%;
border: 2px solid #ffffff;
border-color: #ffffff transparent #ffffff transparent;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
margin-left: -25px;
margin-top: -25px;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
-webkit-animation: lds-dual-ring 1.2s linear infinite;
animation: lds-dual-ring 1.2s linear infinite;
}
.nxl-cart-content > h6 {
display: block;
text-align: center;
background: #000000;
color: #ffffff;
font-family: Poppins;
font-size: 17px;
margin: 0;
margin-bottom: 30px;
padding: 15px 0;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message {
text-align: center;
position: relative;
font-size: 15px;
line-height: 1.5;
padding: 250px 0 0px 0;
margin-bottom: 30px;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before {
font-size: 180px;
top: -17px;
font-family: Flaticon;
content: "\f100";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
content: "\f00d";
font-size: 60px;
top: 100px;
font-family: "FontAwesome";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before,
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
position: absolute;
color: rgba(142, 142, 142, 0.2);
left: 50%;
font-weight: normal;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-sand-transform: translateX(-50%);
}
.nxl-cart-content .woocommerce-mini-cart__total {
position: absolute;
bottom: 48px;
height: 40px;
line-height: 40px;
margin: 0;
text-align: center;
display: block;
width: 100%;
border-top: 1px solid #f5f5f5;
background-color: #ffffff;
}
.nxl-cart-content .woocommerce-mini-cart__total strong {
color: #333333;
}
.nxl-cart-content .woocommerce-mini-cart__buttons {
position: absolute;
bottom: 0;
margin: 0;
width: 100%;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a {
padding: 10px 20px;
font-size: 14px;
color: #ffffff;
display: inline-block;
width: 50%;
text-align: center;
font-family: Poppins;
text-transform: uppercase;
font-weight: 600;
background: #004694;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a:first-child {
background: #000000;
}
.nxl-cart-content ul {
padding: 0 30px;
width: 100%;
overflow: auto;
position: absolute;
scrollbar-width: none; -ms-overflow-style: none; height: calc(100% - 120px);
}
.nxl-cart-content ul::-webkit-scrollbar {
width: 0px; }
.nxl-cart-content ul li {
border-bottom: 1px dashed #d6d6d6;
padding: 20px;
margin-bottom: 20px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl-cart-content ul li:last-child {
border: none;
}
.nxl-cart-content ul li:hover {
border-color: #000000;
}
.nxl-cart-content ul li .remove {
font-size: 20px;
width: 22px;
height: 22px;
display: block;
text-align: center;
line-height: 22px;
margin: 0 auto;
margin-bottom: 20px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
color: #ffffff;
background: #004694;
}
.nxl-cart-content ul li .remove:hover {
background: #000000;
}
.nxl-cart-content ul li a {
font-size: 14px;
text-align: center;
display: block;
font-family: Poppins;
color: #333333;
font-weight: 500;
}
.nxl-cart-content ul li a img {
max-width: 75px;
display: block;
margin: 0 auto;
margin-bottom: 15px;
}
.nxl-cart-content ul li .quantity {
display: block;
text-align: center;
} #shipping_method li {
margin-bottom: 10px;
}
#shipping_method li:last-child {
margin-bottom: 0px;
}
#shipping_method label {
display: inline-block;
margin-bottom: 0px;
font-weight: 400;
margin-left: 5px;
}
.nxl_woo_your_order {
background-color: #000000;
color: #ffffff;
padding: 50px;
}
.woocommerce-checkout-review-order-table {
border: none;
border-spacing: 0;
border-collapse: collapse;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
border: none;
}
.woocommerce-checkout-review-order-table th {
background-color: transparent;
}
.woocommerce-checkout-review-order-table tr.order-total {
border-top: 1px solid #595959;
}
.woocommerce-checkout-review-order-table tr.order-total td .amount {
font-size: 30px;
}
.woocommerce-checkout-review-order-table tr.order-total th {
padding: 28px 0;
}
.woocommerce-checkout-review-order-table .product-total {
text-align: right;
}
.woocommerce-checkout-review-order-table thead th {
padding-top: 10px;
color: #ffffff;
border-color: #ffffff;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
text-transform: none;
padding: 10px 0;
}
.woocommerce-checkout-review-order-table tbody td.product-name .variation {
display: block;
margin-top: 10px;
}
.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
.woocommerce-checkout-review-order-table tfoot td ul {
padding: 0;
list-style-type: none;
}
.woocommerce-checkout-review-order-table tfoot th {
text-align: left;
padding: 10px 0;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal p,
.woocommerce-checkout-review-order-table tfoot .shipping p {
margin-bottom: 0px;
}
.wc-social-login {
display: none;
}
.woocommerce-ResetPassword .woocommerce-Button,
input[name="save_address"],
input[name="track"].button {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
background: #252525;
color: #ffffff !important;
border: 1px solid #252525;
padding: 0;
-webkit-transition: 0.25s all;
-o-transition: 0.25s all;
-ms-transition: 0.25s all;
-moz-transition: 0.25s all;
transition: 0.25s all;
}
.woocommerce-ResetPassword .woocommerce-Button:hover,
input[name="save_address"]:hover,
input[name="track"].button:hover {
opacity: 0.8;
}
.jws-registration-page .tt-login {
font-size: 24px;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 46px;
}
.jws-registration-page #customer_login .col-register form .lost_password a,
.jws-registration-page #customer_login .col-login form .lost_password a {
text-transform: uppercase;
letter-spacing: 0.7px;
border-bottom: 1px solid #767676;
}
.jws-registration-page #customer_login .col-register form .submit-row,
.jws-registration-page #customer_login .col-login form .submit-row {
display: inline-block;
margin-right: 67px;
}
.jws-registration-page #customer_login .col-register form .submit-row .button,
.jws-registration-page #customer_login .col-login form .submit-row .button {
width: 270px;
height: 50px;
line-height: 50px;
text-align: center;
background: #252525;
color: #ffffff;
border: 1px solid #252525;
padding: 0;
}
.jws-registration-page #customer_login .col-register form .submit-row .button:hover,
.jws-registration-page #customer_login .col-login form .submit-row .button:hover {
opacity: 0.8;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow {
margin-bottom: 30px;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input {
border: 1px solid #a3a3a3;
height: 70px;
line-height: 70px;
width: 100%;
font-size: 14px;
padding-left: 31px;
letter-spacing: 0.3px;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input::-webkit-input-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input::-webkit-input-placeholder { color: #959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input::-moz-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input::-moz-placeholder { color: #959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input:-ms-input-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input:-ms-input-placeholder { color: #959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input:-moz-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input:-moz-placeholder { color: #959595;
}
.jws-registration-page #customer_login .social-login ul li {
display: block;
margin-bottom: 30px;
}
.jws-registration-page #customer_login .social-login ul li a {
width: 470px;
height: 70px;
line-height: 70px;
font-size: 12px;
color: #fefefe;
text-transform: uppercase;
display: block;
text-align: left;
letter-spacing: 1.2px;
}
.jws-registration-page #customer_login .social-login ul li a i {
font-size: 30px;
float: left;
line-height: 70px;
width: 100px;
text-align: center;
margin-right: 59px;
}
.jws-registration-page #customer_login .social-login ul li a.facebook {
background: #3b5998;
}
.jws-registration-page #customer_login .social-login ul li a.facebook i {
border-right: 1px solid #8998b8;
}
.jws-registration-page #customer_login .social-login ul li a.google {
background: #db4e3c;
}
.jws-registration-page #customer_login .social-login ul li a.google i {
border-right: 1px solid #d9938a;
}
.jws-registration-page #customer_login .social-login ul li a.mail {
background: #464646;
}
.jws-registration-page #customer_login .social-login ul li a.mail i {
border-right: 1px solid #8f8f8f;
}
.woocommerce-password-strength {
margin-top: 20px;
margin-bottom: -10px;
padding: 10px 20px;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
color: #fff;
background-color: #E0B252;
}
.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
color: #fff;
font-weight: 700;
background: #459647;
}
.register > p {
position: relative;
}
.woocommerce-password-hint {
position: absolute;
bottom: 100%;
right: 0;
opacity: 0;
visibility: hidden;
margin-bottom: -10px;
background: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
padding: 20px;
max-width: 300px;
width: 100%;
transition: opacity .5s, visibility .5s;
-webkit-transition: opacity .5s, visibility .5s;
animation: fade-in 0.5s;
-webkit-animation: fade-in 0.5s;
}
.woocommerce-password-hint:after {
content: "\f0d7";
position: absolute;
top: 100%;
left: 30px;
font-size: 26px;
line-height: 7px;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
color: #fff;
font-family: FontAwesome;
}
.register #reg_password:focus + .woocommerce-password-strength + .woocommerce-password-hint {
opacity: 1;
visibility: visible;
}
.woocommerce-checkout form .form-row label {
display: none;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar {
width: 30%;
float: left;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-title {
margin-bottom: 0;
border-bottom: none;
padding: 15px 20px;
text-align: center;
font-size: 16px;
background-color: #252525;
text-transform: uppercase;
font-weight: 700;
color: #ffffff;
margin-top: 0;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation {
margin-bottom: 40px;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul {
border: 1px solid rgba(136, 136, 136, 0.12);
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid rgba(136, 136, 136, 0.12);
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li a {
padding: 14px 20px;
display: block;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
color: #959595;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li:hover > a {
color: rgba(71, 71, 71, 0.8);
background-color: rgba(136, 136, 136, 0.12);
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content {
width: 70%;
float: left;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content strong {
color: #252525;
font-weight: 400;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
padding: 15px 0;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-orders-table tr td .view {
background: none;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account p {
margin-bottom: 30px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account legend {
color: #252525;
width: 200px;
font-weight: 600;
padding-bottom: 7px;
border-color: #464646;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
width: 200px;
background: #252525;
color: #ffffff;
border-color: #252525;
height: 50px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account .woocommerce-Button:hover {
opacity: 0.8;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
line-height: 1.8;
font-style: italic;
margin-bottom: 20px;
font-size: 14px;
margin-top: 10px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title {
position: relative;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h3 {
display: inline-block;
margin-bottom: 0;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title .edit {
font-size: 12px;
display: inline-block;
margin-left: 5px;
text-decoration: none;
border-bottom: 1px solid #E6E6E6;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
float: left;
width: 48%;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
float: right;
width: 48%;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content > p:not(.woocommerce-info):first-child {
font-size: 16px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content > p:not(.woocommerce-info) {
padding: 20px;
background-color: #f9f9f9;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content > p:not(.woocommerce-info) a {
background-color: transparent;
padding-bottom: 1px;
padding-right: 0;
padding-left: 0;
padding-top: 0;
border: none;
border-bottom: 1px solid #c7c7c7;
display: inline;
}
.form-row {
margin-bottom: 32px;
}
.form-row .input-text {
border: none;
border-bottom: 5px solid #f0f0f0;
width: 100%;
outline: none;
font-size: 16px;
padding-bottom: 11px;
}
.form-row .input-text::-webkit-input-placeholder { color: #999999;
}
.form-row .input-text::-moz-placeholder { color: #999999;
}
.form-row .input-text:-ms-input-placeholder { color: #999999;
}
.form-row .input-text:-moz-placeholder { color: #999999;
}
.form-row textarea {
height: auto !important;
}
.form-row .selection .select2-selection--single {
border: none;
border-bottom: 5px solid #f0f0f0;
width: 100%;
outline: none;
font-size: 16px;
padding-bottom: 11px;
height: 45px;
color: #999999;
}
.form-row .selection .select2-selection--single span {
line-height: 35px;
padding: 0;
color: #999999;
}
.form-row .selection .select2-selection--single .select2-selection__arrow {
height: 35px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
margin: 0;
margin-top: 12px;
position: relative;
}
.woocommerce-checkout #ship-to-different-address {
margin-top: 47px;
}
.woocommerce-checkout #ship-to-different-address span {
margin-left: 7px;
font-weight: 400;
font-size: 17px;
color: #333333;
}
.woocommerce-billing-fields h3 {
font-family: Poppins;
font-weight: 600;
font-size: 20px;
color: #333333;
margin-bottom: 25px;
}
.create-account {
margin: 0;
}
.create-account label {
margin-bottom: 0;
}
.woocommerce-additional-fields__field-wrapper label {
color: #959595;
}
.nxl_woo_your_order #order_review_heading {
margin-bottom: 19px;
font-size: 20px;
font-weight: 600;
margin-top: 0;
font-family: Poppins;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-link {
color: #004694;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
margin-top: 25px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
display: block;
position: relative;
text-align: center;
cursor: pointer;
background: #004694;
color: #ffffff;
min-width: 100%;
height: 60px;
line-height: 60px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
margin-top: 31px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
padding: 0;
list-style-type: none;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
margin-bottom: 5px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
margin-top: 15px;
margin-bottom: 20px;
animation: fadeIn 0.5s both;
-webkit-animation: fadeIn 0.5s both;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal {
font-size: 0;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal .payment_method_paypal {
font-size: 17px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal img {
width: 50%;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal label {
width: 80%;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input,
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
display: inline-block;
margin: 0;
vertical-align: middle;
font-weight: 600;
letter-spacing: 0.5px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
margin-left: 3px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label a {
margin-left: 15px;
vertical-align: middle;
text-decoration: underline;
display: inline-block;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table thead tr {
border: none;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table thead tr th {
padding: 13px 0px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr {
width: 100%;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr th,
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr td {
border: none;
padding: 16px 0px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr td {
text-align: right;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr td input[type="radio"] {
position: relative;
top: 7px;
float: right;
margin-right: 0;
margin-left: 7px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot .shipping td ul li {
margin-bottom: 0px !important;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot .shipping td ul li input {
margin-top: 0px;
vertical-align: middle;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tbody tr td {
padding: 16px 0px;
width: auto;
max-width: auto;
font-weight: 400;
}
.spaceing {
background: #ffffff;
width: calc(160%);
height: 15px;
transform: translateX(-30px);
-webkit-transform: translateX(-30px);
}
.woocommerce-checkout .woocommerce .woocommerce-info {
border: none;
margin-bottom: 20px;
margin-top: 15px;
font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
color: #004694;
text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-login {
border: 5px solid #dfdfdf;
padding: 30px;
max-width: 500px;
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login p:first-child {
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login .form-row .button:hover {
background-color: #004694;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox span {
padding-left: 0px;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox input {
vertical-align: middle;
margin-top: -2px;
}
.woocommerce-checkout .ywsl-box {
margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon {
text-align: center;
border: 5px solid #dfdfdf;
padding: 30px;
max-width: 500px;
margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
display: inline-block;
width: 250px;
vertical-align: top;
}
.woocommerce-checkout .checkout_coupon .form-row-first input {
height: 46px;
}
.woocommerce-checkout .checkout_coupon .form-row-last {
display: inline-block;
vertical-align: top;
}
.woocommerce-checkout .checkout_coupon p:first-child {
margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon .form-row {
margin-bottom: 15px;
float: none;
}
.woocommerce-checkout .checkout_coupon .button {
background: none;
border: none;
letter-spacing: 1px;
padding: 0 15px;
background-color: #004694;
color: #ffffff;
min-height: 46px;
vertical-align: middle;
display: inline-block;
}
.woocommerce-checkout .checkout_coupon .button:hover {
opacity: 0.9;
}
.woocommerce-NoticeGroup-checkout {
padding: 0 15px;
} .woocommerce-order-received .site-content .entry-content > .woocommerce {
max-width: 800px;
margin: 0 auto;
}
.woocommerce-order-received .responsive-table {
margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
background: transparent;
border: 2px dashed #004694;
color: #004694;
font-weight: 600;
width: 100%;
text-align: center;
font-size: 16px;
margin-bottom: 30px;
line-height: 1.4;
padding: 15px 25px;
}
.woocommerce-order-received ul.order_details {
margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
font-size: 16px;
opacity: 0.8;
margin-bottom: 30px;
text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
text-transform: uppercase;
font-weight: 600;
text-align: center;
}
.woocommerce-customer-details address {
padding: 25px 30px 30px 30px;
border: 2px dashed #575454;
line-height: 30px;
}
.woocommerce-customer-details .woocommerce-column__title {
font-size: 18px;
letter-spacing: 0;
font-weight: 600;
line-height: 30px;
margin-top: 12px;
}
.woocommerce-order-received .woocommerce {
max-width: 800px;
margin: 0 auto;
}
.woocommerce-order-received .woocommerce-order-details h2 {
margin-bottom: 19px;
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th,
.woocommerce-order-received .woocommerce-order-details table tbody tr td {
padding: 15px 12px;
border: none;
border-bottom: 1px solid #E6E6E6;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th {
text-align: left;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr th,
.woocommerce-order-received .woocommerce-order-details table tfoot tr td {
padding: 15px 12px;
border: none;
border-bottom: 1px solid #E6E6E6;
color: #575454;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr td {
text-align: right;
}
.woocommerce-order-received .woocommerce-order-details table thead {
background: none;
}
.woocommerce-order-received .woocommerce-order-details table thead tr th {
padding: 15px 10px;
letter-spacing: 1px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.4;
color: #1B1919;
vertical-align: middle;
border: none;
border-bottom: 2px solid #EFEFEF;
}
.woocommerce-order-received .woocommerce-order-details table .product-name a {
display: inline-block;
}
.woocommerce-order-received .woocommerce-order-details table .product-total {
text-align: right;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 {
float: left;
width: 48%;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 h3,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 h3 {
font-size: 22px;
margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 {
margin-right: 30px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
display: flex;
-webkit-display: flex;
display: -webkit-flex;
-ms-display: flex;
flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.woocommerce-order-received .woocommerce-thankyou-order-details + p {
font-size: 16px;
background-color: #f6f6f6;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
flex-grow: 1;
-ms-flex-grow: 1;
-webkit-flex-grow: 1;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 20px;
border-right: 1px solid #dfdfdf;
text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
display: block;
} .woocommerce .blockUI.blockOverlay {
background: #000000 !important;
z-index: 0 !important;
}
.woocommerce form .form-row .required {
color: #ab1f1f;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
content: "";
width: 50px;
height: 50px;
margin: 1px;
border-radius: 50%;
border: 2px solid #ffffff;
border-color: #ffffff transparent #ffffff transparent;
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
-webkit-animation: lds-dual-ring 1.2s linear infinite;
animation: lds-dual-ring 1.2s linear infinite;
}
@media (max-width: 767px) {
.checkout-order-review .woocommerce-checkout-review-order {
padding: 0 10px;
}
.nxl_woo_your_order {
padding: 50px 20px;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 {
float: none !important;
width: 100% !important;
margin: 0;
}
}
.woocommerce-account em {
margin-top: 15px;
display: block;
}
.woocommerce-account legend {
margin-bottom: 30px;
border: none;
font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 69%;
padding-left: 10%;
display: inline-block;
vertical-align: top;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 30%;
display: inline-block;
vertical-align: top;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 0;
list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
display: block;
color: #ffffff;
background: #333333;
padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
background: #004694;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
background: #004694;
}
.woocommerce-account .nxl_text_form p:last-child {
font-size: 20px;
color: #666666;
line-height: 30px;
text-align: center;
font-family: Roboto;
font-weight: 400;
font-style: normal;
padding: 0 15%;
margin-bottom: 50px;
}
.woocommerce-account .nxl_text_form p:first-child {
text-align: center;
font-size: 40px;
color: #333333;
font-family: Poppins;
font-weight: 400;
font-style: normal;
line-height: 50px;
margin-bottom: 26px;
}
.woocommerce-account .nxl_text_form p:first-child span {
font-weight: 700;
}
.woocommerce-account #customer_login {
margin: 0 -125px;
}
.woocommerce-account #customer_login > div {
width: 50%;
float: left;
position: relative;
padding: 0 125px;
}
.woocommerce-account #customer_login > div > div {
background-color: #f6f9f9;
padding: 50px 20px 20px 20px;
}
.woocommerce-account #customer_login > div:first-child:after {
height: 270px;
width: 1px;
content: "";
margin: 0 100px;
clear: both;
float: left;
position: absolute;
top: 50%;
right: -100px;
border-right: 1px dashed #004694;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-account #customer_login:after {
content: " ";
display: table;
clear: both;
}
.woocommerce-account form button {
position: relative;
text-align: center;
cursor: pointer;
background: #000000;
color: #ffffff;
height: 60px;
line-height: 60px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
display: block;
width: 100%;
text-transform: uppercase;
}
.woocommerce-account form button:hover {
background: #004694;
}
.woocommerce-account form.edit-account .form-row label {
color: #333333;
}
.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register {
background-color: #ffffff;
padding: 44px 52px;
}
.woocommerce-account form.woocommerce-form-login .form-row.nxl_button_res,
.woocommerce-account form.woocommerce-form-register .form-row.nxl_button_res {
margin-bottom: 14px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text {
margin-bottom: 30px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-privacy-policy-text a,
.woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text a {
color: #004694;
}
.woocommerce-account form.woocommerce-form-login .lost_password,
.woocommerce-account form.woocommerce-form-register .lost_password {
margin-bottom: 0;
text-align: center;
}
.woocommerce-account form.woocommerce-form-login .lost_password a,
.woocommerce-account form.woocommerce-form-register .lost_password a {
color: #999999;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
border-bottom: 1px solid #b5b5b5;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account form.woocommerce-form-register .woocommerce-form-login__rememberme {
position: relative;
margin-bottom: 30px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme input,
.woocommerce-account form.woocommerce-form-register .woocommerce-form-login__rememberme input {
margin-right: 10px;
position: absolute;
top: 4px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account form.woocommerce-form-register .woocommerce-form-login__rememberme span {
color: #333333;
font-size: 16px;
font-weight: 400;
padding-left: 20px;
}
.woocommerce-account .nxl_ac_info {
padding: 0 52px;
margin-bottom: 25px;
}
.woocommerce-account .nxl_woo_ac_icon span {
display: block;
color: #000000;
font-size: 60px;
line-height: 60px;
}
.woocommerce-account .nxl_woo_title {
font-family: Poppins;
color: #333333;
font-size: 20px;
font-weight: bold;
margin-bottom: 7px;
}
.woocommerce-account .nxl_woo_des {
color: #333333;
font-size: 16px;
}
@media (max-width: 1199px) {
.woocommerce-account #customer_login {
margin: 0 -15px;
}
.woocommerce-account #customer_login > div {
padding: 0 15px;
}
}
@media (max-width: 767px) {
.woocommerce-account #customer_login > div {
float: none;
width: 100%;
}
.woocommerce-account #customer_login > div:first-child {
margin-bottom: 30px;
}
.woocommerce-account #customer_login > div:first-child:after {
display: none;
}
.woocommerce-account .nxl_text_form p:last-child {
padding: 0;
}
.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register {
padding: 44px 15px;
}
.woocommerce-account .nxl_ac_info {
padding: 0 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
display: block;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
padding: 0;
margin-top: 30px;
}
}