.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  color: #666;
  background-color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  min-width: 960px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}


input,
select {
  font-family: Arial, sans-serif;
  color: #666;
  background: #e4eaf4;
  border: 1px solid white;
  padding: 5px;
  margin: 0;
}
textarea {
  font-family: Arial, sans-serif;
  color: #666;
}
input.submit,
input[type="submit"] {
  font-family: Arial, sans-serif;
  color: #fff;
  background: #ee2d45;
 /* height: 2em;
  line-height: 2em;*/
  margin: 0;
    padding: 6px 10px;
  text-transform: uppercase;
  cursor: pointer; 
  border: none;
}
input.search {
  font-family: Arial, sans-serif;
  color: #666;
}
hr {
  overflow: hidden;
  clear: both;
  border: solid #cecfce;
  border-width: 1px 0 0 0;
  margin: 25px 0;
  padding: 0;
  height: 1px;
}
p {
  line-height: 1.6em;
  font-size: 1em;
}
header ul,footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0 0 0 20px;
}
ul li {
  line-height: 1.4em;
}
img {
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
table {
  margin: 0.6em 0;
}
a {
  color: #174290;
}
a:hover {
  text-decoration: none;
}
h1 {
  padding: 0 45px;
  margin: 0;
  height: 140px;
  line-height: 140px;
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 2.441em;
  background: #74b0d4;
}
/* layout */
.container {
  margin: 0 auto;
  width: 1020px;
}
nav {
  float: left;
}
nav ul {
  margin: 0;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
}
nav ul li {
  position: relative;
  float: left;
  text-align: left;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
nav ul li > a {
  text-decoration: none;
  display: block;
  padding: 0 0 10px;
}
nav ul li ul li {
  padding: 0;
  float: none;
  font-weight: normal;
  white-space: nowrap;
}
nav ul li ul li a {
  display: block;
  padding: 0;
  border: 0;
  height: 28px;
  line-height: 28px;
  text-align: left;
}
nav ul li ul li a:hover {
  border: 0;
}
header {
  position: relative;
  margin: 0 0 5px;
  background: #17428b;
  min-width: 1020px;
    height: 100px;
}
header a.logo {
  color: transparent;
    margin: 15px 0 0 30px;
    width: 55px;
    height: 70px;
  display: block;
  float: left;
  background: url("../img/varicad-logo.png") no-repeat;
}
header nav {
  clear: right;
  float: right;
}
header nav ul li {
  color: #6db9df;
  border-bottom: 5px solid transparent;
}

header nav ul li :hover {
    color: #fff;
    border-bottom: 5px solid #ee2d45;
}

header nav ul li > a {
  color: #6db9df;

}
header nav ul li > a:hover {
  color: #fff;

}
header nav ul li ul {
  display: none;
  position: absolute;
  top: 34px;
  left: 20px;
  min-width: 200px;
  background: #fff;
  z-index: 2;
    border-bottom: 5px solid transparent!important;;
}
header nav ul li ul li{
    border-bottom: 5px solid transparent!important;
}

header nav ul li ul li a {
  padding: 0 10px;

}
header nav ul li ul li a:hover {
    color: #17428b;
}
header nav ul li:hover ul {
  display: block;
}
header .controls {
  float: right;
  padding: 18px 0 20px;
    min-height: 30Px;
}
header .controls ul:after {
  content: "";
  display: table;
  clear: both;
}
header .controls ul li {
    display: inline-block;
    vertical-align: middle;
  padding: 0 20px;
  position: relative;
}
header .controls ul li a {
  color: #6db9df;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}

header .controls ul li a:hover {
    color: #fff;
}
header .controls ul li img {
  margin-right: 5px;
  height: 11px;
}
header .controls ul li > div {
  display: none;
    position: absolute;
  right: 0;
  background: #f0f4f5;
  padding: 35px;
  z-index: 2;
  box-shadow: 0 0 5px #999;
}
header .controls ul li > ul {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin-left: -5px;
  background: #fff;
}
header .controls ul li > div a:hover {
    color: #17428b;
}

/*header .controls ul li:hover div input{
    display: none;
}*/
header .controls ul li > ul li {
  float: none;
  text-align: left;
  min-width: 120px;
  padding: 7px 10px;
}


header .controls ul li.lang ul li a:hover {
    color: #17428b!important;
}
header .controls ul li:hover ul {
  display: block;
}
header .controls ul li div p {
  text-align: center;
  margin: 0;
  height: 26px;
  line-height: 26px;
  margin: 5px;
  font-size: 0.9em;
}
header .controls ul li div input{
   display: block;
}
header .controls ul li div p a {
  text-decoration: underline;
}
header .controls ul li div input {
  border: 0;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  font-size: 0.9em;
  margin: 5px;
  width: 145px;
  background: #fff;
}
header .controls ul li div input[type="submit"] {
  text-transform: uppercase;
  width: 161px;
  color: #fff;
  cursor: pointer;
  background: #ee2d45;
  font-weight: 700;
}

/*open login dialog on hover*/
header .controls ul li:hover div {
  display: block;
}
header .controls ul li div.active{
  display: block;
}






.search-icon {
   display: inline;
    width: 21px;
    height: 21px!important;
    vertical-align: middle;
    cursor: pointer;
}
.search-box{
    padding: 0!important;
}

.search-box form{
    display: none;
    text-align: right;
    vertical-align: middle;
}

.search-box form input{
    display: inline;
    vertical-align: middle;

}

.search-box form  input[type="text"]{
    max-width: 120px;
    height: 21px;
    padding: 2px 5px;
    font-size: 12px;
}

.search-box.active form{
    display: inline-block;
}

.search-box.active .search-icon{
    display: none
}



main .container {
  background: #f0f4f5;
}
.slider {
  background: #6db9df;
  height: 400px;
  position: absolute!important;
  left: 0;
  right: 0;
  width: 100%;
  top: 105px;
   min-width: 1020px;
}
.slider:after {
  content: "";
  display: table;
  clear: both;
}
.slider .item1
 {
  background: url("../img/slider/slide1.jpg");
}
.slider .item2{
  background: url("../img/slider/slide2.jpg");
}
.slider .item3{
  background: url("../img/slider/slide3.jpg");
}
.slider .item {
  height: 400px;
  width: 100%;
  background-position: 60% 50%;
  background-size: cover;
  border: none!important;
  margin: 0!important;
 min-width: 1020px;
}
.slider .item .slidercont {
  width: 795px;
  margin: 0 auto;
  padding: 70px 0 0;
    text-align: left;
}
.slider .item .slidercont a {
  padding: 0 20px;
  color: #fff;
  background: #ee2d45;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
  height: 42px;
  line-height: 42px;
  display: inline-block;
    margin: 40px 10px 10px 0;
}
.slider .item .slidercont h2 {
  margin: 0;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.6;
  width: 550px;
  text-align: left;
  text-transform: none;
  color: #17428b;
}
 .slider .item .slidercont h2 strong {
  font-weight: 700;
  display: block;
  font-size: 1.953em;
  line-height: 1.5em;
}
.slider-space{
  height: 400px;
  margin-bottom: 45px
}
main section {
  padding: 30px;
  text-align: left;
}
main section a {
  color: #17428b;
}
main section h2 {
  font-weight: 700;
  font-size: 1.953em;
  color: #17428b;
}
main section h3 {
  font-weight: 400;
  font-size: 1.563em;
  color: #17428b;
}
main section .btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-weight: 700;
  margin-right: 20px;
  text-decoration: none;
}
main section .btn.btn_download {
  background: #6db9df;
}
main section .btn.btn_buy {
  background: #ee2d45;
}


main aside {
  float: right;
  width: 400px;
  padding: 30px 20px;
  position: relative;
  background: #e8eced;
  min-height: 500px;
  text-align: left;
    display: none;
    box-sizing: border-box;
}

/*main aside a img {
  border: 10px solid #dcdee0;
  float: left;
  margin: 30px 30px 30px 0;
}*/
main aside p {
  clear: both;
}
main aside h3 {
  clear: both;
  color: #17428b;
  margin: 30px 0;
  font-weight: 400;

}
main aside fieldset {
  font-size: 0.9em;
  margin: 0 0 20px;
}
main aside input,
main aside select {
  max-width: 160px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
main aside textarea{
    display: block;
    width: 100%;
    margin-top: 10px;
}


/*Skryvani bocniho panelu */
main.internetovy-obchod section,
main.osobni-stranka section,
main.user-page section,
main.online-store section,
main.e-shop section,
main.benutzer-seite section,
main.loja-online section,
main.utilizador section{
    width: 620px;
    text-align: left;
    float: left;
    box-sizing: border-box;
}

main.internetovy-obchod aside,
main.osobni-stranka aside,
main.user-page aside,
main.online-store aside,
main.e-shop aside,
main.benutzer-seite aside,
main.loja-online aside,
main.utilizador aside {
  display: block;
}
main.varicad h1 {
  display: none;
}

main.varicad .slider {
  display: block;
}
footer {
  margin: 5px 0 0;
  padding: 35px 0 0;
  background: #d0d4d7;
    min-width: 1020px;
}
footer a {
  color: #7b7c7d;
  text-decoration: none;
  text-transform: uppercase;
}
footer nav {
  width: 66.6%;
}
footer nav ul li {
  width: 23%;
  padding: 0 0 0 2%;
}
footer nav ul li:nth-child(5) {
  display: none;
}
footer nav ul li ul li {
  height: 24px;
  line-height: 24px;
  font-size: 0.9em;
}
footer .linking {
  width: 33.3%;
  float: left;
}
footer .linking:after {
  content: "";
  display: table;
  clear: both;
}
footer .linking .partners {
  width: 50%;
  float: left;
}
footer .linking .partners a {
  background: url("../img/partners.png");
  width: 100px;
  height: 39px;
  display: block;
  margin: 0 auto 25px;
}
footer .linking .partners a.steptools {
  background-position: 0 -39px;
}
footer .linking .social {
  width: 50%;
  float: left;
}
footer .linking .social p {
  margin: 0 0 25px;
}
footer .linking .social p a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #999;
    display: block;
    font-weight: 700;
    display: inline-block;
    text-align: center
}
footer .linking .social p a:hover {
  background: #ee2d45;
  color: #fff;
}
footer .credentials {
  font-size: 0.9em;
  height: 70px;
  line-height: 70px;
  margin: 0;
}
/* content */
.distrTable h2 {
  font-size: 110%;
  margin-top: 10px;
  margin-bottom: 3px;
}
#tools {
  display: inline;
  left: 580px;
  top: 0;
  position: absolute;
  width: 190px;
  height: 104px;
}
#tools p {
  margin: 0 9px 8px;
}
#tools a.sitemap {
  color: #fff;
  background: url("../img/sitemap.jpg") 100% 50% no-repeat;
  text-decoration: none;
  padding: 3px 25px 3px 0;
}
#tools a.sitemap:hover {
  text-decoration: underline;
}
#tools form,
#tools form {
  display: inline;
}
#tools span {
  color: #174290;
  cursor: pointer;
  font-size: 70%;
  position: absolute;
  right: 28px;
  top: 28px;
  _top: 32px;
  *top: 32px;
  line-height: 1.4em;
}
/*#tools input*/
#tools select {
  color: #fff;
  background: #22324c;
  border: 1px solid #fff;
  vertical-align: middle;
}
#tools input#search {
  color: #22324c;
  background: #fff;
  border: 1px solid #22314d;
  vertical-align: middle;
  font-size: 0.8em;
  width: 90px;
  height: 13px;
  position: absolute;
  top: 64px;
  left: 70px;
}
/* doplnene*/
#tools select {
  margin: 0 10px;
}
#tools input#go {
  color: #fff /*061E4E*/;
  background: #9a1d6b;
  /*height:15px;*/
  border: 0 solid #9a1d6b;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  cursor: hand;
  width: 60px;
  position: absolute;
  top: 87px;
  left: 103px;
  /*display: block; cursor: pointer; cursor: hand; margin-left:92px;*/
}
#tools a.tools_basket {
  color: #fff;
  background: url("../img/basket.gif") 100% 50% no-repeat;
  text-decoration: none;
  padding: 3px 25px 3px 0;
}
#tools a.tools_basket:hover {
  text-decoration: underline;
}
#tools table {
  color: #9a1d6b;
  /*display: inline;*/
  font-weight: 400;
  position: absolute;
  top: 32px;
  _top: 26px;
  *top: 26px;
  left: 16px;
}
#tools table tr td {
  height: 20px;
}
#tools img {
  margin-top: 10px;
  margin-right: 10px;
}
/* doplnene*/
#user .text_bad_login {
  color: #a70101;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
#user .forgot_password {
  font-size: 12px;
  position: absolute;
  top: 21px;
}
.tabulka{
    font-size: 12px;

}

.tabulka tr:first-of-type{
    color: #17428b !important;
    background-color: #badff1;
    font-weight: 600;
}

.tabulka th,
.tabulka td {
  padding: 5px;
}
p + .tabulka {
  margin-top: -1em;
}
.tabulka + p {
  margin-top: 1em;
}
.sipka {
  color: #9a1d6b;
  background: url("../img/sipka.png") 92% 50% no-repeat;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 33px 3px 10px;
}
.add2basket,
.price {
  padding: 2px 0;
  width: 75px;
}
.add2basket {
  font-size: 10px;
}
.price {
  font-size: 12px;
}
.price {
  background-color: #cedaea;
  text-align: center;
  float: right;
}
.add2basket {
  color: #fff /*7888A9*/;
  background: url("../img/basket.gif") 85% 50% no-repeat;
  background-color: #906 /*2C4267*/;
  font-weight: bold;
  text-decoration: none;
  float: right;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 12px;
  width: 48px;
}
.add2basketSpan {
  color: #7888a9;
  background-color: #2c4267;
  font-weight: bold;
  text-decoration: none;
  float: right;
  padding-left: 12px;
  width: 63px;
  *width: 63px;
  height: 21px;
  *height: 21px;
}
p.cenakup {
  float: right;
  width: 153px;
}
#shop {
  margin: 12px;
}
#shop p {
  color: #fff;
  margin: 0 0 1.33em;
}
.prehled {
  border: #516586 solid;
  border-width: 1px 1px 0 0;
  margin-bottom: 20px;
  width: 100%;
}
/*
IMG.icon {
  border: solid red 5px;
  background-color: #22314d;
  margin-top: 4px;
}
*/
.prehled th,
.prehled td {
  border-left: 1px solid #516586;
  padding: 5px;
}
.prehled thead th {
  color: #fff;
  background: #3e5172;
}
.prehled tbody td {
  color: #22314d;
}
.prehled tfoot td {
}
.prehled tfoot tr.noborder td {
  border: 0;
  background: #021130;
}
.prehled tfoot tr.noborder td.grey {
  color: #2c4267;
  background: #d0d3d8;
}
#right .prehled tbody td {
  background: #d1deed;
}
#left .prehled tbody td {
  background: #021130;
}
#left ul li {
  background: url("../img/bullet.gif") 0 50% no-repeat;
  padding-left: 20px;
}
table.modra {
  color: #fff;
  background: #51658a;
}
table.modra td {
  padding: 3px 10px;
}
/* pre-defined */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.modra {
  color: #5f93c3;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.il {
  margin: 4px 15px 4px 5px;
}
.ir {
  margin: 4px 0 0 15px;
}
.ix {
  margin-right: 12px;
}
.clr {
  clear: both;
}
.noscreen {
  visibility: hidden;
  overflow: hidden;
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
  height: 0;
}
.error {
  color: #b30f0f;
  text-align: center;
}
.notice {
  color: #9a1d6b;
  text-align: center;
}
.mailerror,
.mailnotice {
  color: #b30f0f;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
/* General styling */
/* Colors setting */


/* Slider CSS */
/* Variables */
/* Calculations */
/* Variables */


section .text-section,section .img-section{
  display: inline-block;
}

section .text-section{
  text-align: left;
  margin-bottom: 35px;
}


.text-section a{
  text-decoration: none;
}

.btn-img-download{
  vertical-align: middle;
  margin-right: 5px;
}

.btn-img-download span{
  display: inline-block;
  float: left;
}

section .item {
    float: left;
    margin: 2%;
    width: 46%;
    position: relative;
    background-color: rgba(220, 223, 224, 0.5);
    border: none;
    min-height: 400px !important;
}

section .item:nth-child(odd):after{
    content: "";
    display: table;
    clear: both;
}

section .item a { }

section .item .pozadi {
    width: 100%;
    margin-top: 5px;

}

section .item .pozadi p {
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 0.9em;
}

section .item a {
    text-decoration: none;
}

 .item a.back{
    display: block!important;
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
    text-decoration: underline;
    margin-bottom: 10px;
     font-size: 14px!important;
}

section .item a.detail {
    position: relative;
    display: block;
    background-color: transparent;
}
section .item img.fl{
    float: none;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



section .item h5 {
    font-size: 1em;
    margin: 10px;
    min-height: 34px;
}

section .item a.detail {
    text-decoration: none;
    position: static;
    display: block;
}



section .item .price{
  background-color:transparent;
  color:  #17428b;
  font-size: 1.1em;
  float: left;
  margin-right: 35px;

}
.add2basket {
  margin-right: 20px;
  margin-bottom: 7px;
  background-image:none;
  background-color: #ee2d45;
  text-transform: uppercase;
  font-size: 0.9em;
  min-width: 100px;
    width: auto;!important;
    text-align: center;
}

a.detail{
  text-align: center;
  background-color: white;
}
h5 a{
  text-align: left !important;
  background-color:transparent !important;
}
aside .item .detail{
  width:100%;
  max-height: 115px;
  text-overflow: ellipsis;
}
aside .item .detail .fl{
  float: none;
  margin: auto;
}
aside h2{
  color:  #17428b;
}

aside .hidden{
  display: none;
}
.basket-table-head{
  color: #17428b !important;
  text-transform: none;
  background-color: #badff1;
  font-size: 12px;
  font-weight: 600;
}

.prehled{
  border-collapse:collapse !important;
  border: 0;
}
.prehled tfoot td{
  font-weight: 600;
  font-size: 0.9em;
  color:   #17428b!important;
}
.prehled td{
  border: none;
  border-collapse:collapse;
  outline: none;

  background: none;
}
.prehled td{

}
.prehled tr:nth-child(even){
  background-color: rgba(220, 223, 224, 0.5);
}


.prehled tbody{
  font-size: 0.7em;
}

#loginForm input{
  margin: 4px;
}

.photogallery-description , .photogallery-title {
text-align: center;
}

.add2basket img, .add2basket span{
  display: inline-block;
}
.add2basket img {
    padding: 1px 6px 3px 0px;
    vertical-align: middle
}


.basket-table-body img {
  border: none;
  padding-right: 5px !important;
}
aside h2{
  font-size: 1.25em!important;
}

aside h6{
  font-size: 0.9em;
  margin: 20px 0;
}

aside #loginFormDuplicate input{
  margin-left: 0!important;
}

.basket-table-user-overview{
    width: 100%!important;;


}

.basket-table-user-overview td{
    padding: 5px;
    min-width: 100px!important;
}

.basket-table-user-overview td:first-of-type{
    color: #17428b !important;
    text-transform: none;
    background-color: #badff1;
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px;
}

.basket-table-user-overview td:last-of-type{
    background-color: #DFDFDF;
    padding-left: 10px;
}

.basket-data-inserted-ok-title{
    text-align: center;
}

.basket-data-inserted-ok{
    color: #666;
}

.basket-data-inserted-ok a{
    display: block;
}

#basket_register_client_form .basket-fieldset table td {
    padding: 0 5px;
}



#loginFormDuplicate input{
  display: block;
  margin: 8px;
}

.info .item{
  height: auto !important;
}

.info .item .back{
  display: none;
}

.info .item .pozadi{
  margin-bottom: 10px;
}

.info .item .price{
  text-align: left;
  margin-left: 20px;
}

.btn-submit{
  display: block;
  width: 100%;
  max-width: none;
  color: #ffffff;
  background: #ee2d45;
  line-height: 2em;
  margin-top: 20px;
  padding: 0 10px;
  text-transform: uppercase;
}

.table-summary-row{
    font-weight: 700;
    font-size: 0.9em;
}

.btn-full{
    display: block;
    width: 100%;
    max-width: none!important;
}

.btn-link{
    color: #9a1d6b;
    background: none;
    font-size: 13px!important;
    text-decoration: none;
}

.btn-link:hover{
    text-decoration: underline;
}

.payment-table td{
    padding: 5px;
}

.tab-limit{
    width: 100%!important;
}

.tab-limit .tabulka{
    width: 100%!important;
}

#discussion td, #discussion th {
    padding: 10px;

}

#discussion_filter h2{
    font-size: 14px;
    margin-left: 10px;
}
#discussion a{
    font-size: inherit!important;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}





.owl-theme .owl-controls{
    margin-top: 5px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #6db9df;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots{
    display: inline-block;
}


.owl-dot{
    background-color: transparent;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #17428b;
}

.owl-dot.active{
    background-color: #17428b;
}

.client-licences{
    background: #e8eced;
    padding: 20px;
    min-width: 600px;
    min-height: 500px;
    margin-left: -20px;
    margin-top: -30px;
    box-sizing: border-box
}





/*embed owl transitions.css*/
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}
