@charset "UTF-8";
.clearfix,
.flexslider,
.flexslider .slides {
  zoom: 1;
}

.blox,
.clear,
.clearfix:after,
.clr,
.container:after,
.row:after,
hr {
  clear: both;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

h2,
h4 {
  margin-bottom: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Barlow", sans-serif !important;
  color: #3b454d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: #f4f7f8;
}

.max-hero h5,
blockquote cite,
blockquote small,
em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

h1,
h2,
h3 {
  font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: #485159;
}

h1 {
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 12px;
  letter-spacing: -2.5px;
}

h2 {
  font-size: 37px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 8px;
  color: #000;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 7px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.subheader {
  color: #849098;
}

h5.title-bold,
p,
p strong {
  font-size: 14px;
}

h5.title-bold {
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

h1 strong {
  font-weight: 700;
  letter-spacing: -0.04em;
}

h4,
h5,
h6 {
  font-weight: 400;
}

h3 strong,
h4 strong,
h5 strong,
h6 strong,
strong {
  font-weight: 700;
}

h5,
h6 {
  color: #56595d;
}

p {
  margin: 0 0 20px;
  line-height: 1.8;
}

p img,
p.magic {
  margin: 0;
}

li,
p small {
  font-weight: 400;
}

small {
  font-size: 75%;
  color: #969a9e;
}

p small {
  font-size: 12px;
}

i:hover {
  cursor: default;
}

a i:hover {
  cursor: pointer;
}

li,
ol ol li,
ol ul li,
ul ol li,
ul ul li {
  margin-bottom: 6px;
}

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  margin: 14px 0 35px;
  height: 0;
  width: auto;
}

::-moz-selection {
  background: #257ffc;
  color: #fff;
}

::selection {
  background: #257ffc;
  color: #fff;
}

::-moz-selection {
  background: #257ffc;
  color: #fff;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:active {
  outline: 0;
  opacity: 0.75;
}

ol,
ul {
  margin-bottom: 21px;
  margin-left: 3px;
}

ul {
  list-style: inside;
}

ol {
  list-style: decimal;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

li {
  font-size: 14px;
  color: #000;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 18px;
}

p img {
  margin-bottom: 14px;
}

.button,
button,
input[type=button],
input[type=button].green,
input[type=reset],
input[type=submit] {
  position: relative;
  border: 0;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 21px;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 14px 28px;
  transition: all 0.28s ease;
}

.btn-link {
  color: #fff !important;
  border-color: #fff !important;
  font-weight: 600;
}

a.button:after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  color: inherit;
  opacity: 0;
  content: "\F061";
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 0.33s ease;
}

.button.full-width,
button.full-width,
input[type=button].full-width,
input[type=reset].full-width,
input[type=submit].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.button.large:hover {
  padding: 19px 50px 19px 30px;
}

.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 9px;
  font-size: 18px;
  text-transform: uppercase;
}

.button.small:hover {
  padding: 9px;
}

.button.blue,
button.blue,
input[type=button].blue,
input[type=reset].blue,
input[type=submit].blue {
  background: #257ffc;
  text-transform: uppercase;
  font-weight: 500;
}

.button.blue:hover,
button.blue:hover,
input[type=button].blue:hover,
input[type=reset].blue:hover,
input[type=submit].blue:hover {
  background: #32a6d6;
}

.button.blueX,
button.blueX,
input[type=button].blueX,
input[type=reset].blueX,
input[type=submit].blueX {
  background: #257ffc;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.button.blueX:hover,
button.blueX:hover,
input[type=button].blueX:hover,
input[type=reset].blueX:hover,
input[type=submit].blueX:hover {
  background: #32a6d6;
}

.button.black,
button.black,
input[type=button].black,
input[type=reset].black,
input[type=submit].black {
  background: #1a1a1a;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.button.black:hover,
button.black:hover,
input[type=button].black:hover,
input[type=reset].black:hover,
input[type=submit].black:hover {
  background: #000;
}

.button.bordered-bot,
button.bordered-bot,
input[type=button].bordered-bot,
input[type=reset].bordered-bot,
input[type=submit].bordered-bot {
  background: 0 0 !important;
  border: 2px solid #dedede;
  color: #363f46;
  text-shadow: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.bordered-bot:hover,
button.bordered-bot:hover,
input[type=button].bordered-bot:hover,
input[type=reset].bordered-bot:hover,
input[type=submit].bordered-bot:hover {
  color: #363f46;
  background: #257ffc !important;
  border-color: #257ffc !important;
}

.button.blue.bordered-bot,
button.blue.bordered-bot,
input[type=button].blue.bordered-bot,
input[type=reset].blue.bordered-bot,
input[type=submit].blue.bordered-bot {
  border-color: #257ffc;
  color: #257ffc;
}

.button i,
button i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i {
  color: inherit;
  font-size: 16px;
  vertical-align: baseline;
  line-height: 1;
  display: inline;
  margin-right: 7px;
}

.button i.fa-none {
  margin: 0;
  display: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset,
form {
  margin-bottom: 20px;
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
  border: 1px solid #e5e5e5;
  padding: 6px 4px;
  outline: 0;
  border-radius: 1px;
  color: #888;
  margin: 0 0 10px;
  min-width: 210px;
  width: 99%;
  max-width: 100%;
  min-height: 36px;
  display: block;
  background: #fdfdfd;
  box-sizing: border-box;
}

*,
.columns,
:after,
:before {
  box-sizing: border-box;
}

select {
  padding: 5px;
  outline: 0;
  width: 220px;
}

input[type=email]:hover,
input[type=password]:hover,
input[type=text]:hover,
textarea:hover {
  border-color: #c1dfed !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
  border: 1px solid #aaa !important;
  color: #444;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: 700;
  font-size: 13px;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: 400;
  font-size: 13px;
  color: #444;
}

.form-control {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-single .chosen-default {
  color: #444 !important;
}

.chosen-container-single .chosen-single div b {
  width: 0 !important;
  height: 0 !important;
  background: 0 0 !important;
  position: relative;
  top: 10px;
  left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #aaa;
}

.help-block {
  display: block;
  margin-bottom: 5px;
  color: #737373;
}

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 10px 0 10px !important;
}

.g-recaptcha {
  margin-bottom: 15px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clear,
.clearfix:after,
.clearfix:before,
.clr {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  visibility: hidden;
}

#nav li:hover > ul,
.clr,
.tooltip {
  visibility: visible;
}

.clearfix:after,
.clearfix:before {
  content: " ";
}

.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.max-quote:before,
.max.blox:after {
  content: "";
}

.invisible,
.slides:after {
  visibility: hidden;
}

.clr {
  overflow: visible;
}

.columns {
  padding: 0 10px;
}

.container [class*=col-] img {
  max-width: 100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.container [class*=col-].alpha {
  padding-left: 0;
}

.container [class*=col-].omega {
  padding-right: 0;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

#wrap .flexslider .slides img {
  height: auto !important;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
  position: relative;
}

* html .slides {
  height: 1%;
}

.flexslider {
  background: #fff;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

.logo-text {
  color: #fff;
  font-size: 35px;
}

.logo-text:active,
.logo-text:hover,
.logo-text:visited {
  color: #fff;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  padding: 25px 15px;
  margin: -46px 0 0;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.19s ease;
}

.flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
}

.flex-direction-nav a span {
  display: none;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0x;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.8;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  background-color: #257ffc;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-control-nav {
  width: auto;
  position: absolute;
  right: 56px;
  bottom: 36px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 30px;
}

.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #257ffc;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.slide-caption {
  padding: 30px;
  max-width: 40%;
  margin: 0;
  position: absolute;
  display: block;
  left: 90px;
  bottom: 40px;
  background-color: #222;
  background: rgba(0, 0, 0, 0.5);
}

.slide-caption h3 {
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 400;
}

.slide-caption p {
  margin: 0;
  line-height: 20px;
  color: #c9c9c9;
}

[class*=" fa-"], [class^=fa-] {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* BLOG */
.blog_sidebar fieldset,
.blog_sidebar form {
  padding: 35px;
  background: #357ffc;
}

.blog_sidebar .button.blue {
  background: #f4f7f8;
  text-transform: uppercase;
  font-weight: 500;
}

.blog_sidebar .button {
  color: #257ffc;
}

.blog_sidebar .form_labels {
  color: #fff;
  padding-bottom: 8px;
}

.blog_sidebar .form_labels {
  color: #fff;
  padding-bottom: 8px;
}

.blog_sidebar .button.blue:hover {
  background: #272727;
}

.blog_sidebar p {
  margin: 0 0 20px;
}

ul.list-type4 {
  counter-reset: li;
  list-style: none;
  font-size: 15px;
  padding: 0;
  margin-bottom: 4em;
}

.list-type4 a, .list-type4.not-linked li {
  position: relative;
  display: block;
  padding: 0.45em 0.85em 0.45em 2em;
  margin: 0.5em 0;
  background: #f1f2f2;
  color: black;
  text-decoration: none;
  box-shadow: inset 0.5em 0 #257ffc;
  transition: box-shadow 0.2s;
}

.blog_sidebar .list-type4 a {
  padding: 0.85em 0.85em 0.85em 2em;
}

.list-type4 a:hover {
  box-shadow: inset 1em 0 #257ffc;
}

.caret {
  opacity: 0.3;
}

.sub-title {
  padding: 12px 0 14px;
  margin: 16px 0 20px 1px;
  border-bottom: 2px solid #27ae60;
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
  letter-spacing: 1.2px;
  font-weight: 700;
}

#wrap .bg-white {
  background: #fff;
}

.testimonial {
  margin-bottom: 10px;
  clear: both;
  min-width: 220px;
  position: relative;
  top: -40px;
}

.testimonial-content {
  padding: 8px 12px;
  position: relative;
  border: 1px solid #e9e9e9;
  background: #fcfcfc;
  border-radius: 9px;
}

.container .testimonial-content p {
  margin: 6px;
}

.testimonial-content h4 {
  padding: 10px;
  line-height: 1.7;
  color: #595959;
  margin-top: 7px;
}

.testimonial-content h4 q {
  font-size: 22px;
  line-height: 1.3;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.testimonial-arrow {
  position: absolute;
  width: 127px;
  height: 14px;
  left: 50px;
  bottom: -14px;
}

.testimonial-arrow:after,
.testimonial-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  right: 58px;
  height: 0;
  border-style: solid;
  border-width: 9px;
}

.testimonial-arrow:after {
  top: -1;
  border-color: #fcfcfc transparent transparent;
}

.testimonial-arrow:before {
  top: 1px;
  border-color: #e7e7e7 transparent transparent;
}

​ .testimonial-brand {
  position: relative;
  margin: 12px 16px 8px 0;
}

.testimonial-brand img {
  width: 76px;
  height: 76px;
  border-radius: 45px;
  float: left;
  border: 1px solid #eee;
  margin-top: 10px;
  color: transparent;
  background: url(../images/avatr1.png) center no-repeat #c5c5c5;
}

.testimonial-brand h5 {
  float: left;
  clear: right;
  margin: 20px 20px 20px 14px;
  color: #555;
}

.dropdown-menu a,
.nav-pills:after,
.nav-tabs:after,
.tabbable:after,
.title,
.white-space,
h4.subtitle {
  clear: both;
}

.testimonial-brand h5 strong {
  font-weight: 600;
}

.testimonial-brand h5 em {
  font-style: normal;
  color: #777;
}

.blox.dark .testimonial-content {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}

.blox.dark .testimonial-brand img {
  border: none;
}

.blox.dark .testimonial-arrow:before {
  top: 0;
  border-color: rgba(0, 0, 0, 0.15) transparent transparent;
}

.blox.dark .testimonial-arrow:after {
  border: none;
}

​ .testimonials-slider-w .testimonial {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.testimonials-slider-w .testimonial-content {
  background: 0 0;
  border: none;
}
.testimonials-slider-w .testimonial-content h4 {
  padding-bottom: 55px;
}

.testimonials-slider-w .testimonial-content h4 q {
  font-size: 19px;
  line-height: 1.5;
  font-family: Montserrat;
  font-weight: 500;
  color: #000;
  font-style: normal;
}

.testimonials-slider-w .testimonial-content h4 q:after,
.testimonials-slider-w .testimonial-content h4 q:before {
  position: absolute;
  font-family: Times, serif;
  font-size: 30px;
  margin: 0 7px;
  font-weight: 700;
  opacity: 0.7;
}

.testimonials-slider-w .testimonial-content h4 q:before {
  content: "\201C";
  margin-left: -26px;
  padding-right: 3px;
}

.testimonials-slider-w .testimonial-content h4 q:after {
  content: "\201D";
  padding-right: 7px;
}

.testimonials-slider-w .testimonial-brand h5 {
  margin: 5px 0 0;
  line-height: 1.5;
  font-size: 14px;
}

.testimonials-slider-w .testimonial-arrow {
  display: none;
}

.testimonials-slider-w .testimonial-brand h5,
.testimonials-slider-w .testimonial-brand img {
  float: none;
}

.blox.dark .testimonials-slider-w .testimonial-content {
  background: 0 0;
  border: none;
}

.testimonials-slider-w.flexslider {
  background: 0 0;
  text-align: center;
  margin-bottom: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slider-w.flexslider .slides {
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: initial;
}

.testimonials-slider-w.flexslider .slides li {
  word-break: break-word;
  color: #fff;
  list-style: none;
  font-size: 49px;
}

.testimonials-slider-w.flexslider .slides li span {
  color: #1bbc9b;
}

.testimonials-slider-w.flexslider .flex-direction-nav {
  display: block;
}

.testimonials-slider-w.flexslider .flex-direction-nav a {
  padding: 20px;
  background: 0 0;
  opacity: 0.65;
  border: 2px solid rgba(0, 0, 0, 0.6);
  transition: all 0.19s ease;
}
.testimonials-slider-w.flexslider .flex-direction-nav a i {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
}

.testimonials-slider-w.flexslider .flex-direction-nav a:hover {
  opacity: 1;
  background: 0 0;
}

.testimonials-slider-w.flexslider .flex-control-nav,
.testimonials-slider-w.flexslider .flex-control-paging li a {
  display: none;
}

.blox.dark .testimonials-slider-w.flexslider .flex-direction-nav a {
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.blox.dark .testimonials-slider-w.flexslider .flex-direction-nav a i {
  color: rgba(255, 255, 255, 0.9);
}

.testimonials-slider-w.flexslider .testimonial-brand {
  position: relative;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  text-align: center;
  margin-top: -68px;
}

.testimonials-slider-w.flexslider .testimonial-brand img {
  width: 150px;
  height: 76px;
  border-radius: 0;
  background: #fff;
  padding: 3px;
  float: none;
  display: inline;
  border: none;
  margin-top: 10px;
}

.blox.dark .testimonials-slider-w.flexslider .testimonial-brand img {
  padding: 0;
  border: none;
}

.title,
.title h3,
.title h4 {
  background: #fff;
}

.contact-info h5 {
  margin-bottom: 15px;
}

.contact-info p {
  margin: 0;
  font-size: 13px;
  padding: 7px 0;
  font-weight: 400;
  color: #555;
}

#nav .btnSend {
  font-weight: 600;
}

.contact-info i {
  font-size: 17px;
  margin-right: 10px;
  color: #e84c3d;
}

.our-map:before {
  content: "";
  background: url(../images/map.png) repeat-x;
  height: 4px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  display: block;
}

#nav .btnSend {
  background: 0 0;
  padding: 8px 14px;
  font-size: 11px;
  color: #797979;
  border: 2px solid #e9e9e9;
  box-shadow: none;
  text-transform: uppercase;
}

h4.subtitle {
  font-weight: 700;
  text-transform: uppercase;
}

.close:hover,
.nav > li > a:hover,
.tooltip-inner {
  text-decoration: none;
}

.vertical-space,
.vertical-space1,
.vertical-space2,
.vertical-space3 {
  display: block;
  width: 100%;
  margin: 0;
  clear: both;
  border: 0;
  height: 20px;
}

.vertical-space2 {
  height: 40px;
}

.vertical-space3 {
  height: 60px;
}

h4.subtitle {
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0.6px;
  line-height: 1.8;
  padding-bottom: 8px;
  font-size: 12px;
  color: #54606b;
  margin: 19px 0 21px;
}

h4.subtitle img {
  float: left;
  margin-right: 5px;
  vertical-align: baseline;
}

h4.subtitle.r1dd {
  margin-top: 20px;
}

.title {
  overflow: hidden;
  margin-bottom: 21px;
}

.title h3,
.title h4 {
  display: inline;
  margin-left: 18px;
  padding: 0 3px;
  font-weight: 400;
  font-size: 18px;
}

.caret,
.progress-percent p,
.sub-content span,
h6.h-sub-content {
  display: inline-block;
}

h6.h-sub-content {
  letter-spacing: 0.2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ff675b;
  line-height: 35px;
  margin-bottom: -1px;
  width: auto;
  max-width: 100%;
}

.sub-content span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.sub-content {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 30px;
}

.progress-barBg {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 45px;
  box-shadow: inset 0 1px 3px rgba(40, 40, 40, 0.1);
  margin-bottom: 25.5px;
  background: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.02) 100%);
}

.progress-bar-box h5 {
  margin-bottom: 11px;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45px;
  -webkit-animation: fillup 5s ease;
  animation: fillup 5s ease;
}

.progress-barFill {
  width: 100%;
  height: 45px;
  -webkit-animation: progress 1s linear infinite;
  animation: progress 1s linear infinite;
  background-repeat: repeat-x;
  background-size: 45px 45px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-percent {
  position: absolute;
  top: -30px;
  left: 100%;
  z-index: 1;
  width: 38px;
  margin-left: -19px;
  background: #000;
  border-radius: 2px;
  opacity: 0;
  -webkit-animation: percent-show 1.7s ease 5s forwards;
  animation: percent-show 1.7s ease 5s forwards;
}

.progress-percent:after {
  width: 8px;
  height: 8px;
  content: " ";
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  margin: -4px 0 0 -4px;
  background: #000;
  transform: rotate(45deg);
}

.progress-percent p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.white-space {
  width: 100%;
  height: 40px;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  filter: alpha(opacity=30);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right,
.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.nav .nav-header,
.nav > li > a,
.open > .dropdown-menu {
  display: block;
}

.close,
.nav > .pull-right,
.promobox .button,
.promobox button {
  float: right;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  font-weight: 400;
  line-height: 18px;
  color: #7a7f83;
}

.close,
.nav .nav-header,
.table th {
  font-weight: 700;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1eb1e4;
}

.promobox,
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e1e7ec;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #e5e5e5;
  border-color: rgba(0, 0, 0, 0.15);
}

.well blockquote:before,
blockquote.well:before {
  content: "";
  content: none;
}

.well-large {
  padding: 24px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.promobox {
  background: #fdfdfd;
  padding-bottom: 11px;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  font-size: 20px;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a:hover {
  background-color: #e1e7ec;
}

.nav .nav-header {
  padding: 3px 15px;
  font-size: 11px;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav-pills:after,
.nav-pills:before,
.nav-tabs:after,
.nav-tabs:before,
.tabbable:after,
.tabbable:before {
  display: table;
  content: "";
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list .nav-header,
.nav-list > li > a {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > li > a {
  padding-top: 30px;
  padding-bottom: 20px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

.nav-list [class^=icon-] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-pills > li,
.nav-tabs > li {
  float: left;
}

.nav-stacked > li,
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.nav-pills > li > a,
.nav-tabs > li > a {
  padding-right: 18px;
  padding-left: 18px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  background: #f7f7f7;
  color: #b3b3b3;
  font-family: Montserrat;
  text-transform: uppercase;
  line-height: 18px;
  border-right: 0 none;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: -2px;
}

.nav-tabs > li > a:hover {
  background: #fbfbfb;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  cursor: default;
  background-color: #257ffc;
  color: #fff;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #08c;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #e5e5e5;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  border-radius: 4px;
}

.nav-pills .dropdown-toggle .caret,
.nav-tabs .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #08c;
  border-bottom-color: #08c;
}

.nav-pills .dropdown-toggle:hover .caret,
.nav-tabs .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-pills .active .dropdown-toggle .caret,
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.nav > .dropdown.active > a:hover {
  color: #000;
  cursor: pointer;
}

.nav-pills .open .dropdown-toggle,
.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999;
}

.tab-content {
  overflow: auto;
  margin-top: -18px;
}

.img-item,
.widget-tabs .tab_content .tab-list .content {
  overflow: hidden;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #e5e5e5;
}

.tab-content .columns {
  max-width: 100%;
}

.tab-content .columns p {
  padding: 0;
}

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active,
.tooltip {
  display: block;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #e5e5e5;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #e5e5e5 #e5e5e5;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 190px;
  margin-right: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background: #fdfdfd;
  color: #838383;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
  padding-top: 40px;
}

.tabs-left > .nav-tabs > li > a {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 0;
  border-left: 0 none;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-bottom: 1px solid #e5e5e5;
  color: #444;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-bottom: 1px solid #e5e5e5;
  border-right-color: #fff;
  padding: 10px;
  border-left: 0 none;
  margin: 0;
  color: #333;
  background: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  border-left: 1px solid #e5e5e5;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border: 1px solid #e5e5e5;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #e5e5e5;
  border-width: 1px;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
}

.tabs-below > .tab-content,
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  margin: 0;
  padding: 10px 4px 4px;
  display: block;
  border: 0;
  border-left: 1px solid #e5e5e5;
  box-shadow: 0 0;
}

.tabs-below > .tab-content {
  border: 1px solid #e5e5e5;
  border-bottom: 0 none;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.alert .close {
  position: relative;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#scroll-top {
  display: inline;
}

.modal .favorites .table td i,
.voices .table td i,
.voices label.control-label {
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 36px;
  background: url(../images/alert-notice-ico.png) 9px 50% no-repeat #fcf8e3;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #f3d9a6;
  border-radius: 2px;
}

.alert img {
  float: left;
  margin: -2px 6px 4px -4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #699801;
  background: url(../images/alert-success-ico.png) 8px 50% no-repeat #e0f0bd;
  border-color: #afd65f;
}

.alert-danger,
.alert-error {
  color: red;
  background: url(../images/alert-error-ico.png) 9px 50% no-repeat #fce6e9;
  border-color: red;
}

.alert-info {
  color: #3a87ad;
  background: url(../images/alert-info-ico.png) 9px 50% no-repeat #d9edf7;
  border-color: #98cdd8;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

button.close {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  box-shadow: none !important;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table td,
.table th {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #e5e5e5;
}

.table thead th {
  vertical-align: bottom;
  border-top: 0 none;
  background: #257ffc;
  color: #fff;
}

.table tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

.table-condensed td,
.table-condensed th {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}

.table-bordered td,
.table-bordered th {
  border-left: 1px solid #e5e5e5;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #fcfcfc;
}

img {
  height: auto;
}

.button.bordered-bot,
button.bordered-bot,
input[type=button].bordered-bot,
input[type=reset].bordered-bot,
input[type=submit].bordered-bot {
  background: 0 0 !important;
  border: 2px solid #dedede;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.button.request_a_quote {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  background-color: #257ffc;
  box-shadow: 0 5px 10px 0 rgba(37, 127, 252, 0.5);
  padding: 0 1rem;
  height: 60px;
  min-width: 230px;
  line-height: 60px;
}

.button.request_a_quote:hover {
  box-shadow: 0 5px 30px 0 rgba(37, 127, 252, 0.5);
  background: #3c8bf9 !important;
}

.button.translate_now {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  background-color: #2dbf43;
  box-shadow: 0 5px 10px 0 rgba(0, 181, 55, 0.5);
  padding: 0 1rem;
  height: 60px;
  min-width: 230px;
  line-height: 60px;
  text-align: center;
}

.button.translate_now:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 181, 55, 0.5);
  background-color: #57cb68;
}

#header.vertical-w ul.mega {
  display: none;
}

.form h3,
.form-h3 {
  color: #000;
  font-family: futura-pt, "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
}

.form input:focus {
  background: #ebebeb;
}

.form .checkbox label,
.form .radio label {
  font-weight: 600 !important;
  font-family: "Source Sans Pro" !important;
}

.form em {
  line-height: 17px;
  float: left;
  margin-bottom: 20px;
}

.form label {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.form input[type=email],
.form input[type=password],
.form input[type=text] {
  width: 100%;
}

.form input {
  width: auto;
  background: #f7f7f7;
}

.form input[type=file] {
  background: 0 0;
}

.form textarea {
  display: block;
  width: 100%;
  height: 110px;
  background: #f7f7f7;
}

.form input:focus,
.form textarea:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
}

.form input,
.form textarea {
  border: none;
  color: #555;
  box-shadow: none;
  box-sizing: border-box;
}

.form input[type=checkbox],
.form input[type=radio] {
  width: auto;
  margin: 4px 0 0;
}

.form .checkbox input[type=checkbox],
.form .checkbox-inline input[type=checkbox],
.form .radio input[type=radio],
.form .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}

.form .checkbox label,
.form .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.form span.required {
  color: red;
}

.form .btnSend {
  width: 220px;
  color: #4b4f5a;
  background: 0 0;
  border: 3px solid #4b4f5a;
  padding: 14px 26px;
  letter-spacing: 0.6px;
  font-size: 13px;
  height: 48px;
  font-weight: 600;
  box-shadow: none;
}

.length span,
.page-contact-form h3 {
  font-weight: 700;
}

.form .btnSend:hover {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff;
}

.form .symbol.required:before {
  content: "*";
  color: red;
}

.languages ul {
  margin: 20px 0;
}

.languages ul li a:hover {
  color: #000;
}

.page-contact-form {
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 400px;
  width: 100% !important;
}

.page-contact-form .form h3,
.page-contact-form h3 a {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 8px;
}

.page-contact-form .button {
  margin-bottom: 0;
}

.transcription .panel-body {
  padding: 0;
}

.transcription .icon-box6 h4 {
  font-size: 20px;
}

.transcription .icon-box6 label {
  font-size: 16px;
}

.transcription .icon-box6.language,
.transcription .icon-box6.length,
.transcription .icon-box6.speakers {
  min-height: 161px;
}

.transcription .icon-box6.language i {
  padding: 15px 16px 14px;
}

.transcription .icon-box6.length i {
  padding: 15px 17px;
}

.transcription .icon-box6.speakers i {
  padding: 13px 14px 15px;
}

.transcription .icon-box6.extras i {
  padding: 15px 16px;
}

.transcription .icon-box6 {
  min-height: 190px;
  background-color: rgba(204, 204, 204, 0.3);
}

.transcription .icon-box6.delivery .panel-body {
  width: 26%;
  margin: 0 auto;
}

.transcription .icon-box6.delivery .panel-body .checkbox-inline,
.transcription .icon-box6.delivery .panel-body .radio-inline {
  padding-left: 0;
  display: block;
  min-width: 190px;
  text-align: left;
  margin: 0 0 5px;
}

.transcription .icon-box6.speakers .panel-body .radio-inline {
  margin: 0 0 5px;
}

.icon-box6 .panel-body .checkbox-inline,
.icon-box6 .panel-body .radio-inline {
  padding-left: 0;
  margin: 0;
}

.icon-box6 .panel-body .checkbox-inline {
  min-width: 210px;
  text-align: left;
}

.icon-box6.extras .checkbox label,
.icon-box6.extras .radio label {
  margin-bottom: 5px;
}

.length span {
  margin: 8px 18px 8px 8px;
  float: left;
}

.length input[type=email],
.length input[type=password],
.length input[type=text],
.length select,
.length textarea {
  width: 50px;
  min-width: 50px;
  float: left;
  margin-bottom: 10px;
}

.estimated-time {
  float: left;
  width: 100%;
  margin: 0 15px 15px;
  padding: 6px 3px;
  min-height: 47px;
}

.estimated-time h3 {
  margin: 0;
  display: inline-block;
  float: left;
  padding-top: 3px;
}

.max-title2 {
  text-align: center;
  margin: 45px auto 40px;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.max-title {
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 40px;
}

.max-title:after {
  margin: 6px 0 15px;
  width: 35px;
  display: block;
  border-bottom: 3px solid #494949;
}

.max-title2 {
  margin-top: 25px;
  margin-bottom: 0;
}

.max-title2 * {
  font-weight: 600;
  font-size: 19px;
  color: #000;
}

.max-title2 h2 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
}

.max-description {
  text-align: center;
}

.widget .flex-control-nav,
.widget .textwidget ul li:after {
  display: none;
}

.estimated-time .left {
  font-size: 24px;
  text-align: right;
  float: right;
}

.estimated-time strong {
  color: #257ffc;
  margin-right: 10px;
}

.transcription .button-block {
  float: right;
}

.voices .form-horizontal {
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0;
  margin: 0 0 10px;
  font-size: 0;
  box-shadow: 1px 1px 5px 0 gainsboro;
  background: #ededed;
  background: linear-gradient(to bottom, #f8f8f8 0, #ededed 100%);
}

label#age-label.active,
label#age-label:hover,
label#dialect-label.active,
label#dialect-label:hover,
label#gender-label.active,
label#gender-label:hover,
label#language-label.active,
label#language-label:hover {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top: none;
  padding: 8px 14px;
}

.voices label.control-label {
  font-size: 20px;
  padding: 8px 15px;
}

.voices #age,
.voices #dialect,
.voices #gender,
.voices #language {
  position: absolute;
  top: 100%;
  background: #fff;
  border-top: none;
  padding: 8px 15px;
}

input[type=text].searchField {
  background: url(../images/searchGlas.png) right center no-repeat;
  padding: 6px 34px 6px 4px;
  margin-bottom: 0;
}

.voices .clip-check {
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 0;
}

.voices .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.voices .table-striped td:nth-child(1),
.voices .table-striped th:nth-child(1) {
  text-align: left;
}

.voices .table-striped td,
.voices .table-striped th {
  text-align: center;
  vertical-align: middle;
}

.voices .table-striped td i {
  font-size: 30px;
  color: #b3b3b3;
}

.voices .table-striped td i.fa-star {
  font-size: 20px;
  color: #b3b3b3;
}

.voices .table-striped td i.fa-star.active {
  color: #257ffc;
}

.favorites {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 5px 0 gainsboro;
  background: #f7f7f7;
}

.favorites .table td,
.favorites .table th {
  border-top: none;
}

.favorites .table tbody tr:hover td,
.favorites .table tbody tr:hover th {
  background: 0 0;
}

.voices .button.green {
  margin-bottom: 15px;
  width: 100%;
}

.voices .button.blue {
  width: 100%;
}

.modal {
  z-index: 499845 !important;
}

.modal .favorites {
  float: left;
}

.modal .favorites textarea {
  min-height: 205px;
}

.modal .favorites p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}

.modal .favorites .clip-radio label {
  margin-bottom: 15px;
}

/*parallax*/
.parallax {
  position: relative;
  z-index: 1;
  height: 450px;
}

#trans1 {
  height: 400px;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
}

#trans1 > div {
  width: 100%;
  height: 100%;
}

.language-meta-data > div {
  height: 100%;
  text-align: center;
  font-weight: bold;
  margin-right: 4%;
}

.language-meta-data .icon-language {
  /*width: 90%;*/
  /*height: 90%;*/
  border-radius: 50%;
  background-color: #f1f2f2;
  text-align: center;
}

.language-meta-data-footer {
  display: inline-block;
  margin-top: 5px;
  line-height: 1.2;
}

.language-meta-data .last {
  margin-right: 0;
}

.columns .container,
.container .container,
.container.wrapping {
  width: auto;
  margin: 0;
  padding: 0;
}

.widget {
  height: auto;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  clear: both;
}

.sidebar .widget {
  margin-bottom: 80px;
}

.widget ul,
.widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
}

.widget div,
.widget li,
.widget p {
  word-wrap: break-word;
}

.widget ul {
  margin-bottom: 10px;
}

.widget ul.children {
  margin-bottom: 0;
  padding-left: 16px;
}

.widget ul li {
  color: #91979d;
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 4px 8px 0;
}

.widget ul.children li:last-child {
  border: none;
}

.widget ul li a {
  text-decoration: none;
  color: #797e82;
  padding: 8px 5px 8px 0;
  transition: all 0.07s ease;
}

.widget ul li a:hover {
  color: #515151;
}

.widget ul li:hover {
  background: #fafafa;
}

#footer .footer-in .widget ul li:hover {
  background: #1c1e1f;
}

#footer.litex .footer-in .widget ul li a {
  background: 0 0;
  color: #666;
  padding: 0;
}

#footer.litex .footer-in .widget ul li a:hover {
  padding: 0;
}

#footer.litex .footer-in .widget ul li:hover {
  background: #fff;
  color: #555;
}

.widget ul li.menu-item-has-children:after {
  content: "";
  display: none;
}

.widget ul li span {
  color: #91979d;
}

#footer .widget ul li,
.toggle-top-area .widget ul li {
  border-color: #33383a;
}

#footer .widget ul li a,
.toggle-top-area .widget ul li a {
  background: 0 0;
}

#footer .widget ul li a:hover,
.toggle-top-area .widget ul li a:hover {
  color: #d9d9d9;
}

.sidebar h4.subtitle,
.widget h4.subtitle {
  margin-top: 0;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -1px;
}

#footer .widget .flexslider img {
  margin-bottom: 12px;
}

.widget .flexslider img {
  border-bottom: 3px solid rgba(0, 0, 0, 0.18);
}

.widget .flex-direction-nav a {
  padding: 14px 7px 10px !important;
  top: 46%;
}

.widget .b-author img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}

.footer-in .widget .testimonial-content p,
.widget .testimonial-content p {
  margin: 0 5px;
  font-size: 13px;
  font-weight: 400;
}

.widget .flexslider:hover .flex-next,
.widget .flexslider:hover .flex-prev {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.widget .socialfollow {
  float: none;
  clear: both;
  margin: 10px 0;
}

.widget .socialfollow a i {
  margin: 1px;
  color: #555;
  font-size: 21px;
}

#footer .widget .socialfollow a i,
.widget .socialfollow a:hover i {
  color: #fff;
}

.sidebar .widget div.socialfollow i {
  color: #909090;
}

.sidebar .widget div.socialfollow a:hover i {
  color: #fff;
}

#nav ul {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.082);
  z-index: 91000;
}

#header .alignright {
  min-height: 85px;
}

#nav a,
.footer-in a,
.social-icons a {
  text-decoration: none;
}

.icon-box4,
.icon-box6 {
  clear: both;
}

.icon-box4 {
  margin-bottom: 20px;
}

.icon-box4 i {
  padding: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  margin-bottom: 28px;
  cursor: default;
  font-size: 36px;
  color: #4e575d;
  transition: all 0.39s ease-in-out;
}

.icon-box4 img {
  max-width: 220px !important;
  margin-bottom: 18px;
  transition: all 0.21s ease-out;
}

.icon-box4 h4,
.icon-box4 h5 {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin-left: 10px;
  line-height: 20px;
}

.icon-box4 h4,
.icon-box4 h4 a,
.icon-box4 h5,
.icon-box4 h5 a {
  color: #373e44;
}

.icon-box4 h5 strong {
  font-weight: 600;
}

.icon-box4 p {
  font-weight: 400;
  font-size: 15px;
  color: #72757c;
  margin-bottom: 40px;
  padding: 0 15px;
}

.icon-box4:hover i {
  color: #fff !important;
  background: #8ade77;
  border-color: #8ade77;
}

.why_choosing_img_wrapper > img {
  max-width: 100px !important;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.icon-box6 {
  text-align: center;
}

.icon-box6 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.81);
  background-color: #fff\9 ;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 36px 20px 28px;
  text-shadow: 0 0 0;
  margin: 40px 0 20px;
}

.icon-box6 * {
  text-shadow: none;
}

.icon-box6 i {
  font-size: 24px;
  padding: 15px 16px 17px;
  background: #257ffc;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -27px;
  border-radius: 30px;
  cursor: default;
}

.icon-box6 i.li_truck {
  padding: 12px 16px;
}

.icon-box6 h4 {
  color: #363636;
  font-weight: 400;
}

.container .icon-box6 p {
  color: #818181;
  margin-bottom: 12px;
}

.icon-box6 a.magicmore {
  color: #00aeef;
}

/*.languages .page-title*/
#page-header-wrapper {
  margin: 0;
  background-image: url(/assets/frontend/images/page.jpg);
  /*height: 225px;*/
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
  /*letter-spacing: -2.5px;*/
  padding: 0 0 2.5rem;
}

#page-header-wrapper.big .part1 {
  background: none !important;
}

#page-header-wrapper.big #header {
  background: rgba(0, 0, 0, 0.2);
}

#nav {
  margin-top: 0;
  margin-bottom: 0;
}

.languages .page-title h1 {
  color: #ffffff;
  line-height: 145px;
  font-size: 37px;
  letter-spacing: normal;
}

#nav a,
.icon-box9 a.magicmore {
  text-transform: uppercase;
}

#nav-wrap .container,
#nav > li.active > a,
#nav > li.current > a {
  position: relative;
}

#menu-icon,
#nav ul {
  display: none;
}

#nav a,
#nav ul {
  text-align: center;
}

#header .logo-wrap.center .logo,
#header .nav-wrap2.center #nav,
#nav ul li {
  float: none;
}

#header .logo-wrap {
  line-height: 1;
}

.nav-wrap1,
.nav-wrap2 {
  height: 80px;
  position: relative;
}

#nav {
  float: right;
}

#nav li {
  list-style: none;
  padding: 0 12px;
  margin: 0;
  float: left;
  display: block;
  height: 100%;
  vertical-align: middle;
}

#nav a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 30px;
  color: #257ffc;
  outline: 0;
  opacity: 1;
  transition: all 0.15s ease-in-out;
}

#nav a i {
  font-size: 16px;
  display: inline;
  color: inherit;
  margin-right: 4px;
  vertical-align: baseline;
}

.top-contact p {
  vertical-align: middle;
}

#nav > li > a i {
  margin-right: 6px;
  font-weight: 400;
  line-height: 13px;
}

#nav > li > a {
  margin: 30px 0 20px;
}

#header.sticky #nav-wrap #nav > li {
  padding: 0 12px;
}

#header #nav-wrap #nav > li:hover {
  transition: -webkit-text-decoration 0.65s ease;
  transition: text-decoration 0.65s ease;
  transition: text-decoration 0.65s ease, -webkit-text-decoration 0.65s ease;
}

#header.sticky #nav-wrap #nav #nav > li:hover > a {
  color: #257ffc;
}
#header.sticky #nav ul {
  margin-top: -5px;
}

#header #nav ul:not(.langs) li a:before {
  position: absolute;
  content: "\2014";
  margin-left: -20px;
}

#header #nav ul:not(.langs) li {
  margin-left: 20px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

#nav > li > ul:before {
  content: "";
  display: block;
  position: relative;
  left: 18px;
  width: 0;
  height: 0;
}

#header.sticky #nav li ul:after,
#header.sticky #nav li ul:before,
#nav > li > ul.mega:after,
#nav > li > ul.mega:before {
  border-width: 0;
  display: none;
}

.cookiesBar {
  background: #000;
  height: 60px;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.btnCookie {
  text-align: left;
}

.btnWhite {
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 3px 8px;
  cursor: pointer;
  opacity: 1 !important;
  position: relative;
  z-index: 900;
}

.btnWhite:hover {
  color: #000 !important;
  border: 2px solid #000 !important;
  background: #fff;
}
#nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
/*
#nav li:hover>ul {
    display: inline-block;
    opacity: 1;
}
*/
#nav ul li:hover {
  background-color: #fafafa;
}

#nav ul li:last-child {
  border: none;
}

#nav ul li a,
#nav ul li:hover > a {
  color: #000;
  width: 100%;
  display: block;
  text-align: left;
  padding: 11px 4px 10px 19px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  border: 0;
  text-transform: uppercase;
  line-height: 24px;
}

#nav li.current ul li a:hover,
#nav ul li a:hover,
#nav ul li.current > a,
#nav ul li:hover > a,
.nav-wrap2 #nav ul li a:hover,
.nav-wrap2.darknavi #nav ul li a:hover {
  color: #257ffc;
}

#nav ul li ul {
  margin: -58px 0 0 176px;
  width: 170px;
}

#nav li.submenux:after {
  font-family: FontAwesome;
  content: "\F054";
  position: absolute;
  color: #cdcdcd;
  font-size: 8px;
  display: inline;
  speak: none;
  cursor: pointer;
  right: 9px;
  top: 12px;
}

#nav h4.subtitle {
  margin: 14px 0;
  border-color: #e8e8e8;
  border-width: 1px;
  font-size: 12px;
}

#nav img {
  max-width: 100%;
  margin-bottom: 10px;
}

#nav p {
  font-size: 13px;
  font-weight: 400;
  color: #747474;
}

#header #nav h6 {
  margin: 0 0 7px;
  color: #555;
}

#nav .sendbtn {
  padding: 7px 20px;
  font-size: 13px;
}

#nav a span.flag-icon {
  margin-right: 8px;
}

#nav a span:not(.flag-icon),
#nav > li > a:after {
  margin-top: 4px;
  display: block;
  font-size: 11px;
  color: #919191;
  text-transform: lowercase;
  font-weight: 400;
}

#nav > li > a:after {
  content: attr(data-description);
}

#nav ul li > li > a:after,
.nav-wrap1 #nav > li > a:after {
  content: "";
  display: none;
}

#header.sticky #nav a span:not(.flag-icon),
#header.sticky #nav a:after {
  display: none;
}
#header.vertical-w .nav-wrap3 #nav > li > a:after {
  content: "";
  display: none;
}

.top-links a:after,
.v-dash:before {
  content: "|";
}
.vertical-socials,
.vertical-socials * {
  display: none !important;
}

#header.sticky .col-md-4.col-empty {
  display: none;
}

#header .right-side h6 {
  margin: 17px 0;
}

#header .center .img-logo-w1 {
  margin: auto;
}

#header .logo-wrap.right,
#header .logo-wrap.right .logo,
#header.sm-rgt-mn .logo-wrap.right {
  float: right;
}

#header .left-side .header-saerch {
  float: left;
}

#header .left-side h6 {
  margin-top: 0;
}

#header.sticky .right .logo-sticky {
  left: auto;
  right: 110px;
}
#wrap,
#wrap.boxed-wrap {
  margin: 0 auto;
  background: #fff;
  visibility: visible;
  display: block;
}

#wrap {
  position: relative;
  padding: 0;
  clear: both;
}

#wrap.boxed-wrap {
  width: 1000px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  border: 1px solid #d6dbdc\9 ;
  border-bottom: none;
}

#wrap.boxed-wrap .container {
  width: 100%;
}

#wrap p img {
  height: auto;
}

#wrap.boxed-wrap #header {
  top: inherit;
  left: inherit;
  width: 1000px;
}

#site-title {
  margin-top: 25px;
  padding-bottom: 10px;
  line-height: 1.4;
}

#site-title a {
  color: #3B454D;
}

#site-title small {
  display: block;
  margin-top: 5px;
}

#main-content.container {
  padding-top: 35px;
}

#headline {
  width: 100%;
  padding: 24px 0 14px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  display: table;
}

#headline h3 {
  font-size: 19px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 10px;
}

#headline h3 small {
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.top-bar {
  background: #f7f7f7;
  min-height: 26px;
  padding: 5px 0;
  border-bottom: 4px solid #fbfbfb;
}

#footer .widget ul.menu li:after {
  content: "";
}

.progress-label {
  position: absolute;
  top: 6px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff;
}

.top-contact {
  height: 40px;
  float: left;
  color: #444;
  display: inline-block;
  margin-top: 14px;
}

.top-contact a {
  color: #444;
}

.top-contact p {
  font-size: 14px;
  position: relative;
  color: #ffff;
  z-index: 1000;
  text-align: right;
  display: table-cell;
  font-weight: 700;
  float: right;
  padding: 1px 0;
  margin-top: 16px;
}

#nav .langs img {
  margin: 0 8px 0 0;
}

#header {
  z-index: 10000;
  width: 100%;
  padding: 0;
}

#header h6,
.top-bar h6,
.top-inf h6 {
  font-size: 12px;
  margin: 18px 14px;
  font-weight: 600;
  color: #797979;
  display: inline-block;
}

#header h6 i,
.top-bar h6 i,
.top-inf h6 i {
  background: 0 0;
  font-size: 16px;
  color: #6a6c75;
  display: inline;
  margin: 7px 4px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  vertical-align: middle;
}

.top-bar h6 i {
  padding: 0;
  border: none;
}

.top-bar h6 {
  letter-spacing: 0.6px;
  margin: 0 10px 0 0;
}

.logo {
  height: auto;
  float: left;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}

.nav-wrap1 .container {
  width: auto;
}

#header .img-logo-w1 {
  display: block;
  height: 40px;
}

#header .logo-text {
  text-decoration: none;
}

#header .img-logo-w2,
#header .img-logo-w3,
.transparent-header-w #header .img-logo-w1,
.transparent-header-w #header .img-logo-w3 {
  display: none;
}

.transparent-header-w #header .img-logo-w2 {
  display: block;
  height: 40px;
}

#header.sticky .img-logo-w2,
.logo-sticky {
  display: none;
}

#search-form {
  float: right;
  margin: 20px 8px auto 0;
  position: relative;
  padding-left: 14px;
  height: 24px;
}

#search-form .search-text-box,
#search-form2 .search-text-box2 {
  background-color: rgba(255, 255, 255, 0.73);
  background-image: url(../images/searchicon@2x.png);
  background-repeat: no-repeat;
  background-position: 9px 9px;
  background-size: 16px 16px;
  border: 3px solid #a2a7b1;
  box-shadow: none;
  cursor: text;
  font-size: 13px;
  color: #444;
  min-height: 38px;
  height: 38px;
  line-height: 18px;
  padding: 7px 5px 8px 30px;
  transition: all 0.3s ease-in-out 0s;
  width: 1px;
  min-width: 210px;
}

#search-form2 {
  display: none;
  position: relative;
}

#search-form2 .search-text-box2 {
  width: 220px;
  margin: auto;
  position: relative;
}

.search-form-box {
  position: absolute;
  right: -25px;
  display: none;
  margin-top: 24px;
}

.search-form-box * {
  margin: 0;
}

.search-form-box.show-sbox {
  display: block;
  -webkit-animation: fade-anim 0.3s ease 37ms both;
  animation: fade-anim 0.3s ease 37ms both;
  z-index: 91120;
}

.search-form-box:before {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  top: -14px;
  border-color: transparent transparent #a2a7b1;
}

a.search-form-icon,
a.search-form-icon:visited {
  display: block;
  width: 16px;
  height: 16px;
  color: #aaa;
}

a.search-form-icon i {
  color: #aaa;
  border: 1px solid #aaa;
  padding: 8px 9px;
  font-size: 11px;
  border-radius: 50%;
}

a.search-form-icon:hover {
  color: #555;
}
@-webkit-keyframes header-anim {
  from {
    opacity: 0.5;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes header-anim {
  from {
    opacity: 0.5;
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes header-anima {
  from {
    height: 0;
  }
  to {
    height: 60px;
    padding: 0;
  }
}
@keyframes header-anima {
  from {
    height: 0;
  }
  to {
    height: 60px;
    padding: 0;
  }
}
@-webkit-keyframes fade-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#footer {
  width: 100%;
  padding: 30px 0 0;
  background: #1a1d21;
  text-align: left;
}

#footer .col-md-3,
#footer .col-md-4 {
  padding-right: 30px;
}

#footer .partners {
  margin-left: 40px;
}

.footer-in {
  margin: 0 auto;
  color: #ccc;
  position: relative;
}

.footer-in .columns {
  margin-top: 20px;
}

.footer-in h5.subtitle,
.toggle-top-area h5.subtitle {
  color: #ddd;
  display: block;
  border-bottom: 2px solid #131415;
  padding-bottom: 6px;
  margin: 0 0 25px;
  box-shadow: 0 1px #232628;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 0 1px 0 #000;
}

#footer.litex .footer-in h5.subtitle {
  color: #414141;
}

#footer h5.subtitle span,
.toggle-top-area h5.subtitle span {
  position: absolute;
  right: 0;
  text-align: right;
}

.footbot,
.footbot img,
.footer-sbc {
  position: relative;
}

.footer-in .col-md-12 .widget,
.footer-sbc,
.social-icons.members {
  text-align: center;
}

#footer h5.subtitle span a,
.toggle-top-area h5.subtitle span a {
  color: #787878;
  font-size: 10px;
  font-weight: 400;
}

#footer .widget ul.menu li:after {
  display: none;
}

#footer .widget ul.menu li {
  border: none;
}

#footer .footer-in .widget ul.menu li:hover {
  background: 0 0;
}

#footer .footer-in .widget h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

#footer .footer-in .widget ul.menu li a {
  color: #fff;
}

#footer .footer-in .widget ul.menu li a:hover {
  color: #fff;
}

.footer-in hr {
  border-color: #373737;
}

.footer-in .copyright-txt {
  font-size: 12px;
}

.footer-in p {
  line-height: 19px;
  color: #898989;
}

.contact2 div {
  line-height: 21px;
}

.footer-in a {
  transition: all 0.18s ease;
}

.footer-sbc {
  margin: 0 auto;
}

.footer-sbc input[type=submit],
.footer-sbc input[type=text] {
  float: left;
  margin: 4px 7px;
}

#footer .widget .socialfollow a i {
  color: #797e82;
}

#footer .widget .socialfollow a:hover i {
  color: #fff;
}

.social-icons a {
  border: 0;
  float: left;
  margin: 1px 7px 0 12px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.social-icons a:hover {
  opacity: 1;
}

.social-icons.members {
  clear: both;
  margin-bottom: 10px;
}

.social-icons.members a {
  text-align: center;
  float: none;
}

.footer-in a img {
  float: left;
}

.footer-in a:hover {
  color: #85b940;
}

.footer-in a.terms {
  color: #578f1a;
}

.footer-navi.floatright {
  float: right;
}

.footbot {
  margin: 0 auto;
  text-align: right;
  border-top-right-radius: 2px;
  border-top-left-radius: 1px;
}

.footbot img {
  margin: -4px 10px 0 0;
  opacity: 0.93;
}

.footer-navi {
  float: left;
  line-height: 38px;
  font-size: 12px;
  color: #ffffff;
}

.footer-navi ul {
  margin-left: 40px;
}

.footer-navi a {
  color: #ffffff;
  margin: 0 4px;
}

.blox.dark .custom-footer-menu a,
.custom-footer-menu a {
  display: block;
  color: #fff;
  padding: 4px 0;
}

.custom-footer-menu a:hover,
.footer-navi a:hover {
  color: #ccc;
  text-decoration: underline;
}

.footer-in .socialfollow a:hover,
.socialfollow a {
  text-decoration: none;
}

.section_contact:hover,
.social-class,
.social-class a:hover {
  text-decoration: none !important;
}

.socialfollow {
  float: right;
}

.socialfollow a {
  padding: 10px;
  margin-top: 10px;
  float: left;
  display: block;
  border-radius: 2px;
  transition: all 0.31s ease;
  color: #444;
  font-size: 14px !important;
}

.socialfollow a:first-of-type {
  margin-left: 0;
  font-size: 15px;
}

.social-name {
  padding-left: 15px;
}

.social-class {
  color: #757575 !important;
  padding-left: 30px;
}

.socialfollow2 {
  float: right;
}

.social-class a:hover {
  color: #fff !important;
}

.contact_information {
  margin-left: 10px;
}

.quote {
  padding-top: 50px;
  color: #257ffc;
}

.quote:before {
  padding-right: 30px;
  font-size: 100px;
  font-weight: 700;
}

.v-dash:before {
  padding-right: 20px;
}

.section_contact {
  padding-left: 20px;
}

.socialfollow a.vimeo:hover {
  background: #0dadd6;
}

.our-team .socialfollow a.vimeo:hover i,
.top-bar .socialfollow a.vimeo:hover i {
  color: #0dadd6;
}

.socialfollow a.dribble:hover {
  background: #d53e68;
}

.our-team .socialfollow a.dribble:hover i,
.top-bar .socialfollow a.dribble:hover i {
  color: #d53e68;
}

.socialfollow a.youtube:hover {
  background: #cb322c;
}

.our-team .socialfollow a.youtube:hover i,
.top-bar .socialfollow a.youtube:hover i {
  color: #cb322c;
}

.socialfollow a.pinterest:hover {
  background: #cb2027;
}

.our-team .socialfollow a.pinterest:hover i,
.top-bar .socialfollow a.pinterest:hover i {
  color: #cb2027;
}

.our-team .socialfollow a.google:hover i,
.top-bar .socialfollow a.google:hover i {
  color: #c3391c;
}

.our-team .socialfollow a.linkedin:hover i,
.top-bar .socialfollow a.linkedin:hover i {
  color: #0073b2;
}

.socialfollow a.rss:hover {
  background: #f29a1d;
}

.our-team .socialfollow a.rss:hover i,
.top-bar .socialfollow a.rss:hover i {
  color: #f29a1d;
}

.socialfollow a.instagram:hover {
  background: #457399;
}

.our-team .socialfollow a.instagram:hover i,
.top-bar .socialfollow a.instagram:hover i {
  color: #457399;
}

.socialfollow a.other-social:hover {
  background: #ff5d5e;
}

.our-team .socialfollow a.other-social:hover i,
.top-bar .socialfollow a.other-social:hover i {
  color: #ff5d5e;
}

.socialfollow i {
  font-size: 18px;
  opacity: 0.95;
}

#footer.litex .socialfollow i {
  color: #343434;
}

#footer.litex .socialfollow a:hover i {
  color: #fff;
}

.top-bar .socialfollow {
  float: right;
  margin-right: 10px;
}

#side-nav,
.top-bar .socialfollow.lftflot {
  float: left;
}

.top-bar .socialfollow img {
  opacity: 0.97;
}

.our-team .socialfollow a,
.top-bar .socialfollow a {
  padding: 4px;
  margin: 1px 4px;
  background: 0 0;
  height: 26px;
}

.our-team .socialfollow i,
.top-bar .socialfollow i {
  color: #979797;
  transition: all 0.25s ease;
}

.our-team .socialfollow a:hover,
.top-bar .socialfollow a:hover {
  background: 0 0;
}

#side-content {
  float: right;
}

#side-nav {
  z-index: 979;
}

#side-nav ul {
  padding: 10px 20px;
  background: #fff;
  border: 3px solid #f3f3f3;
  list-style: none;
}

#side-nav ul li {
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
}

#side-nav ul li:last-of-type {
  border-bottom: 0 none;
}

#side-nav ul li ul {
  border: none;
  padding: 0 0 0 20px;
  margin: 0;
  background: #fdfdfd;
  display: none;
}

#side-nav a,
#side-nav ul li:hover > ul {
  display: block;
}

#side-nav a {
  color: #575757;
  padding: 14px 0;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

#side-nav a:after {
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  color: #878787;
  content: "\F054";
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#side-nav a:hover,
#side-nav a:hover:after {
  color: #f90;
}

#side-nav li.current a,
#side-nav li.current a:after {
  color: #0093d0;
}

#side-nav ul li ul li a {
  padding: 10px 0;
  font-size: 12px;
}

img.alignright {
  margin-left: 10px;
}

img.alignleft {
  margin-right: 10px;
}

.alignright {
  text-align: right;
}

img.alignright {
  float: right;
}

.alignleft {
  text-align: left;
}

img.alignleft {
  float: left;
}

.gallery-caption {
  display: inline;
}

#scroll-top a {
  padding: 4px 8px 6px;
  border-radius: 4px;
  background: #818c90;
  position: fixed;
  bottom: 48px;
  right: 32px;
  display: none;
  opacity: 0.89;
  filter: alpha(opacity=89);
  z-index: 499841;
}

#scroll-top a i {
  font-size: 16px;
  color: #fff;
}

#scroll-top a:hover {
  background-color: #257ffc;
  cursor: pointer;
}

.one_fifth,
.one_fourth,
.one_half,
.one_third,
.three_fourth,
.two_fifth,
.two_third {
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.6666%;
}

.two_third {
  width: 65.3332%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.column-last {
  margin-right: 0 !important;
  clear: right;
}

.no-mb {
  margin-bottom: 0 !important;
}

.ne-mb {
  margin-bottom: -30px !important;
}
.clip-check input[type=checkbox][disabled] + label,
.clip-radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.clip-check label,
.clip-check label:after,
.clip-check label:before {
  display: inline-block;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.clip-check,
.clip-radio {
  margin-bottom: 10px;
  margin-top: 10px;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  cursor: pointer;
  line-height: normal;
}

.clip-check {
  padding-left: 0;
}

.clip-check label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
  padding-left: 30px !important;
  position: relative;
  line-height: 23px;
}

.clip-check label:after,
.clip-check label:before {
  position: absolute;
}

.clip-check label:before {
  background-color: #fff;
  border: 1px solid #c8c7cc;
  content: "";
  height: 20px;
  left: 0;
  margin-right: 10px;
  width: 20px;
  border-radius: 0;
  top: 1px;
}

.clip-check label:after {
  font-size: 11px;
  height: 19px;
  left: 4px;
  top: -1px;
  width: 19px;
}

.clip-check input[type=checkbox] {
  display: none;
}

.clip-check.checkbox-inline,
.clip-radio label,
.clip-radio.radio-inline {
  display: inline-block;
}

.clip-check input[type=checkbox]:checked + label:before {
  border-width: 10px;
}

.clip-check input[type=checkbox]:checked + label:after {
  color: #fff;
  content: "\F00C";
  font-family: FontAwesome;
}

.clip-check input[type=checkbox][disabled] + label:before {
  background-color: #F8F8F8;
}

.clip-check.check-md label {
  margin-right: 15px;
  padding-left: 35px !important;
  line-height: 28px;
}

.clip-check.check-md label:before {
  height: 25px;
  width: 25px;
}

.clip-check.check-md label:after {
  font-size: 14px;
  height: 24px;
  left: 5px;
  width: 24px;
}

.clip-check.check-md input[type=checkbox]:checked + label:before {
  border-width: 12px;
}

.clip-check.check-lg label {
  margin-right: 15px;
  padding-left: 40px !important;
  line-height: 33px;
}

.clip-check.check-lg label:before {
  height: 30px;
  width: 30px;
}

.clip-check.check-lg label:after {
  font-size: 17px;
  height: 29px;
  left: 6px;
  width: 29px;
}

.clip-check.check-lg input[type=checkbox]:checked + label:before {
  border-width: 15px;
}

.clip-check.check-success input[type=checkbox]:checked + label:before {
  border-color: #5cb85c;
}

.clip-check.check-primary input[type=checkbox]:checked + label:before {
  border-color: #257ffc;
}

.clip-check.check-warning input[type=checkbox]:checked + label:before {
  border-color: #eea236;
}

.clip-check.check-danger input[type=checkbox]:checked + label:before {
  border-color: #d43f3a;
}

.clip-check.check-info input[type=checkbox]:checked + label:before {
  border-color: #46b8da;
}

.clip-check.check-purple input[type=checkbox]:checked + label:before {
  border-color: #804C75;
}

.clip-radio {
  padding-left: 0;
}

.clip-radio label {
  cursor: pointer;
  font-size: 13px;
  margin-right: 15px;
  padding-left: 21px !important;
  position: relative;
  margin-bottom: 6px;
  line-height: 23px;
}

.clip-radio label:after,
.clip-radio label:before {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  width: 20px;
  bottom: 2px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
  left: 0;
  content: "";
}

.clip-radio label:before {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 99px;
}

.clip-radio label:after {
  border: 1px solid #c8c7cc;
  border-radius: 99px;
}

.clip-radio input[type=radio],
.clip-radio.radio-lg input[type=radio],
.clip-radio.radio-md input[type=radio] {
  display: none;
}

.clip-radio input[type=radio]:checked + label:before {
  border-width: 6px;
  background: #F8F8F8;
  border-color: #fff;
}

.clip-radio.radio-md label {
  padding-left: 30px !important;
  line-height: 28px;
}

.clip-radio.radio-md label:after,
.clip-radio.radio-md label:before {
  height: 25px;
  width: 25px;
}

.clip-radio.radio-md input[type=radio]:checked + label:before {
  border-width: 7px;
}

.clip-radio.radio-lg label {
  padding-left: 35px !important;
  line-height: 33px;
}

.clip-radio.radio-lg label:after,
.clip-radio.radio-lg label:before {
  height: 30px;
  width: 30px;
}

.clip-radio.radio-lg input[type=radio]:checked + label:before {
  border-width: 8px;
}

.clip-radio.radio-success input[type=radio]:checked + label:before {
  background: #5cb85c;
}

.clip-radio.radio-primary input[type=radio]:checked + label:before {
  background: #257ffc;
}

.clip-radio.radio-info input[type=radio]:checked + label:before {
  background: #46b8da;
}

.clip-radio.radio-warning input[type=radio]:checked + label:before {
  background: #eea236;
}

.clip-radio.radio-danger input[type=radio]:checked + label:before {
  background: #d43f3a;
}

.clip-radio.radio-purple input[type=radio]:checked + label:before {
  background: #804C75;
}

#estimate .block {
  background: url(estimate-block.png) no-repeat rgba(0, 0, 0, 0);
  float: left;
  height: 125px;
  margin: 10px 75px 30px 0;
  padding: 10px 0 10px 25px;
  position: relative;
}

#convert-currency .chosen-single {
  height: 47px;
  line-height: 47px;
}

#convert-currency .chosen-single div b {
  background-position: 0 14px;
}

.transcription .button-block {
  width: 100%;
}

.transcription .button-block:hover {
  text-decoration: none !important;
  color: #fff !important;
}

#company-presentation {
  height: 500px;
  margin-bottom: 25px;
}

#company-presentation > .fluid-width-video-wrapper {
  height: 100%;
}

ul[data-scope=select-service] {
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}

ul[data-scope=select-service] > li {
  display: inline-block;
  margin: 0 9px;
}

ul[data-scope=select-service] > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #b3b3b3;
  padding: 20px;
  text-transform: uppercase;
  background: #f2f2f2;
}

#helperModal label,
.pair-input-small,
.team-member .details,
.team-member ul li {
  display: inline-block;
}

ul[data-scope=select-service] > li.active > a {
  background-color: #257ffc;
  color: #fff;
}

ul[data-scope=select-service] > li:not(.active) > a:hover {
  background-color: #e6e6e6;
  color: #666;
}

.required-info {
  padding: 10px 0 20px 5px;
}

[data-toggle=project-estimate] {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#helperModal label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

#helperModal .checkbox label,
#helperModal .radio label {
  text-align: left;
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

#helperModal button.close {
  top: 10px;
  right: 10px;
}

#helperModal .modal-title {
  text-align: center;
  padding-top: 10px;
}

#helperModal .transcription .icon-box6.length,
#helperModal .transcription .icon-box6.length > label {
  float: none !important;
}

#helperModal .transcription .icon-box6 {
  min-height: inherit !important;
}

#helperModal .transcription .icon-box6 .panel-body {
  width: auto;
}

#helperModal .transcription .icon-box6.delivery .panel-body .radio-inline,
#helperModal .transcription .icon-box6.extras .panel-body .checkbox-inline {
  min-width: inherit;
  text-align: center;
}

#helperModal .transcription .icon-box6.extras .panel-body {
  margin-top: -10px;
}

#helperModal .transcription .icon-box6.extras .panel-body .checkbox-inline {
  margin-top: 10px;
}

#helperModal .estimated-time {
  width: 100%;
  float: none;
}

#helperModal .estimated-time h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

#helperModal .estimated-time .left {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42857143;
}

#helperModal #convert-currency .chosen-container-single .chosen-single div b {
  top: 48%;
}

#helperModal #convert-currency .chosen-container .chosen-drop {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  top: auto;
  bottom: 40px;
}

#helperModal #convert-currency .chosen-container.chosen-with-drop .chosen-single {
  background-image: none;
  border-radius: 0 0 5px 5px;
}

#helperModal #convert-currency .chosen-container.chosen-with-drop .chosen-drop {
  box-shadow: none;
  padding-top: 5px;
  border-radius: 5px 5px 0 0;
}

.add-more {
  margin-bottom: 15px;
}
.clients_logo_sprite,
.clients_logo_sprite_corporate,
.clients_logo_sprite_lsp {
  cursor: pointer;
  max-width: 166px;
  height: 90px;
  width: 100%;
}

.overlayTabs,
.sweet-alert button {
  cursor: pointer;
}

.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none;
}

.sweet-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Barlow", sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  z-index: 99999;
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert button {
  background-color: #AEDEF4;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
}

.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #a1d9f2;
}

.sweet-alert button:active {
  background-color: #81ccee;
}

.sweet-alert button.cancel {
  background-color: #D0D0D0;
}

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}

.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info::after,
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  background-color: #C9DAE1;
  position: absolute;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}

.sweet-alert .sa-icon.sa-info::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

.flag-icon,
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: "\A0";
}

.clients_content li:before,
.created-at:before {
  content: "\2014";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(flags/4x3/ad.svg);
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(flags/4x3/ae.svg);
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(flags/4x3/af.svg);
}

.flag-icon-af.flag-icon-squared {
  background-image: url(flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(flags/4x3/ag.svg);
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(flags/4x3/ai.svg);
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(flags/4x3/al.svg);
}

.flag-icon-al.flag-icon-squared {
  background-image: url(flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(flags/4x3/am.svg);
}

.flag-icon-am.flag-icon-squared {
  background-image: url(flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(flags/4x3/ao.svg);
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(flags/4x3/aq.svg);
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(flags/4x3/ar.svg);
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(flags/4x3/as.svg);
}

.flag-icon-as.flag-icon-squared {
  background-image: url(flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(flags/4x3/at.svg);
}

.flag-icon-at.flag-icon-squared {
  background-image: url(flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(flags/4x3/au.svg);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(flags/4x3/aw.svg);
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(flags/4x3/ax.svg);
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(flags/4x3/az.svg);
}

.flag-icon-az.flag-icon-squared {
  background-image: url(flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(flags/4x3/ba.svg);
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(flags/4x3/bb.svg);
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(flags/4x3/bd.svg);
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(flags/4x3/be.svg);
}

.flag-icon-be.flag-icon-squared {
  background-image: url(flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(flags/4x3/bf.svg);
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(flags/4x3/bg.svg);
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(flags/4x3/bh.svg);
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(flags/4x3/bi.svg);
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(flags/4x3/bj.svg);
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(flags/4x3/bl.svg);
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(flags/4x3/bm.svg);
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(flags/4x3/bn.svg);
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(flags/4x3/bo.svg);
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(flags/4x3/bq.svg);
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(flags/4x3/br.svg);
}

.flag-icon-br.flag-icon-squared {
  background-image: url(flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(flags/4x3/bs.svg);
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(flags/4x3/bt.svg);
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(flags/4x3/bv.svg);
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(flags/4x3/bw.svg);
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(flags/4x3/by.svg);
}

.flag-icon-by.flag-icon-squared {
  background-image: url(flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(flags/4x3/bz.svg);
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(flags/4x3/ca.svg);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(flags/4x3/cc.svg);
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(flags/4x3/cd.svg);
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(flags/4x3/cf.svg);
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(flags/4x3/cg.svg);
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(flags/4x3/ch.svg);
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(flags/4x3/ci.svg);
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(flags/4x3/ck.svg);
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(flags/4x3/cl.svg);
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(flags/4x3/cm.svg);
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(flags/4x3/cn.svg);
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(flags/4x3/co.svg);
}

.flag-icon-co.flag-icon-squared {
  background-image: url(flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(flags/4x3/cr.svg);
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(flags/4x3/cu.svg);
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(flags/4x3/cv.svg);
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(flags/4x3/cw.svg);
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(flags/4x3/cx.svg);
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(flags/4x3/cy.svg);
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(flags/4x3/cz.svg);
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(flags/4x3/de.svg);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(flags/4x3/dj.svg);
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(flags/4x3/dk.svg);
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(flags/4x3/dm.svg);
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(flags/4x3/do.svg);
}

.flag-icon-do.flag-icon-squared {
  background-image: url(flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(flags/4x3/dz.svg);
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(flags/4x3/ec.svg);
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(flags/4x3/ee.svg);
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(flags/4x3/eg.svg);
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(flags/4x3/eh.svg);
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(flags/4x3/er.svg);
}

.flag-icon-er.flag-icon-squared {
  background-image: url(flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(flags/4x3/es.svg);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(flags/4x3/et.svg);
}

.flag-icon-et.flag-icon-squared {
  background-image: url(flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(flags/4x3/fi.svg);
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(flags/4x3/fj.svg);
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(flags/4x3/fk.svg);
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(flags/4x3/fm.svg);
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(flags/4x3/fo.svg);
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(flags/4x3/fr.svg);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(flags/4x3/ga.svg);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(flags/4x3/gd.svg);
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(flags/4x3/ge.svg);
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(flags/4x3/gf.svg);
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(flags/4x3/gg.svg);
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(flags/4x3/gh.svg);
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(flags/4x3/gi.svg);
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(flags/4x3/gl.svg);
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(flags/4x3/gm.svg);
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(flags/4x3/gn.svg);
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(flags/4x3/gp.svg);
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(flags/4x3/gq.svg);
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(flags/4x3/gr.svg);
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(flags/4x3/gs.svg);
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(flags/4x3/gt.svg);
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(flags/4x3/gu.svg);
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(flags/4x3/gw.svg);
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(flags/4x3/gy.svg);
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(flags/4x3/hk.svg);
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(flags/4x3/hm.svg);
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(flags/4x3/hn.svg);
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(flags/4x3/hr.svg);
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(flags/4x3/ht.svg);
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(flags/4x3/hu.svg);
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(flags/4x3/id.svg);
}

.flag-icon-id.flag-icon-squared {
  background-image: url(flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(flags/4x3/ie.svg);
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(flags/4x3/il.svg);
}

.flag-icon-il.flag-icon-squared {
  background-image: url(flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(flags/4x3/im.svg);
}

.flag-icon-im.flag-icon-squared {
  background-image: url(flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(flags/4x3/in.svg);
}

.flag-icon-in.flag-icon-squared {
  background-image: url(flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(flags/4x3/io.svg);
}

.flag-icon-io.flag-icon-squared {
  background-image: url(flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(flags/4x3/iq.svg);
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(flags/4x3/ir.svg);
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(flags/4x3/is.svg);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(flags/4x3/it.svg);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(flags/4x3/je.svg);
}

.flag-icon-je.flag-icon-squared {
  background-image: url(flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(flags/4x3/jm.svg);
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(flags/4x3/jo.svg);
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(flags/4x3/jp.svg);
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(flags/4x3/ke.svg);
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(flags/4x3/kg.svg);
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(flags/4x3/kh.svg);
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(flags/4x3/ki.svg);
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(flags/4x3/km.svg);
}

.flag-icon-km.flag-icon-squared {
  background-image: url(flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(flags/4x3/kn.svg);
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(flags/4x3/kp.svg);
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(flags/4x3/kr.svg);
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(flags/4x3/kw.svg);
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(flags/4x3/ky.svg);
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(flags/4x3/kz.svg);
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(flags/4x3/la.svg);
}

.flag-icon-la.flag-icon-squared {
  background-image: url(flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(flags/4x3/lb.svg);
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(flags/4x3/lc.svg);
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(flags/4x3/li.svg);
}

.flag-icon-li.flag-icon-squared {
  background-image: url(flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(flags/4x3/lk.svg);
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(flags/4x3/lr.svg);
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(flags/4x3/ls.svg);
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(flags/4x3/lt.svg);
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(flags/4x3/lu.svg);
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(flags/4x3/lv.svg);
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(flags/4x3/ly.svg);
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(flags/4x3/ma.svg);
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(flags/4x3/mc.svg);
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(flags/4x3/md.svg);
}

.flag-icon-md.flag-icon-squared {
  background-image: url(flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(flags/4x3/me.svg);
}

.flag-icon-me.flag-icon-squared {
  background-image: url(flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(flags/4x3/mf.svg);
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(flags/4x3/mg.svg);
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(flags/4x3/mh.svg);
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(flags/4x3/mk.svg);
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(flags/4x3/ml.svg);
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(flags/4x3/mm.svg);
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(flags/4x3/mn.svg);
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(flags/4x3/mo.svg);
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(flags/4x3/mp.svg);
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(flags/4x3/mq.svg);
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(flags/4x3/mr.svg);
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(flags/4x3/ms.svg);
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(flags/4x3/mt.svg);
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(flags/4x3/mu.svg);
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(flags/4x3/mv.svg);
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(flags/4x3/mw.svg);
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(flags/4x3/mx.svg);
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(flags/4x3/my.svg);
}

.flag-icon-my.flag-icon-squared {
  background-image: url(flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(flags/4x3/mz.svg);
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(flags/4x3/na.svg);
}

.flag-icon-na.flag-icon-squared {
  background-image: url(flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(flags/4x3/nc.svg);
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(flags/4x3/ne.svg);
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(flags/4x3/nf.svg);
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(flags/4x3/ng.svg);
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(flags/4x3/ni.svg);
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(flags/4x3/nl.svg);
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(flags/4x3/no.svg);
}

.flag-icon-no.flag-icon-squared {
  background-image: url(flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(flags/4x3/np.svg);
}

.flag-icon-np.flag-icon-squared {
  background-image: url(flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(flags/4x3/nr.svg);
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(flags/4x3/nu.svg);
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(flags/4x3/nz.svg);
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(flags/4x3/om.svg);
}

.flag-icon-om.flag-icon-squared {
  background-image: url(flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(flags/4x3/pa.svg);
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(flags/4x3/pe.svg);
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(flags/4x3/pf.svg);
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(flags/4x3/pg.svg);
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(flags/4x3/ph.svg);
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(flags/4x3/pk.svg);
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(flags/4x3/pl.svg);
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(flags/4x3/pm.svg);
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(flags/4x3/pn.svg);
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(flags/4x3/pr.svg);
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(flags/4x3/ps.svg);
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(flags/4x3/pt.svg);
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(flags/4x3/pw.svg);
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(flags/4x3/py.svg);
}

.flag-icon-py.flag-icon-squared {
  background-image: url(flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(flags/4x3/qa.svg);
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(flags/4x3/re.svg);
}

.flag-icon-re.flag-icon-squared {
  background-image: url(flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(flags/4x3/ro.svg);
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(flags/4x3/rs.svg);
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(flags/4x3/ru.svg);
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(flags/4x3/rw.svg);
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(flags/4x3/sa.svg);
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(flags/4x3/sb.svg);
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(flags/4x3/sc.svg);
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(flags/4x3/sd.svg);
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(flags/4x3/se.svg);
}

.flag-icon-se.flag-icon-squared {
  background-image: url(flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(flags/4x3/sg.svg);
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(flags/4x3/sh.svg);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(flags/4x3/si.svg);
}

.flag-icon-si.flag-icon-squared {
  background-image: url(flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(flags/4x3/sj.svg);
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(flags/4x3/sk.svg);
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(flags/4x3/sl.svg);
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(flags/4x3/sm.svg);
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(flags/4x3/sn.svg);
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(flags/4x3/so.svg);
}

.flag-icon-so.flag-icon-squared {
  background-image: url(flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(flags/4x3/sr.svg);
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(flags/4x3/ss.svg);
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(flags/4x3/st.svg);
}

.flag-icon-st.flag-icon-squared {
  background-image: url(flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(flags/4x3/sv.svg);
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(flags/4x3/sx.svg);
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(flags/4x3/sy.svg);
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(flags/4x3/sz.svg);
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(flags/4x3/tc.svg);
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(flags/4x3/td.svg);
}

.flag-icon-td.flag-icon-squared {
  background-image: url(flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(flags/4x3/tf.svg);
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(flags/4x3/tg.svg);
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(flags/4x3/th.svg);
}

.flag-icon-th.flag-icon-squared {
  background-image: url(flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(flags/4x3/tj.svg);
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(flags/4x3/tk.svg);
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(flags/4x3/tl.svg);
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(flags/4x3/tm.svg);
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(flags/4x3/tn.svg);
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(flags/4x3/to.svg);
}

.flag-icon-to.flag-icon-squared {
  background-image: url(flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(flags/4x3/tr.svg);
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(flags/4x3/tt.svg);
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(flags/4x3/tv.svg);
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(flags/4x3/tw.svg);
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(flags/4x3/tz.svg);
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(flags/4x3/ua.svg);
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(flags/4x3/ug.svg);
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(flags/4x3/um.svg);
}

.flag-icon-um.flag-icon-squared {
  background-image: url(flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(flags/4x3/us.svg);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(flags/4x3/uy.svg);
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(flags/4x3/uz.svg);
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(flags/4x3/va.svg);
}

.flag-icon-va.flag-icon-squared {
  background-image: url(flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(flags/4x3/vc.svg);
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(flags/4x3/ve.svg);
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(flags/4x3/vg.svg);
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(flags/4x3/vi.svg);
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(flags/4x3/vn.svg);
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(flags/4x3/vu.svg);
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(flags/4x3/wf.svg);
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(flags/4x3/ws.svg);
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(flags/4x3/ye.svg);
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(flags/4x3/yt.svg);
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(flags/4x3/za.svg);
}

.flag-icon-za.flag-icon-squared {
  background-image: url(flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(flags/4x3/zm.svg);
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(flags/4x3/zw.svg);
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(flags/1x1/zw.svg);
}

.flag-icon-eu {
  background-image: url(flags/4x3/eu.svg);
}

.flag-icon-eu.flag-icon-squared {
  background-image: url(flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(flags/4x3/gb-eng.svg);
}

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(flags/4x3/gb-nir.svg);
}

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(flags/4x3/gb-sct.svg);
}

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(flags/4x3/gb-wls.svg);
}

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(flags/1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(flags/4x3/un.svg);
}

.flag-icon-un.flag-icon-squared {
  background-image: url(flags/1x1/un.svg);
}

.clients_logo_sprite {
  background: url(../../../assets/frontend/images/clients_new/clients_logo_sprite.png) no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients_logo_sprite_corporate {
  background: url(../../../assets/frontend/images/clients_new/css_sprites_corporate.png) no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients_logo_sprite_lsp {
  background: url(../../../assets/frontend/images/clients_new/css_sprites_lsp.png) no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients_logo_sprite_others,
.clients_logo_sprite_universities {
  -webkit-filter: grayscale(100%);
  max-width: 166px;
  height: 90px;
  cursor: pointer;
  width: 100%;
}

.clients_logo_sprite_universities {
  background: url(../../../assets/frontend/images/clients_new/css_sprites_universities.png) no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.clients_logo_sprite_others {
  background: url(../../../assets/frontend/images/clients_new/css_sprites_others.png) no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.o-affymetrix {
  background-position: -316px -50px;
}

.o-agrobiothers {
  background-position: -2178px -50px;
}

.o-alga {
  background-position: -582px -50px;
}

.o-amero {
  background-position: -848px -50px;
}

.o-atominium {
  background-position: -1114px -50px;
}

.o-bayer {
  background-position: -1380px -50px;
}

.o-betec {
  background-position: -1646px -50px;
}

.o-burtin {
  background-position: -1912px -50px;
}

.o-carl {
  background-position: -50px -50px;
}

.o-euroairport {
  background-position: -2444px -50px;
}

.o-felss {
  background-position: -2710px -50px;
}

.o-interlex {
  background-position: -2976px -50px;
}

.o-kgs {
  background-position: -3242px -50px;
}

.o-kopfwerk {
  background-position: -3508px -50px;
}

.o-scalewings {
  background-position: -3774px -50px;
}

.o-tav {
  background-position: -4040px -50px;
}

.u-aquila {
  background-position: -316px -50px;
}

.u-basel {
  background-position: -2178px -50px;
}

.u-espi {
  background-position: -582px -50px;
}

.u-essil1 {
  background-position: -848px -50px;
}

.u-essil2 {
  background-position: -1114px -50px;
}

.u-fraunhofer {
  background-position: -1380px -50px;
}

.u-harvard {
  background-position: -1646px -50px;
}

.u-karatay {
  background-position: -1912px -50px;
}

.u-michigan {
  background-position: -50px -50px;
}

.u-nw {
  background-position: -2444px -50px;
}

.u-oxford {
  background-position: -2710px -50px;
}

.u-paderborn {
  background-position: -2976px -50px;
}

.u-saclay {
  background-position: -3242px -50px;
}

.u-sanfrancisco {
  background-position: -3508px -50px;
}

.u-upf {
  background-position: -3774px -50px;
}

.u-zurihch {
  background-position: -4040px -50px;
}

.l-amplexor {
  background-position: -316px -50px;
}

.l-csoft {
  background-position: -2178px -50px;
}

.l-hansem {
  background-position: -582px -50px;
}

.l-kern {
  background-position: -848px -50px;
}

.l-language {
  background-position: -1114px -50px;
}

.l-lingualinx {
  background-position: -1380px -50px;
}

.l-mondragon {
  background-position: -1646px -50px;
}

.l-nelles {
  background-position: -1912px -50px;
}

.l-semantis {
  background-position: -50px -50px;
}

.l-skrivanek {
  background-position: -2444px -50px;
}

.l-bigworld {
  background-position: -2710px -50px;
}

.l-localsoft {
  background-position: -2976px -50px;
}

.l-pactera {
  background-position: -3242px -50px;
}

.l-sdl {
  background-position: -3508px -50px;
}

.l-transperfect {
  background-position: -3774px -50px;
}

.l-welocalize {
  background-position: -4040px -50px;
}

.c-baker {
  background-position: -316px -50px;
}

.c-disney {
  background-position: -2178px -50px;
}

.c-gep {
  background-position: -582px -50px;
}

.c-armani {
  background-position: -848px -50px;
}

.c-john {
  background-position: -1114px -50px;
}

.c-kfc {
  background-position: -1380px -50px;
}

.c-linkedin {
  background-position: -1646px -50px;
}

.c-givaudan {
  background-position: -1912px -50px;
}

.c-vodafone {
  background-position: -50px -50px;
}

.c-misumi {
  background-position: -2444px -50px;
}

.c-nuance {
  background-position: -2710px -50px;
}

.c-orange {
  background-position: -2976px -50px;
}

.c-parexel {
  background-position: -3242px -50px;
}

.c-pg {
  background-position: -3508px -50px;
}

.c-samsung {
  background-position: -3774px -50px;
}

.c-wechat {
  background-position: -4040px -50px;
}

.clients_logo_hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: auto;
}

.clients_logo_hover:hover {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.bg-dell {
  background-position: -2292px -30px;
}

.bg-disney {
  background-position: -2064px -30px;
}

.bg-nuance {
  background-position: -1386px -30px;
}

.bg-kfc {
  background-position: -30px -30px;
}

.bg-samsung {
  background-position: -1160px -30px;
}

.bg-parexel {
  background-position: -1612px -30px;
}

.bg-vodafone {
  background-position: -256px -30px;
}

.bg-pg {
  background-position: -1838px -30px;
}

.bg-armani {
  background-position: -708px -30px;
}

.bg-givaudan {
  background-position: -934px -30px;
}

.bg-gep {
  background-position: -482px -30px;
}

.overlayMask {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: height 0.4s;
  height: 60px;
  padding-top: 10px;
  text-align: left;
}

.overlayTabs {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlayTabs:hover .overlayMask {
  height: 250px;
  background: rgba(0, 0, 0, 0.9);
}

.overlayTabs_new {
  position: relative;
  cursor: pointer;
}

.overlayTabs_new:hover .overlayMask {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
}

.overlayTabs_new > img {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}

.more {
  padding-left: 5%;
  padding-right: 10%;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 10px;
  background: #000;
  min-height: calc(100% - 40px);
}

.dash {
  border-bottom: 3px solid;
  width: 15%;
}

.overlayTabs:hover .dash, .overlayTabs_new:hover .dash {
  color: #fff !important;
}

.overlayTabs:hover .more, .overlayTabs_new:hover .more {
  display: block !important;
}

.clients_title {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
}

.last_updated_text {
  font-size: 17px;
  color: #a2a2a2;
  position: relative;
  top: -20px;
  text-align: center;
}

.clients_content li {
  color: #000;
}

.clients_content li:before {
  position: absolute;
  margin-left: -20px;
}

.blog-title {
  font-size: 30px;
  color: red;
  font-weight: 900;
}

.blog-title:hover,
.home-digits {
  color: #257ffc;
}

.max-description {
  text-align: center;
}

.home-digits {
  font-size: 80px;
  font-weight: 700;
}

.v-separate {
  position: relative;
}

.v-separate::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 15%;
  left: 0;
  border-left: solid 2px #e6e6e6;
}

.separate {
  width: 100%;
  height: 1px;
  background: #bcc0b8;
  opacity: 0.6;
}

.home-wwd {
  background: #f7f7f7 !important;
}

#header #nav ul li,
#header #nav ul li:not(.child) > a:hover {
  background: #fff;
}

div.icon-text:before {
  content: url(/assets/frontend/images/icons/icon_phone.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 10px 0 0 -40px;
}

.footer-phone {
  color: #fff;
}

.footer-phone:hover {
  color: #257ffc !important;
  text-decoration: none;
}

.footer-phone:visited {
  text-decoration: none;
}

.footer-phone a:visited {
  color: #fff !important;
}

span.icon-text-top:before {
  content: url(/assets/frontend/images/icons/001-whatsapp.png);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  margin-left: 16px;
  margin-right: 16px;
}

#header #nav ul li:not(.child):before {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 32px;
}

#header #nav ul li:not(.child) {
  margin: 0.25em auto;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  float: left;
}

#header.sticky ul.navigation-x > li:not(.child):last-child > a {
  padding: 2px 6px 0;
  position: relative;
  top: -4px;
}

#header.sticky #nav li > ul {
  left: -15px;
  top: 85px;
}

#header #nav ul li:not(.child) > a {
  font-weight: 600;
  text-transform: initial;
  text-align: left !important;
  margin: 0 auto;
  justify-content: space-between;
  height: 30px;
}

.request_a_quote,
.v-over-title {
  text-align: center;
  position: relative;
}

.introduction {
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
}

.intro_title {
  max-width: 100%;
  font-size: 60px;
  color: #fff;
  margin: auto;
  line-height: initial;
}

.intro_description {
  max-width: 90%;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
}
.more_description {
  font-weight: 600;
}

.request_a_quote {
  color: #fff;
  font-weight: 500;
}

.btn-link2 {
  display: inline-block;
  position: relative;
  color: #fff !important;
  border: 2px solid #fff;
  background: #000;
  font-weight: 600;
}

.btn-link2:hover {
  color: #000 !important;
  border-color: #fff !important;
  background: #fff;
}

/*
Bogdan
*/
.form-group + p.help-block {
  margin-bottom: 5px;
  color: red;
  margin-top: -15px;
  font-size: 12px;
}

.top-line-wrapper {
  background-color: #fff;
}

.header_mobile {
  background-color: #fff;
}

.socialfollow .header-start-project {
  padding: 0;
  text-transform: uppercase;
  margin: 10px 0;
  min-width: 150px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  border-radius: 4px;
  background-color: #2dbf43;
  box-shadow: 0 5px 10px 0 rgba(0, 181, 55, 0.5);
  text-align: center;
}

.socialfollow .header-start-project:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 181, 55, 0.5);
  background-color: #57cb68;
}

.page-content-wapper hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 14px 0 20px !important;
}
#header #nav-wrap #nav > li:not(:first-child):not(:last-child):hover > a {
  transition: border-bottom 0.1s ease;
  border-bottom: 2px solid;
}

.active_menu > a {
  transition: border-bottom 0.1s ease;
  border-bottom: 2px solid #fff;
}

.form_labels {
  color: #000;
  padding-bottom: 8px;
}

.form_required:after {
  content: " *";
}

.control-label-voices {
  color: #000;
  padding-bottom: 10px;
}

.v-over-title {
  color: #b3b3b3;
  clear: left;
  font-size: 20px;
  margin-top: -20px;
}

.voiceover_step1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.step_digits {
  color: #257ffc;
  font-size: 35px;
}

.small_titles {
  color: #000;
}

.function {
  font-weight: 600;
  color: #257ffc;
}

.function:before {
  content: "\2014\2014   ";
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.blog_titles,
.cover_titles {
  color: #000;
  font-weight: 700;
}

.description1 {
  text-align: left;
}

.blog_titles {
  font-size: 20px;
}

.blog_titles:hover,
.cover_titles:hover {
  color: #257ffc;
}

.cover_category {
  color: #a2a2a2;
  font-size: 14px;
  text-transform: uppercase;
}

.cover_date {
  color: #000;
  font-weight: 600;
}

.cover_date:before {
  content: "\2014\2014\2014\2014   ";
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

#nav ul li,
.alert,
.textwidget,
.widget-tabs li,
p {
  color: #000;
  font-weight: 500;
}

.type-1 .cover_read_more {
  text-decoration: none;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}

.type-1 .btn-2 {
  background-color: #255bda;
}

.type-1 .btn-2 .round {
  background-color: #257ffc;
}

.cover_read_more span {
  position: relative;
  z-index: 3;
}

.cover_read_more .round {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.cover_read_more .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  transition: all 0.3s;
}

.cover_read_more .txt {
  font-size: 14px;
  line-height: 1.45;
}

.type-1 a:hover {
  padding-left: 48px;
  padding-right: 28px;
}

.type-1 a:hover .round {
  width: calc(100% - 6px);
  border-radius: 30px;
}

.type-1 a:hover .round i {
  left: 12%;
}

#section_contact li,
.contact_information {
  display: inline-table;
}

.button.blackX,
button.blackX,
input[type=button].blackX,
input[type=reset].blackX,
input[type=submit].blackX {
  background: #fff;
  font-size: 15px !important;
  text-transform: none !important;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  color: #000;
  border: 2px solid #000;
}

.button.blackX:hover,
button.blackX:hover,
input[type=button].blackX:hover,
input[type=reset].blackX:hover,
input[type=submit].blackX:hover {
  background: #000;
  color: #fff;
}

.blog_single_title,
.created-blog {
  color: #000;
  font-weight: 600;
}

.blog_single_title {
  font-size: 30px;
  line-height: 1.2em;
  float: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: max-content;
}

.border_bt {
  border-bottom: 4px solid #000;
  width: 70%;
}

.blog_single_title a {
  text-align: center;
}

.blog_single_title:hover {
  color: #257ffc;
}

#section_contact li:not(:last-child):after {
  content: "|";
}

.overlayTabsText {
  color: #fff !important;
  width: 0;
  word-break: keep-all;
  font-size: 19px;
}

.invalid_validation {
  color: red !important;
  margin-top: -15px;
  padding-bottom: 15px;
  font-size: 13px !important;
}

.validation_no_file {
  color: red !important;
  padding: 5px 0 0 0;
  font-size: 13px !important;
}

.hf_header_logo {
  width: 50px;
  height: 50px;
  background-position: -183px -50px;
}

.hf_footer_logo {
  width: 33px;
  height: 26px;
  background-position: 0px -52px;
}

.hf_footer_ata,
.hf_footer_elia,
.hf_footer_gala,
.hf_footer_institute,
.hf_footer_atc,
.hf_footer_cyber {
  width: 120px;
  height: 70px;
  border-radius: 6px;
}

.hf_footer_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.logo_f_wrapper a.footerLink {
  color: white;
}

.logo_f_wrapper a.footerLink:hover {
  color: #257ffc;
}

.hf_footer_container-baseline {
  display: flex;
  justify-content: space-evenly;
}

.hf_footer_institute {
  background: url("../../../assets/frontend/images/clients_new/1-01.svg") no-repeat currentColor center;
}

.hf_footer_elia {
  background: url("../../../assets/frontend/images/clients_new/3-01.svg") no-repeat currentColor center;
}

.hf_footer_ata {
  background: url("../../../assets/frontend/images/clients_new/2-01.svg") no-repeat currentColor center;
}

.hf_footer_gala {
  background: url(../../../assets/frontend/images/clients_new/4-01.svg) no-repeat currentColor center;
}

.hf_footer_atc {
  background: url("../../../assets/frontend/images/clients_new/5-01.svg") no-repeat currentColor center;
}

.hf_footer_cyber {
  background: url("../../../assets/frontend/images/clients_new/6-01.svg") no-repeat currentColor center;
}

.tabs-clients {
  display:inline-block;
  border: 1px solid #E6E6E6;
  padding-bottom: 20px;
  width: 100%;
}
.tab-links-clients:after {
  display:block;
  clear:both;
  content:'';
}
.tab-links-clients li {
  margin:0px 2px;
  float:left;
  list-style:none;
}
.tab-links-clients a {
  padding:30px 65px;
  display:inline-block;
  border-radius:3px 3px 0px 0px;
  background:#F2F2F2;
  font-size:16px;
  font-weight:600;
  color:#4c4c4c;
  transition:all linear 0.15s;
  text-decoration:none;
  text-align: center;
}
.tab-links-clients a:hover {
  background:#E6E6E6;
  text-decoration:none;
}
.tab-links-clients li.active a {
  background:#257ffc;
  color: white !important;
}
.tab-content-clients {
  border-radius:3px;
  background:#fff;
}
.tab-clients {
  display:none;
}
.tab-clients.active {
  display:block;
}
.tab-links-clients li.active:after {
  content: '\25bc';
  display: block;
  position: relative;
  bottom: 4px;
  color: #257ffc;
}
.logoClients {
  border: 1px solid #E6E6E6;
  margin-left: 5px;
  margin-top: 5px;
  width: 24%;
}
.tab-clients .logoClients{
  display: inline-flex;
}

ul.tab-links-clients {
  display: table-cell;
}

@media only screen and (max-width:767px){
  .logoClients {
      width: 100% !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px){
  .logoClients {
      width: 49% !important;
  }
}

@media only screen and (min-width:1024px) {
  .logoClients {
      width: 24% !important;
  }
}

#atc {
  position:fixed;
  left: 16px;
  bottom: 104px;
  z-index: 9999;
  display: none;
}

#cyber {
  position:fixed;
  left: 16px;
  bottom: 192px;
  z-index: 9999;
  display: none;
}

#atc img,
#cyber img {
  max-width: 100%;
}

.slide-container {
  padding: 1rem 0;
  background: #f7f7f7;
}

@media (max-width: 1200px) {
  .homeBlog {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .slide-container .col-md-2 {
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .slide-container .col-md-2 {
    text-align: center;
    margin: 1rem 0;
  }

  .homeBlog {
    flex-wrap: wrap;
  }

  .homeBlog img {
    width: 100%;
  }
}

.homeBlog {
  display: flex;
}

.homeBlog img {
  max-width: 500px;
}

.homeBlog .post {
  padding: 2rem;
}

.cover_read_more,
a {
  color: #257ffc;
}

.language-meta-data {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.block-error {
  color: red;
  text-align: center;
  padding: 2rem;
}

/*Media*/
/*max 767*/
/*all mobile 959*/