@font-face {
  font-family: Gotham;
  src: url(../font/Gotham-Medium.otf);
}

@font-face {
  font-family: Gotham-Book;
  src: url(../font/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham-Bold;
  src: url(../font/Gotham-Ultra.otf);
}

body{
	background-image:url('../images/page-background.png');
	background-size: cover;
	font-family: 'Gotham-Book';
}

header{
	background-image:url('../images/header-banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 520px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Gotham';
}

img{
	max-width: 100%;
}

a:hover,
a:visited,
a:focus,
a:active{
	text-decoration: none;
}


strong{
	font-family: 'Gotham';
}


.white-text{
	color:#fff;
}

#header-text{
	margin-top:-50px;
}

#header-text h1{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 45px;
}

#header-text p{
	margin-bottom: 0px;
	line-height: 25px;
}

#web-logo{
	margin-top: 40px;
}

#header-text [class*='col-']{
	padding-left: 0px;
	padding-right: 0px;
}

.no-padding-right{
	padding-right: 0px;
}

.no-padding-left{
	padding-left: 0px;
}

#menu{
	padding: 50px 0px 30px 0px; 
	width: 80%;
    margin: 0 auto;
}

#menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

#menu li{
	display: inline-flex;
	width: 16.6%;
    float: left;
}

#menu li:last-child{
	margin-right: 0px;
}

#menu img{
	margin-bottom: 20px;
}

#menu li:hover img{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 10px 2px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 10px 2px rgba(255, 255, 255, 0.75);
	border-radius: 51%;
}

#menu li p{
	width: 75%;
	margin: 0 auto;
}

#menu a,
#menu a:hover,
#menu a:focus,
#menu a:visited,
#menu a:active{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

#page-header{
	position: relative;
	padding: 27px 0px 10px 0px;
	margin-bottom: 50px;
}

.orange-header{
	background-color:#ff6700;
}

.blue-header{
	background-color:#5eabeb;
}

.green-header{
	background-color:#00d652;
}

.purpel-header{
	background-color:#ff57a9;
}

.lblue-header{
	background-color:#75d2e9;
}

.red-header{
	background-color:#e2231a;
}

#page-header.orange-header:after{
	border-color:#ff6700 transparent transparent transparent;;
}

#page-header.green-header:after{
	border-color:#00d652 transparent transparent transparent;;
}

#page-header.purpel-header:after{
	border-color:#ff57a9 transparent transparent transparent;;
}

#page-header.red-header:after{
	border-color:#e2231a transparent transparent transparent;;
}

#page-header.lblue-header:after{
	border-color:#75d2e9 transparent transparent transparent;;
}

#page-header:after {
	content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #6980fe transparent transparent transparent;
    margin: 0 auto;
    left: 50%;
    bottom: -25px;
}

#page-header.without-arrow:after{
	display: none;
}

.title-number{
	color:#ff6700;
	font-weight: bold;
	font-size: 60px;
	opacity: .4;
}

.title-box{
	font-weight: bold;
	margin-top: 55px;
}

.box-content{
	margin-top: 25px;
	position: relative;
}

.main-box{
	border-bottom:2px solid #ee8883;
	margin-bottom: 12.5px;
    padding-bottom: 25px;
}

.page-content{
	max-width:850px; 
}

.box-4 .box-content img{
	float: left;
	margin:20px 120px 92px 20px;
}

.kam-dal{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
}

.kam-dal img{
	margin-bottom: 15px;
}

.kam-dal a p{
	margin-bottom: 0px;
	font-weight: bold;
}

.recenze{
	padding-bottom: 35px;
}

.line{
	width: 95%;
	margin: 0 auto;
	height: 3px;
	background-color:#dadada;
	margin-bottom: 50px;
}

.line.last{
	margin-bottom: 25px;
}

.blue-text{
	color:#3e8ddd;
}

.gray-text{
	color:#6c6667;
}

.green-text{
	color:#00d652;
}

.recenze .user{
	padding-left: 55px;
}

.recenze .user:before{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url('../images/user-icon.png');
	background-size: contain;
	left: 17px;
    top: -8px;
}

.paginator{
	width: 95%;
	margin: 0 auto;
}

.paginator li{
	display: inline-flex;
}

.paginator a,
.paginator span{
	color:#5eabeb;
}

.paginator .box{
	padding: 5px;
	border:2px solid #5eabeb;
}

.paginator .box.next{
	margin-left: 15px;
}

.notebook-box{
	margin-top: 50px;
	padding:50px 25px;
	border:2px solid #222222;
	margin-bottom: 50px;
	position: relative;
}

.notebook-box p{
	line-height: 25px;
}

.notebook-box h5{
	margin-bottom: 25px;
}

.notebook-box a.blue-text{
	text-decoration: underline;
}

.lus-inz h3{
	width: 85%;
	margin: 0 auto;
}



.item-box,
.specifics-content{
	display: none;
}

.item-box.active,
.specifics-content.active{
	display: block;
}

.tools-box{
	position: relative;
	padding:10px;
	background-color:#e7e8e9;
	border:1px solid #6fb6ec;
	width: 50%;
    top: 10px;
    left: 10px;
	display: none;
	position: absolute;
}

.tools-box .icon-box .icon{
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tools-box.active,
.tools-box.fixed{
	display: block;
}

.closed-box{
    background-color: #3e8ddd;
    color: #fff;
    padding: 0px 6px 2px 6px;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
}

.tools-content .p{
	line-height: 20px;
} 

.tools-content a{
	text-decoration: none !important;
}

.tools-content a.underline{
	text-decoration: underline !important;
}

.tools-content .icon-box{
	padding-right: 40px;
}

.tools-content .icon img{
	max-width: 100%;
    margin-top: 0px;
}

.tools-content .read-more{
	font-size: 12px;
}

.tools-content .tools-info{
    padding-top: 12px;
}

.item-box{
	width: 100%;
	float: left;
	margin-top: 25px;
}

.items-box ul{
	padding-left: 30px;
	list-style: none;
}

.clearfix{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.components-icon{
	position: relative;
}

.components-icon img{
	float: right;
    position: absolute;
    right: 100px;
    top: -40px;
    max-width: 120px;
}

.item-box{
	position: relative;
}

.positions-3.owl-item .item,
.positions-4.owl-item .item,
.positions-5.owl-item .item,
.positions-6.owl-item .item,
.positions-7.owl-item .item{
	position: relative;
	opacity: 1;
	top: 0px;
	/* transition: all 0.5s ease; */
}

.positions-3.owl-item .item img,
.positions-4.owl-item .item img,
.positions-5.owl-item .item img,
.positions-6.owl-item .item img,
.positions-7.owl-item .item img{
	max-width: 100%;
	/*transition: all 0.5s ease;*/
}

.positions-0 .item,
.positions-10 .item,
.owl-item .item{
    position: relative;
    opacity: .7;
    top:17px;
}

.positions-0 .item img,
.positions-10 .item img,
.owl-item .item img{
    max-width: 45px;
}

.positions-1 .item,
.positions-9 .item{
    position: relative;
    opacity: .7;
    top:9px;
}

.positions-1 .item img,
.positions-9 .item img{
    max-width: 60px;
}

.positions-2 .item,
.positions-8 .item{
    position: relative;
    opacity: .7;
    top:2px;
}

.positions-2 .item img,
.positions-8 .item img{
    max-width: 70px;
}

#page-header .container{
	position: relative;
}

.carousel-nav .nav-arrow{
	position: absolute;
	top:33px;
	z-index: 9999;
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.carousel-nav .nav-arrow.prev{
	left:-50px;
	background-image: url('../images/prev.png');
}

.carousel-nav .nav-arrow.next{
	right:-50px;
	background-image: url('../images/next.png');
}

#page-header.carousel{
	min-height: 175px;
}

.vyber-notebooku.container,
.prehled-notebooku.container{
	max-width: 1140px;
}

.carousel .container{
	max-width: 950px;
}

.page-content a{
	text-decoration: underline;
	color:#5eabeb;
}


.kam-dal a{
	margin-top: 25px;
	color: #000 !important;
	text-decoration: none;
}

.kam-dal h3{
	width: 100%;
}

.kam-dal h3:after{
	content: ' ';
    width: 41px;
    height: 23px;
    display: inline-flex;
    margin-left: 10px;
    left: 70px;
    position: relative;
}

.kam-dal h3.orange:after{
	background-image:url('../images/arrow-orange.png');
}

.kam-dal h3.red:after{
	background-image:url('../images/arrow-red.png');
}

.kam-dal h3.pink:after{
	background-image:url('../images/arrow-pink.png');
}

.kam-dal h3.green:after{
	background-image:url('../images/arrow-green.png');
}

.kam-dal h3.blue:after{
	background-image:url('../images/arrow-blue.png');
}


.page-content{
	width: 100%;
}

.parameters .kam-dal,
.prehled .kam-dal,
.vyber-notebooku .kam-dal{
	margin-top: 50px;
}

.content-icon-1{
	float: right;
    margin-left: 35px;
    margin-bottom: 20px;
    margin-top: -100px;
}

.content-icon-3{
	float: left;
	margin-right: 35px;
    margin-bottom: 20px;
}

.content-icon-4{
	float: right;
    margin-left: 35px;
    margin-bottom: 20px;
}

.kam-dal p{
}

.kam-dal .icon{
    margin-top: -25px;
}

.devices-categories{
	/*max-width: 800px;*/
    margin: 0 auto;
}

.vyber-notebooku{
	margin-bottom: 25px;
}

.vyber-notebooku section.devices-categories{
	margin-bottom: 25px;
}

.vyber-notebooku section.devices-categories div.device-card div.cat-holder,
.vyber-notebooku section.devices-categories div.device-card{
	height: 190px;
}

.vyber-notebooku section.devices-categories a.device-cat div.cat-head{
	padding: 20px 10px;
	font-size: 16px;
}

.vyber-notebooku section.devices-categories div.banner div.showBanner{
	width: 100%;
}

.vyber-notebooku section.devices-categories a.device-cat div.cat-con{
	padding: 60px 20px 20px 20px;
}


.owl-carousel .item p{
    color: #fff;
    font-size: 9px;
    margin-top: 8px;
    text-align: center;
}

.owl-carousel .item img{
	margin: 0 auto;
	margin-top: 5px;
}

.owl-carousel .item:hover img{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 7px 1px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 7px 1px rgba(0, 0, 0, 0.75);
	border-radius: 51%;
}

#web-logo img, 
#lenovo-logo img{
	position: fixed;
	z-index: 1;
}

#header-text{
	margin-top: 50px;
}