@import url(animate.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #6a6d6c;
  font: 400 14px/24px "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  background: #2c2f35;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #2c2f35;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #599cc9;
}

h2, .h2 {
  font-size: 60px;
  line-height: 60px;
}
h2 small, .h2 small {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1499px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 35px;
  color: #ABACAD;
}

h4, .h4 {
  color: #4b4f4e;
  font-size: 20px;
  line-height: 25px;
}
h4.h4-mod, .h4.h4-mod {
  line-height: 20px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}

p a:hover, .marked-list a:hover, .list a:hover {
  color: #599cc9;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #599cc9;
}

.xl a {

  text-decoration: underline;

  color: #599cc9;

}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img-full {
  width: 100%;
}

.word-wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

.mg-add {
  margin-top: 7px;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-left {
    text-align: left;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h4 {
  margin-top: 35px;
}

* + h6 {
  margin-top: 5px;
}

* + .row {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  * + .row {
    margin-top: 20px;
  }
}

.row + .row {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .row + .row {
    margin-top: 30px;
  }
}

* + .offset-1 {
  margin-top: 63px;
}
@media (max-width: 1199px) {
  * + .offset-1 {
    margin-top: 20px;
  }
}

* + .offset-2 {
  margin-top: 28px;
}

* + p {
  margin-top: 20px;
}

* + .btn {
  margin-top: 30px;
}

* + .btn-2 {
  margin-top: 56px;
}
@media (max-width: 767px) {
  * + .btn-2 {
    margin-top: 25px;
  }
}

* + .index-list {
  margin-top: 50px;
}

* + .inline-list {
  margin-top: 25px;
}

* + .marked-list {
  margin-top: 29px;
}

* + .map {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  * + .map {
    margin-top: 20px;
  }
}

* + .contact-info {
  margin-top: 13px;
}

h2 + * {
  margin-top: 62px;
}
@media (max-width: 1199px) {
  h2 + * {
    margin-top: 20px;
  }
}

h2 + .contact-form {
  margin-top: 69px;
}
@media (max-width: 1199px) {
  h2 + .contact-form {
    margin-top: 27px;
  }
}

h2 + img {
  margin-top: 66px;
}
@media (max-width: 1199px) {
  h2 + img {
    margin-top: 20px;
  }
}

h2 + h3 {
  margin-top: 0;
}

h2 + .terms-list {
  margin-top: 61px;
}
@media (max-width: 1199px) {
  h2 + .terms-list {
    margin-top: 20px;
  }
}

h2 + .offset {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  h2 + .offset {
    margin-top: 20px;
  }
}

h3 + p {
  margin-top: 35px;
}
@media (max-width: 767px) {
  h3 + p {
    margin-top: 20px;
  }
}

h4 + p,
h6 + p {
  margin-top: 10px;
}

p + .offset {
  margin-top: 10px;
}

.prefix-1 {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .prefix-1 {
    margin-left: 0;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 90px;
  color: #fff;
  text-align: left;
  
}
.brand:before {
  content: '\f015';
  color: #fff;
  font: 400 77.84px/77.84px "FontAwesome";
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 479px) {
  .brand:before {
    top: 0;
    font-size: 75px;
    line-height: 65px;
  }
}
.brand_name {
  color: #fff;
  overflow: hidden;
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 36px;
    line-height: 36px;
  }
}
.brand_slogan {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.lang {
  font-size: 11.14px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;

}
.brand_name + .brand_slogan {
  margin-top: 0;
}
.brand__footer {
  padding-left: 78px;
}
.brand__footer:before {
  color: #599cc9;
  font-size: 61.94px;
  line-height: 61.94px;
  top: 3px;
}
.brand__footer .brand_name {
  font-size: 44px;
  line-height: 44px;
}
@media (max-width: 479px) {
  .brand__footer .brand_name {
    font-size: 36px;
    line-height: 36px;
  }
}
.brand__footer .brand_slogan {
  font-size: 11.14px;
  line-height: 22px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #599cc9;
}

.bg1 {
  background: #F4F4F5;
}

/*==================  Colors  ======================*/
.clr-white {
  color: #fff;
}

.clr-primary {
  color: #599cc9;
}

.clr-secondary-2 {
  color: #2c2f35;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-envelope,
.fa-rss {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: #3A3F47;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 29px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
    	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.action {
  margin-top:15px;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
    	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.btn-md {
  font-size: 14px;
  line-height: 14px;
  padding: 13px 25px;
  font-weight: 600;
}

.btn-lg {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 49px;
}

.btn-primary {
  background: #3A3F47;
  color: #fff;
}
.btn-primary:after {
  background: #599cc9;
}
.btn-primary:hover:after {
  width: 0;
}
.btn-primary:active {
  background: #3A3F47;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.btn-1 {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 34px;
  font-family: "FontAwesome";
  position: relative;
}
.btn-1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 40px solid #599cc9;
  z-index: 1;
}
.btn-1:before {
  z-index: 2;
  position: relative;
}
.btn-1:hover {
  color: #599cc9;
}
.btn-1:hover:after {
  border: 4px solid #599cc9;
}
.btn-1:active:after {
  border-color: #1d6fa5;
}

.btn-2 {
  display: inline-block;
  padding: 13.5px 51px 13.5px 27px;
  background: #2c2f35;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: relative;
  width: 181px;
  font-weight: 600;
}
.btn-2 span {
  position: relative;
  z-index: 2;
}
.btn-2:before {
  content: '\f0f6';
  position: absolute;
  top: 0;
  right: 17px;
  color: #fff;
  font: 400 20px/50px "FontAwesome";
  z-index: 3;
}
.btn-2:after {
  position: absolute;
  content: '';
  background: #599cc9;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  z-index: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-2:hover:after {
  left: 130px;
  width: 51px;
}
.btn-2:active {
  background: #2c2f35;
}
.btn-2:active:after {
  background: #1d6fa5;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin: 5px 30px 15px 0;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    width: 100%;
  }
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================     Icon Box      ======================*/
.icon-box:before, .icon-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-box:after {
  clear: both;
}
.icon-box_aside {
  margin-top: 10px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #599cc9;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-right: 13px;
  line-height: 80px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .icon-box_cnt h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.icon-box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .icon-box {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*==================      Banner      ======================*/
.banner {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.banner_caption {
  background: #2c2f35;
  padding: 37px 120px 20px 185px;
  position: relative;
}
.banner_caption .icon {
  position: absolute;
  left: 55px;
}
.banner_caption .btn-1 {
  position: absolute;
  right: 40px;
  top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_caption {
    padding: 37px 90px 20px 120px;
  }
  .banner_caption .icon {
    left: 20px;
  }
  .banner_caption .btn-1 {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .banner_caption {
    padding: 37px 90px 20px 120px;
  }
  .banner_caption .icon {
    left: 20px;
  }
  .banner_caption .btn-1 {
    right: 10px;
  }
}
@media (max-width: 479px) {
  .banner_caption {
    padding: 37px 15px 20px 15px;
    text-align: center;
  }
  .banner_caption .icon, .banner_caption .btn-1 {
    position: static;
  }
}
.banner_caption * + .btn-1 {
  margin-top: 0;
}
.banner_caption .h2 {
  font-size: 60px;
  line-height: 60px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 16px;

}
.marked-list li:before {
  content: '\f054';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #599cc9;
  line-height: 16px;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list li a:hover {
  color: #599cc9;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 100px;
  min-height: 69px;
  line-height: 69px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #4b4f4e;
  text-transform: uppercase;
}
.index-list li span {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: baseline;
}
.index-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #599cc9;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  color: #fff;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
}
.index-list li + li {
  margin-top: 20px;
}
.index-list li a:hover {
  color: #599cc9;
}

.index-list2 {
  counter-reset: li;
}
.index-list2 li {
  position: relative;
  padding-left: 100px;
  min-height: 69px;
}
.index-list2 li:before {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #599cc9;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  color: #fff;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
}
.index-list2 li + li {
  margin-top: 38px;
}
.index-list2 li a:hover {
  color: #599cc9;
}
.index-list2__mod li {
  padding-left: 103px;
}
.index-list2__mod li:before {
  top: 5px;
  left: 15px;
}
.index-list2__mod li + li {
  margin-top: 0;
}
.index-list2__mod li:nth-child(n + 3) + li {
  margin-top: 35px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 12px;
}
.inline-list a:hover {
  background: #599cc9;
}

/*================      History list     =================*/
.history-list li {
  padding-left: 70px;
  position: relative;
}
.history-list li:before {
  content: attr(data-time);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  color: #4b4f4e;
  font-weight: 300;
}
.history-list li + li {
  margin-top: 21px;
}

/*================    Term list     =================*/
.terms-list * + dt {
  margin-top: 38px;
}
.terms-list dt + * {
  margin-top: 8px;
}
.terms-list + * {
  margin-top: 22px;
}
.terms-list + * a {
  text-decoration: underline;
  color: #599cc9;
}
.terms-list + * a:hover {
  text-decoration: none;
  color: #2c2f35;
}

/*==================  Tables    ======================*/
.table-1 {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.table-1 thead {
  color: #fff;
  background: #599cc9;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
}
.table-1 thead tr td {
  padding: 25px 48px 33px;
}

.table-1 tbody tr td {
  color: #464646;
  font-size: 15px;
  vertical-align: middle;
  height: 49px;
}
.table-1 tbody tr td.col-1 {
  padding: 0 18px 0 47px;
  width: 47%;
  position: relative;
}
.table-1 tbody tr td.col-1:before {
  position: absolute;
  top: 1px;
  content: "\f07e";
  font-family: "FontAwesome";
  color: #599cc9;
  font-size: 20px;
  line-height: 59px;
  left: 18px;
}
.table-1 tbody tr td.col-2 {
  width: 26%;
  padding-left: 2px;
  color: #599cc9;
  font-weight: 600;
  font-size: 20px;
}
.table-1 tbody tr td.col-2 sup {
  font-size: 10px;
  position: relative;
  top: -3px;
  left: 2px;
}
.table-1 tbody tr:nth-child(even) {

}
.table-1 tbody tr td.col-3:before {
position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
	padding-left:120px;
}
.table-2 {
  width: 100%;
}
.table-2 colgroup {
  width: 100%;
}
.table-2 colgroup col.col-1 {
  width: 20.25%;
}
.table-2 colgroup col.col-2 {
  width: 25.73%;
}
.table-2 colgroup col.col-3 {
  width: 26.58%;
}
.table-2 colgroup col.col-4 {
  width: 27.44%;
}
.table-2 thead {
  text-align: center;

}
@media (max-width: 479px) {
  .table-2 thead {
  }
}
.table-2 thead td {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #4b4f4e;
  border: 1px solid #cfd0d0;
  padding: 13px 3px 13px;
  vertical-align: middle;
}
.table-2 tbody {
  text-align: center;
    font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #4b4f4e;
}
.table-2 tbody td {
  border: 1px solid #cfd0d0;
  padding: 14px 3px 9px;
  line-height: 18px;
  vertical-align: middle;
}

/*==================  Copyright    ======================*/
.copyright {
  font-family: "Open Sans", sans-serif;
  color: #9fa6ae;
}
.copyright a:hover {
  color: #599cc9;
}

/*==================  Blockquote   ======================*/
blockquote {
  position: relative;
  padding-left: 60px;
}
blockquote .before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 100px;
  line-height: 77px;
}
blockquote q {
  display: block;
  font-style: italic;
}
blockquote cite {
  display: block;
}
blockquote cite span {
  text-transform: none;
  font-size: 15px;
  line-height: 30px;
}
blockquote q + cite {
  margin-top: 5px;
}
blockquote + blockquote {
  margin-top: 30px;
}

/*==================  Contact-info   ======================*/
.contact-info {
  display: inline-block;
}
.contact-info address + dl {
  margin-top: 15px;
}
.contact-info dl {
  text-align: right;
  max-width: 220px;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd + dt {
  margin-top: 0;
}
.contact-info dl dt + dd {
  margin-top: 0;
}
.contact-info .mail {
  text-align: left;
}
.contact-info .mail dt {
  display: inline-block;
  float: none;
}
.contact-info .mail dd {
  display: inline-block;
  font-size: 14px;
  color: #599cc9;
}
.contact-info .mail dd a {
  text-decoration: underline;
}
.contact-info .mail dd a:hover {
  color: #2c2f35;
}

/*========================   Menu   ==========================*/
.sf-menu {
  margin-top: 30px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 37px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #2c2f35;
}
.sf-menu > li.active > a {
  color: #2c2f35;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -95px;
  width: 234px;
  margin-top: 25px;
  padding: 34px 0;
  background: #2c2f35;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #575757;
  -moz-box-shadow: 0 0 10px #575757;
  box-shadow: 0 0 10px #575757;
}

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #2c2f35 transparent;
  bottom: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sf-menu ul > li {
  text-align: center;
}
.sf-menu ul > li > a {
  color: #fff;
  line-height: 26px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #2c2f35;
  background: #fff;
}
.sf-menu ul > li + li {
  margin-top: 1px;
}

.sf-menu ul ul {
  position: absolute;
  top: 39%;
  left: 109%;
  width: 234px;
  margin-top: 0;
  padding: 27px 0;
  z-index: 4;
  background: #fff;
}

.sf-menu > li > ul > li > ul:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #fff transparent transparent;
  top: 15px;
  right: 100%;
}

.sf-menu ul ul > li > a {
  color: #2c2f35;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #2c2f35;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

.mg-50 {
  margin-bottom:50px;
}
.mgt-20 {
  margin-top:20px;
}
.mgt-100 {
  margin-top:100px;
}
.fotka {
	display:inline-block;
	padding:0;
	margin:0 -2px 2px 0;
	background: url(/images/magnifier.png) center center no-repeat #000000;
	}
.fotka img{
	width:100%
	}
.fotka:hover img {
	opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	}

.grid388  { max-width:388px;
}
.grid233  { max-width:233px;
}
.grid371 { max-width:373px;
}
.grid209  { max-width:210px;
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #599cc9;
  z-index: 999;
  border-bottom: 1px solid #FFFFFF;
}
.isStuck .brand {
  padding-top: 3px;
  padding-bottom: 3px;
}
.isStuck .brand:before {
  font-size: 75px;
  line-height: 65px;
}
.isStuck .brand_name {
  font-size: 40px;
  line-height: 40px;
}
.isStuck .sf-menu {
  margin-top: 26px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #3A3F47;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #599cc9;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #599cc9;
  padding: 93px 0 84px;
}
@media (max-width: 767px) {
  header {
    padding: 30px 0;
  }
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  main h2 br {
    display: none;
  }
}

.brdr-top {
  border-top: 1px solid #F4F4F5;
}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    margin-top: 30px;
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6 + .col-sm-6 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(n + 2) + .col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well {
  padding: 87px 0 55px;
}

.well-1 {
  padding: 76px 0 80px;
}

.well-3 {
  padding-top: 78px;
  padding-bottom: 88px;
}

.well-4 {
  padding: 80px 0 90px;
}

.well-5 {
  padding: 87px 0 95px;
}
.well-6 {
  padding: 55px 0 80px;
}
.well-7 {
  padding-bottom: 88px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #2c2f35;
  padding: 107px 0 125px;
}
footer * + .brand {
  margin-top: 115px;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .col-sm-12 + .col-sm-12 {
    margin-top: 100px;
  }
}
.seo {display: none;}

/*# Cookie */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;line-height:1.4em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:500;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0} .perm {color:#757575; margin-top:20px;}

.perm {
font-size:12px;
line-height:18px;}
.perm {
font-size:12px;
line-height:18px;}
.mg-40 {
margin-top: 40px;}
.skri{
    position: absolute;
    top: -9999px;
    left: -9999px;}
.xxl {
  font-size: 16px;
  line-height: 20px;
}
.und {
	text-decoration: underline;
}
.kontaktformaback {margin-top: 50px;}