/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

@font-face {
    font-family: 'AndulkaSans';
    src: url('fonts/AndulkaSansText.otf');
}

@font-face {
    font-family: 'AndulkaSans';
    src: url('fonts/AndulkaSansTextBold.otf');
    font-weight: bold;
}

@font-face {
    font-family: 'AndulkaText';
    src: url('fonts/AndulkaText.otf');
}

@font-face {
    font-family: 'AndulkaText';
    src: url('fonts/AndulkaText-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: 'AndulkaSansLight';
    src: url('fonts/AndulkaSansLight.otf');
}


body {
	font-family: Arial, Helvetica, sans-serif; 
  /* font-family: 'AndulkaSans'; */
  font-size: 13px !important; /* nastavenie fontu */
  line-height: 1.35 !important; 
  /* letter-spacing: normal|length|initial|inherit;
  /* word-spacing: normal|length|initial|inherit; /* length: Defines an extra space between words in px, pt, cm, em, etc. Negative values are allowed */
  /* word-break: normal|break-all|keep-all|initial|inherit; */
  /* line-height: normal|number|length|initial|inherit; */
       /* number  A number that will be multiplied with the current font size to set the line height */
       /* length  A fixed line height in px, pt, cm, etc. */
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .userfields_info, .result-title, span.title, .productdetails-view h1  {
  font-family: Arial, Helvetica, sans-serif; /* AndulkaText */
  font-weight: normal;
	/* font-weight: 400; */
	/* letter-spacing: 0px !important; */
/*petko	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;  */
color: #27ABBF;
}
h1 {
	font-size: 180%;
}
h2 {
	 font-size: 160%; 
  /* font-size: 18px; */
}
h3, .productdetails-view h1 {
	font-size: 150%;
}
h4, span.title {
	font-size: 140%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 125%;
}
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
/*   color: #878787; */
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, span.title {
/*	margin-bottom: 20px; */
}
small {
	font-size: 90%;
}
/* Forms Elements 
--------------------------------------------- */

.button, button, #com-form-login-remember input.default, .submit .highlight-button, #panel_s .button, .modal-button, a.product-details, 
.button2-left .readmore a, .blank a, span.details-button input.details-button, .highlight-button, a.ask-a-question, .btn {
	border: 1px solid rgba(255,255,255,0.15) !important;
	padding: 5px 12px !important;
	margin: 4px 10px 3px 3px !important;
	cursor: pointer;
	vertical-align: middle;
	/* petko bolo bold */
  font-weight: normal;
	text-transform: none !important;
	text-decoration: none;
	font-size: 12px;
	/* petko font-family: Arial, Helvetica, sans-serif !important; */
	background-image: url(../images/top-menu-bg.png) !important;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
a.button:hover, .submit:hover, button:hover, #panel_s .button:hover, a.product-details:hover {
	text-transform: none !important;
	text-decoration: none !important;
}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .quantity-input, table.user-details input, #com-form-login-username input, select, 
#company_field, #title, #first_name_field, #middle_name_field, #last_name_field, #address_1_field, #address_2_field, #zip_field, #city_field, #virtuemart_country_id, 
#phone_1_field, #phone_2_field, #fax_field, #agreed_field, .contentpane #name, .contentpane #email, .contentpane #counter, .contact-input-box input,
.form-validate input, .login-fields #username, .login-fields #password, .coupon, input.vm-default, .controls input {
	background: #ffffff;
	padding: 6px 6px;
	margin: 4px 0px;
	color: #505050;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

input.inputbox:hover, textarea:hover, .textarea:hover, select.inputbox:hover, input.validate-email:hover, select, 
select.inputbox:hover, .quantity-input:hover, table.user-details input:hover, #com-form-login-username input:hover, 
#company_field:hover, #title:hover, #first_name_field:hover, #middle_name_field:hover, #last_name_field:hover, #address_1_field:hover,
#address_2_field:hover, #zip_field:hover, #city_field:hover, #virtuemart_country_id:hover, #phone_1_field:hover, #phone_2_field:hover, 
#fax_field:hover, #agreed_field:hover, .contentpane #name:hover, .contentpane #email:hover, .contentpane #counter:hover, .contact-input-box input:hover, .form-validate input:hover, 
.login-fields #username:hover, .login-fields #password:hover, .coupon:hover, input.vm-default:hover {
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
}

.contentpane #comment {
	margin-right: 10px !important;
	width: 70% !important;
}
img.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px !important;
	border-top-right-radius: 10px 10px !important;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	margin-left: 3px;
}


input.invalid, select.invalid {
	border: 1px solid rgba(204, 0, 0, 0.5) !important;
	-moz-box-shadow: 0px 1px 5px rgba(204, 0, 0, 0.7) !important;
	-webkit-box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px !important;
	box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px !important;
}


.custom_style_pata h2, .custom_style_pata h3.module-title {
  font-family: 'AndulkaSansLight';
  font-size:19px;
  color:white;
  padding-bottom:6px;
}

.custom_style_pata ul li {
padding-bottom: 0px;
}

.acymailing_module_style_pata {
padding:12px;
font-size:11px;
}

.acymailing_module_style_pata input {
background-color:#d5d5d5;
border:none !important;
border-radius:0px;
margin:0;
margin-bottom: 12px;
padding:4px;
}

.acymailing_module_style_pata h2 {
  font-family: 'AndulkaSansLight';
    font-size:19px;
    color:white;
    padding-bottom:12px;
}

.acymailing_module_form td {
  padding:0px;
}

#foo-left-right {
  /* font-family: 'AndulkaSans'; */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}

/* bch 16.6.2016 rychly kontakt v paticke */

.rapid_contact._style_pata {
padding-top:6px;
font-size:11px;
}

.rapid_contact._style_pata h2 {
  font-family: 'AndulkaSansLight';
    font-size:19px;
    color:white;
    padding-bottom:6px;
}

.rapid_contact._style_pata input {
background-color:#d5d5d5;
border:none !important;
border-radius:0px;
margin:0;
margin-bottom: 12px;
padding:4px;
}

.rapid_contact.btn.btn-primary.button._style_pata {
    margin: 0 !important;
    font-size:12px;	
}

.rapid_contact._style_pata textarea {
background-color:#d5d5d5;
border:none !important;
border-radius:0px;
margin:0;
margin-bottom: 12px;
padding:4px;
}

#menu {
font-family: 'AndulkaSans';
}

p.readmore a, a.readmore {
font-family: 'AndulkaSans';
}

#navukf {
  font-family:'AndulkaSans';
}
