
/* Comment Generated by Combres - Resource '~/Elements/Css/theme.css' (Mode: Static) */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Hostamedia CSS Framework v1.0
 * Agency   : Hostamedia
 * Site     : http://www.hostamedia.com
 *
 * Hostamedia Mixin list
 *
 */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/*!
 * For Each Library
 * source : https://github.com/seven-phases-max/less.curious
 * 
 * ## for ve for each döngü mixinleri
 */
/*!
 * Bootstrap'a dahil edilen mixin listesi
 *
 */
/*.gradient(@default: #F5F5F5, @start: #EEE, @stop: #FFF) {
    .linear-gradient-top(@default,@start,0%,@stop,100%);
}
.linear-gradient-top(@default,@color1,@stop1,@color2,@stop2) {
    background-color: @default;
    background-image: -webkit-linear-gradient(top, @color1 @stop1, @color2 @stop2);
    background-image: linear-gradient(top, @color1 @stop1, @color2 @stop2);
}
.linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3) {
    background-color: @default;
    background-image: -webkit-linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3);
    background-image: linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3);
}
.linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3,@color4,@stop4) {
    background-color: @default;
    background-image: -webkit-linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
    background-image: linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
}
.linear-gradient-left(@default,@color1,@stop1,@color2,@stop2) {
    background-color: @default;
    background-image: -webkit-linear-gradient(left, @color1 @stop1, @color2 @stop2);
    background-image: linear-gradient(left, @color1 @stop1, @color2 @stop2);
}
.linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3) {
    background-color: @default;
    background-image: -webkit-linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3);
    background-image: linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3);
}
.linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3,@color4,@stop4) {
    background-color: @default;
    background-image: -webkit-linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
    background-image: linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
}*/
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    -moz-transform: scale(1.3);
    /* Firefox */
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*!
 * Hostamedia (Core) CSS Framework v1.0
 * Agency   : Hostamedia
 * Site     : http://www.hostamedia.com
 *
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * 
 * Customized by HOSTAMEDIA
 * 
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none !important;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Hostamedia CSS Framework v1.0
 * Agency   : Hostamedia
 * Site     : http://www.hostamedia.com
 * 
 * Tools
 *
 */
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
/*! COLORS */
/* Social Media Colors */
/* Social Media Colors */
@font-face {
  font-family: 'Cormorant';
  src: url("/Elements/Font/Cormorant/Regular/CormorantGaramond-Regular.eot");
  src: url("/Elements/Font/Cormorant/Regular/CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/Cormorant/Regular/CormorantGaramond-Regular.woff") format("woff"), url("/Elements/Font/Cormorant/Regular/CormorantGaramond-Regular.ttf") format("truetype"), url("/Elements/Font/Cormorant/Regular/CormorantGaramond-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayRegular';
  src: url("/Elements/Font/Raleway/Regular/Raleway-Regular.eot");
  src: url("/Elements/Font/Raleway/Regular/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/Raleway/Regular/Raleway-Regular.woff") format("woff"), url("/Elements/Font/Raleway/Regular/Raleway-Regular.ttf") format("truetype"), url("/Elements/Font/Raleway/Regular/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewaySemiBold';
  src: url("/Elements/Font/Raleway/SemiBold/Raleway-SemiBold.eot");
  src: url("/Elements/Font/Raleway/SemiBold/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/Raleway/SemiBold/Raleway-SemiBold.woff") format("woff"), url("/Elements/Font/Raleway/SemiBold/Raleway-SemiBold.ttf") format("truetype"), url("/Elements/Font/Raleway/SemiBold/Raleway-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayExtraBold';
  src: url("/Elements/Font/Raleway/ExtraBold/Raleway-ExtraBold.eot");
  src: url("/Elements/Font/Raleway/ExtraBold/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/Raleway/ExtraBold/Raleway-ExtraBold.woff") format("woff"), url("/Elements/Font/Raleway/ExtraBold/Raleway-ExtraBold.ttf") format("truetype"), url("/Elements/Font/Raleway/ExtraBold/Raleway-ExtraBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayMedium';
  src: url("/Elements/Font/Raleway/Medium/Raleway-Medium.eot");
  src: url("/Elements/Font/Raleway/Medium/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/Raleway/Medium/Raleway-Medium.woff") format("woff"), url("/Elements/Font/Raleway/Medium/Raleway-Medium.ttf") format("truetype"), url("/Elements/Font/Raleway/Medium/Raleway-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
h4 small,
h2 small {
  font-size: inherit !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
input:-webkit-autofill {
  background-color: transparent !important;
}
/*.lock-body{overflow:hidden; .w-100; .h-100; .fixed;}*/
.sticky {
  top: 0;
}
.sticky .header-banner {
  display: block;
}
body {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1650px;
  margin: 0 auto;
}
.content {
  width: 1000px;
  margin: 0 50px;
}
.flickity-button {
  display: none;
}
.flickity-page-dots {
  position: absolute;
  bottom: 45px;
  width: 1650px;
  left: 0;
  right: 0;
  text-align: left;
  margin: 0 auto;
}
.flickity-page-dots li {
  margin: 0 70px 0 0 !important;
  background: #9e9e9e !important;
}
.flickity-page-dots li:after {
  background: #9e9e9e;
  content: '';
  position: absolute;
  width: 65px;
  height: 3px;
  top: 6px;
  margin: 0 7px;
}
.flickity-page-dots .is-selected {
  background: #e4c98f !important;
}
.flickity-page-dots .is-selected:after {
  background: #e4c98f;
}
.click-info {
  color: #1f2244;
  margin: 75px 0 0 0;
  float: left;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'RalewaySemiBold';
  font-size: 26px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.click-info:hover {
  color: #e4c98f;
}
.click-info:hover .icon {
  right: -110px;
}
.click-info .icon {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -57px -8px;
  width: 55px;
  height: 15px;
  position: absolute;
  right: -75px;
  top: 12px;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  -ms-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.click-info:focus {
  color: #1f2244;
}
h3 {
  color: #1f2244;
  margin: 0 0 40px 0;
  font-family: 'Cormorant';
  font-size: 40px;
  line-height: 55px;
  -webkit-font-smoothing: antialiased;
}
h2 {
  color: #1f2244;
  margin: 40px 280px 0 280px;
  position: relative;
  z-index: 99;
  font-family: 'Cormorant';
  font-size: 60px;
  line-height: 91px;
  -webkit-font-smoothing: antialiased;
}
span.span-container {
  color: #696970;
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.25px;
  float: left;
}
.service-background {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.content {
  float: right;
  margin: 50px auto;
}
section {
  width: 100%;
  float: left;
  position: relative;
  min-height: 900px;
}
.page-banner {
  width: 100%;
  float: left;
  height: 360px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 110px 0 0 0;
}
.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner h2,
.page-banner h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Cormorant';
  font-size: 50px;
  line-height: 85px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 70px;
  z-index: 99;
}
.page-banner h2 small,
.page-banner h3 small,
.page-banner h2 strong,
.page-banner h3 strong {
  color: #e4c98f;
  font-weight: normal;
}
.page-banner .container {
  padding: 0;
}
.service {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 110px;
  width: 1650px;
  margin: 0 auto;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: opacity,visibility;
  -moz-transition-property: opacity,visibility;
  -o-transition-property: opacity,visibility;
  -ms-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.service.slow {
  opacity: 0;
  visibility: hidden;
}
.service .free-service {
  float: left;
  border: 3px solid #25d366;
  border-radius: 35px;
  padding: 15px 20px;
  background-color: #25d366;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 220px;
}
.service .free-service p {
  color: #fff;
  font-family: 'RalewayMedium';
  font-size: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.service .free-service p i {
  background-image: url("/Elements/InterfaceImages/whatsapp.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 48px;
  background-position: 0;
  position: absolute;
  right: 15px;
  bottom: 2px;
}
.service .service-icon {
  width: 70px;
  height: 73px;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -6px -39px;
  position: absolute;
  right: 0;
  margin: -10px 0;
  cursor: pointer;
}
.breadcrumb {
  width: 1650px;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 99;
}
.breadcrumb ul:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 5px;
  left: 0;
  background-color: #e4c98f;
  bottom: 0;
}
.breadcrumb ul li {
  display: inline;
  margin: 0;
  position: relative;
}
.breadcrumb ul li a {
  color: #e4c98f;
  position: relative;
  font-family: 'RalewayRegular';
  font-size: 16px;
  line-height: 70px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb ul li a.active {
  /*  &:after { content: ''; .absolute; .sprite(-255px,-11px); width: 17px; height: 16px; bottom: 0; right: 3px; }*/
}
.breadcrumb ul li a:before {
  content: '';
  position: absolute;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -255px -11px;
  width: 17px;
  height: 16px;
  bottom: -1px;
  left: -18px;
}
.breadcrumb ul li .home {
  color: transparent;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -201px -8px;
}
.breadcrumb ul li:first-child a:before {
  display: none;
}
.breadcrumb ul li:nth-child(3) {
  margin: 0 0 0 26px;
}
.breadcrumb ul li:nth-child(3) a:after {
  display: none;
}
.information-container {
  position: relative;
  height: 100%;
  margin: 0;
}
.information-container ul.info-list {
  margin: 20px 0 0 0;
  width: 100%;
  float: left;
}
.information-container ul.info-list li {
  margin: 0 0 55px 0;
}
.information-container ul.info-list li a {
  color: #1f2244;
  font-family: 'Cormorant';
  font-size: 40px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  -ms-transition-property: color, font-size;
  transition-property: color, font-size;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.information-container ul.info-list li a.font-big {
  font-size: 40px;
}
.information-container ul.info-list .span-container {
  overflow: hidden;
  max-height: 0;
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -ms-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 0;
}
.information-container ul.info-list .span-container p {
  text-align: justify;
  word-spacing: -2px;
}
.information-container ul.info-list .span-container.add-height {
  max-height: 1100px;
  margin: 50px 0 60px 0;
}
.information-container img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.information-container .left {
  width: 60%;
}
.information-container span {
  padding: 0 40px;
  position: relative;
  float: left;
}
.information-container span:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 35px;
  background-color: #e4c98f;
  opacity: 0.4;
  left: 0;
  border-radius: 20px;
}
.information-container .click-info {
  margin: 0;
}
.press-section {
  margin: 200px 0;
  height: 100%;
}
.press-section .press-image {
  width: 100%;
}
.press-section .press-all {
  width: 70%;
  display: flex;
  float: left;
  position: relative;
  min-height: 850px;
}
.press-section .news-container {
  width: 30%;
  float: left;
  margin: 15px 0 0 0;
}
.press-section .news-container:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 829px;
  background-color: #e4c98f;
  opacity: 0.2;
  margin: 0 -45px;
  border-radius: 20px;
}
.press-section .news-container .note-press {
  margin: 23px 0 0 0;
}
.press-section .news-container .note-press ul {
  margin: 0 !important;
}
.press-section .press-list {
  counter-increment: press-list;
}
.press-section .press-list:before {
  content: counter(press-list);
  color: transparent;
}
.press-section .press-list,
.press-section .news-list {
  width: 50%;
  margin: 0 75px 0 0;
}
.press-section .press-list .title,
.press-section .news-list .title {
  color: #1f2244;
  margin: 0 0 50px 0;
  font-family: 'Cormorant';
  font-size: 50px;
  line-height: 55px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 112px;
}
.press-section .press-list span,
.press-section .news-list span {
  width: 100%;
  float: left;
  margin: 35px 0 0 0;
  color: #1f2244;
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
}
.press-section .news-list {
  width: 100%;
  float: left;
  margin: 0 75px 70px 0;
}
.press-section .news-list span {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.press-section .news-slider .flickity-viewport {
  height: 707px !important;
}
.press-section .news-slider .flickity-page-dots {
  bottom: -60px !important;
}
.press-section .all-news {
  width: 100%;
}
.press-section .click-info {
  margin: 120px 0 0 0;
}
.press-all:after {
  display: none;
  content: 'flickity';
}
ul.press-title {
  margin: 0 0 30px 0;
}
ul.press-title li {
  display: inline;
  margin: 0 40px 0 0;
}
ul.press-title li a {
  color: #696970;
  font-family: 'RalewayRegular';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
ul.press-title li a.active {
  color: #1f2244;
  font-family: 'RalewaySemiBold';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  padding: 0 15px;
}
ul.press-title li a.active:hover {
  color: #e4c98f;
}
ul.press-title li a.active:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 17px;
  background-color: #e4c98f;
  margin: 0;
  left: 0;
}
.note-press {
  margin: 50px 0 0 0;
  width: 100%;
  float: left;
}
.note-press img {
  position: absolute;
  width: auto !important;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.note-press ul {
  margin: 0 0 0 80px;
}
.note-press ul li {
  display: inline;
  color: #696970;
  font-family: 'RalewaySemiBold';
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}
.note-press ul li.date {
  display: block;
}
.note-press ul .job-user {
  margin: 0 0 0 25px;
  position: relative;
}
.note-press ul .job-user:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 7.5px;
  background-color: #e4c98f;
  position: absolute;
  bottom: 8px;
  left: -18px;
}
.pagination {
  width: 100%;
  float: left;
  z-index: 99;
  position: relative;
  margin: 0;
}
.pagination ul {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 28px;
}
.pagination ul li {
  display: inline;
  margin: 0 75px 0 0;
  position: relative;
}
.pagination ul li:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  background-color: #696970;
  bottom: 9px;
  left: -75px;
}
.pagination ul li a {
  color: #696970;
  font-family: 'RalewayMedium';
  font-size: 26px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 3px 13px;
  background-color: #ffffff;
  -webkit-transition-property: background-color,border,color;
  -moz-transition-property: background-color,border,color;
  -o-transition-property: background-color,border,color;
  -ms-transition-property: background-color,border,color;
  transition-property: background-color,border,color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.pagination ul li.active a {
  color: #e4c98f;
  border: 2px solid #e4c98f;
  border-radius: 100%;
}
.pagination ul li:first-child:before {
  display: none;
}
.sticky .header-banner .mobile-menu .bar {
  background-color: #1f2244 !important;
}
.filter {
  width: 100%;
  float: left;
}
.filter ul li {
  display: inline;
  float: left;
  margin: 0 50px 40px 0;
  flex: 1 0 21%;
}
.filter ul li a {
  font-family: 'RalewayRegular';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #696970;
  border: 1px solid #696970;
  padding: 5px 25px;
  border-radius: 40px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.filter ul li a:hover {
  background-color: #e4c98f;
  color: #1f2244;
  border: 1px solid #e4c98f;
}
.filter ul li a.active {
  background-color: #e4c98f;
  color: #1f2244;
  border: 1px solid #e4c98f;
}
.language-list {
  width: 25px;
  float: left;
  opacity: 1;
  visibility: visible;
}
.language-list.none {
  opacity: 0;
  visibility: hidden;
}
.language {
  font-family: 'RalewayExtraBold' !important;
  font-size: 18px !important;
  line-height: 18px !important;
  -webkit-font-smoothing: antialiased !important;
  color: #fff;
  margin: 0 20px;
}
.left-menu ul {
  position: relative;
}
.left-menu ul:before {
  content: '';
  position: absolute;
  background-color: #e4c98f;
  left: 0;
  width: 3px;
  height: 30px;
  height: 100%;
  opacity: 0.2;
}
.left-menu ul li {
  margin: 0 50px 35px 50px;
}
.left-menu ul li.active:before {
  content: '';
  position: absolute;
  background-color: #e4c98f;
  left: 0;
  width: 3px;
  height: 30px;
}
.left-menu ul li.active a {
  font-size: 22px;
}
.left-menu ul li a {
  color: #1f2244;
  font-family: 'RalewaySemiBold';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
.position {
  position: absolute;
  right: 0;
  width: auto;
}
.position:lang(en) {
  width: auto;
}
[data-sid]:not([data-sid=""]) ~ .select span {
  color: #e4c98f !important;
}
[data-id]:not([data-id=""]) ~ .select span {
  color: #e4c98f !important;
}
[data-date]:not([data-date=""]) ~ .select span {
  color: #e4c98f !important;
}
[data-sid] {
  color: #1f2244;
}
[data-id] {
  color: #1f2244;
}
[data-date] {
  color: #1f2244;
}
.filter-select {
  width: 100%;
  float: left;
  margin: 80px 0 0 0;
}
.filter-select .select-menu {
  float: left;
  margin: 0 88px 0 0;
  width: 480px;
  position: relative;
}
.filter-select .select-menu .select {
  border-bottom: 2px solid #1f2244;
  padding: 0 0 20px 0;
  cursor: pointer;
  position: relative;
}
.filter-select .select-menu .select span {
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
}
.filter-select .select-menu .select .dropdown-icon {
  width: 30px;
  height: 27px;
  position: absolute;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -295px -62px;
  right: 0;
  top: 0;
}
.filter-select .select-menu .select .dropdown-icon.add {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -373px -62px;
}
.filter-select .select-menu .dropdown-list {
  cursor: pointer;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9999;
  background-color: #f8f0e3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 53px 0 0 0;
}
.filter-select .select-menu .dropdown-list.show {
  display: block;
}
.filter-select .select-menu .dropdown-list li {
  color: #696970;
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.25px;
  height: 50px;
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 25px;
  background-color: #f8f0e3;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.filter-select .select-menu .dropdown-list li:hover {
  background-color: #e0c79a;
}
.filter-select .select-menu .dropdown-list li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.filter-select .select-menu:nth-child(3n) {
  margin: 0;
}
.team {
  width: 100%;
  float: left;
  margin: 180px 0 180px 0;
}
.team .team-all {
  margin: 0 0 110px 0;
  display: flex;
  flex-wrap: wrap;
}
.team .team-all:after {
  display: none !important;
}
.team .team-container {
  counter-increment: team-container;
}
.team .team-container:before {
  content: counter(team-container);
  color: transparent;
}
.team .team-container {
  margin: 0 95px 120px 0;
  position: relative;
  width: 480px;
  float: left;
}
.team .team-container img {
  width: 100%;
  margin: 0;
}
.team .team-container .title {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1f2244;
  font-family: 'Cormorant';
  font-size: 50px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px 0;
  height: 124px;
}
.team .team-container .team-view {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}
.team .team-container .leader {
  font-family: 'RalewaySemiBold';
  font-size: 22px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
}
.team .team-container span {
  color: #696970;
  font-family: 'RalewayRegular';
  font-size: 22px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: 0 0 0 25px;
}
.team .team-container span:before {
  content: '';
  width: 5px;
  height: 5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #e4c98f;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: -13px;
}
.team .team-container .mail {
  margin: 15px 0 0 0;
  position: relative;
}
.team .team-container .mail:before {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -239px -261px;
  position: absolute;
  content: '';
  width: 30px;
  height: 32px;
  left: 0;
}
.team .team-container .mail a {
  font-family: 'RalewayRegular';
  font-size: 22px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #696970;
  margin: 0 0 0 40px;
}
.team .team-container p {
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
  margin: 30px 0 0 0;
}
.team .team-container a {
  color: #1f2244;
}
.team .team-container:nth-child(3n) {
  margin: 0;
}
.stuff-list .team-container img {
  margin: 0 0 20px 0;
}
.service-section {
  position: relative;
  height: 100%;
  margin: 50px 0 0 0;
}
.service-section p {
  font-size: 22px;
  line-height: 29px;
  color: #696970;
}
.service-section ul {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
.service-section ul li {
  display: inline-block;
  width: 33%;
  margin: 0 0 45px 0;
  float: left;
}
.service-section ul li a {
  color: #696970;
  margin: 0 25px;
  font-family: 'RalewayExtraBold';
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  float: left;
  max-height: 15px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.service-section ul li a:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 24px;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -110px -5px;
  margin: 0 -35px;
}
.service-section ul li a:hover {
  color: #1f2244;
}
.loaded {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: none;
  z-index: 9;
}
.loaded .loading {
  background-image: url("/Elements/InterfaceImages/loading.gif");
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
}
.result-not-found {
  width: 100%;
  float: left;
}
.result-not-found .result-container {
  width: 570px;
  margin: 0 auto;
  text-align: center;
}
.result-not-found .result-container .icon {
  width: 150px;
  height: 123px;
  margin: 0 auto 45px auto;
  display: block;
  background-image: url("/Elements/InterfaceImages/group.png");
}
.result-not-found .result-container h4 {
  font-family: 'Cormorant';
  font-size: 50px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #696970;
  margin: 0 0 30px 0;
}
.news-container {
  width: 100%;
  float: left;
  margin: 150px 0 0 0;
}
.news-container .title-result {
  width: 1650px;
  margin: 0 auto 30px auto;
  padding: 0 10px;
}
.news-container .news-list {
  float: left;
  width: 480px;
  margin: 0 95px 80px 0;
}
.news-container .news-list .title {
  font-family: 'Cormorant';
  font-size: 50px;
  line-height: 55px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  margin: 0 0 30px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 112px;
}
.news-container .news-list span {
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
}
.news-container .news-list .note-press {
  margin: 20px 0 0 0;
}
.news-container .news-list .note-press ul {
  margin: 0;
}
.news-container .news-list:nth-child(3n) {
  margin: 0;
}
.news-container .title-news {
  font-family: 'Cormorant';
  font-size: 40px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  padding: 0 15px;
  position: relative;
  display: flex;
  margin: 0 0 40px 0;
}
.news-container .title-news span {
  margin: -8px 0;
}
.news-container .title-news a {
  color: #1f2244;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.news-container .title-news:before {
  width: 3px;
  height: 45px;
  background-color: #e4c98f;
  position: absolute;
  content: '';
  left: 0;
}
.news-container .title-news:hover {
  color: #e4c98f;
}
.press-section .first-click {
  position: absolute;
  left: 0;
  bottom: 0;
}
.stuff-write {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
  position: relative;
  min-height: 0;
}
.stuff-write p {
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  color: #696970;
  text-align: justify;
  word-spacing: -2px;
}
.stuff-write h1 {
  font-family: 'Cormorant';
  font-size: 55px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 30px 0;
  color: #1f2244;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1f2244 !important;
}
.mobile-area {
  width: 85%;
  height: 100vh;
  background-color: #e4c98f;
  position: fixed;
  z-index: 999999;
  right: -1250px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  -ms-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-area.show-menu {
  right: 0;
}
.mobile-area ul li {
  margin: 0 0 20px 0;
  position: relative;
}
.mobile-area ul li:before {
  width: 2px;
  height: 20px;
  position: absolute;
  content: '';
  left: -25px;
  background-color: #1f2244;
}
.mobile-area ul li a {
  font-family: 'RalewaySemiBold';
  font-size: 15px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
}
.mobile-area .search {
  position: relative;
  background: transparent;
  border: 2px solid #1f2244;
  border-radius: 30px;
  padding: 10px 0;
}
.mobile-area .search .error-search {
  position: absolute;
  margin: 35px 0 0 0;
  left: 0;
  right: 0;
}
.mobile-area .search input {
  background: none;
  border: none;
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  border-radius: 30px;
  padding: 0 15px;
}
.mobile-area .search label {
  position: absolute;
  left: 15px;
  font-family: 'RalewaySemiBold';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  bottom: 10px;
}
.mobile-area .search.borderline label {
  opacity: 0;
  visibility: hidden;
}
.mobile-area .search .search-icon {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -146px -7px;
  position: absolute;
  width: 17px;
  height: 23px;
  right: 4px;
  bottom: 10px;
}
header .error {
  position: absolute;
  bottom: -25px;
  font-size: 12px !important;
}
.error-search {
  font-family: 'RalewaySemiBold';
  font-size: 14px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.error-search.input-has-value {
  display: none !important;
}
.error {
  font-family: 'RalewaySemiBold' !important;
  font-size: 14px !important;
  line-height: inherit !important;
  -webkit-font-smoothing: antialiased !important;
}
.success-message {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  right: 0;
  margin: 80px auto;
}
.success-message .icon {
  background-image: url("/Elements/InterfaceImages/message.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 135px;
  height: 135px;
  margin: 0 auto 20px auto;
}
.success-message h4 {
  font-family: 'Cormorant';
  font-size: 38px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #696970;
  text-align: center;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
html.ua-ie .stuff-list .team-all {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}
h6 {
  color: #1f2244;
  margin: 0 0 50px 0;
  font-family: 'Cormorant';
  font-size: 35px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  padding: 15px 25px;
  display: flex;
}
h6:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -112px -62px;
  width: 45px;
  height: 35px;
  top: 0;
}
h6:after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -218px -62px;
  width: 45px;
  height: 35px;
  bottom: 0;
}
/*Selector style*/
span::-moz-selection {
  color: white;
  background-color: #1f2244;
}
span::selection {
  color: white;
  background-color: #1f2244;
}
p::-moz-selection {
  color: white;
  background-color: #1f2244;
}
p::selection {
  color: white;
  background-color: #1f2244;
}
h1::-moz-selection {
  color: white;
  background-color: #1f2244;
}
h1::selection {
  color: white;
  background-color: #1f2244;
}
h2::-moz-selection {
  color: white;
  background-color: #1f2244;
}
h2::selection {
  color: white;
  background-color: #1f2244;
}
h3::-moz-selection {
  color: white;
  background-color: #1f2244;
}
h3::selection {
  color: white;
  background-color: #1f2244;
}
h4::-moz-selection {
  color: white;
  background-color: #1f2244;
}
h4::selection {
  color: white;
  background-color: #1f2244;
}
strong::-moz-selection {
  color: white;
  background-color: #1f2244;
}
strong::selection {
  color: white;
  background-color: #1f2244;
}
h6::-moz-selection {
  color: white;
  background-color: #1f2244;
}
h6::selection {
  color: white;
  background-color: #1f2244;
}
.bread-title::-moz-selection {
  color: white;
  background-color: #1f2244;
}
.bread-title::selection {
  color: white;
  background-color: #1f2244;
}
.address-info::-moz-selection {
  color: white;
  background-color: #1f2244;
}
.address-info::selection {
  color: white;
  background-color: #1f2244;
}
.filter-search::-moz-selection {
  color: white;
  background-color: #1f2244;
}
.filter-search::selection {
  color: white;
  background-color: #1f2244;
}
li::-moz-selection {
  color: white;
  background-color: #1f2244;
}
li::selection {
  color: white;
  background-color: #1f2244;
}
/*Selector style*/
#launcher.index-bottom {
  z-index: 99 !important;
}
.mask-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f2244), color-stop(#282b4d), color-stop(#313455), color-stop(#3b3d5e), color-stop(#444767), color-stop(#444767), color-stop(#444767), color-stop(#444767), color-stop(#3b3d5e), color-stop(#313455), color-stop(#282b4d), to(#1f2244));
  background-image: -webkit-linear-gradient(left, #1f2244, #282b4d, #313455, #3b3d5e, #444767, #444767, #444767, #444767, #3b3d5e, #313455, #282b4d, #1f2244);
  background-image: -o-linear-gradient(left, #1f2244, #282b4d, #313455, #3b3d5e, #444767, #444767, #444767, #444767, #3b3d5e, #313455, #282b4d, #1f2244);
  background-image: linear-gradient(to right, #1f2244, #282b4d, #313455, #3b3d5e, #444767, #444767, #444767, #444767, #3b3d5e, #313455, #282b4d, #1f2244);
}
@media screen and (max-width: 1650px) {
  .main__title h1 {
    width: 100% !important;
    padding: 0 25px;
  }
  h6 {
    margin: 0;
    padding: 15px 18px;
  }
  html.ua-ie .news-container .news-list-all {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  html.ua-ie .news-container .news-list-all .news-list {
    width: 33%;
    padding: 0 40px 0 0;
  }
  html.ua-ie .team .team-all {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  html.ua-ie .team .team-container {
    width: 33%;
    padding: 0 40px 0 0;
  }
  .news-container {
    margin: 150px 0 50px 0;
  }
  .news-container .news-list-all {
    display: grid;
    width: 100%;
    float: left;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 25px;
  }
  .news-container .news-list-all .news-list {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .information-container {
    padding: 0 25px;
  }
  .information-container img {
    width: 40%;
  }
  .page-banner h2,
  .page-banner h3 {
    line-height: 57px;
  }
  .stuff-write {
    padding: 0 25px;
  }
  .note-press {
    margin: 25px 0 0 0;
  }
  .note-press ul li {
    line-height: 31px;
    font-size: 16px;
  }
  .news-container .title-result {
    width: 100%;
    margin: 0 40px 30px 40px;
  }
  .news-container .news-list {
    padding: 0;
  }
  .news-container .news-list .title {
    font-family: 'Cormorant';
    font-size: 45px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    height: 102px;
  }
  .news-container .news-list span {
    font-size: 16px;
  }
  .filter-select .select-menu {
    width: 33.3333333%;
    padding: 0 25px;
    margin: 0;
  }
  .filter-select .select-menu .select span {
    font-size: 15px;
  }
  .filter-select .select-menu .dropdown-list {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 43px 0 0 0;
  }
  .team {
    padding: 0 25px;
  }
  .team .team-all {
    display: grid;
    display: -ms-grid;
    width: 100%;
    float: left;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  .team .team-container {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 55px !important;
  }
  .team .team-container span {
    font-size: 18px;
  }
  .team .team-container .title {
    font-family: 'Cormorant';
    font-size: 45px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    height: 98px;
  }
  .team .team-container p {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  .team .team-container .team-image {
    width: 100%;
  }
  .filter {
    padding: 0 25px;
  }
  .container {
    padding: 0;
  }
  .breadcrumb {
    width: auto;
  }
  .breadcrumb ul {
    padding: 0 25px;
  }
  .page-banner h2,
  .page-banner h1,
  .page-banner h3 {
    padding: 0 25px;
  }
  .press-section .news-container:before {
    margin: 0 -17px;
  }
  .press-section .press-list {
    margin: 0 30px 0 25px;
  }
  .service {
    width: 100%;
    margin: 0 -25px;
    bottom: 90px;
  }
  .service .service-icon {
    right: 7px;
  }
  .position {
    width: auto;
  }
  .press-section {
    padding: 0 25px;
  }
  .container {
    width: 100%;
  }
}
.main__title {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
}
.main__title h1 {
  font-family: 'Cormorant';
  font-size: 60px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  width: 1650px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .content {
    width: 900px;
  }
}
@media screen and (max-width: 1500px) {
  .service {
    bottom: 80px;
  }
  .team .team-container .team-view {
    height: 330px;
  }
  .information-container img {
    width: 40%;
  }
  .information-container ul.info-list li a {
    font-size: 38px;
  }
  .language {
    margin: 0 13px;
  }
  .filter ul {
    width: 100%;
  }
  .filter ul li {
    margin: 0 20px 40px 0;
  }
  .note-press ul {
    margin: 0 0 0 50px;
  }
  .press-section {
    margin: 100px 0 100px 0;
  }
  .press-section .click-info {
    margin: 60px 0;
  }
  .press-section .press-list {
    width: 40%;
    margin: 0 0 0 85px;
  }
  .press-section .press-list .title {
    font-size: 38px;
    margin: 0;
  }
  .press-section .press-list:first-child {
    margin: 0;
  }
  .press-section .news-container .news-list .title {
    font-size: 34px;
    height: 95px;
  }
  .click-info {
    margin: 0;
  }
  h2 {
    margin: 40px 230px 0 230px;
  }
  .service-section ul li a {
    font-size: 16px;
  }
  .content {
    width: 800px;
  }
  .position {
    width: auto;
  }
}
@media screen and (max-width: 1450px) {
  ul.press-title li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .success-message h4 {
    font-family: 'Cormorant';
    font-size: 33px;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
  }
  .team .team-container {
    margin: 0 95px 0 0;
  }
  .team .team-container .leader {
    font-size: 17px;
    position: relative;
  }
  .team .team-container .leader span {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  .team .team-container .leader span:before {
    left: -10px;
    bottom: 6px;
  }
  .team .team-container .mail a {
    font-size: 17px;
  }
  .note-press {
    display: flex;
  }
  .note-press img {
    position: relative;
    width: 38px;
    float: left;
    height: 38px;
  }
  .note-press ul {
    margin: 0;
  }
  .service-section h2,
  .service-bottom h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .service-section ul li {
    width: 30%;
    max-width: 500px;
  }
  .content {
    width: 700px;
    margin: 0 auto;
  }
  .service-section ul li {
    height: 30px;
  }
  h2 {
    margin: 40px 200px 0 200px;
  }
}
@media screen and (max-width: 1300px) {
  header .error {
    width: 225px;
  }
  .content {
    width: 655px;
  }
  .note-press ul .job-user {
    margin: 0 0 0 9px;
  }
  .note-press ul .job-user:before {
    left: -11px;
  }
  .service-section ul li {
    margin: 0 0 50px 0;
  }
  .service-section ul li a {
    font-size: 14px;
  }
  span.span-container {
    font-size: 18px;
  }
  h2 {
    margin: 20px 20px 0 20px;
  }
  .service-background {
    width: 40%;
  }
  .service-background img {
    width: 100%;
  }
  ul.press-title li a {
    font-size: 13px;
  }
  ul.press-title li a.active {
    font-size: 14px;
  }
  .team .team-container {
    margin: 0 35px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .mask-banner {
    z-index: 9;
  }
  .service {
    width: 100%;
    margin: 0 -25px;
    bottom: 12px;
    display: flex;
    justify-content: flex-end;
    float: right;
  }
  .service .free-service {
    position: relative;
    right: 0;
    float: left;
  }
  .service .service-icon {
    position: relative;
    right: 0;
    float: left;
  }
  .breadcrumb {
    padding: 0 25px;
  }
  .breadcrumb ul {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    left: 0;
    right: 0;
  }
  .breadcrumb ul li {
    display: inline-block;
    margin: 0 19px 0 0 !important;
    float: none;
    padding: 0 0 15px 0;
    position: relative;
  }
  .breadcrumb ul li:before {
    left: -18px;
  }
  .breadcrumb ul li .home {
    position: absolute;
  }
  .breadcrumb ul li:first-child {
    margin: 0 45px 0 0 !important;
  }
  .left-menu ul:before {
    left: 17px;
  }
  .left-menu ul li.active a {
    font-size: 20px;
  }
  .team .team-all {
    margin: 0 !important;
  }
  .filter {
    padding: 0;
  }
  .stuff-write {
    padding: 0 25px 0 0;
  }
  .stuff-write p {
    font-family: 'RalewayMedium';
    font-size: 18px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
  }
  .stuff-write h1 {
    margin: 0 0 20px 0;
  }
  .click-info {
    font-size: 21px;
  }
  .click-info .icon {
    top: 9px;
  }
  .news-container .title-result {
    margin: 0 20px 30px 20px;
  }
  .team .team-container {
    padding: 0 20px;
  }
  .team .team-container .leader {
    display: flex;
    flex-direction: column;
  }
  .team .team-container .leader span {
    margin: 0;
  }
  .team .team-container .leader span:before {
    display: none;
  }
  .mobile-area {
    width: 100%;
    padding: 0;
  }
  .mobile-area ul {
    width: 100%;
    float: left;
    height: 350px;
    position: relative;
  }
  .mobile-area ul li {
    text-align: center;
    width: 50%;
    float: left;
    margin: 0 0 50px 0;
  }
  .mobile-area ul li:before {
    display: none;
  }
  .mobile-area .search {
    width: 410px;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
  }
  /*flickty-buton*/
  .flickity-button {
    display: block;
    top: inherit !important;
    bottom: 0;
    background: transparent !important;
    padding: 0;
    margin: 0;
    height: auto !important;
  }
  .flickity-prev-next-button.previous {
    left: 0 !important;
  }
  .flickity-prev-next-button.previous .flickity-button-icon {
    background-image: url("/Elements/InterfaceImages/sprite.svg") !important;
    background-repeat: no-repeat !important;
    background-position: -356px 1px !important;
  }
  .flickity-prev-next-button.next {
    right: unset;
    left: 45px;
  }
  .flickity-prev-next-button.next .flickity-button-icon {
    background-image: url("/Elements/InterfaceImages/sprite.svg") !important;
    background-repeat: no-repeat !important;
    background-position: -396px 1px !important;
  }
  .flickity-button-icon {
    fill: transparent !important;
    height: 32px !important;
    width: 22px !important;
  }
  .flickity-page-dots {
    display: none;
  }
  .mobile-area ul li a {
    font-family: 'RalewaySemiBold';
    font-size: 22px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
  }
  .position {
    position: relative;
  }
  .title-news:hover {
    color: #1f2244 !important;
  }
  .news-container .news-list .title {
    font-family: 'Cormorant';
    font-size: 30px;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    height: 78px;
    margin: 0 0 15px 0;
  }
  .filter-select {
    margin: 30px 0 0 0;
  }
  .pagination {
    margin: 65px 0 0 0;
  }
  .page-banner h2,
  .page-banner h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .team {
    margin: 100px 0 0 0;
  }
  .team .team-all {
    padding: 0;
    margin: 0 0 30px 0;
  }
  .team .team-container {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .team .team-container .title {
    font-family: 'Cormorant';
    font-size: 30px;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    height: 78px;
  }
  .team .team-container .team-view {
    margin: 0;
  }
  .team .team-container .leader {
    font-size: 17px;
    position: relative;
  }
  .team .team-container .leader span {
    font-size: 14px;
  }
  .team .team-container .leader span:before {
    left: -10px;
    bottom: 6px;
  }
  .team .team-container .mail a {
    font-size: 17px;
  }
  section {
    min-height: 0;
  }
  .news-container .news-list {
    margin: 0 0 40px 0;
  }
  .press-section {
    margin: 100px 0 0 0;
  }
  .press-section .news-container:before {
    height: 700px;
  }
  .press-section .first-click {
    bottom: 200px;
  }
  .press-section .news-slider .flickity-viewport {
    height: 578px !important;
  }
  .press-section .press-all .title,
  .press-section .news-container .title {
    font-size: 34px;
    line-height: 55px;
  }
  .service-section ul li {
    width: 33%;
    margin: 0 0 30px 0;
    height: 30px;
  }
  .service-section ul li a {
    font-size: 14px;
    line-height: 17px;
  }
  .service-section ul li a:before {
    margin: -3px -25px;
  }
  .content {
    width: 580px;
    margin: 15px 0 0 0;
  }
  h2 {
    margin: 0 100px 0 100px;
    font-size: 40px;
    line-height: 61px;
  }
  span.span-container {
    font-size: 18px;
  }
  .information-container span {
    padding: 0 20px;
  }
  .information-container ul.press-title {
    margin: 0;
  }
  .information-container ul.info-list .span-container.add-height {
    margin: 25px 0 30px 0;
    max-height: unset;
  }
  .information-container ul.info-list li {
    margin: 0 0 25px 0;
  }
  .information-container ul.info-list li a {
    font-size: 30px;
    line-height: 35px;
  }
  .press-section {
    padding: 0 25px;
  }
  .press-section .first-click {
    margin: 0;
  }
  .press-section .press-image {
    width: 100% !important;
  }
  .press-section .press-all {
    width: 70%;
    margin: 0 0 50px 0;
  }
  .press-section .news-container {
    width: 30%;
  }
  .note-press ul {
    margin: 0 15px;
  }
  .note-press ul li {
    display: block;
  }
  .note-press ul .job-user {
    margin: 0;
  }
  .note-press ul .job-user:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main__title {
    margin: 30px 0 0 0;
  }
  h6 {
    font-family: 'Cormorant';
    font-size: 29px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    padding: 15px 10px;
  }
  html.ua-ie .news-container .news-list-all .news-list {
    width: 50% !important;
  }
  html.ua-ie .team .team-container {
    width: 50%;
    padding: 0 40px 0 0;
  }
  .page-banner img {
    object-fit: cover;
  }
  .mobile-area {
    padding: 0;
  }
  .mobile-area ul li a:hover {
    color: #1f2244;
  }
  .success-message {
    position: relative;
  }
  .flickity-button {
    height: 44px !important;
  }
  .news-container {
    margin: 80px 0 50px 0 !important;
  }
  .news-container .news-list-all {
    grid-template-columns: 1fr 1fr;
  }
  .news-container .news-list-all .news-list {
    width: 100% !important;
  }
  h3 {
    font-size: 32px;
  }
  .filter-select .select-menu .dropdown-list {
    margin: 43px 0 0 0;
  }
  .filter-select .select-menu .dropdown-list li {
    font-family: 'RalewayMedium';
    font-size: 17px;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    padding: 20px 15px;
  }
  .filter-select .select-menu .select span {
    font-family: 'RalewayMedium';
    font-size: 16px;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .left-menu ul li {
    margin: 0 0 30px 25px 30px !important;
  }
  .left-menu ul li a {
    font-family: 'RalewayMedium' !important;
    font-size: 15px !important;
    line-height: 18px !important;
    -webkit-font-smoothing: antialiased !important;
  }
  h1 {
    font-size: 45px !important;
  }
  .content {
    width: 100%;
    padding: 0 25px;
    float: left;
  }
  .team {
    /*   .team-all { display: flex !important; }*/
  }
  .team .team-all {
    grid-template-columns: 1fr 1fr;
  }
  .team .team-container {
    width: 100%;
    margin: 0 0 40px 0 !important;
    padding: 0;
  }
  .team .team-container .title {
    margin: 0;
  }
  .team .team-container p {
    line-height: 22px;
    height: 90px;
  }
  .team .team-container .team-image {
    margin: 0;
  }
  .team .team-container .mail {
    margin: 6px 0 0 0;
  }
  .team .team-container .mail a {
    font-size: 14px;
  }
  .team .team-container .leader {
    font-size: 14px;
  }
  .team .team-container .leader span {
    font-size: 12px;
  }
  .team .team-container .team-view {
    height: 400px;
    background-size: cover;
  }
  .content {
    padding: 0 !important;
  }
  .service-bottom {
    padding: 0 25px;
  }
  section {
    min-height: 0;
  }
  .press-section .press-all .title {
    line-height: 40px;
  }
  .press-section .first-click {
    position: relative;
    bottom: 0;
    margin: 0 !important;
  }
  .press-section .news-container .flickity-button {
    height: 30px !important;
  }
  .press-section .news-container:before {
    display: none;
  }
  .press-section .news-container .news-list {
    padding: 0 !important;
  }
  .press-section .news-container .news-list .title {
    margin: 10px 0 30px 0;
  }
  .press-section .news-slider .flickity-viewport {
    height: 645px !important;
    margin: 0 0 10px 0;
  }
  .press-section .press-all .title,
  .press-section .news-container .title {
    height: auto;
  }
  .service-section {
    padding: 0 25px;
  }
  .service-section ul li {
    margin: 0 0 40px 0;
    height: auto;
  }
  .container {
    padding: 0;
  }
  .service-background {
    display: none;
  }
  .click-info .icon {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -294px -10px;
    right: -38px;
    width: 34px;
    top: 8px;
  }
  .click-info:hover .icon {
    right: -38px;
  }
  h3 {
    margin: 0 0 20px 0;
  }
  h2 {
    margin: 0;
  }
  .information-container {
    margin: 25px 0 0 0;
  }
  .information-container .left {
    width: 100%;
  }
  .information-container img {
    width: 100%;
    position: relative;
    display: none;
  }
  .information-container ul.info-list li {
    margin: 0 0 40px 0;
  }
  .information-container ul.info-list li a:hover {
    color: #1f2244;
  }
  .note-press {
    margin: 20px 0 0 0;
  }
  .press-section {
    padding: 0 25px;
    margin: 100px 0 0 0;
  }
  .press-section .news-container {
    width: 100%;
    margin: 80px 0 0 0;
  }
  .press-section .news-container .news-list .title {
    height: auto;
    line-height: 40px;
  }
  .press-section .press-all {
    width: 100%;
    margin: 0;
    min-height: 0;
  }
  .press-section .press-list {
    width: 50%;
  }
  .press-section .click-info {
    margin: 0;
  }
  ul.press-title {
    margin: 0;
  }
  .click-info {
    font-size: 20px;
  }
  .click-info:hover {
    color: #1f2244;
  }
  .stuff-write p {
    font-family: 'RalewayMedium';
    font-size: 17px;
    line-height: 29px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 767px) {
  .press-all:after {
    content: '';
  }
}
@media screen and (max-width: 767px) {
  .main__title h1 {
    line-height: 23px;
  }
  .mask {
    z-index: 9;
  }
  h6 {
    font-family: 'Cormorant';
    font-size: 22px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
  }
  h6:before {
    top: -16px;
  }
  h6:after {
    bottom: -16px;
  }
  .service-bottom h2 {
    margin: 0;
  }
  html.ua-ie .news-container .news-list-all .news-list {
    width: 100% !important;
  }
  html.ua-ie .team .team-container {
    width: 100%;
    padding: 0;
  }
  .stuff-write {
    padding: 0 25px;
  }
  html.ua-mobile.ua-crios .mobile-area ul li {
    margin: 0 0 25px 0;
  }
  .mobile-area .search .error {
    font-size: 12px !important;
    margin: 17px 0 0 0;
  }
  .mobile-area ul {
    height: auto;
  }
  .mobile-area ul li {
    margin: 0 0 35px 0;
  }
  .stuff-list .team-container {
    margin: 0 0 30px 0 !important;
  }
  .stuff-list .team-container img {
    margin: 0;
  }
  .service {
    margin: 0 -25px;
    bottom: 40px;
  }
  .service .free-service {
    width: 150px;
    padding: 15px 14px;
  }
  .service .free-service p {
    font-size: 15px;
    line-height: 15px;
  }
  .service .free-service p i {
    width: 33px;
    height: 30px;
    background-image: url("/Elements/InterfaceImages/whatsapp-mobile.svg");
    bottom: 10px;
    right: 10px;
  }
  .team .team-all {
    display: block;
  }
  .team .team-container {
    padding: 0;
  }
  .team .team-container .leader {
    display: inline;
  }
  .team .team-container .leader span {
    margin: 0 0 0 15px;
  }
  .team .team-container .leader span:before {
    display: block;
  }
  span.span-container {
    font-size: 16px;
  }
  .page-banner {
    margin: 80px 0 0 0;
    height: 200px;
  }
  .page-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .page-banner h2,
  .page-banner h3 {
    bottom: 55px;
  }
  .breadcrumb {
    padding: 0 25px;
  }
  .breadcrumb ul {
    height: 58px;
  }
  .news-container {
    margin: 0 !important;
  }
  .news-container .news-list-all {
    display: block;
  }
  .news-container .news-list-all .news-list {
    width: 100% !important;
    padding: 0 !important;
  }
  .news-container .news-list {
    padding: 0 !important;
  }
  .news-container .news-list .title {
    margin: 0 0 10px 0 !important;
  }
  .news-container .title-news {
    margin: 0 0 20px 0;
  }
  .pagination ul li {
    margin: 0 11px 0;
  }
  .pagination ul li:before {
    width: 28px;
    left: -23px;
    height: 2px;
  }
  .pagination ul li a {
    font-size: 20px;
    padding: 3px 12px;
    line-height: 30px;
  }
  .filter-select .select-menu {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .left-menu {
    position: relative;
    margin: 0 !important;
  }
  .left-menu ul {
    width: 100%;
    height: auto;
    position: absolute !important;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 11px 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
  }
  .left-menu ul:before {
    display: none;
  }
  .left-menu ul li {
    display: inline-block;
    margin: 0 25px 0 0 !important;
    float: none;
    padding: 0 0 15px 0;
    position: relative;
  }
  .left-menu ul li:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background-color: #1f2244;
    right: -14px;
  }
  .left-menu ul li.active:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #e4c98f;
    bottom: 0;
    left: 0;
  }
  .left-menu ul li:before {
    display: none;
  }
  h1 {
    font-size: 35px !important;
    margin: 0 0 10px 0 !important;
  }
  .professions-list .container {
    display: block !important;
  }
  .result-not-found .result-container {
    width: 100%;
  }
  .result-not-found .result-container .icon {
    margin: 0 auto;
  }
  .result-not-found .result-container h4 {
    font-size: 35px;
  }
  .filter ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 11px 0;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
  }
  .filter ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    float: none !important;
  }
  .filter ul li a {
    padding: 5px 10px;
  }
  .breadcrumb ul:after {
    width: 100%;
  }
  .col-lg-4,
  .col-lg-12,
  .col-lg-6,
  .col-lg-9,
  .col-lg-8,
  .col-md-6 {
    padding: 0;
  }
  .team .team-container {
    width: 100%;
  }
  .team .team-container .title {
    margin: 0 0 10px 0 !important;
  }
  .team .team-container p {
    height: auto;
  }
  .service-section ul li {
    width: 100%;
  }
  .service-section ul li a:before {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -109px -7px;
    margin: -1px -28px;
  }
  .page-banner h2,
  .page-banner h3 {
    font-family: 'Cormorant';
    font-size: 25px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
  }
  .click-info .icon {
    display: block;
  }
  h2 {
    font-family: 'Cormorant' !important;
    font-size: 28px !important;
    line-height: 30px !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 0 20px 0;
  }
  .service-section ul {
    margin: 20px 0 0 0;
  }
  .service-section h2 {
    line-height: 44px;
    margin: 0 0 8px 0;
  }
  .content {
    padding: 0 !important;
  }
  .press-section {
    padding: 0;
  }
  .press-section .click-info {
    margin: 0;
  }
  .press-section .news-slider .flickity-viewport {
    height: 630px !important;
  }
  .press-section .press-all {
    display: block;
    margin: 0;
  }
  .press-section .press-all .flickity-viewport {
    height: 750px !important;
  }
  ul.press-title li {
    margin: 0;
  }
  ul.press-title li a {
    font-size: 18px;
  }
  ul.press-title li a.active {
    font-size: 18px;
  }
  .press-section {
    margin: 100px 0 0 0;
  }
  .press-section .press-list {
    width: 100%;
  }
  .click-info {
    font-size: 20px;
    margin: 0;
  }
  .information-container {
    margin: 45px 0 0 0;
  }
  .information-container span {
    padding: 0 10px;
  }
  .information-container ul.info-list li {
    margin: 0 0 40px 0;
  }
  .information-container ul.info-list .span-container.add-height {
    max-height: unset;
  }
}
@media screen and (max-width: 450px) {
  html.ua-safari .mobile-area .search {
    bottom: -50px;
  }
  html.ua-safari .mobile-area ul li {
    margin: 0 0 18px 0;
  }
  .mobile-area {
    width: 100%;
  }
  .mobile-area ul {
    width: auto;
    height: auto;
  }
  .mobile-area ul li {
    text-align: center;
    width: 100%;
    margin: 0 0 35px 0;
  }
  .mobile-area ul li a {
    font-family: 'RalewaySemiBold';
    font-size: 18px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
  }
  .mobile-area .search {
    width: 200px;
  }
}
@media screen and (max-width: 370px) {
  html.ua-safari .mobile-area ul {
    margin: -50px 0 0 0;
  }
  .mobile-area .search {
    bottom: -30px;
  }
  .mobile-area ul {
    margin: 30px 0 0 0;
  }
  .mobile-area ul li {
    margin: 0 0 20px 0;
  }
  .click-info {
    font-size: 16px;
  }
  .click-info .icon {
    top: 5px;
  }
  .breadcrumb ul {
    padding: 0 7px;
  }
  .note-press ul .job-user {
    margin: 0 0 0 20px;
  }
  .pagination ul li {
    margin: 0 20px 0;
  }
  .pagination ul li:before {
    width: 40px;
    left: -40px;
  }
}
@media screen and (max-width: 320px) {
  .service {
    margin: 0 auto;
  }
  html.ua-mobile.ua-crios .banner-container .flickity-viewport {
    height: 100vh !important;
  }
  html.ua-mobile.ua-crios .banner-container .banner {
    height: 100vh !important;
  }
  html.ua-mobile.ua-crios .banner-container .banner .text {
    bottom: 20px;
  }
}
