@font-face {
font-family: 'FontAwesome';
src: url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.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;
}@font-face {
font-family: "Glyphicons Halflings";
src: url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/glyphicons-halflings-regular.eot);
src: url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.keodis.eu/wp-content/themes/ecommerce-plus/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: 400;
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;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: 0.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: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom:10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: 700;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
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 #eeeeee;
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, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
-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: #333333;
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 { }
}
@media (min-width: 992px) {
.container { }
}
@media (min-width: 1200px) {
.container { }
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row-no-gutters {
margin-right: 0;
margin-left: 0;
}
.row-no-gutters [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.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%;
}
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.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: 0.2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: 0.5;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.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-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0;
}
.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: 0.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, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
line-break: auto;
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;
font-size: 12px;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: 0.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.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;
}
.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;
}
.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-style: normal;
font-weight: 400;
line-height: 1.42857143;
line-break: auto;
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;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999999;
border-top-color: rgba(0, 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: #999999;
border-right-color: rgba(0, 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: #999999;
border-bottom-color: rgba(0, 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: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.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;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.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 {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
}
.carousel-control.right {
right: 0;
left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
outline: 0;
filter: alpha(opacity=90);
opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-menu-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-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: 2px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
border: 1px solid  #eaeaea;
border-radius: 10px;
box-shadow: 0px 0px 6px 2px #fff;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
top: 25%;
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, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-menu-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;
}
}  .multi-columns-row .first-in-row {
clear: left;
} .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }
@media (min-width: 768px) { .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; } .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) { .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; } .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) { .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; } .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
} .padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }
.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }
.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }
.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }
.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }
.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }
.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }
.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }
.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }
.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }
.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }
.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }
.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }
.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }#loader {
overflow-x: hidden;
overflow-y: hidden;
vertical-align: middle;
background-color: #fff;
position:fixed;
display: table;
width: 100%;
top:0;
height: 100%;
min-height: 100%;
z-index:9999;
}
.loader-container {
position: relative;
display: table-cell;
vertical-align: middle;
z-index: 12;
text-align:center;
text-transform: uppercase;
}
.loader-container svg {
width: 70px;
height: 70px;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.blog-loader {
text-align: center;
margin-top: 50px;
}
.blog-loader svg {
width: 30px;
height: 30px;
}
.blog-loader svg {
margin-left: 15px;
animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
100%{transform: rotate(180deg);}
}
#preloader {
position:relative;
margin:auto;
width:100px;
}
#preloader span {
display:block;
bottom:0px;
width: 9px;
height: 5px;
background:#fff;
position:absolute;
animation: preloader 1.5s  infinite ease-in-out;
}
#preloader span:nth-child(2) {
left:11px;
animation-delay: .2s;
}
#preloader span:nth-child(3) {
left:22px;
animation-delay: .4s;
}
#preloader span:nth-child(4) {
left:33px;
animation-delay: .6s;
}
#preloader span:nth-child(5) {
left:44px;
animation-delay: .8s;
}
.backtotop {
z-index: 30000;
width: 40px;
height: 40px;
line-height: 36px;
font-size: 18px;
text-align: center;
position: fixed;
bottom: -100px;
right: 1px;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.backtotop:hover {
background-color: #333;
}
.backtotop svg {
display: inline-block;
vertical-align: middle;
fill: #fff;
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
font-weight: 400;
}
#page {
margin: 0 auto;
}
.boxed-layout,
.frame-layout {
background-image: url(//www.keodis.eu/wp-content/themes/ecommerce-plus/images/pattern.png);
}
#content {
position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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:focus {
outline: thin dotted;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 52px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 16px 0;
line-height: 1.2;
font-weight: 400;
}
mark {
background: #ff0;
color: #333;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px 1em;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
tbody {
text-align: left;
}
tr {
border: 1px solid #ccc;
}
td,
th {
padding: 10px;
font-weight: 400;
}
th { }
td#next {
text-align: right;
}
.display-none {
display:none;
} body,
button,
input,
select,
textarea {
color: #3f444d;
font-size: 16px;
font-size: 1rem;
line-height: 28px;
word-wrap: break-word;
}
p {
margin: 0 0 1em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #fff;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
#secondary ul {
list-style-type: none;
}
#secondary  .widget_calendar a:before {
content:"";
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden; 
}
blockquote {
padding: 21px 25px;
margin: 30px 0;
font-size: 22px;
line-height: 1.5;
}
blockquote.alignright {
padding-right: 0;
margin-bottom: 14px;
}
blockquote p:before,
blockquote p:after {
content: "“";
display: inline-block;
}
blockquote p:after {
content: "”";
}
blockquote p {
margin: 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0;
padding-left: 0.9em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0.5em;
}
dt {
font-weight: bold;
margin-bottom: 1em;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
outline: none;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
overflow: auto;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #e0e0e0;
border-radius: 0;
padding: 3px;
}
select {
border: 1px solid #e0e0e0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea,
#respond input,
.wpcf7 input {
border: 1px solid #e9e9e9;
border-radius: 0;
padding: 0 15px;
width: 100%;
max-width: 500px;
}
textarea {
padding: 15px;
}
#respond textarea {
height: 200px;
padding: 15px;
}
#respond input {
height: 50px;
}
#respond input[type="submit"] {
padding: 17px 46px;
font-size: 16px;
line-height: 26px;
display: inline-block;
text-transform: uppercase;
border-radius: 10px;
min-width: 148px;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 1px;
height: auto;
border: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
p.form-submit {
clear: both;
display: inline-block;
position: relative;
}
.comment-notes {
font-size: 14px;
font-style: italic;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
}
#respond label {
margin-bottom: 7px;
display: block;
}
#commentform p {    
margin-bottom: 21px;
}
#commentform p.comment-form-comment {
margin-bottom: 0;
}
#commentform p.form-submit {
margin: 21px 0 0;
text-align: center;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
width: auto;
float: left;
height: auto;
min-height: auto;
margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
display: table;
margin: 0;
line-height: 1;
}
.comment-form-cookies-consent {
clear: both;
margin-top: 15px;
display: inline-block;
width: 100%;
} a {
text-decoration: none;
} #masthead {
position: relative;
width: 100%;
padding: 0px;
z-index:999;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#navigation-menu {
background-color: #fff;
position: relative;
z-index: 3;
min-height: 70px;
}
#masthead .social-icons {
margin: 10px 0 0;
}
.site-branding {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
padding-bottom: 5px;
padding-top: 5px;
}
.site-logo {
margin-right: 20px;
}
.site-logo img {
max-height: 70px;
width: auto;
}
.site-title {
margin: 0;
line-height: 1.3;
font-size: 27px;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
h1.site-title {
font-size: 27px;
}
.site-description {
line-height: 1.3;
}
.main-navigation {
display: block;
position: relative;
}
.main-navigation ul ul {
text-align: left;
padding: 0;
}
.main-navigation ul.sub-menu li a {
padding: 8px 15px;
}
.main-navigation ul.sub-menu a:after {
float: right;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation .login-register-item ul li:not(:last-child) {
border-bottom: none;
margin-right: 15px;
}
.main-navigation .login-register-item ul {
display: block;
border: none;
}
.main-navigation .login-register-item ul li {
display: inline-block;
}
#masthead .main-navigation .login-register-item ul.login-register {
margin: 0;
padding: 20px 15px 20px 25px;
}
#masthead .main-navigation .login-register-item ul.login-register a {
color: #fff;
}
.main-navigation + .social-icons {
display: none;
}
.main-navigation li {
position: relative;
}
.main-navigation ul.nav-menu > li > a {
padding: 13px 8px;
}
.main-navigation form.search-form input {
background-color: #333;
border-color: #333;
color: #333;
font-weight: 400;
}
.main-navigation a {
font-size: 18px;
display: block;
text-decoration: none;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #333;
}
form.search-form {
width: 100%;
max-width: 100%;
position: relative;
}
.main-navigation form.search-form {
min-width: 320px;
}
input.search-field {
height: 50px;
border-radius: 0;
padding: 0 50px 0 15px;
width: 100%;
}
.main-navigation svg.icon-close {
display: none;
}
#search.hidden-small form.search-form {
position: absolute;
left: 0;
right: 0;
}
svg {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.search-menu svg.icon-search {
fill: #949494;
}
svg.icon-search,
svg.icon-close {
width: 15px;
height: 15px;
}
svg.icon-close {
width: 20px;
height: 20px;
}
.search-submit svg.icon-search {
fill: #adadad;
opacity: 1;
}
.main-navigation svg.icon-down {
width: 12px;
height: 12px;
margin-left: 5px;
fill: #7b7b7b;
}
.main-navigation .sub-menu svg {
width: 12px;
height: 12px;
fill: #7b7b7b;
position: absolute;
right: 15px;
top: 17px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#site-menu #search {
display: none;
}
#search-menu {
display: none;
}
#search-menu .icon-close,
#search-menu.active .icon-search,
.search-menu .icon-close,
.search-menu.active .icon-search {
display: none;
}
#search-menu.active .icon-close,
.search-menu.active .icon-close {
display: inline-block;
}
#search-menu button .icon-search,
.search-menu button .icon-search,
#search-menu.active button .icon-search,
.search-menu.active button .icon-search {
display: inline-block;
}
#search-menu input[type="search"] {
padding-left: 40px;
border-radius: 4px;
min-height: 40px;
height: auto;
background-color: #efefef;
border-color: #efefef;
padding: 5px 15px 0px 40px;
}
#search-menu form.search-form button.search-submit {
min-height: 40px;
height: auto;
}
.menu-toggle {
border-radius: 0;
height: 50px;
line-height: 50px;
display: block;
position: relative;
background-color: transparent;
border: none;
float: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.menu-toggle {
margin-top: 10px;
}
.menu-toggle:focus {
outline: thin dotted;
}
.secondary-menu-toggle {
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.secondary-menu-toggle svg {
width: 20px;
height: 20px;
margin-left: auto;
margin-right: auto;
}
.secondary-menu-toggle svg.icon-close {
display: none;
fill: #000;
width: 16px;
height: 16px;
}
.secondary-menu-toggle.active svg.icon-menu-bar {
display: none;
}
.secondary-menu-toggle.active svg.icon-close {
display: block;
}
#site-menu .menu-toggle.active svg {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.menu-label {
text-transform: uppercase;
padding: 3px 0 0 10px;
letter-spacing: 0.05em;
font-weight: bold;
}
.active .menu-label {
}
svg.icon-menu {
vertical-align: baseline;
width: 30px;
height: 30px;
}
svg.icon-close,
.menu-toggle.active svg.icon-menu {
display: none;
}
.menu-toggle.active svg.icon-close {
display: block;
}
button.dropdown-toggle {
padding: 0;
position: absolute;
top: 0;
right: 0;
background-color: transparent;
border: none;
width: 45px;
height: 57px;
line-height: 62px;
}
.main-navigation .dropdown-toggle.active > svg {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.menu-overlay {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.menu-overlay.active {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 3;
}
.login-register ul {
margin: 0;
padding: 0;
list-style: none;
}
.login-register li {
display: inline-block;
margin-right: 15px;
}
.login-register li:last-child {
margin-right: 0;
}
.main-navigation .login-register-item ul {
display: block;
border: none;
position: relative;
float: none;
top: 0;
left: 0;
background-color: transparent;
box-shadow: none;
}
#masthead .login-register a {
font-size: 18px;
line-height: 26px;
display: inline-block;
border-radius: 24px;
padding: 5px 12px;
color: #fff;
position: relative;
text-align: center;
font-weight: 600;
width: auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
position: relative;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
margin-top: 50px;
padding: 23px 0px;
}
.post-navigation a, 
.posts-navigation a {
font-weight: 500;
display: block;
}
.post-navigation, 
.posts-navigation {
padding: 0;
position: relative;
}
.navigation.post-navigation svg {
fill:#e3e3e3;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
text-align: center;
line-height: 45px;
width: 45px;
height: 45px;
display: inline-block;
margin-right: 5px;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
display: inline-block;
vertical-align: middle;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 12px;
height: 12px;
fill:#3f444d;
}
.pagination .next.page-numbers svg {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
fill: #cecece;
}
.nav-previous span {
padding-left: 25px;
float: left;
text-align: left;
}
.nav-next span {
padding-right: 25px;
float: right;
text-align: right;
}
.navigation .nav-previous svg {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
position: absolute;
top: 5px;
left: 0;
}
.navigation .nav-next svg {
position: absolute;
top: 5px;
right: 0;
}
.post-navigation span,
.posts-navigation span {
display: table;
font-size: 22px;
font-weight: 600;
}
.navigation.posts-navigation .nav-previous svg.icon, 
.navigation.post-navigation .nav-previous svg.icon {
margin-right: 15px;
margin-top: 3px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.navigation.posts-navigation .nav-next svg.icon, 
.navigation.post-navigation .nav-next svg.icon {
margin-left: 15px;
margin-top: 3px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.navigation.post-navigation .nav-previous svg.icon {
margin-top: 2px;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.widget:before,
.widget:after,
.post-archive:before,
.post-archive:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.widget:before,
.widget:after,
.post-archive:before,
.post-archive:after {
clear: both;
} .widget {
margin: 0 0 43px;
}
.widget:last-child {
margin-bottom: 0;
} .widget select {
max-width: 100%;
background-color: #efefef;
padding: 10px;
border: none;
width: 100%;
max-width: 300px;
}
.widget select:focus {
outline: thin dotted;
}
.widget input {
height: 40px;
border-radius: 0;
padding: 0 15px;
}
form.search-form button.search-submit {
height: 50px;
position: absolute;
right: 0;
top: 0;
background-color: transparent;
width: 45px;
border-radius: 0;
}
.widget_search form.search-form .search-submit {
width: auto;
color: #fff;
left: auto;
right: 0;
font-size: 14px;
height: 50px;
width: 50px;
line-height: 25px;
}
.widget_search form.search-form .search-submit svg {
fill: #fff;
width: 14px;
height: 14px;
}
.widget_search form.search-form .search-submit:hover svg,
.widget_search form.search-form .search-submit:focus svg {
fill: #fff;
}
.widget_search form.search-form input {
padding: 0 55px 0 15px;
height: 50px;
}
form.search-form {
position: relative;
}
form.search-form input {
width: 100%;
padding: 0 40px 0 15px;
font-weight: 300;
}
#wp-calendar tbody td {
text-align: center;
}
#wp-calendar caption {
margin-bottom: 15px;
}
.widget-title {
font-size: 22px;
margin: 0 0 16px;
}
.widget li:not(:last-child) {
margin-bottom: 10px;
}
.widget_instagram ul {
list-style: none;
margin: -5px;
padding: 0;
}
.widget.widget_instagram li {
margin: 0;
padding: 5px;
}
.widget_instagram .col-1 li {
width: 100%;
float: none;
}
.widget_instagram .col-2 li {
width: 50%;
float: left;
}
.widget_instagram .col-3 li {
width: 33.33%;
float: left;
}
.widget_instagram .col-4 li {
width: 25%;
float: left;
}
.widget_instagram .col-5 li {
width: 20%;
float: left;
}
.widget_instagram li img {
width: 100%;
}
.widget.widget_archive li a {
}
#secondary .widget-title,
#secondary .widgettitle {
margin: 0 0 25px;
width: 100%;
font-weight: bold;
font-size: 20px;
text-align: left;
text-transform: capitalize;
}
#secondary .widget:not(:last-child) {
margin-bottom: 25px;
}
input[type="submit"] {
padding: 17px 46px;
font-size: 16px;
line-height: 26px;
display: inline-block;
text-transform: uppercase;
border-radius: 40px;
min-width: 148px;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 1px;
height: auto;
border: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.jetpack_subscription_widget form {
position: relative;
max-width: 620px;
margin: 0 auto;
}
.jetpack_subscription_widget input[type="email"] {
width: 100%;
min-height: 60px;
padding: 2px 215px 0 50px;
background-color: transparent;
border: 2px solid #fff;
border-radius: 60px;
color: #fff;
}
.jetpack_subscription_widget input[type="submit"],
.jetpack_subscription_widget button[type="submit"] {
padding: 17px 35px;
font-size: 18px;
line-height: 26px;
display: inline-block;
border-radius: 40px;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.1em;
border: none;
min-width: 190px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.jetpack_subscription_widget #subscribe-text {
display: inline-block;
margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text p {
margin-top: 0;
line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
display: inline-block;
margin: 0;
position: absolute;
top: 0;
right: -5px;
}
.jetpack_subscription_widget .widget-title {
margin-bottom: 5px;
}
#subscribe-email label {
margin-bottom: 7px;
display: inline-block;
width: 100%;
}
.widget_popular_post ul,
.widget_latest_post ul,
.widget_featured_post ul {
padding: 0;
margin: 0;
list-style: none;
clear: both;
display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li,
.widget.widget_featured_post ul li {
clear: both;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child,
.widget.widget_featured_post ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3,
.widget_featured_post h3 {
font-size: 16px;
line-height: 1.5;
display: table-row;
letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_featured_post h3 a {
display: block;
}
#secondary .widget_popular_post h3 a,
#secondary .widget_latest_post h3 a,
#secondary .widget_featured_post h3 a {
font-weight: 600;
}
.widget_popular_post time,
.widget_latest_post time,
.widget_featured_post time {
display: table-row;
font-weight: 500;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
color: #333;
}
.widget_popular_post img,
.widget_latest_post img,
.widget_featured_post img {
max-width: 95px;
width: 95px;
height: 95px;
float: left;
margin-right: 14px;
}
.textwidget img {
margin-bottom: 25px;
display: block;
}
.widget.widget_text .btn {
margin-top: 20px;
}
.textwidget a {
line-height: 1.5;
display: inline-block;
font-weight: 500;
}
#secondary .jetpack_subscription_widget input[type="email"] {
height: 50px;
min-height: auto;
background-color: #fff;
border-color: #fff;
padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
position: relative;
margin: auto;
min-height: 50px;
border-radius: 0;
background-color: #333;
min-width: 151px;
margin: 0;
text-transform: uppercase;
}
#secondary p#subscribe-email {
margin-top: 0;
}
#secondary .widget .social-icons {
text-align: center;
margin-top: -10px;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons li a:focus svg {
fill: #fff;
}
#secondary .widget {
padding: 20px 15px;
border-radius: 8px;
}
.no-sidebar #secondary {
display:none;
} .sticky {
display: block;
}
.hentry {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.single span.cat-links {
display: block;
}
.single span.cat-links ul {
display: inline-block;
}
.tags-links {
margin-top: 15px;
display: block;
}
.tags-links a {
display: inline-block;
vertical-align: middle;
border: 1px solid #3f444d;
color: #3f444d;
margin-right: 5px;
padding: 0 10px;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
nav.navigation.pagination {
margin-top: 50px;
clear: both;
display: inline-block;
width: 100%;
text-align: left;
}
.navigation.pagination svg {
fill: #fff;
width: 16px;
height: 16px;
position: relative;
top: -2px;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
margin-right: 20px;
margin-top: 3px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
margin-left: 20px;
margin-top: 3px;
}
.post-categories a {
color: rgba(255, 255, 255, 0.50);
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
font-size: 22px;
font-weight: 600;
margin-bottom: 10px;
display: inline-block;
width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
display: table;
}
.single.no-sidebar #inner-content-wrapper {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#reply-title,
.comments-title {
font-size: 42px;
margin: 0;
}
.comments-title,
#reply-title {
margin-bottom: 43px;
font-size: 32px;
font-weight: 600;
}
ul.post-categories li:last-child:after {
display: none;
}
ol.comment-list {
padding: 0;
margin: 0 0 10px;
list-style: none;
}
#comments ol {
list-style: none;
margin-left: 0;
padding: 0;
}
#comments ol.comment-list {
position: relative;
overflow: hidden;
}
#comments ol.children {
margin-left: 90px;
}
.says {
display: none;
}
.comment-meta img {
width: 60px;
height: 60px;
float: left;
border-radius: 50%;
margin-right: 20px;
}
#comments time:before {
display: none;
}
.comment-body {
position: relative;
}
.reply {
padding-left: 80px;
display: inline-block;
margin-top: 3px;
}
#comments article {
margin-bottom: 30px;
clear: both;
}
.comment-meta .fn {
margin-left: 20px;
margin-top: 18px;
}
.comment-content {
margin-bottom: 13px;
margin-top: -50px;
margin-left: 80px;
padding: 55px 20px 20px;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
border-bottom: none;
}
#comments ol.comment-list > li:first-child {
padding-top: 0;
}
#comments ol.comment-list > li {
margin-bottom: 30px;
}
#comments ol.comment-list > li article:last-child .reply {
border-bottom: none;
padding-bottom: 0;
}
.post-edit-link {
padding: 2px 6px;
color: #4b8bee;
margin-top: 10px;
display: inline-block;
}
.post .entry-meta .byline {
display:inline-block;
}
.comment-author.vcard,
.post .entry-meta {
display:inline-table;
}
.reply a {
padding: 10px 25px;
font-size: 16px;
line-height: 26px;
display: inline-block;
border-radius: 40px;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.1em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.comment-meta .url,
.comment-meta .fn {
display: inline-block;
font-size: 16px;
margin-right: 5px;
font-weight: 600;
}
.comment-meta .fn:after {
content: "|";
color: #72757a;
}
.comment-metadata {
display: inline-block;
margin-left: -5px;
}
.comment-content p {
margin-bottom: 0;
}
#comments {
margin-top: 40px;
}
.comment-wrap {
background-color: #fff;
padding: 20px;
margin-left: 80px;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} section {
position: relative;
}
.relative {
display: block;
position: relative;
}
.relative:before,
.relative:after {
content: "";
display: table;
clear: both;
}
.page-section {
padding-top: 30px;
padding-bottom: 30px;
}
.entry-content {
margin-top: 0;
}
.post-thumbnail-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.entry-title {
font-size: 32px;
font-weight: 600;
margin: 0 0 16px;
word-wrap: break-word;
}
.entry-title a {
}
.section-header {
margin-bottom: 40px;
}
.section-title {
margin: 0 0 1.20rem;
font-size: 2.5rem;
line-height: 1.2;
font-weight: 600;
font-size:32px;
}
.section-subtitle {
font-size: 1rem;
margin: 0;
padding: 0 0 1.55rem;
}
.section-content p {
margin-bottom: 0;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.4;
}
#page-site-header .overlay {
background-color: #1a1b1c26;
width: 100%;
height: 100%;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.read-more {
text-align: center;
margin-top: 30px;
}
#infinite-handle {
text-align: center;
margin-bottom: 30px;
}
button:focus {
border: none;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .social-icons li {
display: inline-block;
height: auto;
text-align: center;
position: relative;
list-style: none;
}
.footer-widgets-area .widget .social-icons li {
display: inline-block;
width: auto;
}
.social-icons li:not(:last-child) {
margin-right: 5px;
}
.social-icons,
.social-icons ul {
margin: 0;
padding: 0;
}
.social-icons li a {
background-color: transparent;
width: 40px;
height: 40px;
line-height: 40px;
display: block;
border-radius: 40px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-icons a:focus {
outline: none;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
fill: #fff;
}
.social-icons li a svg {
fill: #949494;
} .social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus,
#colophon .social-icons li a[href*="facebook.com"],
#colophon .social-icons li a[href*="fb.com"] {
background-color: #3c5798 !important;
border-color: #3c5798;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus,
#colophon .social-icons li a[href*="twitter.com"] {
background-color: #1ea0f1 !important;
border-color: #1ea0f1;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus,
#colophon .social-icons li a[href*="linkedin.com"] {
background-color: #0077B5 !important;
border-color: #0077B5;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus,
#colophon .social-icons li a[href*="plus.google.com"] {
background-color: #ec7161 !important;
border-color: #ec7161;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
#colophon .social-icons li a[href*="youtube.com"] {
background-color: #cc181e !important;
border-color: #cc181e;
}
.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus,
#colophon .social-icons li a[href*="dribbble.com"] {
background-color: #f4a09c !important;
border-color: #f4a09c;
}
.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus,
#colophon .social-icons li a[href*="pinterest.com"] {
background-color: #bd081b !important;
border-color: #bd081b;
}
.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus,
#colophon .social-icons li a[href*="bitbucket.org"] {
background-color: #205081 !important;
border-color: #205081;
}
.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus,
#colophon .social-icons li a[href*="github.com"] {
background-color: #323131 !important;
border-color: #323131;
}
.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus,
#colophon .social-icons li a[href*="codepen.io"] {
background-color: #333 !important;
border-color: #333;
}
.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus,
#colophon .social-icons li a[href*="flickr.com"] {
background-color: #025FDF !important;
border-color: #025FDF;
}
.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
#colophon .social-icons li a[href$="/feed/"] {
background-color: #089DE3 !important;
border-color: #089DE3;
}
.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus,
#colophon .social-icons li a[href*="foursquare.com"] {
background-color: #F94877 !important;
border-color: #F94877;
}
.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus,
#colophon .social-icons li a[href*="instagram.com"] {
background-color: #B9358A !important;
border-color: #B9358A;
}
.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
#colophon .social-icons li a[href*="tumblr.com"] {
background-color: #56BC8A !important;
border-color: #56BC8A;
}
.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus,
#colophon .social-icons li a[href*="reddit.com"] {
background-color: #FF4500 !important;
border-color: #FF4500;
}
.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus,
#colophon .social-icons li a[href*="vimeo.com"] {
background-color: #00ADEF !important;
border-color: #00ADEF;
}
.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus,
#colophon .social-icons li a[href*="digg.com"] {
background-color: #00ADEF !important;
border-color: #00ADEF;
}
.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus,
#colophon .social-icons li a[href*="twitch.tv"] {
background-color: #0E9DD9 !important;
border-color: #0E9DD9;
}
.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus,
#colophon .social-icons li a[href*="stumbleupon.com"] {
background-color: #EB4924 !important;
border-color: #EB4924;
}
.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus,
#colophon .social-icons li a[href*="delicious.com"] {
background-color: #0076E8 !important;
border-color: #0076E8;
}
.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
#colophon .social-icons li a[href*="mailto:"] {
background-color: #4169E1 !important;
border-color: #4169E1;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
#colophon .social-icons li a[href*="soundcloud.com"] {
background-color: #FF5500 !important;
border-color: #FF5500;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus,
#colophon .social-icons li a[href*="wordpress.org"] {
background-color: #0073AA !important;
border-color: #0073AA;
}
.social-icons li a[href*="wordpress.com"]:hover {
background-color: #00AADC !important;
border-color: #00AADC;
}
.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus,
#colophon .social-icons li a[href*="jsfiddle.net"] {
background-color: #396AB1 !important;
border-color: #396AB1;
}
.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus,
#colophon .social-icons li a[href*="tripadvisor.com"] {
background-color: #FFE090 !important;
border-color: #FFE090;
}
.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus,
#colophon .social-icons li a[href*="angel.co"] {
background-color: #333 !important;
border-color: #333;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus,
#colophon .social-icons li a[href*="slack.com"] {
background-color: #E60264 !important;
border-color: #E60264;
} #page-site-header {
padding: 50px 0;
text-align: center;
background-color: #333;
color: #fff;
}
#page-site-header .page-title {
font-size: 36px;
color: #fff;
} .trail-items {
margin: 0;
padding: 0;
list-style: none;
}
.trail-items li {
display: inline-block;
vertical-align: middle;
color: #fff;
}
.trail-items li a {
color: rgba(255, 255, 255, 0.60);
}
.trail-items li a:hover,
.trail-items li a:focus {
color: #fff;
}
.trail-items li:not(:last-child):after {
content: "/";
color: rgba(255, 255, 255, 0.60);
padding-left: 4px;
padding-right: 2px;
} #page-site-header {
padding: 175px 0;
text-align: center;
position: relative;
background-color: #333;
background-size: cover;
background-position: 50%;
}
#page-site-header .container {
position: absolute;
left: 0;
right: 0;
text-align: center;
width: 90%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#page-site-header .page-title {
font-size: 32px;
color: #fff;
margin: 0;
line-height: 1.5;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: initial;
display: inline-block;
} ul.filter-tabs {
list-style: none;
padding: 0;
text-align: center;
margin-bottom: 50px;
}
ul.filter-tabs li {
border-top: 1px solid rgba(0, 0, 0, 0.10);
}
ul.filter-tabs li:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
ul.filter-tabs li a {
color: #1d2e42;
font-size: 22px;
font-weight: 600;
opacity: 0.30;
padding: 10px;
display: block;
}
ul.filter-tabs li.active a,
ul.filter-tabs li a:hover,
ul.filter-tabs li a:focus {
opacity: 1;
} .post-categories {
list-style: none;
padding: 0;
margin-bottom:0px;
}
ul.post-categories li {
display: inline-block;
vertical-align: middle;
}
.posted-on a {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.1em;
}
.single .post-categories {
list-style: none;
padding: 0;
margin-bottom: 10px;
}
.single .post-categories li {
display: inline-block;
}
.single .post-categories a,
.single .byline a {
font-size: 16px;
}
.single .byline {
margin-bottom: 7px;
display: block;
}
.single .posted-on {
margin-bottom: 15px;
display: block;
}
.single .posted-on a {
padding: 2px 15px;
margin-bottom: 0;
display: inline-block;
font-size: 14px;
} #colophon {
}
#colophon ul {
list-style: none;
padding: 0;
margin: 0;
}
#colophon .footer-widgets-area,
#colophon p,
#colophon li {
color: #3f444d;
}
.footer-widgets-area li, 
.footer-widgets-area li a {
color: #3f444d;
}
#colophon .social-icons li:not(:last-child) {
margin-right: 15px;
}
#colophon li:not(:last-child) {
margin-bottom: 15px;
}
#colophon .footer_social_links li:not(:last-child) {
margin-bottom: 0px;
}
#colophon .widget-title, 
#colophon .widgettitle {
font-weight: bold;
font-size: 32px;
position: relative;
margin-bottom: 28px;
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
fill: #fff;
}
.footer-widgets-area {
position: relative;
}
.footer-widgets-area:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
background-color: #000;
opacity: 0.1;
height: 1px;
width: 100%;
max-width: 1200px;
width: 90%;
margin: 0 auto;
}
.site-info .social-icons {
display: inline-block;
}
.site-info {
text-align: center;
padding-bottom: 15px;
}
.site-info span {
display: block;
text-align: center;
}
.site-info span + .social-icons {
margin-top: 15px;
}
#colophon .widget:not(:last-child) {
margin-bottom: 25px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
margin-bottom: 0;
}
.footer-widgets-area .hentry {
margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
margin-left: auto;
margin-right: auto;
}
.footer-widgets-area.col-1 {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.secondary-footer-item-wrapper .more-link a {
padding: 15px 35px;
font-size: 16px;
line-height: 26px;
display: inline-block;
border-radius: 10px;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.01em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.secondary-footer {
border-top: 1px solid rgba(0, 0, 0, 0.10);
text-align: center;
}
.secondary-footer .hentry:not(:last-child) {
margin-bottom: 30px;
}
.secondary-footer ul li a {
color: #3f444d;
}
.secondary-footer-wrapper.page-section {
padding: 50px 0;
}
.secondary-footer .more-link a {
padding: 15px 35px;
font-size: 16px;
line-height: 26px;
display: inline-block;
border-radius: 10px;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.01em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#colophon .secondary-footer .social-icons svg {
fill: #fff;
}
#colophon .secondary-footer .social-icons a:hover,
#colophon .secondary-footer .social-icons a:focus {
opacity: 0.7;
}
.boxed-layout #page {
background-color: #fff;
} @media screen and (min-width: 567px) {
.buttons {
display: flex;
align-items: center;
flex-direction: row;
}
.buttons .btn {
margin-bottom: 0;
margin-right: 30px;
}
.archive-blog-wrapper .entry-meta > span {
display: inline-block;
vertical-align: middle;
}
.archive-blog-wrapper .read-more {
text-align:left;
}	
#page-site-header {
padding: 275px 0;
}
.footer-widgets-area.col-2 .hentry,
.footer-widgets-area.col-4 .hentry {
width: 50%;
float: left;
}
.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
clear: left;
}
.footer-widgets-area.col-2 .hentry:nth-child(odd),
.footer-widgets-area.col-4 .hentry:nth-child(odd) {
padding-right: 40px;
}
.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
margin-bottom: 0;
}
}
@media screen and (min-width: 767px) {
.top-bar-left {
float:left;
}
.site-logo img {
max-height: 80px;
width: auto;
}
#page-site-header .page-title {
font-size: 42px;
margin: 0 0 5px;
}
.buttons {
display: block;
}
.buttons .btn {
margin-bottom: 15px;
margin-right: 0;
}
ul.filter-tabs {
border-top: 1px solid rgba(0, 0, 0, 0.10);
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
ul.filter-tabs li,
ul.filter-tabs li:last-child {
display: inline-block;
border: none;
}
ul.filter-tabs li a {
padding: 20px;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous {
padding-right: 25px;
}
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
padding-left: 25px;
}
.footer-widgets-area.col-3 .hentry {
margin-bottom: 0;
width: 33.33%;
float: left;
}
.footer-widgets-area.col-3 .hentry:not(:last-child) {
padding-right: 40px;
}
.site-info.col-2 span {
width: 50%;
float: left;
text-align: left;
margin: 6px 0;
}
.site-info.col-2 span:nth-child(2) {
width: 50%;
float: right;
text-align: right;
}
.site-info span + span {
margin-top: 0;
}
}
@media screen and (min-width: 992px) {
.header-search-widget .header-ajax-search-container {
padding-top:10px;
padding-bottom:10px;
}
.header-storefront.menu {
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.header-storefront .main-navigation ul.nav-menu > li > a {
text-transform: capitalize;
font-size: 19px;
}
.header-icon-container {
float: right;
}
.header-storefront .site-branding {
text-align: left;
float: left;
width:initial;
max-width: initial;
}
.header-storefront .main-navigation {
float: initial;
max-width: initial;
width: 100%;
}
.vertical-center {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}
.page-section {
}
.entry-title {
font-size: 32px;
}
.buttons {
display: flex;
}
.buttons .btn {
margin-bottom: 0;
margin-right: 30px;
padding-left: 35px;
padding-right: 35px;
}
.portfolio-slider .entry-container {
padding: 40px 30px;
}
.footer-widgets-area.page-section {
padding-bottom: 50px;
}
.footer-widgets-area.col-4 .hentry {
width: 25%;
padding-right: 40px;
}
.footer-widgets-area.col-5 .hentry:first-child {
width: 28%;
padding-right: 55px;
}
.footer-widgets-area.col-5 .hentry {
width: 18%;
float: left;
padding-right: 25px;
}
.footer-widgets-area.col-4 .hentry:last-child {
padding-right: 0;
}
.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
clear: none;
}
.footer-widgets-area.col-4 .hentry:nth-child(4n+1),
.footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
clear: left;
}
.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
margin-bottom: 0;
}
.footer-widgets-area.col-4 .hentry {
width: 20%;
}
.footer-widgets-area.col-4 .hentry:first-child {
width: 40%;
padding-right: 100px;
}
.comments-title, 
#reply-title {
font-size: 42px;
}
.secondary-footer ul li {
display: inline-block;
margin-right: 15px;
}
.secondary-footer ul li:last-child {
margin-right: 0;
}
#colophon .secondary-footer ul li {
margin-bottom: 0;
}
}
@media screen and (min-width: 1024px) {
.header-default .container {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.header-default #site-menu {
width: 75%;
}
.main-navigation {
float: right;
max-width: 75%;
width: 75%;
display: block !important;
text-align: right;
}
.header-storefront .main-navigation {
text-align:center;
}
.main-navigation svg.icon-down {
}
.product-search-widget {
padding-top: 20px;
padding-bottom: 20px;
}
.header-default .main-navigation ul.nav-menu > li > a {
padding: 22px 4px;
}
#masthead .social-icons li:not(:last-child) {
margin-right: 15px;
}
#masthead .social-icons {
margin: 0;
}
#sign-up {
float: right;
text-align: right;
max-width: 32%;
width: 32%;
padding: 9px 0;
}
.menu-overlay.active {
display: none;
}
#sign-up .login-register {
display: inline-block;
}
.site-branding {
text-align: left;
float: left;
max-width: 25%;
width: 25%;
display: flex;
align-items: center;
}
.site-branding.title-only {
padding-top:20px;
}
.header-storefront .site-branding.title-only {
padding-top:5px;
}	
.site-branding p { 
margin:0px; 
}
.main-navigation li.login-register-item {
margin-left: 15px;
z-index:999;
}
.main-navigation .nav-menu > li > a > svg {
fill: #3f444d;
}
#site-menu .search-menu {
display: none;
}
#search-menu a svg {
fill: #949494;
}
.main-navigation {
float: right;
max-width: 75%;
width: 75%;
display: block !important;
text-align: right;
}
#masthead .main-navigation ul#primary-menu li.current-menu-item > a {
font-weight: bold;
}
.main-navigation ul.nav-menu {
display: block !important;
height: auto !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.main-navigation ul.sub-menu li a {
border-bottom: none;
}
.main-navigation ul ul li:not(:last-child) {
border-bottom: 1px solid #ddd;
}
.main-navigation ul ul {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.main-navigation ul.sub-menu > li:last-child > a {
border-bottom: none;
}
.main-navigation li.search-menu {
display: none;
}
#masthead .social-icons li a svg,
#masthead .social-icons li a:hover svg,
#masthead .social-icons li a:focus svg {
fill: #fff;
}
.main-navigation .search-active .icon-search {
display: none;
}
.main-navigation .search-active .icon-close {
display: inline-block;
}
#masthead .main-navigation ul ul li.menu-item-has-children > a {
padding-right: 35px;
}
#masthead .main-navigation ul ul li a svg {
display: inline-block;
top: 17px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
button.dropdown-toggle,
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.main-navigation li {
display: inline-block;
}
.main-navigation .left-menu {
padding-left: 50px;
}
.main-navigation ul.nav-menu > li.left-menu > a,
.main-navigation ul.nav-menu > li.right-menu > a {
padding-left: 5px;
padding-right: 5px;
}
.main-navigation li.left-menu + li.right-menu:before {
content: "/";
position: absolute;
top: 50%;
margin-left: -6px;
color: #fff;
margin-top: -1px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-navigation form.search-form {
border: 20px solid #333;
}
.main-navigation form.search-form input {
background-color: #fff;
border-color: #fff;
color: #333;
}
.main-navigation form.search-form svg.icon-search {
fill: #333;
}
.menu-sticky #masthead {
position: sticky;
top: 0;
background-color: #fff;
z-index: 3000;
}
.menu-sticky #masthead.nav-shrink {
padding: 10px 0;
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.30);
}
.customize-support.menu-sticky #masthead.nav-shrink  {
top: 32px;
}
#page-site-header .page-title {
font-size: 52px;
}
.no-sidebar nav.navigation.pagination {
text-align: center;
}
.right-sidebar #primary {
width: 70%;
float: left;
}
.left-sidebar #primary {
width: 70%;
float: right;
padding-right: 0;
}
.right-sidebar #primary.full-width, 
.left-sidebar #primary.full-width {
width: 100%;
padding:0px;
float:initial;
}	
.right-sidebar #secondary {
width: 30%;
float: right;
padding-left:15px;
}
.left-sidebar #secondary {
width: 30%;
float: left;
padding-right:15px;
}	
.no-sidebar #primary {
width: 100%;
float: none;
padding-right: 0;
}
.boxed-layout #page {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}
.frame-layout #page {
background-color: #fff;
}
.frame-layout {
max-width: 1600px;
width: 90%;
margin: 50px auto;
}
}
@media screen and (min-width: 1200px) {
#page-site-header {
padding: 0;
height: 70vh;
}
ul.filter-tabs {
margin-bottom: 70px;
}
ul.filter-tabs li a {
padding: 25px;
font-size: 28px;
}
#our-contribution article .entry-container {
padding: 70px 0 70px 70px;
}
}
@media screen and (min-width: 1900px) {
body, button, input, select, textarea {
font-size: 18px;
line-height: 28px;
}
.buttons p, 
.buttons p a {
font-size: 18px;
}
.footer-widgets-area:before {
max-width: 1470px;
}
#masthead {
padding: 19px 0;
}
.main-navigation ul.nav-menu > li {
margin-right: 20px;
}
.page-section {
padding: 93px 0 100px;
}
ul.filter-tabs li a {
font-size: 32px;
}
#secondary .widget:not(:last-child) {
margin-bottom: 50px;
}
.right-sidebar #primary {
padding-right: 50px;
}
.left-sidebar #primary {
padding-left: 50px;
}
.footer-widgets-area.col-3 .hentry:not(:last-child),
.footer-widgets-area.col-2 .hentry:nth-child(odd) {
padding-right: 100px;
}
.footer-widgets-area.page-section {
padding-bottom: 80px;
}
.boxed-layout #page {
max-width: 1600px;
width: 90%;
}
.secondary-footer .custom-menu li:not(:last-child) {
margin-right: 50px;
}
}
@media screen and (max-width: 1200px) {
#masthead {
z-index: 3000;
}
.main-navigation ul.nav-menu > li > a {
padding: 13px 4px;
}
.main-navigation li.login-register-item {
margin-left: 5px;
}
.main-navigation .login-register-item ul li:not(:last-child) {
margin-right: 5px;
}
}
@media screen and (max-width: 1023px) {
#masthead {	}
.main-navigation a {
border-bottom: 1px solid #eee;
}
.main-navigation li.login-register-item {
margin-left: 0;
}
.main-navigation ul ul a {
width: 100%;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
box-shadow: none;
float: none;
position: relative;
top: 0;
left: 0;
margin-bottom: 0;
display: none;
}
.main-navigation ul.sub-menu li {
padding-right: 0;
}
.main-navigation .menu-item-has-children > a:before {
content: "";
float: right;
position: relative;
right: 30px;
background-color: #ccc;
width: 1px;
height: 25px;
}
.main-navigation .menu-item-has-children > a:after {
padding-top: 3px;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.sub-menu li a {
padding: 15px 15px 15px 25px;
}
.main-navigation ul.sub-menu li a {
padding-left: 50px;
}
.main-navigation ul.sub-menu ul li a {
padding-left: 75px;
}
.main-navigation ul.sub-menu ul ul li a {
padding-left: 100px;
}
.main-navigation ul.sub-menu ul ul ul li a {
padding-left: 125px;
}
.main-navigation .menu-item-has-children a svg {
display: none;
}
.main-navigation ul.sub-menu li a {
border-left: none;
}
.main-navigation ul.nav-menu {
margin-right: 0;
border-bottom: 1px solid #eee;
}
.main-navigation {
position: static;
}
.main-navigation svg.icon-search,
.main-navigation svg.icon-down {
fill: #333;
margin-top: -5px;
}
.main-navigation ul.sub-menu {
border: none;
}
#masthead.site-header .main-navigation {
margin-top: 0;
z-index: 3;
max-width: 100%;
top: 100%;
left: auto;
right: 0;
width: 100%;
display: none;
}
.main-navigation .search-menu a {
display: none;
}
.main-navigation form.search-form input {
background-color: #fff;
border: none;
min-height: 55px;
}
.main-navigation form.search-form button.search-submit {
height: 59px;
}
.main-navigation form.search-form input {
padding-left: 25px;
}
.main-navigation .sub-menu svg {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
top: 28px;
}
#sign-up {
display: none;
}
.main-navigation li.login-register-item {
padding: 25px;
}
#secondary {
margin-top: 50px;
clear: both;
}
}
@media screen and (max-width: 992px) {
.header-storefront .site-branding {
text-align:center;
display: initial;
float:none;
}
.header-icon-container {
float: initial;
}
.header-woocommerce-icons, .header-search-widget {
text-align:center;
padding-top:20px;
}
.header-storefront .menu-toggle {
float: initial;
margin: 0 auto;
}
.portfolio-slider .entry-title {
font-size: 22px;
}
.comments-title, 
#reply-title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.top-bar-left, #top-social-right {
float:initial;
display:flex;
justify-content: center;
}
#masthead.site-header .main-navigation ul.nav-menu {
max-width: 100%;
}
.jetpack_subscription_widget #subscribe-submit {
position: relative;
text-align: center;
right: auto;
left: auto;
margin: 25px auto 0;
display: block;
}
.jetpack_subscription_widget input[type="email"] {
padding: 2px 30px 0 30px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.jetpack_subscription_widget form {
text-align: center;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous,
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
width: 100%;
margin: 15px 0;
}
.post-navigation span.previous-article b, 
.post-navigations span.previous-article b, 
.post-navigation span.next-article b, 
.post-navigations span.next-article b {
font-size: 18px;
}
.comment-wrap {
margin-left: 0;
}
#commentform p.comment-form-comment,
#commentform p.form-submit {
margin-top: 21px;
}
.comments-title, 
#reply-title {
font-size: 26px;
}
#comments {
margin-top: 40px;
}
}
@media screen and (max-width: 567px) {
.menu-label {
}
.menu-toggle {
}
.site-logo img {
max-height: 70px;
width: auto;
}
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
top: 0;
}
.pagination .prev.page-numbers:before, 
.pagination .next.page-numbers:before {
width: 35px;
height: 10px;
}
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
margin-left: 0;
margin-right: 0;
}
.comment-content {
margin-left: 0;
background-color: #fff;
margin-top: 25px;
padding: 15px 20px;
}
.reply {
padding-left: 0;
}
#comments ol.children {
margin-left: 25px;
}
.comment-meta .fn {
margin-left: 0;
margin-top: 10px;
}
#colophon .widget-title:before, 
#colophon .widgettitle:before {
right: 0;
}
.footer-widgets-area .hentry:last-child,
.footer-widgets-area.col-3 .hentry:last-child {
margin-bottom: 0;
padding-right: 0;
}
.footer-widgets-area {
text-align: center;
}
.textwidget img {
margin-left: auto;
margin-right: auto;
}
} .loader-container svg {
width: 70px;
height: 70px;
fill: #4b8bee;
}
@keyframes preloader {
0% {height:5px;transform:translateY(0px);background: #4b8bee;}
25% {height:30px;transform:translateY(15px);background: #4b8bee;}
50% {height:5px;transform:translateY(0px);background: #4b8bee;}
100% {height:5px;transform:translateY(0px);background: #4b8bee;}
}
@-webkit-keyframes colorchange {
0%   {border-color: #e30048;}
25%  {border-color: #4b8bee;}
50%  {border-color: #9acf0b;}
75%  {border-color: #a93d7b;}
100% {border-color: #f1ad02;}
}
@keyframes colorchange {
0%   {border-color: #e30048;}
25%  {border-color: #4b8bee;}
50%  {border-color: #9acf0b;}
75%  {border-color: #a93d7b;}
100% {border-color: #f1ad02;}
} .my-yith-wishlist {
position:absolute;
top:10px;
left:10px;
color:#ffbf08;
padding:0px;
display:none;
}
.product:hover .my-yith-wishlist {
display:block
}
.my-yith-wishlist .feedback {
font-size:0;
color:transparent;
display:none;
}
.my-yith-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
.my-yith-wishlist .yith-wcwl-wishlistaddedbrowse {
font-size:0;
color:transparent
}
.product a.added_to_cart:before {
color:#666;
font-size:14px
}
.my-yith-wishlist .yith-wcwl-wishlistexistsbrowse a {
float:left;
font-size:0;
color:#ffbf08;
line-height: 15px;
}
.my-yith-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.my-yith-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
content:"\f00c";
font-family:fontawesome;
font-size:14px;
padding: 6px;
background-color: #ffbf08;
color: white;
border-radius: 24px;
margin-bottom: 1px;
display: inline-block;
}
.my-yith-wishlist .yith-wcwl-add-button .add_to_wishlist {
font-size:0;
color:transparent;
}
.yith-wcwl-add-to-wishlist {
padding:0;
margin:0
}
.my-yith-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
content:"\f004";
font-family:fontawesome;
font-size:14px;
color: #fff;
padding: 6px;
background-color: #ffbf08;
border-radius: 24px;	 
}
.my-yith-wishlist .compare-button a {
font-size:0;
color:transparent;
float:left;
background-color:transparent
}
.woocommerce ul.products li.product .compare {
margin-left:1px
}
.my-yith-wishlist .woocommerce a.compare.button {
font-size:0;
background-color:transparent;
margin-top:5px;
}
.my-yith-wishlist .compare-button a:before {
content:"\f074";
font-family:fontawesome;
font-size:14px;
color: #ffbf08;
padding: 6px;
background-color: #ffbf08;
color:#fff;
border-radius: 24px;
display: block;
}
.my-yith-wishlist a.yith-wcqv-button {
margin-top:1em;
font-size:0;
background-color:transparent
}
.my-yith-wishlist .button.yith-wcqv-button {
font-size:0;
color:transparent;
float:left;
background-color:transparent
}
.my-yith-wishlist .button.yith-wcqv-button:before {
content:"\f06e";
font-family:fontawesome;
font-size:14px;
color: #fff;
padding: 6px;
background-color: #ffbf08;
border-radius: 24px;
display:block;
margin-top:5px;	
line-height: 15px;
}
.my-yith-wishlist .button.yith-wcqv-button:hover {
background-color:transparent
}
.product .my-yith-wishlist .button.yith-wcqv-button {
display:block;
clear:both
}
.product .button.yith-wcqv-button {
display:none
}
#yith-quick-view-modal {
z-index:99999;
top:unset
}
#yith-quick-view-modal.open {
top:0;
z-index:99999
}
#yith-quick-view-modal.open .yith-wcqv-wrapper {
z-index:99999
} .carousel-control {
width:initial;
}
.carousel-control {
left: 10px;
}
.carousel-control.right {
right: 10px;
}
.carousel-control .glyphicon-menu-left, 
.carousel-control .glyphicon-menu-right{
font-size:14px;
}
.glyphicon-menu-right::before,
.glyphicon-menu-left::before {
padding-top: 10px;
background-color: #15151557;
padding: 7px;
}
.carousel-control {
text-shadow: initial;
} .product-carousal-inner { }
.badge-wrapper {
position: absolute;
top: 5px;
right: 1px;
}
.product-wrapper {
overflow: hidden;
padding-bottom: 15px;
margin-bottom: 15px;
}
.product-wrapper .badge-wrapper .onsale {
background: #ffbf08;
}
.product-wrapper .badge-wrapper .onsale {
position: relative;
display: inline-block;
min-width: 40px;
min-height: 20px;
padding: 0 5px 1px;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
text-transform: uppercase;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.product-image-wrapper img {
width:100%;
}
.wc-button-container {
text-align: center;
padding-bottom: 6px;
display: block;
left: 0;
right: 0;
}
.wc-button-container a.add_to_cart_button, 
.wc-button-container a.product_type_grouped, 
.wc-button-container a.product_type_external, 
.wc-button-container a.product_type_simple, 
.wc-button-container a.product_type_variable {
display: table;
margin: 0 auto 6px;
font-size: 15px;
clear: right;
} .product-carousel, .product-slider {
text-align:center;
}
.product-carousel .product-title {
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
margin: 5px 5px 0px;
} 
.product-carousel .price {
margin: 0px 0px 5px;
display: block;
}
.post-slider .carousel-caption p {
margin-bottom:2em;
}
.post-slider .carousel-caption {
right: 15%;
left: 15%;
}
.product-carousel .carousel-control, 
.product-slider .carousel-control, 
.post-slider .carousel-control {
opacity: 0;
transition: all 0.5s;
}
.carousel-control.right {
right: -50px;
transition: all 0.5s;
}
.carousel-control.left {
left: -50px;
transition: all 0.5s;
}
.product-slider:hover .carousel-control,
.post-slider:hover .carousel-control,
.product-carousel:hover   .carousel-control{
display:block;
opacity: initial;
}
.product-slider:hover .carousel-control.right,
.post-slider:hover .carousel-control.right,
.product-carousel:hover  .carousel-control.right {
right: 12px;	
}
.product-slider:hover .carousel-control.left, 
.post-slider:hover .carousel-control.left,
.product-carousel:hover  .carousel-control.left {
left: 12px;	
}
.product-carousel col-md-2,
.product-carousel col-sm-2,
.product-carousel col-lg-2,
.product-carousel col-xs-6,
.product-carousel .col-md-2, 
.product-carousel .col-lg-2 {
padding-right: 8px;
padding-left: 8px;
} .border .product-wrapper.product{
border: 1px solid #f7f7f7;
}
.leave .product-wrapper.product{
border-top-left-radius: 24px;
border-bottom-right-radius: 24px;	
}
.circle .product-wrapper.product{
border-radius: 24px;
}
.square .product-wrapper.product{
border-radius: 1px;
}
.shadow .product-wrapper.product{
box-shadow: 0 10px 20px rgba(0,0,0,.05);
} .product-search-widget {
line-height:initial;
line-height: initial;
}
.woo-product-search-form {
position: relative;
display: inline-block;
width: 100%;
border: 1px solid;
border-radius: 3px;
border-color:#d9d9d9;
height: 42px;
background-color: #fff;
max-width:550px;
}
select.woo-product-search-select {
width: 35%;
display: inline-block;
border: none;
float: left;
border-right: 0px solid #FBFBFB;
border-radius: 0;
border-color:#d9d9d9;
height: 40px;	
background: transparent url(//www.keodis.eu/wp-content/themes/ecommerce-plus/images/arrow.png) no-repeat scroll 95% 18px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';	
padding-left: 6px;
font-size: 14px;
} select.woo-product-search-select::-ms-expand {
display: none;
}
input.woo-product-search-input {
width: 65%;
display: inline-block;
border: none;
float: left;
height: 40px;
border-radius: 0;
right: 0;
position: relative;
min-width:40px;
text-align:center;
}
button.woo-product-search-button {
border: none;
color: inherit;
position: absolute;
right: 0;
padding: 0 15px;
font-size: 15px;
line-height: 40px;
top: 0;
border-left: 1px solid;
border-color: #d9d9d9;
height: 40px;
border-radius: 0;
background-color: transparent;
}
.woo-product-search-button .fa {
color: #aeaeae;
}
.woo-product-search-button:hover .fa,
.woo-product-search-button:focus .fa  {
color:#000;
} .header-icon-container {
display: inline-block;
}
.header-icons {
position: relative;
display: inline-block;
top: 0;
left: auto;
margin-top: 0;
padding: 0px;
margin-right: 0;
line-height: initial;
}
.header-cart.float-cart {
position: fixed;
top: 120px;
right: 6px;
z-index: 998;
animation: showup 1s;
padding-right: 0;
}
.header-cart.float-cart a.cart-contents {
padding: 20px 5px 8px 5px;
width: 86px;
height: 86px;
float: none;
background: rgba(255, 255, 255, 1);
position: relative;
text-align: center;
color: #252424 !important;
border: 1px solid #ededed;
border-radius: 5px;
box-shadow: 0 4px 20px rgba(0,0,0,0.17);
display: block;
}
.header-cart.float-cart a.cart-contents i {
color: #252424;
}
.float-cart .header-cart-block:hover ul.site-header-cart {
right: 0px;
top: 55px;
}
.float-cart .amount-cart {
display: block;
background: transparent;
color: #484848;
margin: 0;
font-size: 11px;
line-height: 14px;
margin-top: 5px;
}
.float-cart .amount-cart:before {
display: none;
}
.header-my-account.float-login a, .header-wishlist.float-wishlist a {
position: fixed;
right: 6px;
z-index: 997;
animation: showup 1s;
left: auto;
float: none;
padding: 8px;
background: rgba(255, 255, 255, 1);
text-align: center;
color: #252424 !important;
border: 1px solid #ededed;
border-radius: 5px;
box-shadow: 0 4px 20px rgba(0,0,0,0.17);
width: 86px;
height: 86px;
line-height: 66px;
}
.header-wishlist.float-wishlist {
top: 320px;
position: fixed;
z-index: 997;
}
.header-my-account.float-login {
top: 220px;
position: fixed;
z-index: 997;
}
.dropdown-menu {
display: block;
opacity: 0;
}
.header-my-account, .header-wishlist, .header-compare, .header-search  {
padding-right: 0 !important;
} .header-cart, .header-my-account, .header-wishlist, .header-compare {
float: right;
display: block;
}
.header-my-account, .header-wishlist, .header-compare, .header-search  {
padding-right: 4px;
}
a.cart-contents i, .header-my-account a, .header-wishlist a, .header-compare a, .header-search a {
font-size: 18px;
line-height: 26px;
position: relative;
}
.amount-cart {
color: #fff;
background: #22c2ff;
position: relative;
font-size: 11px;
padding: 1px 5px;
border-radius: 3px;
margin-left: 10px;
bottom: 3px;
font-weight: 700;
display: inline-block;
line-height: 1.5;
}
.amount-cart:before {
position: absolute;
content: '';
width: 0;
height: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 7px solid #22c2ff;
top: calc(50% - 5px);
right: 100%;
}
.cart-contents span.count {
font-size: 10px;
padding: 0px;
color: #fff;
font-weight: 700;
background-color: #22c2ff;
border-radius: 15px;
line-height: 18px;
margin: 0;
position: absolute;
top: -10px;
right: -11px;
font-style: initial;
height: 18px;
min-width: 18px;
text-align: center;
font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
border: 1px solid transparent;
}
ul.site-header-cart {
opacity: 0;
display: none;
position: absolute;
z-index: 50;
}
.woocommerce-cart ul.site-header-cart,
.woocommerce-checkout ul.site-header-cart {
display: none !important;
}
.header-cart-block:hover ul.site-header-cart, 
.product-added-to-cart .header-cart-block ul.site-header-cart {
display: block;
opacity: 1;
right: -10px;
min-width: 320px;
background-color: #fff;
color: #000;
border: 1px solid #e2e2e2;
border-radius: 5px;
padding: 10px;
z-index: 9999;
animation: showup 0.5s;
-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
}
.added_to_cart {
display: block;
}
.woocommerce ul.products li {
border-bottom: 0;
} .product-navigation {
padding: 0;
margin: 0;
border: 1px solid #f7f7f7;
line-height: 1;
zoom: 1;
border-radius: 6px;
}
#secondary .widget_bst_product_navigation_widget {
margin-top:2em;
}
.product-navigation ul,
.product-navigation ul li,
.product-navigation ul ul {
list-style: none;
margin: 0;
padding: 0;
}
.product-navigation ul {
position: relative;
z-index: 500;
float: left;
}
.product-navigation ul li {
float: left;
min-height: 0.05em;
line-height: 1em;
vertical-align: middle;
position: relative;
padding:0px;
}
.product-navigation ul li:not(:last-child){
border-bottom: 1px solid #f7f7f7;
}
#secondary .widget .product-navigation ul li {
padding:unset;	
}
#secondary .widget .product-navigation ul li::before {
padding-right:unset;
padding-left:unset;
}
.product-navigation ul li ul {
position:absolute;
box-shadow: 0 2px 4px rgba(0,0,0,.07); 
}
.product-navigation ul li:hover,
.product-navigation ul li:focus {
position: relative;
z-index: 510;
cursor: default;
}
.product-navigation ul ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0px;
z-index: 520;
width: 100%;
background-color: #fff;
}
.product-navigation ul ul li { float: none; }
.product-navigation ul ul ul {
top: 0;
right: 0;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,.07);
}
.product-navigation ul li:hover > ul, 
.product-navigation ul li:focus > ul { 
visibility: visible; 
}
.product-navigation ul ul {
top: 0;
left: 100%;
}
.product-navigation ul li { float: none;}
.product-navigation > ul > li > a::before { }
.product-navigation .navigation-name {
content: "";
font-size: 18px;
font-style: normal;
font-weight: 400;
padding-right: 8px;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}
a.category-menu::before {
content: "\f0c9";
font-size: 17px;
font-style: normal;
font-weight: 400;
margin-right: 7px;
font-family: 'fontawesome';
}
.product-navigation ul ul { margin-top: 0.05em; }
.product-navigation:before {
content: '';
display: block;
}
.product-navigation:after {
content: '';
display: table;
clear: both;
}
.product-navigation a {
display: block;
padding: 0.8em 1.3em 0.8em 1em;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
color: initial;
}
.product-navigation > ul {
width: 100%;
}
.product-navigation ul ul { width: 13em; }
.widget .product-navigation ul ul li { padding-left:0px;  border-bottom: 1px solid #e4e4e4; }
.product-navigation li { position: relative; }
.product-navigation ul li.has-sub > a:after {
content: "\f105";
font-family:'FontAwesome';
position: absolute;
right: 1em;
}
.product-navigation ul ul li.first {
-webkit-border-radius: 0 3px 0 0;
-moz-border-radius: 0 3px 0 0;
border-radius: 0 3px 0 0;
}
.product-navigation ul ul li.last {
-webkit-border-radius: 0 0 3px 0;
-moz-border-radius: 0 0 3px 0;
border-radius: 0 0 3px 0;
border-bottom: 0;
}
.product-navigation ul ul {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.product-navigation.align-right { float: right; }
.product-navigation.align-right li { text-align: right; }
.product-navigation.align-right ul li.has-sub > a:before {
content: '+';
position: absolute;
top: 50%;
left: 15px;
margin-top: -6px;
}
.product-navigation.align-right ul li.has-sub > a:after { content: none; }
.product-navigation.align-right ul ul {
visibility: hidden;
position: absolute;
top: 0;
left: -100%;
z-index: 598;
width: 100%;
}
.product-navigation.align-right ul ul li.first {
-webkit-border-radius: 3px 0 0 0;
-moz-border-radius: 3px 0 0 0;
border-radius: 3px 0 0 0;
}
.product-navigation.align-right ul ul li.last {
-webkit-border-radius: 0 0 0 3px;
-moz-border-radius: 0 0 0 3px;
border-radius: 0 0 0 3px;
}
.product-navigation.align-right ul ul {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
@media screen and ( max-width: 48em ) {
.product-navigation ul li ul {	
left: 0%;
top: 100%;
width: 100%;	
}
.product-navigation ul li ul li ul {	
left: 0%;
top: 100%;
width: 100%;	
}	
} .call-to-action {
padding: 10px 25px;
font-size: 18px;
line-height: 26px;
display: inline-block;
border-radius: 10px;
color: #fff;
position: relative;
text-align: center;
font-weight: 600;
width: auto;
display:inline-block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.cta-section .cta-text {
font-size: 21px;
}
.cta-section .cta-content {
}
.cta-section .btn {
margin-top:20px;
}
.vertical-center-any {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
} .entry-meta ,post .edit-link {
}
.archive-blog-wrapper article .post-item-wrapper {
padding: 15px;
border: #edeeee;
margin-bottom:15px;
-webkit-box-shadow: 0px 0px 15px #eee;
-moz-box-shadow: 0px 0px 15px #eee;
box-shadow: 0px 0px 15px #eee;
}
.post-item-wrapper .featured-image img {
width:100%;
padding-bottom:15px;
}
.post-item-wrapper .read-more {
margin-top: 5px;
}
.has-post-thumbnail .post-item-wrapper .entry-meta {
}
.has-post-thumbnail .post-item-wrapper .entry-meta .cat-links ul li {
padding: 0px 6px;	
}
.btn {
padding: 10px 20px;
font-size: 16px;
line-height: 26px;
display: inline-block;
border-radius: 10px;
background-color: #4B8BEE;
color: #fff;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.01em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} #masthead .container {
max-width:1280px;
}
body.logged-in .header-default.header-ticky-menu,
body.logged-in #theme-header.header-default.header-ticky-menu {
top: 32px;
}
@media screen and (min-width: 1000px) {
.header-ticky-menu,
#theme-header.header-default.header-ticky-menu {
top: 0px;
z-index: 100;
position: fixed;
width: 100%;
background-color: #fffffff0;
box-shadow:0 9px 8px -3px rgba(130, 130, 130, 0.18);
left: 0;
}
.customize-partial-edit-shortcuts-shown .header-ticky-menu { display:none;}
}
.header-default.header-ticky-menu  .main-navigation ul.nav-menu > li > a {
padding: 15px 4px;
}
.header-ticky-menu .site-description {
font-size: 14px;
font-weight: 500;
}
.header-ticky-menu .custom-logo {
max-height: 50px;
}
.header-ticky-menu .product-search-widget {
padding:0px;
}
.header-ticky-menu .site-branding {
}
.header-ticky-menu .site-title { font-size:24px; } 
body.logged-in .header-ticky-menu {top:32px;}
.container {
max-width:1200px;
}
.site-footer .container {
max-width:1200px;
}
.site-footer {
padding-top:25px;
background-position: center center;
background-size: cover;
}
.site-footer .footer-widget {
padding-top: 20px;
padding-bottom: 40px;
}
.woocommerce .star-rating, 
.woocommerce ul.products li.product .star-rating {
display: inline-block;
float: none;
font-size: 12px;
}
.product-wrapper.product .product-rating-wrapper .fa,
.woocommerce .star-rating, 
.woocommerce ul.products li.product .star-rating {
color:#ffb300;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
display: block;
padding: .5em;
}
nav.woocommerce-MyAccount-navigation ul {
list-style-type:none;
padding-left:0;
max-width:200px;
font-size:17px;
line-height:26px
}
nav.woocommerce-MyAccount-navigation ul li {
padding:8px 20px;
background-color:rgba(0,0,0,.03);
border-bottom:1px solid rgba(0,0,0,.05)
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
background-color:rgba(0,0,0,.1)
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
color:rgba(0,0,0,.8);
cursor:default
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
background-color:rgba(0,0,0,.07)
} .top_bar_wrapper ul {
padding:0px;
} 
#top-social-right ul li {
display: block;
float: right;
} 
.header_social_links ul {
margin-bottom:0px;
}
.top_bar_wrapper ul {
margin-bottom:0px;
}
ul {
list-style: none;
}
#top-social-right li:first-child a, 
#top-social-right li a {
border-color: rgba(255,255,255,0.22);
}
#top-social-right li:first-child a {
}
#top-social-right li a {
}
#top-social-right li a {
font-weight: 700;
display: inline;
position: relative;
float: left;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
font-size: 15px;
}
.header_social_links .fa {
font-family: fontawesome;
}
.header_social_links ul {
margin-bottom:0px;
}
.whatsapp {
color: #22c679;
}
.youtube {
color: #e10a0a;
}
.linkedin {
color: #0a66c2;
}
.twitter {
color: #55acee;
}
.instagram {
color: #c32aa3;
}
.facebook {
color: #178dff;
}
.pinterest {
color: #c8232c;
}
.footer-social-container .footer_social_links {
margin:0 auto;
display:inline-block;
}
.footer_social_links a .fa {
font-family: "fontawesome";
} .top-bar-left {
}
.top-bar-left li::after {
content: ' |';
padding-left: 3px;
}
.top-bar-left li .fa {
padding-right:10px;
}
.top-bar-left li:last-child::after {
content:'';
}
.infobox_header_wrapper li a, .infobox_header_wrapper li {
font-family: inherit !important;
font-size: 13px !important;
letter-spacing: 0px !important;
}
.infobox_header_wrapper li a, .infobox_header_wrapper li {
}
.top-bar-left li {
display: inline-block;
padding: 5px 3px 5px 0;
font-size: 13px;
line-height: 24px;
} .summary.entry-summary  .yith-wcwl-add-button,
.summary.entry-summary  .yith-wcwl-wishlistaddedbrowse,
.summary.entry-summary yith-wcwl-wishlistexistsbrowse {
font-size: .8125rem;
font-weight: 700;
text-transform: uppercase;
position: relative;
display: inline-block;
padding: .618em 0em;
cursor: pointer;
}
.summary.entry-summary  .yith-wcwl-wishlistaddedbrowse,
.summary.entry-summary yith-wcwl-wishlistexistsbrowse {
font-size: .8125rem;
font-weight: 700;
position: relative;
display: inline-block;
padding: .618em 0em;
cursor: pointer;
}
.summary.entry-summary .product_meta {
font-size: 10px;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
padding: 22px 30px 22px;
text-align: left;
padding: 0;
clear: left;
margin-top: 15px;
} 
.woocommerce div.product form.cart {
}
.woocommerce div.product .product_title {
font-size: 40.871px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce div.product form.cart {
padding-bottom: 1em;
padding-top: 1em;
border-bottom: 1px solid #ececec;
border-top: 1px solid #ececec;
}
.woocommerce div.product form.cart .variations tr, .woocommerce div.product form.cart .variations td {
border: 0;
}
.woocommerce div.product form.cart {
margin-bottom: 1em;
} .woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: transparent;
border-radius: 0;
margin: 0;
padding: 0 10px;
border: 1px solid #FFFFFF;
border-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
border-width: 0;
box-shadow: none!important;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
font-family: 'FontAwesome';
content: "/";
margin-left: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom-color: #F4C700;
background: transparent;   
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
opacity: 0.7;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
opacity: 1;
}
.wc-tab h2 {
margin-top: 0;
}
.woocommerce-product-search button { display:none; }
select.woo-product-search-select:hover ,
select.woo-product-search-select:focus {
font-weight:600;
} .widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_recent_entries a:focus,
.widget_recent_entries a:hover,
.widget_text a:focus,
.widget_text a:hover,
#secondary .widget_text a {
text-decoration: underline;
}
.post .entry-content p a {
text-decoration:underline;
}
.page .entry-content p a {
text-decoration:underline;
}
.page .entry-content p a.button {
text-decoration: none;
} .box-shadow {
box-shadow: 0 9px 8px -3px rgba(130, 130, 130, 0.18);
}
.header-transparent .site-title a,
.header-transparent .site-description,
.header-transparent .infobox_header_wrapper,
.header-transparent a.cart-contents i, 
.header-transparent .header-my-account a, 
.header-transparent .header-wishlist a, 
.header-transparent .header-compare a, 
.header-transparent .header-search a {
color:#FFFFFF;
}
@media screen and (min-width: 1024px) {
.header-transparent .main-navigation ul.nav-menu > li > a {
color:#FFFFFF;
}
.header-transparent .menu-toggle {
color:#FFFFFF;
}
.header-transparent .menu-toggle svg {
fill:#FFFFFF;
}
.header-transparent .main-navigation ul#primary-menu li.current-menu-item > a {
font-weight:700;	
}
.header-transparent .header-ticky-menu .main-navigation ul#primary-menu li.current-menu-item > a {
color:initial;
font-weight:700;	
}	
}
@media screen and (max-width: 1024px) {
.header-transparent .menu-toggle {
color:#FFFFFF;
}
.header-transparent .menu-toggle svg {
fill:#FFFFFF;
}	
}
#masthead.header-transparent {
background-color: #0000001f;
position: absolute;
}
#masthead.header-transparent .top_bar_wrapper {
background-color:transparent;
}
.header-transparent .header-ticky-menu .main-navigation ul.nav-menu > li > a {
color:#2d2d2d;
}
.header-transparent .header-ticky-menu .site-title a,
.header-transparent .header-ticky-menu .site-description {
color:initial;
}
.header-transparent .pinterest,
.header-transparent .facebook,
.header-transparent .instagram,
.header-transparent .twitter,
.header-transparent .linkedin,
.header-transparent .whatsapp,
.header-transparent .youtube {
color:#fbfbfb;
} .contact-form-container {
max-width:500px;
margin:0 auto;
}
.contact-form-container input {
width:100%;
}
#home-contact-section {
background: #f9f9f94a;
} .category-list-widget .category-meta {
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%,-50%,0);
z-index: 100;
text-transform: capitalize;	
background-color: rgba(51, 51, 51, 0.55);
padding: 5px;
color: white;
text-align:center;
font-weight: 600;
}
.category-list-widget .category-meta a {
color: white;
font-weight: 600;
}
.category-list-widget {
margin-bottom:15px;
}
.category-list-widget img {
box-shadow: initial;
}
.product-category-portfolio {
min-height:15px;
padding-bottom: 15px;
padding-top: 15px;
margin:0 auto;
}
#home-product-showcase {
padding-bottom: 15px;
padding-top: 15px;
}
.product-category-portfolio .category-list-widget{
margin-bottom:0px;
}
.product-category-portfolio .cat-colum {
padding:0px;
} .full-underline .section-title { 
text-align:left; 
padding-bottom:10px;
margin-bottom:15px;
}
.woocommerce .quantity .qty {
padding: 3px;
}
.header-icon-container .fa {
font-family:'fontawesome';
} .preloader-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index:9999999;
opacity: 1;
filter: alpha(opacity=100);
} .spinner {
width: 120px;
height: 120px;
background-color: #fff;
position: absolute;
top: 48%;
left: 48%;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% { 
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
} 50% { 
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
} 100% { 
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
} .sk-chase {
width: 120px;
height: 120px;
position: absolute;
top: 48%;
left: 48%;
animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; 
animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
content: '';
display: block;
width: 25%;
height: 25%;
background-color: #fff;
border-radius: 100%;
animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
50% {
transform: scale(0.4); 
} 100%, 0% {
transform: scale(1.0); 
} 
} .spinner-dots {
position: absolute;
top: 48%;
left: 48%;
width: 70px;
text-align: center;
}
.spinner-dots > div {
width: 28px;
height: 28px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-dots .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner-dots .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% { 
-webkit-transform: scale(0);
transform: scale(0);
} 40% { 
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
} .spinner-rect {
position: absolute;
top: 48%;
left: 48%;
width: 100px;
height: 80px;
text-align: center;
font-size: 10px;
}
.spinner-rect > div {
background-color: #fff;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-rect .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner-rect .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner-rect .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner-rect .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% { 
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}  20% { 
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
} .spinner-dbl {
width: 120px;
height: 120px;	
position: relative;
position: absolute;
top: 48%;
left: 48%;
}
.spinner-dbl .double-bounce1, 
.spinner-dbl  .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.spinner-dbl .double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} .sk-folding-cube {
position: absolute;
top: 48%;
left: 48%;
width: 120px;
height: 120px;
position: relative;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; 
} 25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; 
} 90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; 
} 
}
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; 
} 25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; 
} 90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; 
}
} .sk-fading-circle {
position: absolute;
top: 48%;
left: 48%;
width: 120px;
height: 120px;
}
.sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-fading-circle .sk-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #fff;
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; } 
} .topcorner {
position:fixed;
bottom:20%;
right:-2px;
text-align: center; 
display:none;  
z-index: 9999;
}
.topcorner .login-register {
font-size:21px;
color:#000000;
}
.topcorner .my-cart a {
color:   #000000;
margin:0px;
padding:0px;
}
.topcorner ul li .fa {
font-family: "fontawesome";
}
.topcorner .my-cart {
margin:0px;
padding:0px;
}
.topcorner .my-add-to-cart {
position: fixed;
right: 0px;
padding:0px;
z-index: 999;
}
.topcorner a.added_to_cart {
display:none;
}
.woocommerce .topcorner a.add_to_cart_button {
font-weight: 500;
font-size: 14px;
}
.topcorner ul { 
margin:0px; 
padding: 0px; 
}
.topcorner ul li, 
.topcorner .my-cart {
margin-top:5px;
display:block;
list-style-type:none;
padding: 12px 5px;
box-shadow: -1px 3px 5px 0px rgb(212, 212, 212);
border-radius:3px;
background-color:#FFFFFF;
min-width: 45px;
}
.topcorner .cart-contents-price {
clear: left;
display: block;
font-size: 12px;
padding-top: 7px;
}
.topcorner .amount-cart {
display:none;
}
.boxed-layout .header-icon-container {
float:left;
} 
#top-social-right .fa.fa-facebook::before {
content: "\f09a";
font-family: fontawesome;
}