@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800,100,300,400italic,700&subset=latin-ext,latin);

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

html * {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

body{
    color: black;
    margin: 0;
}

.box{
    width:100%;
    padding: 0 0 30px;
}

.blue {
    color: #00adef;
}
.bg-gray {
    background: #e2e2e2;
}

.bg-blue {
    background: #1a99d6;
}

a{
    color: #00adef;
}

*{
    outline:none;
}

a:focus,
a:hover{
    color: #0a94c8;
}

h1{
    font-weight: 800;
}

h2{
    font-weight: 800;
    font-size: 28px;
}

h3{
    font-weight: 800;
    font-size: 28px;
}

h4{
    font-weight: 800;
    font-size: 14px;
}

.pux-container{
    max-width:1200px;
    margin:auto;
    box-sizing: border-box;
    padding-left:15px;
    padding-right:15px;
}

.pux-container:before,
.pux-container:after {
    content: '';
    display: table;
}

.pux-container:after {
    clear: both;
}

.header{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left:0;
    z-index: 100;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms
}

.header .header-inner{
    padding:27px 0 0px 0;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms
}

.EditMode .header,
.DesignMode .header{
    position:static;
}

.header.scrolled{
    border-bottom:1px solid #f2f2f2;
}

.header.scrolled .header-inner{
    padding:10px 0 0px 0;
}

.menu-helper{
    height:100px;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms
}

.menu-helper.scrolled {
    height:66px;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
}

.header .logo{
    float:left;
    padding:0 0 27px 0;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms
}

.header .main-menu{
    float:right;
    padding:0 0 27px 0;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms
}

.header.scrolled .logo{
    padding:0 0 10px 0;
}

.header.scrolled .main-menu{
    padding:0 0 10px 0;
}

.header .main-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.header .main-menu ul li{
    display:inline-block;
    padding: 8px 0 0 22px;
}

.header .main-menu ul li a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.gallery{
    height: 400px;
}

.slick-slide a {
    display: block;
}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide a,
.slick-slide img {
    height: 100%;
}

.gallery .slick-arrow {
    display: block;
    width: 80px;
    height: 80px;
    background: none;
    overflow: hidden;
    text-indent: 999px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 999;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
}
.gallery .slick-arrow.slick-next {
    left: auto;
    right: 10%;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.gallery img {
}

.param .param-box {
    font-weight: 400;
    padding-bottom: 20px;
}
.param .param-box h3,
.param .param-box h4 {
    color: #00adef;
}
.param .param-box i {
    color: #00adef;
    font-style: normal;
}
.param .param-box i strong,
.param .param-box strong i {
   font-weight: 800;
   font-size: 28px;
}
.param .param-box ul {
    padding: 0 0 0 16px;
}
.param .param-box ul li {
    margin: 0 0 5px;
}
.param .param-box ul li u {
    display: block;
    text-decoration: none;
    position: relative;
}
.param .param-box ul li u:before {
    content: '';
    width: 100%;
    display: block;
    border-bottom: #333 1px dotted;
    position: absolute;
    left: 0;
    bottom: 5px;


}

.param .param-box ul li i,
.param .param-box ul li span {
    position: relative;
    display: inline-block;
    background: #e2e2e2;
    color: #000;
    padding: 0 5px 0 0;
    font-style: normal;
}

.param .param-box ul li span {
    float: right;
    padding: 0 0 0 5px;
    font-weight: 400;
}
.param .param-box ul li u span {
    //font-weight: 700;
    font-size: 17px;
    line-height: 17px;
}

.param .bold,
.param .bold span{
  font-weight: 700 !important;
}

.advantage {

}
.advantage h1, .advantage h2, .advantage h3, .advantage h4 {
    margin-top: 0;
}
.advantage strong {
    font-size: 28px;
    font-weight: 800;
}
.advantage ul {
    color: #00adef;
    padding: 0 0 0 16px;
}
.advantage ul li {
    margin: 0 0 15px;
}
.advantage ul strong {
    font-size: 17px;
    font-weight: 700;
}

.video {
    position: relative;
}
.video a:after {
    content: "\e029";
    display: block;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    width: 128px;
    height: 128px;
    line-height: 128px;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    font-size: 100px;
    color: red;
    opacity: .5;
}
.video img {
    width: 100%;
}

.video-link {
    background-size:cover !important;
    background-position:top center !important;
    background-repeat:no-repeat !important;
    width:100%;
    height:480px;
    display:block;
}

.icons {
    padding: 80px 15px 30px 15px;
}
.icons .icon {
    text-align: center;
}
.icons .icon > div {
    width: 240px;
    height: 240px;
    margin: 0 auto 15px;
    border: #000 3px solid;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}
.icons .icon > strong {
    display: block;
    width: 100%;
    margin: auto;
    text-transform: uppercase;
}

.icon-table{
    display:table;
    width:100%;
    text-align:center;
    table-layout:fixed;
    height:240px;
}

.icon-table-cell{
    width:100%;
    display:table-cell;
    vertical-align:middle;
}

.contact {
    font-weight: 500;
    line-height: 1.6em;
}
.contact h4 {
    color: #00adef;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px;
}
.contact strong {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
}
.contact a {
    color: #000;
    text-decoration: underline;
}
.contact a[href^="http"] {
    color: #00adef;
}

#map {
    padding: 0;
    height: 300px;
}

.footer{
    background:#000;
    width:100%;
    color: white;
    padding: 15px 0;
}
.footer a {
    color: white;
}

.main-slider {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: url('../img/main-slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms
}

body.DesignMode .main-slider {
    height: auto;
}

/*.main-slider.scrolled {
	padding-top: 66px;
}*/

.main-slider-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
/*    color: #00adef;*/
    color: #fff;
    min-width: 70%;
    font-size: 70px;
    text-align: center;
    font-weight: 700;
    /*text-shadow: 0px 0px 10px rgba(226, 226, 226, 1);*/
}

body.DesignMode .main-slider-text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}

.parameters-terms {
    font-size: 13px;
    padding-bottom: 40px;
}

.full-404 {
    position: relative;
    height: 100vh;
    width: 100%;
}

.text-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.logo-404 {
    height: 24px;
    margin-bottom: 20px;
}

.text-404-title {
    font-size: 140px;
    line-height: 1;
    font-weight: 700;
    color: #00adef;
    margin-bottom: 60px;
}

.text-404-edit {
    font-size: 16px;
}

.text-404-edit a {
    color: #00adef;
    text-decoration: none;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    font-size: 20px;
}

.text-404-edit a:hover {
    color: #666;
    text-decoration: none;
}

.info-container {
    color: #fff;
    font-size: 0;
}

.info-left {
    display: inline-block;
    vertical-align: middle;
    width: 33.333333333%
}

.info-left img {
    max-width: 100%;
}

.info-right {
    display: inline-block;
    vertical-align: middle;
    padding-left: 60px;
    width: 66.666666666%
}

.info-right .EditableTextEdit {
    border-color: #fff;
}

.info-right h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.info-right p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
}

.info-right p:last-of-type {
    margin-bottom: 0;
}

#about {
    line-height: 32px;
}

.cookies-btn.btn-primary {
    background: #00adef;
    color: #fff;
    transition: all 200ms ease-in-out;
}

.cookies-btn.btn-primary:hover {
    background: #1a99d6;
}