@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css?v=1.2";
@import "../css/forms.css";
@import "../css/flexslider.css";

@import url(//fonts.googleapis.com/css?family=Istok + Web:400, 700);
@import url(//fonts.googleapis.com/css?family=Droid + Sans:700);
@import url(//fonts.googleapis.com/css?family=Droid + Sans);

html {
  overflow-y: scroll;
}
body {
  background: #f5f5f5 url("../images/body.jpg");
  font: 12px/24px Arial, sans-serif;
  color: #a1a1a1;
  position: relative;
  min-width: 320px;
}
html,
body {
  height: 100%;
}
a {
  /* color: #a1a1a1; */
  outline: none;
  cursor: pointer;
  color: #24546c;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}

/* GLOBAL STRUCTURE
========================================================================= */
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper em {
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
}
.extra-wrap {
  overflow: hidden;
  display: block;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}

.main {
  max-width: 1196px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px #000;
  -moz-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 3px #eee;
}
.main-inner {
  width: 980px;
  margin: 0 auto;
}

/* TYPOGRAPHY
========================================================================= */
h1 {
  float: left;
  padding-top: 15px;
}
h1 a {
  display: block;
  text-indent: -999em;
  width: 280px;
  height: 65px;
  background: url("../images/logo.png") no-repeat;
}
h2 {
  font: normal 34px/42px "Istok Web", sans-serif;
  color: #24546c;
  letter-spacing: -0.2pt;
}
h3 {
  font: normal 30px/36px "Istok Web", sans-serif;
  color: #171717;
  letter-spacing: -0.8pt;
}
h4 {
  color: #ffffff;
  font: 700 32px/42px "Istok Web", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
  letter-spacing: -1px;
}
strong,
strong a {
  font-weight: bold;
  color: #24546c;
}
strong a:hover {
  color: #0194a6;
}

/* IDENTS
========================================================================= */
.indent-bot-1 {
  margin-bottom: 20px;
}
.indent-bot-2 {
  margin-bottom: 45px;
}
.indent-bot-3 {
  margin-bottom: 12px;
} /* h2 > img */
.indent-bot-4 {
  margin-bottom: 28px;
} /* img > text */
.indent-bot-5 {
  margin-bottom: 20px;
}
.indent-bot-6 {
  margin-bottom: 10px;
} /* h3 > img */
.indent-bot-7 {
  margin-bottom: 10px;
}
.indent-bot-8 {
  margin-bottom: 7.5px;
}
.indent-bot-9 {
  margin-bottom: 26px;
}
.indent-bot-10 {
  margin-bottom: 12px;
}
.indent-bot-11 {
  margin-bottom: 30px;
}

/*body:not(.en) #languageselection,
body:not(.en) #languageselection + label{
 display: none;
}*/

/* Language Selection */
#languageselection {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 0;
  top: -999px;
}
#languageselection + label {
  /*display: inline-block;*/
  position: relative;
  width: 180px;
  height: 40px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition-timing-function: linear;
  margin-left: 25px;
  margin-top: 20px;
  text-align: center;
  white-space: nowrap;
}
#languageselection:focus + label {
  width: 180px;
  transition-duration: 0.6s;
}
#languageselection + label > a,
body.en #languageselection + label > a.en + div,
body.it #languageselection + label > a.it + div,
body.nl #languageselection + label > a.nl + div,
body.de #languageselection + label > a.de + div,
body.da #languageselection + label > a.da + div,
body.fi #languageselection + label > a.fi + div,
body.no #languageselection + label > a.no + div,
body.sv #languageselection + label > a.sv + div,
body.fr #languageselection + label > a.fr + div,
body.es #languageselection + label > a.es + div,
body.pl #languageselection + label > a.pl + div,
body.pt #languageselection + label > a.pt + div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 23px;
  height: 15px;
  margin-left: 2px;
  border: solid #30627b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px 100%;
  margin-top: 15px;
  transition-delay: 0.3s;
  transition-duration: 0.2s;
}
#languageselection:focus + label > a,
body.en #languageselection + label > a.en + div,
body.it #languageselection + label > a.it + div,
body.nl #languageselection + label > a.nl + div,
body.de #languageselection + label > a.de + div,
body.da #languageselection + label > a.da + div,
body.fi #languageselection + label > a.fi + div,
body.no #languageselection + label > a.no + div,
body.sv #languageselection + label > a.sv + div,
body.fr #languageselection + label > a.fr + div,
body.es #languageselection + label > a.es + div,
body.pl #languageselection + label > a.pl + div,
body.pt #languageselection + label > a.pt + div {
  /*width: 45px;*/
  height: 20px;
  transition-duration: 0.6s;
}
body.en #languageselection + label > a.en,
body.it #languageselection + label > a.it,
body.nl #languageselection + label > a.nl,
body.de #languageselection + label > a.de,
body.da #languageselection + label > a.da,
body.fi #languageselection + label > a.fi,
body.no #languageselection + label > a.no,
body.sv #languageselection + label > a.sv,
body.fr #languageselection + label > a.fr,
body.es #languageselection + label > a.es,
body.pl #languageselection + label > a.pl,
body.pt #languageselection + label > a.pt {
  width: 0 !important;
  /*height: 0 !important;*/
}
#languageselection + label > a + div {
  display: none;
}

#languageselection + label > a.en,
#languageselection + label > a.en + div {
  background-image: url("../flags-icon/uk.gif");
}
#languageselection + label > a.it,
#languageselection + label > a.it + div {
  background-image: url("../flags-icon/it.gif");
}
#languageselection + label > a.nl,
#languageselection + label > a.nl + div {
  background-image: url("../flags-icon/nl.gif");
}
#languageselection + label > a.es,
#languageselection + label > a.es + div {
  background-image: url("../flags-icon/es.gif");
}
#languageselection + label > a.fr,
#languageselection + label > a.fr + div {
  background-image: url("../flags-icon/fr.gif");
}
#languageselection + label > a.sv,
#languageselection + label > a.sv + div {
  background-image: url("../flags-icon/sv.gif");
}
#languageselection + label > a.de,
#languageselection + label > a.de + div {
  background-image: url("../flags-icon/de.gif");
}
#languageselection + label > a.no,
#languageselection + label > a.no + div {
  background-image: url("../flags-icon/no.gif");
}
#languageselection + label > a.fi,
#languageselection + label > a.fi + div {
  background-image: url("../flags-icon/fi.gif");
}
#languageselection + label > a.da,
#languageselection + label > a.da + div {
  background-image: url("../flags-icon/da.gif");
}
#languageselection + label > a.pt,
#languageselection + label > a.pt + div {
  background-image: url("../flags-icon/pt.gif");
}
#languageselection + label > a.pl,
#languageselection + label > a.pl + div {
  background-image: url("../flags-icon/pl.gif");
}
#languageselection + label > a.tr,
#languageselection + label > a.tr + div {
  background-image: url("../flags-icon/tr.gif");
}
#languageselection + label > a.cn,
#languageselection + label > a.cn + div {
  background-image: url("../flags-icon/cn.gif");
}
#languageselection + label > a.kr,
#languageselection + label > a.kr + div {
  background-image: url("../flags-icon/kr.gif");
}
#languageselection + label > a.rs,
#languageselection + label > a.rs + div {
  background-image: url("../flags-icon/rs.gif");
}

/* HEADER
========================================================================= */
#page1 header {
  border: none;
}
header {
  padding-bottom: 34px;
  border-bottom: 1px solid #e2e2e2;
}
.demo-link {
  padding-top: 49px;
  padding-left: 2px;
  float: left;
}
.demo-link a {
  color: #747474;
}

.head-links {
  float: right;
  padding-top: 43px;
}
.head-list {
  float: left;
  padding-top: 14px;
}
.head-list li {
  float: left;
  border-left: 1px solid #747474;
  line-height: 11px;
  padding: 0 9px;
}
.head-list li:first-child {
  border: none;
}
.head-list li a {
  color: #747474;
}

.head-list li a:hover,
.demo-link a:hover {
  color: #0194a6;
  text-decoration: underline;
}

.login-sign {
  float: left;
  margin-left: 22px;
}

.login-sign a {
  display: inline-block;
  color: #282828;
  text-transform: uppercase;
  font: 700 14px/28px "Droid Sans", sans-serif;
  padding: 4px 17px;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #e2e2e2;
  margin-left: -2px;
  background: #f8f8f8; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f7f7f7 31%, #f2f2f2 60%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f8f8f8),
    color-stop(31%, #f7f7f7),
    color-stop(60%, #f2f2f2),
    color-stop(100%, #efefef)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f8f8f8 0%,
    #f7f7f7 31%,
    #f2f2f2 60%,
    #efefef 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #f7f7f7 31%, #f2f2f2 60%, #efefef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f7f7f7 31%, #f2f2f2 60%, #efefef 100%); /* IE10+ */
  background: linear-gradient(top, #f8f8f8 0%, #f7f7f7 31%, #f2f2f2 60%, #efefef 100%); /* W3C */
  -pie-background: linear-gradient(#f8f8f8 0%, #f7f7f7 31%, #f2f2f2 60%, #efefef 100%);
  filter: none;
}

.login-sign a:hover {
  background: #efefef; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #efefef 0%, #f2f2f2 40%, #f7f7f7 69%, #f8f8f8 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #efefef),
    color-stop(40%, #f2f2f2),
    color-stop(69%, #f7f7f7),
    color-stop(100%, #f8f8f8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #efefef 0%,
    #f2f2f2 40%,
    #f7f7f7 69%,
    #f8f8f8 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #f2f2f2 40%, #f7f7f7 69%, #f8f8f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #f2f2f2 40%, #f7f7f7 69%, #f8f8f8 100%); /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #f2f2f2 40%, #f7f7f7 69%, #f8f8f8 100%); /* W3C */
  -pie-background: linear-gradient(#efefef 0%, #f2f2f2 40%, #f7f7f7 69%, #f8f8f8 100%);
  filter: none;
}

/* CONTENT
========================================================================= */
#content {
  padding: 46px 0 34px 0;
}
#page1 #content {
  padding: 0 0 34px 0;
}

#content-2 {
  line-height: 19px;
  color: #6b6b6b;
  padding: 47px 0 63px 0;
  background: #f6f6f6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f8f8f8 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f6f6f6),
    color-stop(100%, #f8f8f8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f8f8f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #f8f8f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f8f8f8 100%); /* IE10+ */
  background: linear-gradient(top, #f6f6f6 0%, #f8f8f8 100%); /* W3C */
  -pie-background: linear-gradient(#f6f6f6 0%, #f8f8f8 100%);
  filter: none;
}

.block-1,
.block-2,
.block-3 {
  float: left;
}

.block-1 h4,
.block-2 h4,
.block-3 h4 {
  margin-bottom: 14px;
}
.block-1 p,
.block-2 p,
.block-3 p {
  line-height: 22px;
  margin-bottom: 21px;
  text-align: justify;
}

.block-1 {
  width: 327px;
  background: url("../images/block1-tail.jpg");
}
.block-2 {
  width: 326px;
  background: url("../images/block2-tail.jpg");
}
.block-3 {
  width: 326px;
  background: url("../images/block3-tail.jpg");
}

.indent-block {
  padding: 25px 30px 10px 30px;
  color: #ffffff;
}
.indent-block-2 {
  padding: 25px 30px 10px 30px;
  color: #ffffff;
}
.indent-block-3 {
  padding: 25px 30px 10px 30px;
  color: #ffffff;
}

.col-1 {
  width: 164px;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  line-height: 19px;
}
.col-1.mr-0 {
  margin-right: 0;
}
.col-1.mb-0 {
  margin-bottom: 0;
}

.col-1 img {
  margin-bottom: 6px;
}
.col-1 .c-indent {
  padding: 10px;
}

.col-2 {
  width: 271px;
  float: left;
  margin-right: 27px;
  margin-bottom: 27px;
  background-color: #f5f5f5;
  line-height: 19px;
}
.col-2.mr-0 {
  margin-right: 0;
}

.col-2 .c-indent-2 {
  padding: 12px;
}
.col-2 img {
  margin-bottom: 16px;
}
.c-indent-left {
  padding-left: 6px;
}

.col-3 {
  width: 150px;
  float: left;
  margin-right: 28px;
  margin-bottom: 27px;
  line-height: 19px;
}
.col-3.mr-0 {
  margin-right: 0;
}
.col-3 img {
  margin-bottom: 18px;
}

.img-1 {
  float: left;
  margin-right: 17px;
  margin-top: -2px;
}

.shadow-1 {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.extra-link {
  display: inline-block;
  padding: 6px 0 0 6px;
}

.test {
  margin-bottom: 16px;
  position: relative;
  line-height: 19px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f6f6f6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 44%, #e8e8e8 61%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f6f6f6),
    color-stop(44%, #eeeeee),
    color-stop(61%, #e8e8e8),
    color-stop(100%, #e0e0e0)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #eeeeee 44%,
    #e8e8e8 61%,
    #e0e0e0 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #eeeeee 44%, #e8e8e8 61%, #e0e0e0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #eeeeee 44%, #e8e8e8 61%, #e0e0e0 100%); /* IE10+ */
  background: linear-gradient(top, #f6f6f6 0%, #eeeeee 44%, #e8e8e8 61%, #e0e0e0 100%); /* W3C */
  -pie-background: linear-gradient(#f6f6f6 0%, #eeeeee 44%, #e8e8e8 61%, #e0e0e0 100%);
  filter: none;
}
.test p {
  padding: 28px 20px 26px 34px;
  background: url("../images/quote.png") no-repeat 18px 14px;
}
.test:after {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url("../images/pic-2.png") no-repeat;
  position: absolute;
  bottom: -20px;
  left: 65px;
}
.tets-name {
  color: #2d5e75;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}

.number {
  float: left;
  margin-right: 20px;
  width: 51px;
  height: 67px;
  overflow: hidden;
  background: url("../images/numb.png") no-repeat;
  color: #ffffff;
  font: bold 36px/44px Arial, sans-serif;
  text-align: center;
  margin-top: 6px;
}
.number span {
  display: inline-block;
  padding-top: 4px;
}

.border-1 {
  background: url("../images/v-line.jpg") repeat-y 6px 0;
}

.list-2 li {
  padding-top: 14px;
  padding-bottom: 12px;
  border-top: 1px solid #efefef;
}
.list-2 li:first-child {
  border-top: none;
}

.list-1 li {
  padding-left: 35px;
  background: url("../images/marker-3.png") no-repeat 5px 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-1 li a {
  color: #24546c;
  font-size: 13px;
}
.list-1 li a:hover {
  color: #0194a6;
  text-decoration: underline;
}

.list-3 li {
  margin-bottom: 3px;
}
.list-3 li a {
  color: #525252;
  font: bold 20px/24px Arial, sans-serif;
  display: block;
  padding: 13px 20px 14px 20px;
  background-color: #f6f6f6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.list-3 li a:hover {
  color: #ffffff;
  background-color: #2d5e75;
}

.rt-block-indent-1 {
  padding-left: 45px;
}
.rt-block-indent-2 {
  padding-left: 85px;
  padding-right: 40px;
}
.rt-block-indent-3 {
  padding-left: 65px;
  padding-right: 45px;
}
.rt-block-indent-4 {
  padding-right: 45px;
  padding-left: 5px;
}
.rt-block-indent-5 {
  padding-left: 45px;
  padding-right: 45px;
}
.rt-block-indent-6 {
  padding-left: 45px;
  padding-right: 75px;
}
.rt-block-indent-7 {
  padding-left: 45px;
  padding-right: 36px;
}
.rt-block-indent-8 {
  padding-left: 45px;
  padding-right: 35px;
}

.rt-hidden-1 {
  display: none;
}

p.indent-bot-1 {
  text-align: justify;
}

/* BUTTONS, LINKS
========================================================================= */
.button {
  display: inline-block;
  color: #fff;
  font: bold 13px/19px "Trebuchet MS", sans-serif;
  padding: 12px 15px;
  margin-top: 15px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #33637a; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjM3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMzM2MzdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjMjY1NjZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMjQ1NDZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1NTU2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #33637a 0%, #33637a 9%, #26566d 47%, #24546b 65%, #25556c 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #33637a),
    color-stop(9%, #33637a),
    color-stop(47%, #26566d),
    color-stop(65%, #24546b),
    color-stop(100%, #25556c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #33637a 0%,
    #33637a 9%,
    #26566d 47%,
    #24546b 65%,
    #25556c 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #33637a 0%,
    #33637a 9%,
    #26566d 47%,
    #24546b 65%,
    #25556c 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #33637a 0%, #33637a 9%, #26566d 47%, #24546b 65%, #25556c 100%); /* IE10+ */
  background: linear-gradient(top, #33637a 0%, #33637a 9%, #26566d 47%, #24546b 65%, #25556c 100%); /* W3C */
  -pie-background: linear-gradient(#33637a 0%, #33637a 9%, #26566d 47%, #24546b 65%, #25556c 100%);
  filter: none;
}
.button:hover {
  background: #25556c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NTU2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI0NTQ2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzI2NTY2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzMzNjM3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzYzN2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #25556c 0%, #24546b 35%, #26566d 53%, #33637a 91%, #33637a 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #25556c),
    color-stop(35%, #24546b),
    color-stop(53%, #26566d),
    color-stop(91%, #33637a),
    color-stop(100%, #33637a)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #25556c 0%,
    #24546b 35%,
    #26566d 53%,
    #33637a 91%,
    #33637a 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #25556c 0%,
    #24546b 35%,
    #26566d 53%,
    #33637a 91%,
    #33637a 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #25556c 0%, #24546b 35%, #26566d 53%, #33637a 91%, #33637a 100%); /* IE10+ */
  background: linear-gradient(top, #25556c 0%, #24546b 35%, #26566d 53%, #33637a 91%, #33637a 100%); /* W3C */
  -pie-background: linear-gradient(#25556c 0%, #24546b 35%, #26566d 53%, #33637a 91%, #33637a 100%);
  filter: none;
}

.button-2 {
  display: inline-block;
  color: #000;
  font: bold 13px/19px "Trebuchet MS", sans-serif;
  text-shadow: 1px 1px 1px #fff;
  padding: 12px 15px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #f5f5f5 0%,
    #f3f3f3 42%,
    #eeeeee 53%,
    #ededed 65%,
    #e3e3e3 84%,
    #e4e4e4 95%,
    #e7e7e7 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f5f5f5),
    color-stop(42%, #f3f3f3),
    color-stop(53%, #eeeeee),
    color-stop(65%, #ededed),
    color-stop(84%, #e3e3e3),
    color-stop(95%, #e4e4e4),
    color-stop(100%, #e7e7e7)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f5f5f5 0%,
    #f3f3f3 42%,
    #eeeeee 53%,
    #ededed 65%,
    #e3e3e3 84%,
    #e4e4e4 95%,
    #e7e7e7 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f5f5f5 0%,
    #f3f3f3 42%,
    #eeeeee 53%,
    #ededed 65%,
    #e3e3e3 84%,
    #e4e4e4 95%,
    #e7e7e7 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #f5f5f5 0%,
    #f3f3f3 42%,
    #eeeeee 53%,
    #ededed 65%,
    #e3e3e3 84%,
    #e4e4e4 95%,
    #e7e7e7 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    #f5f5f5 0%,
    #f3f3f3 42%,
    #eeeeee 53%,
    #ededed 65%,
    #e3e3e3 84%,
    #e4e4e4 95%,
    #e7e7e7 100%
  ); /* W3C */
  -pie-background: linear-gradient(
    #f5f5f5 0%,
    #f3f3f3 42%,
    #eeeeee 53%,
    #ededed 65%,
    #e3e3e3 84%,
    #e4e4e4 95%,
    #e7e7e7 100%
  );
  filter: none;
}
.button-2:hover {
  background: #e7e7e7; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZTNlM2UzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    top,
    #e7e7e7 0%,
    #e4e4e4 5%,
    #e3e3e3 16%,
    #ededed 35%,
    #eeeeee 47%,
    #f3f3f3 58%,
    #f5f5f5 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e7e7e7),
    color-stop(5%, #e4e4e4),
    color-stop(16%, #e3e3e3),
    color-stop(35%, #ededed),
    color-stop(47%, #eeeeee),
    color-stop(58%, #f3f3f3),
    color-stop(100%, #f5f5f5)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #e7e7e7 0%,
    #e4e4e4 5%,
    #e3e3e3 16%,
    #ededed 35%,
    #eeeeee 47%,
    #f3f3f3 58%,
    #f5f5f5 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e7e7e7 0%,
    #e4e4e4 5%,
    #e3e3e3 16%,
    #ededed 35%,
    #eeeeee 47%,
    #f3f3f3 58%,
    #f5f5f5 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #e7e7e7 0%,
    #e4e4e4 5%,
    #e3e3e3 16%,
    #ededed 35%,
    #eeeeee 47%,
    #f3f3f3 58%,
    #f5f5f5 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    #e7e7e7 0%,
    #e4e4e4 5%,
    #e3e3e3 16%,
    #ededed 35%,
    #eeeeee 47%,
    #f3f3f3 58%,
    #f5f5f5 100%
  ); /* W3C */
  -pie-background: linear-gradient(
    #e7e7e7 0%,
    #e4e4e4 5%,
    #e3e3e3 16%,
    #ededed 35%,
    #eeeeee 47%,
    #f3f3f3 58%,
    #f5f5f5 100%
  );
  filter: none;
}

.link-1 {
  color: #24546c;
  text-decoration: underline;
}
.link-1:hover {
  color: #0194a6;
  text-decoration: underline;
}

.link-2 {
  color: #ffffff;
  text-decoration: underline;
}
.link-2:hover {
  color: #35d6dc;
  text-decoration: underline;
}

/* FOOTER
========================================================================= */
footer {
  border-top: 8px solid #d6d6d6;
  padding: 18px 0 30px 0;
  background: #dcdcdc; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 28%, #e0e0e0 58%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dcdcdc),
    color-stop(28%, #dbdbdb),
    color-stop(58%, #e0e0e0),
    color-stop(100%, #e1e1e1)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #dcdcdc 0%,
    #dbdbdb 28%,
    #e0e0e0 58%,
    #e1e1e1 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 28%, #e0e0e0 58%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 28%, #e0e0e0 58%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 28%, #e0e0e0 58%, #e1e1e1 100%); /* W3C */
  -pie-background: linear-gradient(#dcdcdc 0%, #dbdbdb 28%, #e0e0e0 58%, #e1e1e1 100%);
  filter: none;
}
.list-soc {
  float: right;
  margin-right: 36px;
}
.list-soc li {
  float: left;
}
.policy {
  font-size: 11px;
  color: #959494;
  text-transform: uppercase;
  margin-left: 44px;
}
.policy a {
  color: #959494;
}
.policy a:hover {
  text-decoration: underline;
  color: #24546c;
}
.foot-company {
  color: #24546c;
  font: 700 25px/30px "Droid Sans", sans-serif;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: -6px;
  margin-right: 4px;
  display: inline-block;
}

#easyTooltip {
  padding: 0 5px;
  background: #fff;
  color: #24546c;
  line-height: 21px;
  text-transform: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #24546c;
}

/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .main,
  .main-inner {
    width: 768px;
  }
  .demo-link a,
  h1 {
    padding-left: 5px;
  }

  h4 {
    font-size: 27px;
  }

  .head-links {
    padding-right: 5px;
  }

  .block-1,
  .block-2,
  .block-3 {
    width: 252px;
  }
  .block-1 {
    margin-left: 6px;
  }

  .indent-block,
  .indent-block-2,
  .indent-block-3 {
    padding: 34px 28px 27px 28px;
  }

  .border-1 {
    background-position: 16px 0;
  }

  .col-1.mr-0 {
    margin-right: 26px;
  }
  .col-1.mb-0 {
    margin-bottom: 26px;
  }

  .col-2 {
    width: 212px;
  }

  .col-3 {
    width: 120px;
    margin-right: 14px;
  }

  .rt-block-indent-1 {
    padding-left: 20px;
  }
  .rt-block-indent-2 {
    padding-left: 45px;
    padding-right: 40px;
  }
  .rt-block-indent-3 {
    padding-left: 20px;
    padding-right: 12px;
  }
  .rt-block-indent-4 {
    padding-right: 20px;
    padding-left: 5px;
  }
  .rt-block-indent-5 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .rt-block-indent-6 {
    padding-left: 20px;
    padding-right: 30px;
  }
  .rt-block-indent-7 {
    padding-left: 30px;
    padding-right: 10px;
  }
  .rt-block-indent-8 {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main,
  .main-inner {
    width: 300px;
  }
  .border-1 {
    background: none;
  }
  .block-1,
  .block-2,
  .block-3 {
    width: 100%;
  }
  .indent-block,
  .indent-block-2,
  .indent-block-3 {
    padding: 34px 28px 27px 28px;
  }
  .policy {
    float: none;
    margin: 0;
    clear: left;
    text-align: center;
    padding-top: 30px;
  }
  .list-soc {
    float: none;
    margin: 0;
    left: 50%;
    position: relative;
    margin-left: -72px;
  }
  .list-soc li {
    margin-left: 10px;
  }
  h1 {
    float: none;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 35px;
  }
  .login-sign {
    margin-right: 10px;
    margin-left: 10px;
  }
  .head-links {
    padding-top: 20px;
  }
  .head-list {
    margin-bottom: 40px;
  }
  .demo-link {
    padding-top: 20px;
    padding-left: 10px;
  }

  .col-1 {
    width: 140px;
    margin-right: 10px;
  }
  .col-1.mr-0 {
    margin-right: 10px;
  }
  .col-1.mb-0 {
    margin-bottom: 10px;
  }

  .col-1.mr-1 {
    margin-right: 0;
  }

  .col-2 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .col-3 {
    width: 130px;
    margin-right: 14px;
  }
  .col-3.mr-0 {
    margin-right: 14px;
  }

  .rt-img-1 {
    width: 100%;
  }

  .rt-br-1 {
    display: none;
  }

  .rt-block-indent-1,
  .rt-block-indent-2,
  .rt-block-indent-3,
  .rt-block-indent-4,
  .rt-block-indent-5,
  .rt-block-indent-6,
  .rt-block-indent-7,
  .rt-block-indent-8 {
    padding: 0;
  }

  .rt-ndent-x {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rt-indent-bottom-1 {
    margin-bottom: 40px;
  }
  #languageselection + label {
    margin-left: 0;
  }
  #languageselection + label > a {
    width: 20px;
    background-size: 20px 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main,
  .main-inner {
    width: 420px;
  }
  .head-list {
    margin-bottom: 0px;
  }
  .col-1 {
    width: 130px;
  }
  .col-1.mr-1 {
    margin-right: 10px;
  }
  .col-1.mr-0 {
    margin-right: 0px;
  }

  .col-3 {
    width: 180px;
  }
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

.contacts {
  text-align: right;
}
.contacts i {
  vertical-align: unset;
}
@media only screen and (max-width: 767px) {
  .contacts {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #languageselection + label {
    white-space: normal;
  }
}
