.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body {
height: 100%;
}
body {
font-family: "Commissioner", sans-serif;
cursor: default;
background-position: 50% 0;
background-attachment: fixed;
font-size: 16px;
color: #562113;
background: #ffffff;
overflow-x: hidden;
}
body.hidden {
overflow: hidden;
}
span {
display: inline-block;
}
strong {
font-weight: 600;
}
img {
vertical-align: top;
max-width: 100%;
width: 100%;
height: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-bottom: 0px;
}
table thead {
background: #f6f6fa;
color: inherit;
}
table tr {
border-bottom: solid 1px #562113;
}
table td, table th {
font-family: "Commissioner", sans-serif;
padding: 10px 0px 10px 0px;
text-align: left;
border: 0;
}
h1, h2, h3, h4, h5, h6 {
color: inherit;
font-size: 27px;
line-height: 38px;
font-weight: 600;
margin-bottom: 20px;
color: #562113;
}
p, ul, ol, blockquote, address, pre, dl {
font-size: 19px;
line-height: 29px;
margin-bottom: 10px;
font-weight: normal;
}
p:empty {
display: none;
}
dl dt {
font-weight: bold;
}
address {
font-style: normal;
}
del {
color: #aaa;
font-size: 17px;
}
pre {
border: 1px solid #ddd;
background-color: #f5f5f5;
padding: 30px;
white-space: pre-wrap;
color: #333;
}
code, var {
color: #454545;
}
cite {
font-weight: bold;
}
q {
font-style: italic;
}
blockquote {
padding: 24px 60px;
margin: 30px 0;
border-left: 3px solid #d3c29f;
font-style: italic;
font-size: 17px;
}
blockquote p {
margin: 0;
opacity: 0.75;
}
a {
text-decoration: none;
color: inherit;
transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
}
a:hover {
text-decoration: none !important;
}
hr {
border: 0 none;
border-bottom: 2px solid #4e43fa;
margin: 30px 0;
}
ul ul, ol ol, ul ol, ol ul {
padding-left: 15px;
margin-bottom: 0;
}
ul li {
list-style-position: inside;
list-style: none;
margin-bottom: 4px;
}
iframe {
width: 100%;
border: 0 !important;
}
canvas {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
position: absolute;
pointer-events: none;
z-index: 1;
}
label {
font-size: inherit;
display: inline-block;
width: 100%;
text-align: left;
margin-bottom: 7px;
}
.layout {
position: relative;
z-index: auto;
text-align: center;
overflow: hidden;
}
.container {
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
}
.container.top-null {
padding-top: 0;
}
.container.bottom-null {
padding-bottom: 0;
}
.container.top-bottom-null {
padding-top: 0;
padding-bottom: 0;
}
.none-header .container {
padding-top: 90px;
}
.content {
position: relative;
z-index: auto;
}
.bg-section-white {
background-color: #ffffff;
}
.bg-section-grey {
background-color: #f7f8fa;
}
.bg-section-violet {
background-color: #f3f3ff;
}
.rub-simbol {
border-bottom: 0.07em solid;
line-height: 0.3em;
display: inline-block;
width: 0.5em;
} #preloader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: rgb(255 255 255 / 74%);
display: none;
}
.contact-form7-preloader-wrapper {
position: absolute !important;
z-index: 99 !important;
background: rgb(255 255 255 / 76%) !important;
}
.preloader-section {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
z-index: 1000 
}
.preloader-1 {
margin-top: -60px;
margin-left: -25px;
border-top: 0.4em solid #1d2327;
border-right: 0.4em solid rgb(29 35 39 / 63%);
border-bottom: 0.4em solid rgb(29 35 39 / 63%);
border-left: 0.4em solid rgb(29 35 39 / 63%);
-webkit-animation: load1 0.8s infinite linear;
animation: load1 0.8s infinite linear;
}
.preloader-1, .preloader-1:after {
border-radius: 50%;
width: 60px;
height: 60px 
}
@-webkit-keyframes load1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg) 
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg) 
}
}
@keyframes load1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg) 
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg) 
}
}
.social-icons img {
max-width: 50px;
display: inline-block;
}
.social-icons a {
display: inline-block;
margin-right: 6px;
} .popup-wrapper {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: rgb(0 0 0 / 77%);
padding: 20px;
}
.popup-container {
position: relative;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
}
.popup-content {
display: table-cell;
vertical-align: middle;
}
.popup-block {
position: relative;
width: 100%;
max-width: 400px;
background: #fff;
padding: 15px;
text-align: center;
border-radius: 5px;
margin: 0 auto;
margin-bottom: 70px;
}
.popup-block .popup-title {
text-align: center;
margin-bottom: 20px;
margin-top: 5px;
}
.popup-block .popup-title p {
font-size: 18px;
line-height: 26px;
font-weight: 600;
color: #6896af;
text-transform: uppercase;
}
.popup-block .btn-main-wrapp {
margin-top: 10px;
display: block;
}
.popup-block .btn-main {
display: block;
margin: 0 auto;
width: 100%;
}
.popup-block img {
max-width: 200px;
margin-bottom: 20px;
margin-top: 10px;
}
.popup-description {
overflow-y: auto;
max-height: calc(100vh - 100px); 
}
.popup-after-sent {
display: none;
}
.popup-after-sent p {
font-family: "EB Garamond", serif;
font-size: 25px;
line-height: 30px;
}
.popup-close {
margin: 0 auto;
position: absolute;
top: -9px;
right: -9px;
background: #1d2327;
border-radius: 50%;
line-height: 1;
z-index: 99;
}
.popup-close:before {
font-family: "simple-line-icons" !important;
content: "\e082";
color: #ffffff;
font-size: 30px;
border-radius: 50%;
cursor: pointer;
}
.terms-text {
line-height: 19px;
font-size: 14px;
margin-top: -10px;
}
.terms-text a {
color: #6896af;
}
.popup-block span {
position: relative !important;
display: block !important;
}
.popup-block br {
display: none !important;
}
body .wpcf7-spinner {
display: none !important;
}
body .wpcf7-not-valid {
border: solid 2px #9e0000 !important;
}
body .wpcf7-not-valid-tip {
display: none !important;
} 
body .wpcf7-response-output {
border-color: #ffb900;
display: none !important;
}
body .wpcf7 form.sent .wpcf7-response-output {
border-color: #6896af !important;
display: block !important;
background: #fff !important;
padding: 10px !important;
margin: 0 !important;
font-size: 17px;
}
body .custom-not-valid {
border: solid 2px #9e0000 !important;
}
body input[type='text'], input[type='submit'], input[type='search'], textarea {
-webkit-appearance: none;
color: inherit;
}
input[readonly='readonly'] {
background: #f7f7f7;
border: solid 1px #ebebeb;
cursor: default;
}
input, select, textarea {
font-family: "Commissioner", sans-serif !important;
display: inline-block;
border: solid 1px #CDD3E0 !important;
border-radius: 3px !important;
box-shadow: none !important;
height: inherit;
padding: 13px;
width: 100%;
font-size: 14px;
font-weight: 300;
background-color: #ffffff;
color: inherit;
margin-bottom: 10px;
}
::-webkit-input-placeholder {
color: #84848b;
}
::-moz-placeholder {
color: #84848b;
}
:-moz-placeholder {
color: #84848b;
}
:-ms-input-placeholder {
color: #84848b;
}
input:focus, textarea:focus {
border-color: #919eb9 !important;
}
:focus {
outline: none;
border-color: #919eb9;
}
input:disabled {
background: #f6f6fa;
opacity: 0.8;
cursor: default;
color: #565454 !important;
}
input[readonly] {
background-color: #f6f6fa;
cursor: auto;
}
input[type="file"] {
height: auto;
padding: 0;
background: none;
border: 0 none;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
select {
position: relative;
background: none;
}
.simple-icon-select {
position: relative;
background: #ffffff;
border-radius: 4px;
}
.simple-icon-select:before {
content: "\e604";
position: absolute;
right: 10px;
top: 50%;
margin-top: -6px;
color: #b7b7b7;
}
input[type="checkbox"], input[type="radio"] {
width: auto;
padding: 0;
height: auto;
border: 0 none;
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
input[type="number"], input[type="date"] {
width: 100%;
}
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: inner-spin-button;
opacity: 0.5 !important;
height: 37px;
}
.none-spin-button::-webkit-inner-spin-button {
-webkit-appearance: inner-spin-button;
opacity: 0 !important;
display: none !important;
}
fieldset {
border: 1px solid #ddd;
padding: 15px;
margin-bottom: 30px;
}
legend {
font-weight: bold;
text-transform: uppercase;
padding: 5px 15px;
border: 2px solid #ddd;
height: 30px;
}
textarea {
height: 155px;
resize: none;
display: block;
}
.form-fields {
position: relative;
}
.form-field {
position: relative;
margin-bottom: 15px;
}
.form-field:last-child {
margin-bottom: 0;
}
.form-field input, .form-field select, .form-field textarea {
position: relative;
}
.notvalid {
border: 1px solid #b32d2e;
} button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border: 0 none;
}
.btn-main-wrapp {
position: relative;
margin-top: 25px;
display: block;
}
.btn-main, button, input[type="submit"] {
display: inline-block;
width: auto;
cursor: pointer;
text-align: center;
font-size: 17px;
line-height: 25px;
text-transform: uppercase;
position: relative;
padding: 15px 15px 15px 15px;
text-decoration: none !important;
color: #ffffff !important;
background: #562113;
border-radius: 4px !important;
transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
}
.btn-main:before {
content: '';
border: solid 1px #562113;
border-radius: 4px;
display: inline;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: -4px;
}
.btn-main:hover, button:hover, input[type="submit"]:hover {
opacity: 0.7;
}
.btn-main-disabled {
pointer-events: none;
opacity: 0.7;
cursor: default;
}
.btn-main .flare {
position: absolute;
top: 0;
height: 100%;
width: 45px;
transform: skewX(-45deg); 
animation: flareAnimation;
left: -150%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
animation: flareAnimation 2s infinite linear; 
}
@keyframes flareAnimation {
0% {
left: -150%;
}
100% {
left: 150%;
}
} .header {
position: absolute;
width: 100%;
top: 0px;    
color: #ffffff;
background: #6896af;
box-shadow: 0px 0px 10px 4px rgba(0,0,0,.06);
-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,.06);
z-index: 9998;
transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
}
.header:after {
content: '';
position: absolute;
bottom: -8px;
width: 100%;
height: 10px;
background-image: url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/img/header-pattern.png);
background-size: contain;
background-repeat: repeat-x;
background-position-x: -15px;
}
.header a:hover {
color: #ffe6ca;
}
.header-sticky {
position: fixed;
top: 0 !important;
}
.admin-bar .header {
margin-top: 32px;
} .logo {
text-align:left;
float: left;
line-height: 70px;
}
.logo img {
width: 100%;
max-width: 170px;
vertical-align: middle;
} .main-menu {
text-align: center;
margin: 0;
line-height: 70px;
}
.main-menu img {
display: inline-block;
width: auto;
vertical-align: middle;
position: relative;
top: -1px;
}
.main-menu a {
display: inline-block;
position: relative;
font-size: 13px;
text-decoration: none;
text-transform: uppercase;
z-index: 10;
}
.main-menu>li {
display: inline-block;
position: relative;
}
.main-menu li {
margin: 0 4px;
}
.sub-menu .menu-item::after {
display: none !important;
}
.sub-menu .main-menu li {
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.main-menu a:hover {
color: #ffe6ca;
}
.main-menu .menu-item-has-children a {
display: inline-block;
}
.main-menu .sub-menu {
background-color: #ffffff;
text-transform: none;
position: absolute;
top: 120px;
opacity: 0;
visibility: hidden;
padding-left: 0;
text-align: left;
border-radius: 0;
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .04);
transition: all 0.25s ease;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
}
.main-menu li:hover>.sub-menu {
top: 70px;
opacity: 1;
visibility: visible;
}
.main-menu .sub-menu .sub-menu {
left: 100%;
top: 30px;
}
.main-menu .sub-menu li {
padding: 0 10px;
border-bottom: 1px solid #d7d7d7;
margin: 0;
}
.main-menu .sub-menu li:hover .sub-menu {
top: 0;
}
.main-menu .sub-menu a {
position: relative;
left: 0px;
color: inherit;
padding: 10px 10px;
display: block;
min-width: 200px;
font-size: 15px;
line-height: 20px;
white-space: nowrap;
font-weight: normal;
text-transform: none;
}
.main-menu .sub-menu a:hover {
left: 8px;
}
.dropdown-toggle:after, .main-menu .menu-item-has-children>a:after {
content: '\f107';
font-family: "FontAwesome";
display: inline-block;
margin-left: 5px;
}
.main-menu .menu-item-has-children .menu-item-has-children>a:after {
content: '\f105';
font-family: "FontAwesome";
position: absolute;
right: 15px;
}
.dropdown-toggle:after {
margin-left: 0;
}
button.dropdown-toggle {
font-size: 20px;
color: #fff;
padding: 0;
padding: 15px 15px 15px 0;
margin-right: -30px;
display: none;
margin-top: 0;
line-height: 1;
border: 0 !important;
}
.menu-actions { 
display: none; 
} .header .call-btn-wrapp,
.header .whatsapp-btn-wrapp,
.header .phone-btn-wrapp {
position: relative;
float: right;
line-height: 70px;
margin-left: 15px;
}
.header .whatsapp-btn-wrapp {
margin-left: 0px;
}
.header .phone-btn-wrapp a {
font-weight: 500;
}
.header .call-btn-wrapp a {
position: relative;
font-size: 13px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
padding: 11px 10px 11px 10px;
border-radius: 4px;
background: #562113;
}
.header .call-btn-wrapp a:before {
content: '';
border: solid 1px #562113;
border-radius: 4px;
display: inline;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: -4px;
}
.header .call-btn-wrapp a:hover {
opacity:0.7;
}
.header .call-btn-wrapp i {
display: none;
}
.whatsapp-btn-wrapp a {
font-size: 24px;
}
.icons-menu-open {
float: right; 
margin-left: 20px;
line-height: 70px;
position: relative;
display: none;
}
.icons-menu-link {
position: relative;
font-size: 21px;
} .pages-header {
text-align: center;
overflow: hidden;
background-size: 100% 100%;
}
.pages-header .container {
padding-top: 100px;
padding-bottom: 25px;
}
.pages-header.description_header .container2 {
padding-bottom: 0;
}
.pages-header.description_header .content2 {
height: 100vh;
}
.pages-header.default_header .container {
padding-bottom: 30px;
background: #eef3f6;
}
.pages-header.default_header h1 {
font-size: 30px !important;
line-height: 40px !important;
}
.pages-header h1 {
font-size: 42px;
font-weight: 600;
color: #6896af;
line-height: 55px;
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
}
.pages-header .table-col-text h1 {
margin-top: -30px;
}
.pages-header .btn-main-wrapp {
text-align: center;
}
.pages-header .btn-main a {
padding: 16px 20px 16px 20px;
}
.pages-header .header-mobile-btn { 
display: none;
margin-top: 0;
}
.header-simple-description {
text-align: center;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.header-simple-description p {
font-size: 19px;
line-height: 29px;
margin-top: 12px;
margin-bottom: 0px;
}
.section-title h2, .section-title h4 {
font-family: "EB Garamond", serif;
font-size: 50px;
line-height: 55px;
color: #6896af;
}
.section-above-title {
margin-bottom: 15px;
}
.section-above-title img {
max-width: 80px;
}
.title-separator {
width: 230px;
height: 1px;
background: #562113;
margin: 0 auto;
margin-bottom: 20px;
}
.section-description {
max-width: 1050px;
margin: 0 auto;
margin-bottom: 35px;
}
.section-description p {
font-size: 22px;
text-align: center;
line-height: 32px;
font-weight: 500;
color: #562113;
}
.section-simple-description {
text-align: left;
}
.section-simple-description .table-col-text p {
font-size: 18px;
line-height: 28px;
margin-top: 15px;
}
.pages-header .section-simple-description .table-col-text p {
font-family: "EB Garamond", serif;
font-size: 25px;
line-height: 30px;
margin-top: 15px;
border-top: solid 1px #562113;
padding-top: 25px;
color: #562113;
}
.section-simple-description .btn-main-wrapp {
margin-top: 35px;
}
.list-item-text h3 {
font-size: 36px;
line-height: 43px;
} .edge-inner {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
}
.edge {
position: absolute;
z-index: 99;
}
.edge.top {
top: 0;
left: 10px;
right: 10px;
bottom: 0;
border-top: 2px solid #562113;
border-bottom: 2px solid #562113;
}
.edge.left {
left: 0;
top: 10px;
bottom: 10px;
right: 0;
border-left: 2px solid #562113;
border-right: 2px solid #562113;
}
.corner {
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
background-color: #FFF;
border: 2px solid #562113;
z-index: 111;
}
.corner.top { 
top: -20px; 
}
.corner.bottom { 
bottom: -20px; 
}
.corner.left { 
left: -20px; 
}
.corner.right { 
right: -20px;
}
.edge-interior-inner {
position: absolute;
overflow: hidden;
right: 8px;
left: 8px;
top: 8px;
bottom: 8px;
}
.edge-interior {
position: absolute;
z-index: 99;
}
.edge-interior.top-interior {
top: 0;
left: 10px;
right: 10px;
bottom: 0;
border-top: 1px solid #562113;
border-bottom: 1px solid #562113;
}
.edge-interior.left-interior {
left: 0;
top: 10px;
bottom: 10px;
right: 0;
border-left: 1px solid #562113;
border-right: 1px solid #562113;
}
.corner-interior {
position: absolute;
width: 48px;
height: 48px;
border-radius: 100%;
background-color: #FFF;
border: 1px solid #562113;
z-index: 99;
}
.corner-interior.top-interior { 
top: -22px; 
}
.corner-interior.bottom-interior { 
bottom: -22px;
}
.corner-interior.left-interior {
left: -22px;
}
.corner-interior.right-interior { 
right: -22px;
} .about-us-inner {
text-align: left;
color: #562113;
border-top: double 4px #876157;
padding-top: 40px;
}
.about-us-inner.about-us-last-child {
border-bottom: double 4px #876157;
}
.about-us-inner p {
font-family: 'EB Garamond', serif;
font-size: 25px;
line-height: 30px;
} .cost-inner {
position: relative;
text-align: left;
color: #562113;
margin-bottom: 30px;
}
.cost-inner .list-item-inner {
position: relative;
padding: 35px;
z-index:150;
}
.cost-inner .list-item-text h3 {
font-size: 19px;
line-height: 28px;
font-weight: 500;
margin-bottom: 5px;
} #rebranding .title-separator {
margin-bottom: 50px;
}
#rebranding .btn-main-wrapp {
margin-top: 35px;
}
.rebranding-description {
color: #562113;
margin: 0 auto;
text-align: left;
padding-left: 30px;
}
.rebranding-description h2 {
font-size: 20px;
line-height: 29px;
margin-bottom: 25px;
}
.rebranding-description li {
font-family: "EB Garamond", serif;
font-size: 25px;
line-height: 30px;
margin-bottom: 50px;
}
.rebranding-text {
float: right !important;
width: 50% !important;
}
.rebranding-image {
float: left !important;
width: 50% !important;
}
.circle-list {
list-style-type: none;
padding-left: 0px;
}
.circle-list li {
position: relative;
padding-left: 55px;
margin-bottom: 30px;
}
.circle-list li::marker {
display:none;
opacity: 0;
}
.circle-list li:before {
content: attr(data-number);
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #6896af;
color: white;
text-align: center;
line-height: 37px;
font-size: 23px;
font-weight: 600;
}
.circle-list li:after {
content: "";
position: absolute;
top: 40px;
left: 18px;
width: 3px;
height: 100%;
background-color: #6896af;
}
.circle-list li.circle-last-item:after {
height: 0;
} .rusfond-layout::before {
content: '';
position: relative;
display: block;
width: 100%;
height: 8px;
background: white;
border-top: solid 2px #739bb2;
}
.rusfond-layout::after {
content: '';
position: relative;
display: block;
width: 100%;
height: 0px;
background: white;
border-bottom: solid 2px #739bb2;
}
.rusfond-inner {
background: #fff;
color: #562113;
position: relative;
}
.rusfond-inner .edge.top {
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.rusfond-inner .edge.left {
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}
.rusfond-inner .corner {
background-color: #739bb2;
border: 2px solid #ffffff;
}
.rusfond-inner .edge-interior.top-interior {
border-top: 2px solid #739bb2;
border-bottom: 2px solid #739bb2;
}
.rusfond-inner .edge-interior.left-interior {
border-left: 2px solid #739bb2;
border-right: 2px solid #739bb2;
}
.rusfond-inner .corner-interior {
border: 2px solid #739bb2;
}
.rusfond-description {
position: relative;
padding: 50px 30px 50px 30px;
max-width: 700px;
margin: 0 auto; 
z-index: 150;
}
.rusfond-description p {
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin-bottom: 25px;
}
.rusfond-description img {
max-width: 200px;  
}
.rusfond-description-2 {
max-width: 700px;
margin: 0 auto;
margin-top: 40px;
}
.rusfond-description-2 p {
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin-bottom: 0;
color: #fff;
}
.rusfond-contacts.cols-3 > * {
width: 33.333333% !important;
float: left !important;
} .sostav-inner {
background: #fff;
color: #562113;
position: relative;
}
.sostav-inner .edge.top {
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.sostav-inner .edge.left {
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}
.sostav-inner .corner {
background-color: #739bb2;
border: 2px solid #ffffff;
}
.sostav-inner .edge-interior.top-interior {
border-top: 2px solid #739bb2;
border-bottom: 2px solid #739bb2;
}
.sostav-inner .edge-interior.left-interior {
border-left: 2px solid #739bb2;
border-right: 2px solid #739bb2;
}
.sostav-inner .corner-interior {
border: 2px solid #739bb2;
}
.sostav-description {
position: relative;
padding: 50px 30px 50px 30px;
z-index: 150;
}
.sostav-number p {
font-family: "EB Garamond", serif;
font-size: 130px;
font-style: italic;
line-height: 130px;
}
.sostav-text p {
font-family: "EB Garamond", serif;
padding-top: 20px;
font-size: 26px;
line-height: 33px;
}
.sostav-img img {
max-width: 200px;
}
.sostav-separator {
width: 200px;
height: 1px;
background: #562113;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
} .exursion-description {
text-align: left;
max-width: 500px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
}
.exursion-description p {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 20px;
}
.exursion-description i {
font-size: 13px;
color: #6896af;
position: relative;
top: -2px;
padding-right: 10px;
}
.image-exursion-1 {
position: absolute;
max-width: 300px;
top: 120px;
left: 0;
}
.image-exursion-2 {
position: absolute;
max-width: 200px;
top: 80px;
right: 0;
}
.video-review-title {
font-family: 'EB Garamond', serif; 
margin-top: 50px;
margin-bottom: 30px;
font-style: italic;
font-size: 31px;
text-align: left;
}
.form-layout {
background: url(https://parlemarket.ru/wp-content/themes/parlemarket/new-page-2/img/bg-section-2-2.jpg);
background-position: left;
text-align: left;
}
.form-inner {
max-width: 500px;
}
.contact-form7-inner {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.form-inner span {
display: block !important;
}
.form-inner br,
.form-inner .wpcf7-spinner,
.form-inner .wpcf7-not-valid-tip,
.form-inner .popup-title {
display: none !important;
}
.form-inner .terms-text,
.form-inner .terms-text a {
color: #fff;
} .accordion-block {
position: relative;
}
.accordion-block .accordion-label {
position: relative;
cursor: pointer;
}
.accordion-content {
display: none;
}
.accordion-label:after {
font-family: 'simple-line-icons';
content: "\e079";
position: absolute;
right: 10px;
top: 15px;
color: #555555;
z-index: 11;
display: none;
}
.accordion-label.open-accordion:after {
content: "\e07b";
}
.accordion-block .accordion-label:after {
display: block;
} .gallery-images-inner {
background: #fff;
overflow: hidden;
}
.gallery-images-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-left: -6px;
margin-right: -6px;
margin-bottom: -6px;
}
.gallery-images-list .gallery-image-item {
position: relative;
width: 25%;
}
.gallery-images-list .gallery-image {
background: #ffffff;
border: 1px solid #e0e0df;
border-radius: 4px;
overflow: hidden;
text-align: center;
margin: 6px;
transition: all 0.24s linear;
-webkit-transition: all 0.24s linear;
-o-transition: all 0.24s linear;
-ms-transition: all 0.24s linear;
-moz-transition: all 0.24s linear;
}
.gallery-images-list img {
position: relative;
display: block;
padding-top: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
}
.gallery-images-list .gallery-image:hover img {
transform: perspective(1px) scale(1.1) translateZ(0);
-webkit-transform: perspective(1px) scale(1.1) translateZ(0);
-o-transform: perspective(1px) scale(1.1) translateZ(0);
-ms-transform: perspective(1px) scale(1.1) translateZ(0);
-moz-transform: perspective(1px) scale(1.1) translateZ(0);
}
.gallery-images-list a::before {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
opacity: 1;
position: absolute;
right: 0;
width: 0;
z-index: 9;
}
.gallery-images-list a::after {
background: #ffffff none repeat scroll 0 0;
left: 0;
content: "";
height: 0;
opacity: 1;
position: absolute;
top: 0;
width: 0;
}
.gallery-images-list a:hover::after, .gallery-images-list a:hover::before {
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
} .aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float:right;
margin: 5px 0 25px 20px;
}
.alignleft {
float: left;
margin: 5px 25px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto 
}
.wp-caption {
position: relative;
background: #ffffff;
border-radius: 10px;
overflow: inherit;
width: 100% !important;
border: 0 !important;
margin-bottom: 0;
clear: both;
}
.wp-caption img {
border-radius: 0;
}
.wp-caption p.wp-caption-text {
padding: 0px 15px 5px 15px;
} .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 999999999999999;
}
.fancybox-skin {
position: relative;
background: none;
color: #444;
border-radius: 0;
padding: 0 !important;
margin: 10px;
}
.fancybox-opened {
z-index: 99999999;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
.fancybox-prev span:before {
font-family: 'simple-line-icons' !important;
content: "\e605";
color: #fff;
font-size: 30px;
}
.fancybox-next span:before {
font-family: 'simple-line-icons' !important;
content: "\e606";
color: #fff;
font-size: 30px;
}
.fancybox-close:before {
font-family: 'simple-line-icons' !important;
content: "\e082";
color: #fff;
font-size: 30px;
background: rgba(31, 31, 31, 0.81);
border-radius: 50%;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
text-decoration: none !important;
z-index: 999999999999999;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: none;
z-index: 8;
}
.fancybox-prev {
left: -50px;
}
.fancybox-next {
right: -50px;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index:999999999999999;
visibility: visible;
}
.fancybox-prev span {
left: 20px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 15px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
.fancybox-lock {
overflow: hidden;
}
.fancybox-lock .header-content {
padding-right: 17px;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 9999999;
background: rgba(0, 0, 0, 0.7);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
} #footer {
text-align: left;
clear: both;
position: relative;
background-color: #6896af;
background-size: cover;
color: #fff;
}
#footer .container {
padding-top: 30px;
padding-bottom: 5px;
}
#footer h5 {
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
color: #ffe6ca;
line-height: 23px;
}
#footer a:hover {
color: #ffe6ca;
}
#footer .footer-column {
padding-bottom: 0 !important;
height: 280px;
}
#footer .footer-column ul {
margin-bottom: 0;
}
#footer .footer-column ul li {
margin-bottom: 8px;
font-size: 16px;
line-height: 22px;
text-overflow: ellipsis;
overflow: hidden;
}
#footer .footer-column p {
font-size: 16px;
line-height: 22px;
margin-bottom: 15px;
}
#footer #bottom-bar {
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
border-top: 1px solid rgba(0, 0, 0, 0.19);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
display: none;
}
#bottom-bar p {
font-size: 16px;
line-height: 24px;
margin-bottom: 0px;
}
#bottom-bar i {
position: relative;
top: 2px;
}
#upbutton {
bottom: 30px;
right: 7px;
cursor: pointer;
display: none !important;
position: fixed;
z-index: 3000;
}
#upbutton i {
font-size: 15px;
margin-bottom: 0;
padding: 10px;
color: #fff;
background: #1b2c3f;
border-radius: 5px;
border: solid 2px #ffffff;
}.wrapper-inner {
width: 1370px;
margin: 0 auto;
} *, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
[class*="cols-"] > * {
position: relative;
float: left;
}
.table-col-2-wrap {
position: relative;
display: block;
width: 100%;
margin-left: -10px;
margin-right: -10px;
}
.table-col-text {
display: table-cell;
vertical-align: middle;
position: relative;
text-align: left;
width: 48%;
padding-left: 5px;
padding-right: 5px;
}
.table-col-image {
display: table-cell;
vertical-align: top;
position: relative;
overflow: hidden;
width: 52%;
padding-left: 5px;
padding-right: 5px;
}
.table-col-image img {
position: relative;
display: block;
}
.cols-1 > * {
width: 100%;
position: relative;
}
.cols-2 > * {
width: 50%;
position: relative;
}
.cols-3 > * {
width: 33.333333%;
position: relative;
}
.cols-4 > * {
width: 25%;
position: relative;
}
.cols-5 > * {
width: 20%;
position: relative;
}
.cols-6 > * {
width: 16.666%;
position: relative;
}
.cols-2 > *:nth-child(2n+1), 
.cols-3 > *:nth-child(3n+1), 
.cols-4 > *:nth-child(4n+1), 
.cols-5 > *:nth-child(5n+1), 
.cols-6 > *:nth-child(6n+1) {
clear: both;
}
.margin-small {
margin-left: -1px;
margin-right: -1px;
margin-top: -1px;
margin-bottom: -1px;
}
.margin-medium {
margin-left: -5px;
margin-right: -5px;
margin-top: -5px;
margin-bottom: -5px;
}
.margin-large {
margin-left: -15px;
margin-right: -15px;
margin-top: -15px;
margin-bottom: -15px;
}
.margin-small > * {
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.margin-medium > * {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.margin-large > * {
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
}
.to-right > * {
float: right;
}
.like-table {
display: table;
width: 100%;
table-layout: fixed;
}
.like-table > * {
display: table-cell;
vertical-align: middle;
float: none;
}
.gallery::after, #single-post::after, [class*="cols-"]::after, .clearfix::after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.gallery .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.gallery-item .gallery-icon {
padding: 1px;
}
.gallery-item .gallery-icon a {
position: relative;
overflow: hidden;
display: block;
border-radius: 5px;
}
.gallery-columns-3 .gallery-item {
float: left;
width: 33.333333% !important;
}
.gallery .gallery-item  img {
border: 0 !important;
border-radius: 0 !important;
transition: all 0.24s linear;
-webkit-transition: all 0.24s linear;
-o-transition: all 0.24s linear;
-ms-transition: all 0.24s linear;
-moz-transition: all 0.24s linear;
}
.gallery .gallery-item:hover img {
transform: perspective(1px) scale(1.1) translateZ(0);
-webkit-transform: perspective(1px) scale(1.1) translateZ(0);
-o-transform: perspective(1px) scale(1.1) translateZ(0);
-ms-transform: perspective(1px) scale(1.1) translateZ(0);
-moz-transform: perspective(1px) scale(1.1) translateZ(0);
}@media screen and (max-width: 1920px) {
#wpadminbar {
position: fixed !important;
}
.wrapper-inner {
position: relative;
}
}
@media screen and (max-width: 1450px) {
.wrapper-inner {
width: 100%;
padding-left: 4.1%;
padding-right: 4.1%;
}
}
@media screen and (max-width: 1245px) {
.wrapper-inner {
padding-left: 2.5%;
padding-right: 2.5%;
}
}
@media screen and (max-width: 1180px) {
.header .call-btn-wrapp a {
font-size: 17px;
padding: 6px 10px 6px 10px;
}
.header .call-btn-wrapp i {
display: inline-block;
}
.header .call-btn-wrapp span {
display: none;
}
}
@media screen and (max-width: 1024px) {
.pages-header {
height: auto !important;
}
.pages-header .container {
display: block !important;
}
.pages-header .wrapper-inner {
display: block !important;
}
.logo img {
max-width: 150px;
}
.image-exursion-1 {
max-width: 200px;
top: 180px;
}
.pages-header .table-col-text h1 { 
margin-top: 0px;
font-size: 32px;
line-height: 45px;
}
}
@media screen and (max-width: 995px) {
.gallery-images-list .gallery-image-item {
width: 50%;
}
}
@media screen and (max-width: 990px) {
.admin-bar .mobile-menu {
margin-top: 115px;
padding-bottom: 150px;
}
.main-menu .sub-menu li {
position: relative;
padding: 0;
border-bottom: 0;
margin: 0;
}
.main-menu .menu-item::after {
display: none;
}
.icons-menu-open {
display: block;
font-size: 20px;
}
.menu-actions {
display: block;
text-transform: uppercase;
}
.logo {
float: none;
}
.header .whatsapp-btn-wrapp {
margin-left: 0;
}
.mobile-menu {
position: fixed;
background: #6896af;
left: -100%;
width: 100%;
height: 100%;
text-align: left;
padding-bottom: 70px;
overflow-y: auto;
z-index: 90;
top: 0;
bottom: 0;
margin-top: 70px;
padding-top: 0px;
transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
}
.active-icons-menu .mobile-menu {
opacity: 1;
visibility: visible;
left: 0;
}
.main-menu>li,
.menu-actions a {
float: none;
display: block;
line-height: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.19);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
margin-left: 25px;
margin-right: 25px;
text-align: left;
}
.main-menu>li a,
.menu-actions a {
color: inherit;
padding: 10px 25px 10px 10px;
display: block;
font-size: 13px;
line-height: 25px;
}
.main-menu .current-menu-parent a,
.main-menu .current-menu-item .sub-menu a {
color: inherit;
}
.main-menu .menu-item-has-children>a:after {
display: none;
}
.main-menu .menu-item-has-children>a.dropdown-toggle:after {
display: inline-block;
}
a.dropdown-toggle {
margin-left: 0;
}
button.dropdown-toggle {
color: inherit;
display: inline-block;
background: none;
position: absolute;
right: 0;
top: 1px;
margin-right: 0px;
padding: 12px 12px 10px 0;
width: 20px;
z-index: 99;
}
.main-menu .menu-item-has-children a {
display: inline-block;
}
.main-menu .sub-menu button.dropdown-toggle {
display: inline-block;
background: none;
position: absolute;
right: 0;
top: 0;
margin-right: 0px;
padding: 0px 12px 2px 0;
}
.main-menu .sub-menu {
text-align: left;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
}
.main-menu li>.sub-menu {
margin: 0;
border: 0 none;
background: none;
position: static;
height: 0;
overflow: hidden;
max-height: 0;
transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
}
.main-menu li:hover>.sub-menu {
opacity: 0;
visibility: hidden;
}
.main-menu li>.sub-menu a {
display: inline-block;
padding: 0px 30px 8px 20px;
font-size: 16px;
border-bottom: 0px solid rgba(255, 255, 255, 0);
box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
}
.main-menu li>.sub-menu.toggled-on {
opacity: 1;
visibility: visible;
height: 100%;
padding-bottom: 14px;
max-height: 1000px;
transition: max-height 1.45s linear;
-webkit-transition: max-height 1.45s linear;
-o-transition: max-height 1.45s linear;
-ms-transition: max-height 1.45s linear;
-moz-transition: max-height 1.45s linear;
}
.close-menu {
display: none;
}
.close-menu-show {
display: block;
padding-right: 4px;
}
.open-menu-hide {
display: none !important;
}
}
@media screen and (max-width: 910px) {
.main-menu li,
.menu-actions a {
margin: 0 4px;
}
.image-exursion-1 {
left: -90px;
}
}
@media screen and (max-width: 825px) {
.wrapper-inner {
padding-left: 15px;
padding-right: 15px;
}
.pages-header.description_header .container2 {
padding-bottom: 60px;
}
.pages-header.description_header .content2 {
height: 100%;
}
.pages-header .table-col-image {
display: block !important;
width: 100% !important;
}
.pages-header .table-col-text {
display: block !important;
text-align: left !important;
width: 100% !important;
margin-bottom: 30px;
}
.pages-header .table-col-text h1 {
margin-top: 5px;
}
.pages-header .header-mobile-btn {
display: block;
}
.pages-header .header-desctop-btn {
display: none;
}
.cols-4>* {
width: 50%;
}
.cols-4>*:nth-child(4n + 1) {
clear: none;
}
.cols-5>* {
width: 25%;
}
.cols-5>*:nth-child(5n + 1) {
clear: none;
}
.cols-5>*:nth-child(4n + 1) {
clear: both;
}
.cols-6>* {
width: 25%;
}
.cols-6>*:nth-child(6n+1) {
clear: none;
}
.cols-6>*:nth-child(4n+1) {
clear: both;
}
.rebranding-text {
float: none !important;
width: 100% !important;
}
.rebranding-image {
float: none !important;
width: 100% !important;
}
.rebranding-description {
padding-left: 30px;
padding-right: 30px;
}
#rebranding .title-separator {
margin-bottom: 30px;
}
}
@media screen and (max-width: 782px) {
.admin-bar .header {
margin-top: 45px;
}
.table-col-text {
display: block;
text-align: left;
width: 100% !important;
}
.table-col-image {
display: block;
width: 100% !important;
}
.pages-header .table-col-text {
text-align: center;
margin-bottom: 30px;
}
.pages-header .btn-main-wrapp {
text-align: center;
}
#footer .cols-5>*:nth-child(2n + 1),
#footer .cols-5>*:nth-child(4n + 1) {
clear: none;
}
#footer .cols-5>*:nth-child(3n + 1) {
clear: both;
}
#footer .cols-5>* {
width: 33.333333%;
}
.exursion-description {
max-width: 400px;
}
.image-exursion-2 {
top: 80px;
right: -30px;
}
.cost-inner .cols-2>* {
width: 100% !important;
float: none !important;
}
.cost-inner .list-item-image .list-item-inner {
padding-top: 0px;
}
.cost-inner .list-item-text .list-item-inner {
padding-bottom: 0px;
}
}
@media screen and (max-width: 650px) {
.about-us-inner .cols-2>* {
width: 100% !important;
float: none !important;
}
.pages-header h1 {
font-size: 30px;
line-height: 40px;
}
}
@media screen and (max-width: 610px) {
.cols-3>* {
float: none !important;
width: 100%;
display: block;
vertical-align: top;
margin: 0 auto;
}
.sostav-text {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.sostav-img img {
max-width: 100%;
}
.sostav-description p {
margin-bottom: 0;
}
.sostav-text p {
padding-top: 0;
}
.image-exursion-1 {
left: -130px;
}
.image-exursion-2 {
right: -100px;
}
.exursion-description {
max-width: 330px;
}
#footer .cols-5>*:nth-child(3n + 1) {
clear: none;
}
#footer .cols-5>*:nth-child(2n + 1) {
clear: both;
}
#footer .cols-5>* {
width: 50%;
}
#footer .cols-5 .footer-column:last-child {
width: 100%;
}
}
@media screen and (max-width: 580px) {
.gallery-images-list .gallery-image-item {
width: 100%;
}
.gallery-images-list .gallery-image-item::after {
padding-top: 0;
}
.gallery-images-list .gallery-image {
position: relative;
}
.gallery-images-list img {
object-fit: inherit;
}
.rebranding-description {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 540px) {
.cols-5>* {
width: 50%;
}
.cols-5>*:nth-child(4n + 1) {
clear: none;
}
.cols-5>*:nth-child(2n + 1) {
clear: both;
}
.cols-6>* {
width: 33.333333%;
}
.cols-6>*:nth-child(4n+1) {
clear: none;
}
.cols-6>*:nth-child(3n+1) {
clear: both;
}
.pages-header {
overflow: hidden;
}
.cost-inner .list-item-inner {
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 490px) {
.header .phone-btn-wrapp {
display: none;
}
.header .phone-btn-wrapp {
display: none;
}
.whatsapp-btn-wrapp a {
font-size: 20px;
border: solid 1px #fff;
border-radius: 4px;
padding: 8px 11px 8px 11px;
}
.cols-6>* {
width: 50%;
}
.cols-6>*:nth-child(3n+1) {
clear: none;
}
.cols-6>*:nth-child(2n+1) {
clear: both;
}
.section-title h2,
.section-title h4 {
font-size: 40px;
line-height: 45px;
}
.list-item-text h3 {
font-size: 25px;
line-height: 33px;
}
.image-exursion-1 {
display: none;
}
.exursion-description {
max-width: 530px;
}
.rusfond-contacts.cols-3>* {
width: 100% !important;
float: none !important;
text-align: center !important;
}
.rebranding-description {
padding-left: 5px;
padding-right: 5px;
}
.pages-header .table-col-text h1 {
font-size: 29px;
line-height: 38px;
}
#footer .container {
padding-bottom: 35px;
}
#footer .footer-column {
height: auto !important;
width: 100% !important;
float: none !important;
padding-left: 20px;
}
}
@media screen and (max-width: 380px) {
.pages-header .table-col-text h1 {
font-size: 25px;
line-height: 38px;
}
.pages-header .table-col-text {
text-align: center;
margin-bottom: 0;
}
.pages-header .btn-main-wrapp {
text-align: center;
margin-top: -20px;
}
.pages-header.description_header .container {
padding-top: 90px !important;
}
.pages-header.description_header p {
position: relative;
z-index: 99;
}
.pages-header.description_header .table-col-image {
margin-top: 0px;
position: relative;
}
.cost-inner .list-item-inner {
padding-left: 20px;
padding-right: 20px;
}
.rusfond-layout h2 {
font-size: 35px;
line-height: 40px;
}
}
@media screen and (max-width: 376px) {
.wrapper-inner {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 355px) {
.cols-4>* {
width: 100%;
float: none;
}
.rusfond-layout h2 {
font-size: 33px;
line-height: 40px;
}
}
@media screen and (max-width: 310px) {
#footer .cols-5>* {
width: 100%;
float: none;
}
}
@media screen and (max-width: 300px) {
.logo img {
width: 100%;
max-width: 130px;
vertical-align: middle;
}
}.jcarousel-pagination {
width: 100%;
position: relative;
text-align: center;
z-index: 9;
margin-top: 13px;
display: inline-block;
}
.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
font-size: 14px;
height: 13px;
width: 13px;
line-height: 8px;
background: #ffffff;
text-indent: -9999px;
margin-right: 2px;
margin-left: 2px;
text-decoration: none !important;
border-radius: 100%;
border: solid 1px #562113;
}
.jcarousel-pagination a.active {
background: #562113;
opacity: 1;
} .jcarousel-markets-list {
position: relative;
overflow: hidden;
width: 100%;
}
.jcarousel-markets {
width: 20000em;
position: relative;
margin: 0;
padding: 0;
}
.jcarousel-item {
width: 200px;
position: relative;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 25px solid rgba(230, 230, 230, 0);
border-bottom: 0;
border-top: 0;
padding-bottom: 0;
}
.jcarousel-item img {
padding: 9px;
} .jcarousel-control-prev , 
.jcarousel-control-next  {
font-size: 35px !important;
cursor: pointer;
position: absolute;
text-align: center;
top: 50%;
width: 46px;
height: 46px;
line-height: 50px;
margin-top: -45px;
color: #562113;
transition: all 0.25s linear;
z-index: 99;
}
.jcarousel-control-prev:hover, 
.jcarousel-control-next:hover {
opacity: 0.8;
}
.jcarousel-control-prev  {
left: 24%;
transform: translateX(-24%);
}
.jcarousel-control-next  {
right: 24%;
transform: translateX(24%);
}
@media screen and (max-width: 700px) {
.jcarousel-item {
border: 7px solid rgba(230, 230, 230, 0);
}
.jcarousel-control-prev , 
.jcarousel-control-next  {
width: 40px;
height: 40px;
margin-top: -40px;
}
.jcarousel-control-prev  {
left: 15px;
transform: translateX(0);
}
.jcarousel-control-next  {
right: 15px;
transform: translateX(0);
}
}@font-face {
font-family: 'FontAwesome';
src: url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-awesome/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";
}
.fa-3d-text {
display: inline-block;
font-family: inherit;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: 600;
font-size: 30px !important;
}
.fa-3d-text:before {
content: "3D";
}
.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: 'simple-line-icons';
src: url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/Simple-Line-Icons.eot?v=2.4.0);
src: url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'icomoon';
src:  url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/icomoon.eot?h5stl8);
src:  url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/icomoon.eot?h5stl8#iefix) format('embedded-opentype'),
url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/icomoon.ttf?h5stl8) format('truetype'),
url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/icomoon.woff?h5stl8) format('woff'),
url(//parlemarket-franchise.ru/wp-content/themes/ParleFranchise/font-icons/font-lineicons/fonts/icomoon.svg?h5stl8#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
content: "\e903";
}
.icon-setting:before {
content: "\e900";
}
.icon-user:before {
content: "\e901";
}
.icon-search:before {
content: "\e902";
} .simple-icon-user,
.simple-icon-people,
.simple-icon-user-female,
.simple-icon-user-follow,
.simple-icon-user-following,
.simple-icon-user-unfollow,
.simple-icon-login,
.simple-icon-logout,
.simple-icon-emotsmile,
.simple-icon-phone,
.simple-icon-call-end,
.simple-icon-call-in,
.simple-icon-call-out,
.simple-icon-map,
.simple-icon-location-pin,
.simple-icon-direction,
.simple-icon-directions,
.simple-icon-compass,
.simple-icon-layers,
.simple-icon-menu,
.simple-icon-list,
.simple-icon-options-vertical,
.simple-icon-options,
.simple-icon-arrow-down,
.simple-icon-arrow-left,
.simple-icon-arrow-right,
.simple-icon-arrow-up,
.simple-icon-arrow-up-circle,
.simple-icon-arrow-left-circle,
.simple-icon-arrow-right-circle,
.simple-icon-arrow-down-circle,
.simple-icon-check,
.simple-icon-clock,
.simple-icon-plus,
.simple-icon-minus,
.simple-icon-close,
.simple-icon-event,
.simple-icon-exclamation,
.simple-icon-organization,
.simple-icon-trophy,
.simple-icon-screen-smartphone,
.simple-icon-screen-desktop,
.simple-icon-plane,
.simple-icon-notebook,
.simple-icon-mustache,
.simple-icon-mouse,
.simple-icon-magnet,
.simple-icon-energy,
.simple-icon-disc,
.simple-icon-cursor,
.simple-icon-cursor-move,
.simple-icon-crop,
.simple-icon-chemistry,
.simple-icon-speedometer,
.simple-icon-shield,
.simple-icon-screen-tablet,
.simple-icon-magic-wand,
.simple-icon-hourglass,
.simple-icon-graduation,
.simple-icon-ghost,
.simple-icon-game-controller,
.simple-icon-fire,
.simple-icon-eyeglass,
.simple-icon-envelope-open,
.simple-icon-envelope-letter,
.simple-icon-bell,
.simple-icon-badge,
.simple-icon-anchor,
.simple-icon-wallet,
.simple-icon-vector,
.simple-icon-speech,
.simple-icon-puzzle,
.simple-icon-printer,
.simple-icon-present,
.simple-icon-playlist,
.simple-icon-pin,
.simple-icon-picture,
.simple-icon-handbag,
.simple-icon-globe-alt,
.simple-icon-globe,
.simple-icon-folder-alt,
.simple-icon-folder,
.simple-icon-film,
.simple-icon-feed,
.simple-icon-drop,
.simple-icon-drawer,
.simple-icon-docs,
.simple-icon-doc,
.simple-icon-diamond,
.simple-icon-cup,
.simple-icon-calculator,
.simple-icon-bubbles,
.simple-icon-briefcase,
.simple-icon-book-open,
.simple-icon-basket-loaded,
.simple-icon-basket,
.simple-icon-bag,
.simple-icon-action-undo,
.simple-icon-action-redo,
.simple-icon-wrench,
.simple-icon-umbrella,
.simple-icon-trash,
.simple-icon-tag,
.simple-icon-support,
.simple-icon-frame,
.simple-icon-size-fullscreen,
.simple-icon-size-actual,
.simple-icon-shuffle,
.simple-icon-share-alt,
.simple-icon-share,
.simple-icon-rocket,
.simple-icon-question,
.simple-icon-pie-chart,
.simple-icon-pencil,
.simple-icon-note,
.simple-icon-loop,
.simple-icon-home,
.simple-icon-grid,
.simple-icon-graph,
.simple-icon-microphone,
.simple-icon-music-tone-alt,
.simple-icon-music-tone,
.simple-icon-earphones-alt,
.simple-icon-earphones,
.simple-icon-equalizer,
.simple-icon-like,
.simple-icon-dislike,
.simple-icon-control-start,
.simple-icon-control-rewind,
.simple-icon-control-play,
.simple-icon-control-pause,
.simple-icon-control-forward,
.simple-icon-control-end,
.simple-icon-volume-1,
.simple-icon-volume-2,
.simple-icon-volume-off,
.simple-icon-calendar,
.simple-icon-bulb,
.simple-icon-chart,
.simple-icon-ban,
.simple-icon-bubble,
.simple-icon-camrecorder,
.simple-icon-camera,
.simple-icon-cloud-download,
.simple-icon-cloud-upload,
.simple-icon-envelope,
.simple-icon-eye,
.simple-icon-flag,
.simple-icon-heart,
.simple-icon-info,
.simple-icon-key,
.simple-icon-link,
.simple-icon-lock,
.simple-icon-lock-open,
.simple-icon-magnifier,
.simple-icon-magnifier-add,
.simple-icon-magnifier-remove,
.simple-icon-paper-clip,
.simple-icon-paper-plane,
.simple-icon-power,
.simple-icon-refresh,
.simple-icon-reload,
.simple-icon-settings,
.simple-icon-star,
.simple-icon-symbol-female,
.simple-icon-symbol-male,
.simple-icon-target,
.simple-icon-credit-card,
.simple-icon-paypal,
.simple-icon-social-tumblr,
.simple-icon-social-twitter,
.simple-icon-social-facebook,
.simple-icon-social-instagram,
.simple-icon-social-linkedin,
.simple-icon-social-pinterest,
.simple-icon-social-github,
.simple-icon-social-google,
.simple-icon-social-reddit,
.simple-icon-social-skype,
.simple-icon-social-dribbble,
.simple-icon-social-behance,
.simple-icon-social-foursqare,
.simple-icon-social-soundcloud,
.simple-icon-social-spotify,
.simple-icon-social-stumbleupon,
.simple-icon-social-youtube,
.simple-icon-social-dropbox,
.simple-icon-social-vkontakte,
.simple-icon-social-steam,
.simple-icon-select {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.simple-icon-user:before {
content: "\e005";
}
.simple-icon-people:before {
content: "\e001";
}
.simple-icon-user-female:before {
content: "\e000";
}
.simple-icon-user-follow:before {
content: "\e002";
}
.simple-icon-user-following:before {
content: "\e003";
}
.simple-icon-user-unfollow:before {
content: "\e004";
}
.simple-icon-login:before {
content: "\e066";
}
.simple-icon-logout:before {
content: "\e065";
}
.simple-icon-emotsmile:before {
content: "\e021";
}
.simple-icon-phone:before {
content: "\e600";
}
.simple-icon-call-end:before {
content: "\e048";
}
.simple-icon-call-in:before {
content: "\e047";
}
.simple-icon-call-out:before {
content: "\e046";
}
.simple-icon-map:before {
content: "\e033";
}
.simple-icon-location-pin:before {
content: "\e096";
}
.simple-icon-direction:before {
content: "\e042";
}
.simple-icon-directions:before {
content: "\e041";
}
.simple-icon-compass:before {
content: "\e045";
}
.simple-icon-layers:before {
content: "\e034";
}
.simple-icon-menu:before {
content: "\e601";
}
.simple-icon-list:before {
content: "\e067";
}
.simple-icon-options-vertical:before {
content: "\e602";
}
.simple-icon-options:before {
content: "\e603";
}
.simple-icon-arrow-down:before {
content: "\e604";
}
.simple-icon-arrow-left:before {
content: "\e605";
}
.simple-icon-arrow-right:before {
content: "\e606";
}
.simple-icon-arrow-up:before {
content: "\e607";
}
.simple-icon-arrow-up-circle:before {
content: "\e078";
}
.simple-icon-arrow-left-circle:before {
content: "\e07a";
}
.simple-icon-arrow-right-circle:before {
content: "\e079";
}
.simple-icon-arrow-down-circle:before {
content: "\e07b";
}
.simple-icon-check:before {
content: "\e080";
}
.simple-icon-clock:before {
content: "\e081";
}
.simple-icon-plus:before {
content: "\e095";
}
.simple-icon-minus:before {
content: "\e615";
}
.simple-icon-close:before {
content: "\e082";
}
.simple-icon-event:before {
content: "\e619";
}
.simple-icon-exclamation:before {
content: "\e617";
}
.simple-icon-organization:before {
content: "\e616";
}
.simple-icon-trophy:before {
content: "\e006";
}
.simple-icon-screen-smartphone:before {
content: "\e010";
}
.simple-icon-screen-desktop:before {
content: "\e011";
}
.simple-icon-plane:before {
content: "\e012";
}
.simple-icon-notebook:before {
content: "\e013";
}
.simple-icon-mustache:before {
content: "\e014";
}
.simple-icon-mouse:before {
content: "\e015";
}
.simple-icon-magnet:before {
content: "\e016";
}
.simple-icon-energy:before {
content: "\e020";
}
.simple-icon-disc:before {
content: "\e022";
}
.simple-icon-cursor:before {
content: "\e06e";
}
.simple-icon-cursor-move:before {
content: "\e023";
}
.simple-icon-crop:before {
content: "\e024";
}
.simple-icon-chemistry:before {
content: "\e026";
}
.simple-icon-speedometer:before {
content: "\e007";
}
.simple-icon-shield:before {
content: "\e00e";
}
.simple-icon-screen-tablet:before {
content: "\e00f";
}
.simple-icon-magic-wand:before {
content: "\e017";
}
.simple-icon-hourglass:before {
content: "\e018";
}
.simple-icon-graduation:before {
content: "\e019";
}
.simple-icon-ghost:before {
content: "\e01a";
}
.simple-icon-game-controller:before {
content: "\e01b";
}
.simple-icon-fire:before {
content: "\e01c";
}
.simple-icon-eyeglass:before {
content: "\e01d";
}
.simple-icon-envelope-open:before {
content: "\e01e";
}
.simple-icon-envelope-letter:before {
content: "\e01f";
}
.simple-icon-bell:before {
content: "\e027";
}
.simple-icon-badge:before {
content: "\e028";
}
.simple-icon-anchor:before {
content: "\e029";
}
.simple-icon-wallet:before {
content: "\e02a";
}
.simple-icon-vector:before {
content: "\e02b";
}
.simple-icon-speech:before {
content: "\e02c";
}
.simple-icon-puzzle:before {
content: "\e02d";
}
.simple-icon-printer:before {
content: "\e02e";
}
.simple-icon-present:before {
content: "\e02f";
}
.icon-playlist:before {
content: "\e030";
}
.simple-icon-pin:before {
content: "\e031";
}
.simple-icon-picture:before {
content: "\e032";
}
.simple-icon-handbag:before {
content: "\e035";
}
.simple-icon-globe-alt:before {
content: "\e036";
}
.simple-icon-globe:before {
content: "\e037";
}
.simple-icon-folder-alt:before {
content: "\e039";
}
.simple-icon-folder:before {
content: "\e089";
}
.simple-icon-film:before {
content: "\e03a";
}
.simple-icon-feed:before {
content: "\e03b";
}
.simple-icon-drop:before {
content: "\e03e";
}
.simple-icon-drawer:before {
content: "\e03f";
}
.simple-icon-docs:before {
content: "\e040";
}
.simple-icon-doc:before {
content: "\e085";
}
.simple-icon-diamond:before {
content: "\e043";
}
.simple-icon-cup:before {
content: "\e044";
}
.simple-icon-calculator:before {
content: "\e049";
}
.simple-icon-bubbles:before {
content: "\e04a";
}
.simple-icon-briefcase:before {
content: "\e04b";
}
.simple-icon-book-open:before {
content: "\e04c";
}
.simple-icon-basket-loaded:before {
content: "\e04d";
}
.simple-icon-basket:before {
content: "\e04e";
}
.simple-icon-bag:before {
content: "\e04f";
}
.simple-icon-action-undo:before {
content: "\e050";
}
.simple-icon-action-redo:before {
content: "\e051";
}
.simple-icon-wrench:before {
content: "\e052";
}
.simple-icon-umbrella:before {
content: "\e053";
}
.simple-icon-trash:before {
content: "\e054";
}
.simple-icon-tag:before {
content: "\e055";
}
.simple-icon-support:before {
content: "\e056";
}
.simple-icon-frame:before {
content: "\e038";
}
.simple-icon-size-fullscreen:before {
content: "\e057";
}
.simple-icon-size-actual:before {
content: "\e058";
}
.simple-icon-shuffle:before {
content: "\e059";
}
.simple-icon-share-alt:before {
content: "\e05a";
}
.simple-icon-share:before {
content: "\e05b";
}
.simple-icon-rocket:before {
content: "\e05c";
}
.simple-icon-question:before {
content: "\e05d";
}
.simple-icon-pie-chart:before {
content: "\e05e";
}
.simple-icon-pencil:before {
content: "\e05f";
}
.simple-icon-note:before {
content: "\e060";
}
.simple-icon-loop:before {
content: "\e064";
}
.simple-icon-home:before {
content: "\e069";
}
.simple-icon-grid:before {
content: "\e06a";
}
.simple-icon-graph:before {
content: "\e06b";
}
.simple-icon-microphone:before {
content: "\e063";
}
.simple-icon-music-tone-alt:before {
content: "\e061";
}
.simple-icon-music-tone:before {
content: "\e062";
}
.simple-icon-earphones-alt:before {
content: "\e03c";
}
.simple-icon-earphones:before {
content: "\e03d";
}
.simple-icon-equalizer:before {
content: "\e06c";
}
.simple-icon-like:before {
content: "\e068";
}
.simple-icon-dislike:before {
content: "\e06d";
}
.simple-icon-control-start:before {
content: "\e06f";
}
.simple-icon-control-rewind:before {
content: "\e070";
}
.simple-icon-control-play:before {
content: "\e071";
}
.simple-icon-control-pause:before {
content: "\e072";
}
.simple-icon-control-forward:before {
content: "\e073";
}
.simple-icon-control-end:before {
content: "\e074";
}
.simple-icon-volume-1:before {
content: "\e09f";
}
.simple-icon-volume-2:before {
content: "\e0a0";
}
.simple-icon-volume-off:before {
content: "\e0a1";
}
.simple-icon-calendar:before {
content: "\e075";
}
.simple-icon-bulb:before {
content: "\e076";
}
.simple-icon-chart:before {
content: "\e077";
}
.simple-icon-ban:before {
content: "\e07c";
}
.simple-icon-bubble:before {
content: "\e07d";
}
.simple-icon-camrecorder:before {
content: "\e07e";
}
.simple-icon-camera:before {
content: "\e07f";
}
.simple-icon-cloud-download:before {
content: "\e083";
}
.simple-icon-cloud-upload:before {
content: "\e084";
}
.simple-icon-envelope:before {
content: "\e086";
}
.simple-icon-eye:before {
content: "\e087";
}
.simple-icon-flag:before {
content: "\e088";
}
.simple-icon-heart:before {
content: "\e08a";
}
.simple-icon-info:before {
content: "\e08b";
}
.simple-icon-key:before {
content: "\e08c";
}
.simple-icon-link:before {
content: "\e08d";
}
.simple-icon-lock:before {
content: "\e08e";
}
.simple-icon-lock-open:before {
content: "\e08f";
}
.simple-icon-magnifier:before {
content: "\e090";
}
.simple-icon-magnifier-add:before {
content: "\e091";
}
.simple-icon-magnifier-remove:before {
content: "\e092";
}
.simple-icon-paper-clip:before {
content: "\e093";
}
.simple-icon-paper-plane:before {
content: "\e094";
}
.simple-icon-power:before {
content: "\e097";
}
.simple-icon-refresh:before {
content: "\e098";
}
.simple-icon-refresh {
animation-name: cog;
animation-duration: 8s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.simple-icon-refresh {
-webkit-animation-name: cog;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: cog;
-moz-animation-duration: 1s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: cog;
-ms-animation-duration: 1s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
vertical-align: inherit !important;
margin-right: 0 !important;
animation-name: cog;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-ms-keyframes cog {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(-360deg); }
}
@-moz-keyframes cog {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes cog {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(-360deg); }
}
@keyframes cog {
from {
transform:rotate(0deg);
}
to {
transform:rotate(-360deg);
}
}
.simple-icon-reload:before {
content: "\e099";
}
.simple-icon-settings:before {
content: "\e09a";
}
.simple-icon-star:before {
content: "\e09b";
}
.simple-icon-symbol-female:before {
content: "\e09c";
}
.simple-icon-symbol-male:before {
content: "\e09d";
}
.simple-icon-target:before {
content: "\e09e";
}
.simple-icon-credit-card:before {
content: "\e025";
}
.simple-icon-paypal:before {
content: "\e608";
}
.simple-icon-social-tumblr:before {
content: "\e00a";
}
.simple-icon-social-twitter:before {
content: "\e009";
}
.simple-icon-social-facebook:before {
content: "\e00b";
}
.simple-icon-social-instagram:before {
content: "\e609";
}
.simple-icon-social-linkedin:before {
content: "\e60a";
}
.simple-icon-social-pinterest:before {
content: "\e60b";
}
.simple-icon-social-github:before {
content: "\e60c";
}
.simple-icon-social-google:before {
content: "\e60d";
}
.simple-icon-social-reddit:before {
content: "\e60e";
}
.simple-icon-social-skype:before {
content: "\e60f";
}
.simple-icon-social-dribbble:before {
content: "\e00d";
}
.simple-icon-social-behance:before {
content: "\e610";
}
.simple-icon-social-foursqare:before {
content: "\e611";
}
.simple-icon-social-soundcloud:before {
content: "\e612";
}
.simple-icon-social-spotify:before {
content: "\e613";
}
.simple-icon-social-stumbleupon:before {
content: "\e614";
}
.simple-icon-social-youtube:before {
content: "\e008";
}
.simple-icon-social-dropbox:before {
content: "\e00c";
}
.simple-icon-social-vkontakte:before {
content: "\e618";
}
.simple-icon-social-steam:before {
content: "\e620";
}