body{
  background-image: url(/img/bgwave.png);
  background-repeat: repeat;
}

body[class^="product-category"] .page-content .cat-text a::before,
body[class^="product-product"] .page-content #tab-description a::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f08e";
  margin-right: 5px;
}

body[class^="product-category"] .page-content .cat-text a,
body[class^="product-product"] .page-content #tab-description a {
  text-decoration: underline;
  font-weight: bold;
}

header{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	display: block;
	margin-top:0px;
}

.header-container {
  background-color: #fff;
}
footer{
  border-top: 1px dotted #e1e1e1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    background-color: #333;
    color: #a9a9a9;
}
article{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#fcfcfc;
	display: block;
	padding-bottom:60px;
	z-index: 1;
}

h1,h2,h3,h4{
	font-weight:100;
	font-family: 'oswald', sans-serif;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 25px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 15px;
}
a{
  text-decoration: none;
  color: #133c55;
}
a:hover, a:focus{
  text-decoration: none;
  color: #386fa4;
}
a:after{
  text-decoration: none;
}
a:before{
  text-decoration: none;
}
p, .description{
	color: #777;
    font-family: "Catamaran",sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: justify;
}
.pdg{

}
.col-sm-4{
	background-color:white;
}
.navigation, .menu{
	height:100px;
	}
.navigation{
 	position: relative;
 	width:100%;
 	background-color:white;
}
.logo{
	display: block;
        z-index: 1;
}
.logo img{

}
.search{
  float: none;
}
input{
	height:40px;
	width:100%;
	border-radius:3px;
	border:1px #999 dotted;
	padding-left:10px;

}
.upper-menu{
  position: relative;
  float: none;
}
.lang{
	width:100px;	
	font-size: 14px;
	font-weight:bold;
	font-family: 'oswald', sans-serif;
	position: absolute;
	top:0px;
	right:30px;
	z-index:1;
}
.lang ul {
    float: left;
    height: auto;
    margin: 2px;
    min-width: 150px;
    overflow: hidden;
    width: 100%;
}
.lang ul:hover{
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition:  300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition:  300ms ease-in-out;
}
.lang ul li{
  list-style: none;
  padding:0px;
  min-height:26px;
  width:100%;
  border-left: 1px solid #f1f1f1;
  float:left;
  padding-left:10px;
}
.lang ul li a{
  font-size: 14px;
  font-weight:bold;
  font-family: 'oswald', sans-serif;
  width:100%;
}
.lang ul li a:hover{
	color:#056ba6;
}
.menu{
	float:right;
	display: block;
	max-width:600px;
	margin-right:30px;
}
.menu ul{
	text-decoration: none;
}
.menu ul li{
  list-style: none;
  display: inline-block;
}
.menu ul li a{
  line-height: 33px;
  font-size:21px;
  color:black;
  font-family: 'oswald', sans-serif;
  font-weight: 100;
  display: block;
  text-align:center;
  white-space: nowrap;
}
.menu ul li a:hover{
	background-color: #f1f1f1;
	-webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition:  300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition:  300ms ease-in-out;
}
.slider{
  display: block;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  z-index:200px;
  -webkit-box-shadow: 1px 48px 54px -23px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 48px 54px -23px rgba(0,0,0,0.75);
  box-shadow: 1px 48px 54px -23px rgba(0,0,0,0.75);
}
.slider img{
  width:100%;
}
.slider-text{
	position: absolute;
	left:0%;
	top:20%;
	padding:20px;
	padding-left:5%;
	background-color:rgba(255,255,255,0.5);
	color:white;
}
.slider-text h1{
	text-transform: uppercase;
	font-family: 'oswald', sans-serif;
	font-weight: 100;
	font-size: 40px;
	color:black;}
.slider-text p{
	font-family: 'oswald', sans-serif;
	font-weight: 100;
	font-size: 20px;
	color:black;
	}
.slider-dot{
	width:120px;
	height:60px;
	position:absolute;
	bottom:-60px;
	right:0px;
	font-size:20px;
	font-weight: 100;
	border:1px dotted #999;
}
.slider-left{
	height:59px;
	width:59px;
	float:left;
	display: block;
	color:black;
	line-height: 60px;
	text-align:center;
	border-right:1px dotted #555;
	background-color:rgba(255,255,255,0.3);
}
.slider-left:hover , .slider-right:hover{
	background-color:rgba(255,255,255,1);
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -ms-transition:  200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition:  200ms ease-in-out;
}
.slider-right{
	height:59px;
	width:59px;
	float:right;
	display: block;
	color:black;
	line-height: 60px;
	text-align:center;
	background-color:rgba(255,255,255,0.3);
}


ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 00px;
}
.menucat{
	position: absolute;
	padding-top:30px;
	left:0px;
	width:100%;
	background-color:#fff;
	height:0px;
	z-index: 80;
	display:block;
	display: none;
}
.menucat .row{
  display: flex;
  flex-wrap: wrap;
	background-color:white;
	/*padding-bottom:40px;*/
	position: relative;
}
.menucat .container{
	width:100%;
	float:left;
	box-shadow: 5px 5px 30px rgba(1,1,1,0.5);
}

.menucat .col-sm-4{
  border-bottom: 1px #ccc solid;
}
.menucat ul{
	display: inline-block;
  float:left;
	padding-top:30px;
	position: relative;

}
.menucat ul li{
	width:100%;
	display: inline;
	/*float:left;*/
}
.menucat ul li a{
	text-transform: uppercase;
	font-family: 'oswald', sans-serif;
	font-weight: 900;
	padding:2px;
	padding-left:10px;
	float:left;
	font-size:20px;
	color:#1E419B;
}
.menucat ul li ul{
	width:100%;
	position: relative;
	padding:0px;
	top:0px;
	float:left;

}
.menucat ul li ul li{
	width:60%;
	position: relative;
	padding:0px;
	top:0px;
}
.menucat ul li ul li a{
	text-transform: uppercase;
	font-family: 'oswald', sans-serif;
	font-weight: 100;
	float:left;
	font-size:18px;
	padding:2px;
	padding-left:15px;
	text-transform: none;
	border-top:1px dotted #f1f1f1;
	width:100%;
	color:black;
}
.cross{
	position: absolute;
	top:0px;
	right:0px;
	height:25px;
	width:25px;
	margin:10px;
	background-image: url(img/cross.png);
	background-size: 100%;
	display: block;
	z-index: 100;
}
.ham{
	position: absolute;
	width:70px;
	right:0px;
	top:5px;
	height:70px;
	display: inline-block;
	padding-top:0px;
	/*border:1px dashed #EABE32;*/
	margin-left:5px;
	cursor:pointer;
	z-index:20;
}.ham:hover{
	 
}
.ham:hover > .ham-button-2 , .ham:hover > .ham-button-1 , .ham:hover >.ham-button-3{

	margin-top:50%;
	-webkit-transition: 100ms ease-in-out;
    -moz-transition: 100ms ease-in-out;
    -ms-transition:  100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition:  100ms ease-in-out;
}
.ham:hover > .ham-button-2 {
	  -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -ms-transition:  200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition:  200ms ease-in-out;
}
.ham-button-1, .ham-button-2, .ham-button-3 {
	width:40%;
	position:absolute;
	height:4px;
	background-color: #1e5799;
}

.ham-button-1{
	margin-left:30%;
	margin-top:40%;	
}
.ham-button-2{
	margin-left:30%;
	margin-top:50%;
}
.ham-button-3{
	margin-left:30%;
	margin-top:60%;	
}
.button{
  display: block;
  position: relative;
  float:right;
  width:210px;
  height:50px;
  line-height: 45px;
  padding-left:10px;
  border: 1px solid #179dda;
  border-right:none;
  margin-top:10px;
  font-size:18px;
  color:white;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  cursor:pointer;
  background-color: #1E419B;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e749c', endColorstr='#2c7a96', GradientType=0 );
}
.button a{
	color:white;
}
.arrow{
	position: absolute;
	display: block;
	right:0px;
	top:0px;
	height:49px;
	width: 50px;
	padding:5px;
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	z-index: 10;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.button:hover > .arrow{
	background-position: right;
	-webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition:  300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition:  300ms ease-in-out;
}

.cat-name h1{
  color:black;
  padding-left:10px;
  font-weight:100;
}
.news{
	margin-top:30px;
}
.img-holder{
	width:40%;
	display: inline-block;
}
.text-holder{
	width:50%;
	display: inline-block;
}
.text-holder span{
	font-family: 'oswald', sans-serif;
	margin-top:5px;
}

/* AlfaGép */
/* ID */
#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #2a2a2a;
  list-style-type: none;
  z-index: 12;
  font-size: 14px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
#livesearch_search_results li img {
  float: left;
  margin-right: 10px;
}
#livesearch_search_results li img.loading {
  background: #F5F5F5;
}
#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
  background-color: #179dda;
}
#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
  color: #FFF;
}
#livesearch_search_results a, #livesearch_search_results a:visited {
  display: block;
  padding: 5px;
  color: #fff;
}
#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
  display: table;
  content: "";
  line-height: 0;
}
#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
  clear: both;
}

#news .tltblog h2 {
  padding-top: 0;
  margin-top: 0;
}

#news .tltblog {
  margin-right: 0;
  margin-left: 0;
}

#news .tltblog .tltblog {
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    overflow: hidden;
}

#tab-description > hr:first-child {
    display: none;
}

#tab-description .table tr:nth-child(even) {
  /*background-color: #fff;*/
}

#tab-description .table tr:nth-child(odd) {
  /*background-color: #fff;*/
}

#tab-description .table tr:first-child, #tab-specification table tr:first-child {
  background-color: #bbbdbe;
  font-weight: bolder;
}

#tab-description .table.table-bordered {
  width: 100% !important;
}

/* TAG */
article.pdg h1, #content h1 {
  border-bottom: 1px dashed;
}

article.pdg .product-grid > div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    z-index: 1;
}

footer a {
  color: #808080 !important;
}

footer a:hover, footer a:active {
  color: #179DDA !important;
}

footer .container {
  
}

h2 a {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
}

hr.divider {
  border-color: #222;
}

/* CLASS */
.border-bottom-black {
    border-bottom: 1px solid #333333;
}

.box.featured .box-heading h3 {
  margin-top: 0;
}

.breadcrumb {
    background-color: #179dda;
    margin-bottom: 0;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  color: #1E419B;
  border-bottom: 1px dashed #fff;
}

.cat-overlay {
    background: rgba(4, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.cat-termek {
    border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 10px;
}

.cat-termek ul{width:100%;}
.cat-termek ul li{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	text-align:center;
}
.cat-termek ul li a{
	    font-weight: 100;
    font-family: 'oswald', sans-serif;
	font-size: 18px;
	min-width:200px;
	text-transform: uppercase;
	line-height:30px;
}
.cat-termek ul li a:hover, .nav-tabs .active {
	border-bottom: 3px solid red;
}

.cat-text p{
    padding-top:0px;
    padding-bottom:0px;
}
.featured {
  background-color: #fff;
}

.footer_box ul li i {
  color: #179DDA;
}

.footer_box ul li.row {
  margin-bottom: 5px;
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 5px;
}

.footer_box ul.category li {
  border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer_box ul.category li:hover {
  border-bottom: 1px dashed #179DDA;
}

.footer_box ul.category li a {
  display: block;
}

.footer_box ul.category li:hover a {
  color: #179DDA !important;
}

.image > h2 {
  overflow: hidden;
}
.menu-downmenu {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
}

.menu-downmenu:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.menu-downmenu h2 {
  height: 60px;
}

.menu-downmenu p {
    font-size: 14px;
}
.menu-downmenu .description {
  overflow: hidden;
  max-height: 150px;
  height: 150px;
}
.menu-downmenu div a .button.right {
  width: 100%;
}
.nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li > a {
  border: none;
}
.nav-tabs > li > a, .nav > li > a:hover, .nav > li > a:focus {
  border: none;
  background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: none;
  border: none;
}
.page-content {
    background-color: #fcfcfc;
    margin-bottom: 30px;
    padding: 15px;
}

.product-grid, article.pdg h1 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.product-grid {
  background-color: #fff;
}

.product-grid > div .description {
    height: 200px;
    overflow: hidden;
}

.styled-icons {
    margin-left: 0px;
    padding-left: 0px;
}

.styled-icons a {
    color: #333333;
    float: left;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons.icon-circled a {
  border-radius: 50%;
}

.styled-icons.icon-dark a {
    background-color: #222;
    color: #eeeeee;
    display: block;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.tab-pane {
  background-color: #fff;
  padding: 8px;
}

.nav > li > a {
  display: inline;
}

.tab-pane div.catalog {
  display: none;
}

@media (min-width: 481px) and (max-width: 767px) {
  .camera_caption h4 {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .camera_caption h4 {
    font-size: 19px;
  }
  .menu ul li a{
    line-height: 80px;
  }
}

@media (min-width: 1300px) {
  header, .container:first-child, #page > .container {
    width: 1300px;
  }
  
  .camera_caption h4 {
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: bold;
  }
  
  .menu ul li a{
    line-height: 75px;
  }
}

#tab-description div font {
    color: #777;
    font-family: "Catamaran",sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: justify;
}

#search-options input {
  width: auto;
  height: auto;
}

.printable {
  display: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.camera_caption a.slider-button {
  font-weight: 400;
  text-transform: none;
}

.camera_caption a.slider-button:hover {
  
}

vaa::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f08e";
  margin-right: 5px;
}

a[href^="https://www.youtube.com"] {
  display: none;
}