
html {
  font-family: Roboto, Arial, sans-serif;
}

/* modify fundation default css: */
.myblueheaderheight {
	height: 5rem;
}
nav.tab-bar {
	display: block;
	transition: top 0.3s ease 0s;
	background-color: #2063C3;
	border-bottom: 1px solid #000000;
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/
}
nav.tab-bar .right-small {
	border-left: none;
	top: 18px;
}
nav.tab-bar .right-login {
	position: absolute;
	top: 16px;
	right: 50px;
	line-height: 100%;
}
section.main-section {
	/*margin-top: 5rem;*/
}

.top-bar-section ul li {
	background: none;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: none;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #2179cc;
}
.top-bar-section ul li.active > a {
	background: none;
}
.top-bar-section ul li.active > a:hover {
	background: none;
}
.top-bar-section .dropdown li a {
	background: none;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: #2063C3;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	background: #2179cc;
}
.top-bar-section ul li:hover:not(.has-form)  > a{
	background: #2179cc;
}
.top-bar-section .has-dropdown > a:after {
 /*	 border: inset 5px;
	  content: "";
	  display: block;
	  height: 0;
	  width: 0;
	  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
	  border-left-style: solid;
	  margin-right: 0.9375rem;
	  
	  position: absolute;
	  top: 50%;
	  right: 0;*/
	  margin-top: 12px;
	  right: 4px;
}
	  
	
/* OFF CANVAS RIGHT MENU */
ul.off-canvas-list li a {
	color: #96a1a3;

	transition: all 0.2s ease 0s;
	background-color: transparent;

	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.off-canvas-list li a:hover,
ul.off-canvas-list li a:active,
ul.off-canvas-list li a:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
}

/* form elements */
button, .button {
	background-color: #2063C3;
	/*border-color: orange;*/
	color: whitesmoke;
}
button:hover, button:focus, .button:hover, .button:focus {
	/*background-color: #FF6633;*/
	background-color: #2179cc;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
.pricing-table .title {
	background-color: #FF6633;
}
.pricing-table .price  {
	font-size: 1.5rem;
}


/* TOP MENU */
.topmenu {
	display: none;
}
@media only screen and (min-width: 40.0625em) {
	.topmenu {
		display: block !important;
		transition: none 0 0;
		left: 0 !important; 
	}
	.topmenu ul {
		display: inline;
		list-style-type: none;
		height: auto !important;
		width: auto;
	}
	.topmenu ul li {
		float: left;
		min-width: 6rem;
		/*text-align: center;*/
	}
	.topmenu li a {
		display: block;
		color: white;
		line-height: 79px;
		transition: all 0.4s ease 0s;
		
		font-size: 0.8125rem;
		font-weight: bold;
		padding: 0 0.9375rem;
		text-transform: none;
		width: 100%;
		border-left: 1px solid #86aacb;
	}
	.topmenu li a.last {
		border-right: 1px solid #86aacb;
	}
	.topmenu li a:hover {
		background-color: #2179cc;
	}


	.topmenu > ul > .divider,
	.topmenu > ul > [role="separator"] {
	  border-right: solid 1px #4e4e4e;
	  border-bottom: none;
	  border-top: none;
	  clear: none;
	  height: 2.8125rem;
	  width: 0; }		
}



/* BIG SLIDER on frontpage */
ul.bigslider {
	margin: 0;  /* override fundation */
}
.bigslider-inner{
	background-position: center center;
	background-size: cover;
}
.bigslider-bg {
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 52px 0;
}
.bigslider-txt {
	font-size: 20px;
	margin-bottom: 26px;
	color: white;text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media screen and (min-width: 768px) {
	.bigslider-txt {
		font-size: 20px;
	}
}
@media screen and (min-width: 480px) {
	.bigslider-bg {
		padding: 104px 0;
		background-size: 100% auto;
	}
	.bigslider-txt {
		font-size: 30px;
	}
}
@media screen and (min-width: 992px) {
	.bigslider-bg {
		background-size: cover;
		background-position: center center;
		padding: 260px 0;
		background-size: 100% auto;
	}
	.bigslider-txt {
		font-size: 40px;
	}
}

/* override 	BX Slider default CSS */
.bx-wrapper {
	border: 0;
	box-shadow: none;
	z-index: 9;
}


/* tarhely dobozok */
div.tarhelybox {
	float: left;
	width: 150px;
	border: 1px solid #CCCCCC;
	margin-left: 0.8rem;
	
}
ul.tarhelybox {
	list-style-type: none;
	margin: 0;
}
ul.tarhelybox li {
	border-bottom: 1px dotted #dddddd;
	color: #333333;
	font-size: 0.875rem;
	font-weight: normal;
	padding: 0.5375rem;
	text-align: center;
	line-height: 1.3;
}
ul.tarhelybox li.tarhelyboxhead {
	background-color: #2063C3;/*#2476ec;*/
	color: white;
	padding: 0.9375rem;
	border-bottom: none;
}
ul.tarhelybox li.tarhelyboxfoot {
	background-color: #2063C3;
	color: white;
	padding: 0.9375rem 0;
	border-bottom: none;
}
ul.tarhelybox li.duplamagas {
	line-height: 2.6;
}
ul.jellemzok  li{
	text-align: left;
}
ul.tarhelybox li.jellemzok {
	padding-top: 1.8750rem;
	padding-bottom: 0;
}

div.nettoar {
	font-size: 1.4rem
}
div.bruttoar {
	font-size:0.75rem;
	margin-bottom:10px
}

a.rendelesgomb {
	font-size: 0.9rem;
	padding: 0.4rem;
	background-color: #7ef536; 
	color: #333333;
	transition: all 0.4s ease 0s;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}
a.rendelesgomb:hover {
	color: #333333;
	background-color: #84ff38;
}
a.rendelesgomb:active {
	position:relative;
	top:1px;
}

.interhu-footer-top {
	background-color: #333;
	background-image: url(/img/footer_bg.jpg);
	color: #DDDDDD;
}
.interhu-footer-top a {
	color: white;
}
.interhu-footer-top a:hover {
	color: #FF6633;
}
.interhu-footer-top ul {
	margin-top: 10px;
	margin-left: 0;
	list-style-type: none;
}

.interhu-footer-bottom {
	background-color: #F2F2F2;
}
.zoldbox {
	width: 210px;
	color: white;
	background-color: green;
	padding: 8px 10px;
	margin: 20px 0;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-family: Tahoma, Geneva, sans-serif;
}
.zoldbox .tel{
	font-size: 22px;
	letter-spacing: 2px;
}
.copyright {
	font-size: 0.8rem;
}


.slidecontent {
	width: 80%;
	margin: 0 auto;
}
/*.btn {
	box-shadow: none;
	font-size: 16px;
	padding: 6.5px 26px;
	text-transform: uppercase;
}*/
.btn {
	transition: all 0.2s ease 0s;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn-rounded {
	border-radius: 26px;
	padding-left: 26px;
	padding-right: 26px;
}
.btn-border {
	background: transparent none repeat scroll 0 0;
	border: 3px solid #505656;
	color: #505656;
}
.btn-border:hover, .btn-border:focus, .btn-border:active {
	background: #039be5 none repeat scroll 0 0;
	border-color: #039be5;
	color: #ffffff;
}
.slidecontent .btn{
	border: 2px solid #ffffff;
	color: #ffffff;
	margin-bottom: 26px;
}
.btn:hover {
	background-color: white;
	color: #3d4045;
}

.height400 {
	height: 180px;
}
@media screen and (min-width: 768px) {
	.height400 {
		height: 400px;
	}
}
@media screen and (min-width: 480px) {
	.height400 {
		height: 200px;
	}
}
@media screen and (min-width: 992px) {
	.height400 {
		height: 400px;
	}
}

#domainarak th {
	text-align: center;
	color: white;
	font-weight: normal;
	background-color: #2063C3;
}
#domainarak td {
	text-align: center;
}
#domainarak td.tld {
	text-align: left;
}
