body {
	margin: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.3em;
	color:#000;
}


/* HEADINGS */
h1 {
	font-size: 3em;
	font-weight: normal;
	color: #1CA3DC;
	line-height: 1em;
	margin-bottom: 25px;
	margin-top: 0px;
}
h2 {
 	color: #666;
    font-size: 1.9em;
    font-weight: 500;
    margin-top: 35px;
}
h3 {
	margin: 0px 0px 15px 0px;
	font-size: 1.3em;
	color: #000;
}


header {
	width: 100%;
	z-index: 9000;
	background-color: #FFF; 
	border-bottom: 1px solid #CCC;
}

header .topbar a:link { color: #FFF !important; }
header .topbar a:visited { color: #FFF !important; }
header .topbar a:hover { color: #FFF !important; }



.prednosti h2 {
    color: #fff;
	margin-bottom: 30px;
}

.lastnosti h2 {
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 25px;
}
.lastnosti h3 {
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
}

.price { 
	font-size: 36px;
	color: #00a4e4;
	margin: 30px 0px 30px 0px;
}

.header_logo {
	margin-top: 15px;
	text-align: center;
}


footer {
	font-size: 1em;
	text-align: left;
	color: #fff;
	background-color: #1CA3DC;
	padding: 40px 0px 40px 0px;
	margin-top: 30px;
}

footer .fa { color: #FFF; }

footer .title { font-size: 1.6em; margin-bottom: 15px; }
footer a {
	color: #fff !important;
} 
footer a:Visited {
	color: #fff !important;
} 
footer a:Hover {
	color: #fff !important;
}


/* FORM */
form {
	margin: 0px 0px 5px 0px;
}



/* LINKS */
a:Link {
	text-decoration: underline;
	color: #1ca3dc;
} 
a:Visited {
	text-decoration: underline;
	color: #1ca3dc;
} 
a:Hover {
	text-decoration: none;
	color: #1ca3dc;
}

/* COLORS */
.red-text{
	color:#FF0000;
}
.orange{
	color:#FF3300;
}
.d_orange{
	color:#FF6600;
}
.yellow {
	color: #FFB546;
}
.green{
	color:#00882D;
}
.gray{
	color:#CCCCCC;
}
.blue{
	color:#0095D9;
}
.white{
	color:#FFFFFF;
}
.black {
	color:#000000;
}

.pink {
	 color: #FF992C; 
}


/* MESSAGES */
.errorMsg {
	color:#FF0000;
}
.infoMsg {
	color:#FF0000;
}
.warningMsg {
	color:#FF0000;
}

/* IMAGES */


/* TEXT */
.big_text {
	font-size: 1.8em;
}
.mid_text {
	font-size: 1.2em;
}
.norm_text {
	font-size: 1em;
}
.small_text {
	font-size: 0.8em;
}


/* TABLES */
.tbl_1 {
	border-left: 1px dotted #999999;
}
.tbl_1 td {
	font-size: 11px;
	padding: 5px 10px 5px 3px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #999999;
	text-align: left;
	border-right: 1px dotted #999999;
}
.tbl_1 th {
	font-size: 1em;
	font-weight: bold;
	background: #6B6B6B ;
	text-align: left;
	padding: 8px 10px 10px 3px;
	color: #FFFFFF;
	border-right: 1px dotted #999999;
}

#content_path {

	color: #693c26;
	font-size: 0.9em;
}
#content_path a {
	color: #693c26;
	text-decoration: underline;
}
#content_path a:visited {
	color: #693c26;
	text-decoration: underline;
}
#content_path a:hover {
	color: #693c26;
	text-decoration: none;
}

.bann_ind_top .info_txt h2 {
	margin: 15px 0px 3px 0px;
	font-size: 16px;
	color: #515050;
}
a.lnk_info_txt:Link {
	color: #515050;
	text-decoration: none;
}
a.lnk_info_txt:visited {
	color: #515050;
	text-decoration: none;
}
a.lnk_info_txt:hover {
	color: #515050;
	text-decoration: underline;
}

#page_content {
	padding-top: 20px;
}

#map_canvas {
	width: 100%;
	height: 450px;
}

.fa { color: #625447; font-size: 60px; margin-bottom: 5px; }
.fa:hover { color: #000; }
.fa-red { color: #FF992C; font-size: 40px; }

.dropdown {
    border-radius: 0;
    z-index: 9000;
}
.dropdown-menu {
    border: 1px solid #CCC;
    border-radius: 0;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 0px;

}
.dropdown-menu .fa {
    font-size: 16px;
    margin-right: 5px;
}
.header_account  li { width: 100%; }
.dropdown-menu > li > a {
    color: #000;
    font-size: 14px;
	line-height: 1em;
	text-decoration: none !important;
}
.btn-primary {
    background-color: #ED1C24;
    border-color: #ED1C24;
}
.btn-header {
	background-color: #67A217;
    border-color: #67A217
}
.btn-header:hover, .btn-header:focus, .btn-header:active, .btn-header.active, .open .dropdown-toggle.btn-header {
    background-color: #67A217;
    border-color: #67A217;
    color: #fff;
}
.btn {
    border-radius: 0;
}

a.btn-primary:link { color: #FFF !important; text-decoration: none; }
a.btn-primary:visited { color: #FFF !important;  text-decoration: none;}
a.btn-default:link { color: #000 !important; text-decoration: none; }
a.btn-default:visited { color: #000 !important;  text-decoration: none; }

.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition:         all 0.5s  ease;
  -moz-transition:    all 0.5s  ease;
  -webkit-transition: all 0.5s  ease;
  -o-transition:      all 0.5s  ease;
  -ms-transition:     all 0.5s  ease;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown {
  display: inline-block;
}

.navbar { margin-bottom: 5px !important; }
.navbar-default {
    background: none !important;
    border: none !important;
	font-size: 1.1em;
	text-align: left;
}
.navbar-default a { text-decoration: none !important; text-transform: uppercase; padding-left: 9px !important; padding-right: 9px !important; }
.navbar-default .navbar-nav > li > a { color: #000; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00A4E4;
}
.navbar .navbar-nav {
    display: inline-block !important;
    float: none !important;
}
.navbar .navbar-collapse {
    text-align: center;
}
.fb-like { height: 30px; box-sizing: border-box; margin-top: 90px; }

.tooltip  {font-size: 1.5em;}

.btn-primary { border-radius: 5px; }

.box-1 {
    background: #eee url("/template/images/bg-box-1.png") repeat scroll center top;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.mar_10L { margin-left: 10px; }
.credits { border-top: 1px solid #FFF; font-size: 0.8em; padding-top: 15px; margin-top: 15px; }
.i-row {
	 margin-left: 0px !important; 
	 margin-right: 0px !important; 
	 background: rgba(0, 0, 0, 0) url("/template/images/bg_i_row.jpg") no-repeat scroll center center / cover ;
}

.i-box-container {
	background-color:#00A4E4; 
	color: #FFF; 
	padding: 30px 0px 30px 0px; 
	margin-top: 3px;
}

.i-box-left {
	width: 29%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.i-box-center {
    background: rgba(255, 255, 255, 1) url("/template/images/bg_i_box_c.jpg") no-repeat scroll center bottom / cover ;
	width: 42%;
	float: left;
	box-sizing: border-box;
	position: relative; 
}
.i-box-right {
	width: 29%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.i-box-center h1 {
    display: block;
    padding-top: 6%;
	padding-bottom: 72%;
    position: relative;
	font-size: 2.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #00A4E4;
}

.i-box-center .i-box-info {
    display: block;
    padding-bottom: 3%;
    position: relative;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
}

.i-box-center .i-box-btn {
    display: block;
    padding-bottom: 3%;
    position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.i-box-center .i-box-btn .btn {
	background-color: #FF7F00 !important;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 0px;
	font-size: 22px;
}


.blue-box {
	color: #fff;
	font-size: 1.2em;
	padding-top: 30px;
}
.blue-box h1 {
	font-size: 46px;
	color: #fff;
}

/* FORMS */

.form-control {
    border-radius: 2px !important;
	border-color: #1ca3dc;
}
label { color: #666; }

.btn-lg { background-color: #ff7f00; color: #FFF; }
.btn-lg:focus, .btn-lg:hover { background-color: #1ca3dc; color: #FFF; }
a.btn-lg:link { color: #FFF !important; text-decoration: none !important; }
a.btn-lg:visited { color: #FFF !important; text-decoration: none !important; }

#frm_enquiry label.error { 
color: red; 
padding-bottom: 10px;
}

#frm_enquiry .fld.error { 
border: 1px solid #FF6633;
background-color: #FEECEB;
}

#frm_enquiry label.error { 
color: red; 
padding-bottom: 10px;
}
#msg_ok {
	font-size: 14px;
	border: 2px solid #0C3;
	padding: 20px;
}
.msg_res_err {
	font-size: 14px;
	border: 2px solid #F00;
	color: #F00;
	padding: 20px;
	margin-top: 20px;
}
.msg_res_ok {
	font-size: 14px;
	border: 2px solid #00B22D;
	color: #00B22D;
	padding: 20px;
	margin-top: 20px;
}
#loaderDiv { display: none; margin-bottom: 10px; width: 188px; text-align: center; }

nav.navbar.shrink {
  min-height: 35px;
  position:fixed;
  top: 0px;
}
nav.navbar{
  background-color:#ccc;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.sep-top { border-top: 5px solid #CCC; }

.img-pad-t { padding-top: 30px; }

@media (min-width: 320px) {
	.i-box-left { display: none; }
	.i-box-right { display: none; }
	.i-box-center { width: 100%; }
	.i-box-center h1 { font-size: 2.5em; }
	.i-box-center .i-box-info {	font-size: 2em; }
	.lastnosti h2 { font-size: 1.6em; }
}
@media (min-width: 360px) {

}
	
@media (min-width: 480px) {

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.i-box-left { display: block; }
	.i-box-right { display: block; }
	.i-box-center { width: 42%; }
}
@media  (min-width: 1200px) {

}
@media  (min-width: 1366px) {
	.i-box-center h1 { font-size: 2.8em; }
	.i-box-center .i-box-info {	font-size: 2.4em; }
	.lastnosti h2 { font-size: 1.8em; }
}