
.title {
	color: #2386BE;
	font-size: 15pt;
	text-align:left;
}
.title_black {
	font-size: 15pt;
	text-align:left;
	margin: 20px 0 20px;
}
.center_text {
	text-align:center;
    font-size: 11pt;
}

h1.with_subtitle {
    margin-bottom: 0px;
}

h2.subtitle {
    text-align: center;
    margin-top: 0px;
}
.blue_text {
	color: #2386BE;
	font-size: 11pt;
}
p.small {
	line-height: 90%;
	font-size: 10pt;
}
.advice_date {
  font-size: 10pt;
  margin: 15px 0 40px;
}
.news_date {
  font-size: 10pt;
  margin: 10px 0 0px;
}

.price_block {
	display: flex;
	justify-content: space-between;
}

#wrapper {
min-height:100%;
position:relative;
}
#content {
padding-bottom:100px;   /* Height of the footer element */
margin-top: 65px;
}
#footer {
width:100%;
height:100px;
position:absolute;
bottom:0;
left:0;
}

html {height: 100%; -webkit-font-smoothing: antialiased;}
body {height: 100%; background: #FFF; color: #000; font: 400 14px/1.8 'Open Sans', sans-serif; overflow-x: hidden;}
a {color: #2386BE;}
.btn {border: none;}
.btn-primary {background: #438EB9;}
div[class*="col-"] .btn {width: 100%;}
textarea {max-width: 100%;}

::-moz-placeholder, .form-control::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder, .form-control::-ms-input-placeholder {color: #FFF;}
::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {color: #FFF;}
.contact .contact_form .form-control::-moz-placeholder {color: #A7A7A7;}
.contact .contact_form .form-control::-ms-input-placeholder {color: #A7A7A7;}
.contact .contact_form .form-control::-webkit-input-placeholder {color: #A7A7A7;}
[placeholder]:focus::-moz-placeholder, [placeholder].form-control:focus::-moz-placeholder {transition: opacity 0.5s 0 ease; opacity: 0;}
[placeholder]:focus:-ms-input-placeholder, [placeholder].form-control:focus::-ms-input-placeholder {transition: opacity 0.5s 0 ease; opacity: 0;}
[placeholder]:focus::-webkit-input-placeholder, [placeholder].form-control:focus::-webkit-input-placeholder {transition: opacity 0.5s 0 ease; opacity: 0;}

.with-placeholder::-moz-placeholder {color: #A7A7A7;}
.with-placeholder::-ms-input-placeholder {color: #A7A7A7;}
.with-placeholder::-webkit-input-placeholder {color: #A7A7A7;}
.with-placeholder[placeholder]:focus::-moz-placeholder, .with-placeholder[placeholder].form-control:focus::-moz-placeholder {transition: inherit; opacity: inherit}
.with-placeholder[placeholder]:focus::-ms-input-placeholder, .with-placeholder[placeholder].form-control:focus::-ms-input-placeholder {transition: inherit; opacity: inherit}
.with-placeholder[placeholder]:focus::-webkit-input-placeholder, .with-placeholder[placeholder].form-control:focus::-webkit-input-placeholder {transition: inherit; opacity: inherit}

header, footer {background: #438EB9; color: #FFF;}
header a, footer a, header a:hover, footer a:hover {color: #FFF;}
header .hr {background: #83BADB; width: 100%; height: 1px;}
header .logo, header .search, header .links {height: 50px;}
.logo {padding: 0;}
#logo {width: 100%; height: 100%; margin: 0;}
#logo a {display: block; width: 100%; height: 100%; background: url('../images/logo.png') no-repeat center center; text-indent: -9999px;}
header {-webkit-box-shadow: 0px 0px 10px 0px rgba(39,41,48,1); -moz-box-shadow: 0px 0px 10px 0px rgba(39,41,48,1); box-shadow: 0px 0px 10px 0px rgba(39,41,48,1); position: relative; z-index: 5;}
header .search form {margin: 8px 0 0;}
header .search .input-group input {padding-right: 0; border-color: #6FB3E0; border-right: none; background: none; color: #FFF; font-size: 11pt;}
header .search .input-group-btn .btn {width: 38px; height: 34px; background: none; border: 1px solid #6FB3E0; border-left: none; color: #FFC40E;}
header .links ul {float: right; margin: 0;}
header .links ul li {float: left;}
header .links ul li a {display: block; padding: 16px 18px; border-left: 1px solid #5A9DC5; color: #D8EDFB; font-size: 11px; text-transform: uppercase;}
header .navbar-default {background: none; border: none; margin: 0;}

.container #staticSearchForm {width: 250px; height: 36px; margin: auto; margin-top: 10px; float: right}
.container .input-group input {padding-right: 0; border-color: #6FB3E0; border-right: none; background: none; font-size: 11pt;}
.container .input-group-btn .btn {width: 38px; height: 34px; background: none; border: 1px solid #6FB3E0; border-left: none; color: #FFC40E;}


header .links .dropdown-menu>li {float: none !important}
header .links .dropdown-menu>li>a:hover {color: #438EB9;} 

@media(min-width: 768px){
header .navbar-default .caret {display: none;}
header .navbar-default .navbar-nav {float: none; margin: 0; text-align: center; font-size: 0; font-weight: 700; text-transform: uppercase;}
header .navbar-default .navbar-nav li {display: inline-block; float: none; font-size: 14px; position: relative;}
header .navbar-default .navbar-nav>li a {display: block; padding: 10px 18px; background: none !important; color: #FFF; font-weight: 700; line-height: 28px; text-decoration: none; position: relative;}
header .navbar-default .navbar-nav>li:hover a, header .navbar-default .navbar-nav>li.active a, header .navbar-default .navbar-nav>li.active a:hover {color: #FFC40E;}
header .navbar-default .navbar-nav li:hover a:before, header .navbar-default .navbar-nav li.active a:before {content: ''; position: absolute; top: 50%; left: 3px; width: 5px; height: 5px; margin: -2.5px 0 0; background: #FFC40E;}
header .navbar-default .navbar-nav li ul {position: absolute; top: 48px; background: #438EB9; border: none; -webkit-box-shadow: 0 12px 10px -10px rgba(39,41,48,1); -moz-box-shadow: 0 12px 10px -10px rgba(39,41,48,1); box-shadow: 0 12px 10px -10px rgba(39,41,48,1);}
header .navbar-default .navbar-nav li:hover ul, header .navbar-default .navbar-nav li ul li {display: block;}
header .navbar-default .navbar-nav li ul li a {color: #FFF !important; text-align: left; border-radius: 0;}
header .navbar-default .navbar-nav li ul li:hover a, header .navbar-default .navbar-nav li ul li.active a {color: #FFC40E !important;}
header .navbar-default .navbar-nav li ul li a:before {display: none;}
}
footer {padding-top: 30px; font-size: 13px;}
footer .hr {background: #FFF; width: 100%; height: 1px;}
footer ul {margin: 0 0 11px; line-height: 20px;}
footer ul li {display: inline-block; margin-left: 20px;}
footer ul li.twitter {padding-left: 16px; position: relative;}
footer ul li.twitter:before {content: ''; position: absolute; top: 4px; left: 0; width: 14px; height: 12px; background: url('../images/twitter_w.png') no-repeat;}
footer ul li.facebook {padding-left: 13px; position: relative;}
footer ul li.facebook:before {content: ''; position: absolute; top: 2px; left:3px; width: 12px; height: 16px; background: url('../images/facebook.png') no-repeat;}
footer .links ul {margin: 3.5px 0 11px; line-height: 13px;}
footer .links ul li {padding: 0 7px 0 0; margin: 0 7px 0 0; border-right: 1px solid #ECF2F6;}
footer .links ul li a {display: block;}
#copyright {padding: 4px 15px 12px; text-align: center;}

section[role="main"] {padding: 0 0 20px;}
section[role="main"] h1 {color: #1B1A1A; text-align: center; font-family: 'Raleway', sans-serif; font-size: 25px; font-weight: 700; text-transform: uppercase;}
.home_top {color: #FFF; line-height: 1.2; text-align: center; text-shadow: 0px 2px 0px #000; position: relative;}
.home_top .slider {position: absolute; top: 0; bottom: 0; left: 0; right: 0; min-height: 369px; overflow: hidden;}
.home_top .slider>div {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 369px;}
.home_top .slider>div:first-child {position: relative; min-height: 369px; height: 100%;}
.home_top .slider>div img {width: 100%; height: auto; position: absolute; left: 0; bottom: 0;}
.home_top:after {content: ''; position: absolute; top: 50%; right: 26%; width: 157px; height: 170px; margin: -72.5px 0 0; background: url('../images/razitko_white_new.png'); z-index: 1;}
.home_top .container {position: relative; z-index: 2;}
section[role="main"] .home_top h1 {margin: 37px 0 0; color: #FFF; font-family: 'Raleway', sans-serif; font-size: 36px; font-weight: 900; text-transform: uppercase;}
section[role="main"] .home_top h1 span {color: #FFC40E;}
.home_top h2 {margin: 20px 0 40px; font-family: 'Ubuntu', sans-serif; font-size: 24px;}
.home_top .btn {background: #FFC40E; padding: 21px 78px; margin: 0 0 80px; color: #FFF; font-size: 28px; font-weight: 700; text-transform: uppercase; text-shadow: none;}
.home_top .btn:hover {text-decoration: underline;}
.home_top .bottom {background: #000; background: rgba(0, 0, 0, 0.55); padding: 12px 0; font-family: 'Ubuntu', sans-serif; font-size: 18px; position: relative; z-index: 2;}
.home_top .bottom a {color: #FFC40E;}
.rozcestnik {line-height: 1.2; height: 960px}
/*.rozcestnik img {position: absolute; z-index:0; top: 0px; height: 942px; width: 1400px; margin: auto; left: 0px; right: 0px; opacity: 0.85}*/
.rozcestnik .container {position: relative; z-index: 2;}
.rozcestnik .container .buttons {color: #FFF; text-align: center; position: relative;  margin: 60px 0 210px 0;}
/*.rozcestnik .btn {background: #FFC40E; padding: 21px 30px; margin: 0 0 60px; color: #FFF; font-size: 21px; font-weight: 700; text-transform: uppercase; text-shadow: none;}*/
.rozcestnik .btn:hover {text-decoration: underline;}
.rozcestnik .container .box {margin: 60px 0 0px;}
.rozcestnik .info {background: #FFF url('../images/contacts_bg2.jpg') no-repeat center top;}
section[role="main"] h1.tabs_head {margin: 20px 0;}
.tabs {position: relative;}
.tabs .nav-tabs {border-bottom: 2px solid #438EB9;}
.tabs:before {content: ''; position: absolute; left: 0; top: 55px; width: 2px; height: 8px; background: #438EB9;}
.tabs:after {content: ''; position: absolute; right: 0; top: 55px; width: 2px; height: 8px; background: #438EB9;}
.tabs .nav-tabs:after {right: 0;}
.tabs .nav-tabs>li {width: 22.48%; margin: 0; padding: 0;}
.tabs .nav-tabs>li:first-child {margin-left: 16.6%;}
.tabs .nav-tabs>li>a {margin: 0; padding: 13.5px 15px; background: #E9E9E9; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWFlOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, #FFF 37%, #E9E9E9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#FFF), color-stop(100%,#E9E9E9)); background: -webkit-linear-gradient(top, #FFF 37%,#E9E9E9 100%); background: -o-linear-gradient(top, #FFF 37%,#E9E9E9 100%); background: -ms-linear-gradient(top, #FFF 37%,#E9E9E9 100%); background: linear-gradient(to bottom, #FFF 37%,#E9E9E9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#E9E9E9',GradientType=0 ); border: 1px solid #DDD; border-bottom: none; color: #438EB9; font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase;}
.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover {padding: 14px 15px; background: #438EB9; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YmJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzhlYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #46BBE2 0%, #438EB9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46BBE2), color-stop(100%,#438EB9)); background: -webkit-linear-gradient(top, #46BBE2 0%,#438EB9 100%); background: -o-linear-gradient(top, #46BBE2 0%,#438EB9 100%); background: -ms-linear-gradient(top, #46BBE2 0%,#438EB9 100%); background: linear-gradient(to bottom, #46BBE2 0%,#438EB9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46BBE2', endColorstr='#438EB9',GradientType=0 ); border: none; color: #FFF;}
.tabs .item_list {display: none; margin: 17px 0 15px;}
.tabs .item_list.active {display: block;}
.tabs .item_list li {padding: 15px 0 9px 70px; border-bottom: 1px solid #DEDEDE; color: #666; position: relative;}
.tabs .item_list li h2 {margin: 0 0 5px; font-family: 'Ubuntu', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase;}
.tabs .item_list li p {margin: 0; font-size: 14px; line-height: 1.7;}
.tabs .item_list li:before {content: ''; display: inline-block; background: url('../images/icons.png') no-repeat; position: absolute; top: 17px;}
.tabs .item_list li.ico1:before {width: 38px; height: 37px; left: 16px;}
.tabs .item_list li.ico2:before {background-position: 0 -47px; width: 37px; height: 37px; left: 16.5px;}
.tabs .item_list li.ico3:before {background-position: 0 -94px; width: 37px; height: 36px; left: 16.5px;}
.tabs .item_list li.ico4:before {background-position: 0 -140px; width: 37px; height: 28px; left: 16.5px;}
.tabs .item_list li.ico5:before {background-position: 0 -178px; width: 35px; height: 46px; left: 17.5px;}
.tabs .item_list li.ico6:before {background-position: 0 -234px; width: 31px; height: 37px; left: 19.5px;}
.tabs .item_list li.ico7:before {background-position: 0 -281px; width: 37px; height: 30px; left: 16.5px;}
.tabs .item_list li.ico8:before {background-position: 0 -321px; width: 33px; height: 36px; left: 18.5px;}
.tabs .button p {margin: 0 0 9px; text-align: center; color: #666; font-family: 'Raleway', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase;}
.tabs .button .btn {padding: 26px 12px 22px; font-size: 29px; text-transform: uppercase;}
.quotes {background: url('../images/quotes_bg.png') no-repeat center center; background-size: 100%; margin: 60px 0 0; padding: 13px 0 31px; border-bottom: 1px solid #438EB9;}
.quotes .container>p, .hp_bottom .container>p {padding: 10px 0 0; margin: 0 0 38px; text-align: center; color: #666; font-family: 'Ubuntu', sans-serif; font-size: 14px; line-height: 1.6;}
.quotes .quote .wrap {padding-right: 19px; position: relative; overflow: hidden;}
.quotes .quote .box {background: #FFF; border-radius: 3px; border-bottom-right-radius: 0; margin: 0 -19px 19px 0; -webkit-box-shadow: 0 2px 3px 0 rgba(39,41,48,0.3); -moz-box-shadow: 0 2px 3px 0 rgba(39,41,48,0.3); box-shadow: 0 2px 3px 0 rgba(39, 41, 48,0.3);}
.quotes .quote .wrap:after {content: ''; position: absolute; bottom: 7px; right: -10px; background: #FFF; width: 26px; height: 19px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-box-shadow: 2px 0px 3px 0px rgba(39,41,48,0.3); -moz-box-shadow: 2px 0px 3px 0px rgba(39,41,48,0.3); box-shadow: 2px 0px 3px 0px rgba(39, 41, 48,0.3); z-index: 1;}
.quotes .quote p {background: #FFF; border-radius: 3px; padding: 23px 20px 26px 65px; color: #A6A6A6; font-family: 'Raleway', sans-serif; font-size: 14px; font-style: italic; line-height: 1.6; position: relative; z-index: 2;}
.quotes .quote p:before {content: ''; position: absolute; top: 30px; left: 20px; background: url('../images/quote.png') no-repeat; width: 26px; height: 24px;}
.quotes .quote .hgroup {margin: -6px 0 0;}
.quotes .quote .hgroup h3 {margin: 0; color: #363636; font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700;}
.quotes .quote .hgroup h4 {margin: 5px 0 0; color: #2386BE; font-family: 'Ubuntu', sans-serif; font-size: 14px;}
.vzor {padding: 0 15px 30px;}
.vzor {padding: 0 15px 30px;}
section[role="main"] .vzor h1 {margin-bottom: 37px;color: #438EB9; }
.vzor .btn {padding: 17px 12px 13px; font-size: 18px; text-transform: uppercase;}
.hp_bottom {background: url('../images/bottom_bg.png') repeat center center; border-top: 1px solid #438EB9; padding: 11px 0 33px; margin: 0 0 30px;}
.hp_bottom .container>p {margin: 0 0 16px;}
.hp_bottom .bttn {margin-bottom: 43px;}
.hp_bottom .btn {padding: 9px 12px 6px;}
.hp_bottom .person {background: #FFF; border-radius: 3px; padding: 12px 20px 11px 140px; color: #666; font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500; line-height: 1.4; -webkit-box-shadow: 0 2px 3px 0 rgba(39,41,48,0.34); -moz-box-shadow: 0 2px 3px 0 rgba(39,41,48,0.34); box-shadow: 0 2px 3px 0 rgba(39,41,48,0.34); position: relative;}
.hp_bottom .person img {position: absolute; top: -14px; left: 12px; background: #FFF; padding: 6px; -webkit-box-shadow: 0 2px 3px 0 rgba(39,41,48,0.34); -moz-box-shadow: 0 2px 3px 0 rgba(39,41,48,0.34); box-shadow: 0 2px 3px 0 rgba(39,41,48,0.34);}
.hp_bottom .person h3 {margin: 0; font-size: 17px; font-weight: 800;}
.hp_bottom .person h4 {margin: 2px 0 16px; color: #2386BE; font-size: 12px; font-weight: 500; font-style: italic;}
.hp_bottom .person p {margin: 0;line-height: 1.4;}
.about {padding: 25px 20px 30px; border: 1px solid #E5E5E5; border-radius: 2px; color: #666;}
.about h1 {margin: 0 0 30px; text-align: center; color: #000;}
.about p {margin: 0 0 25px;}

.contact .info {background: #FFF url('../images/contacts_bg2.jpg') no-repeat center top; padding: 0 0 110px; margin-top: -20px}
.contact section[role="main"] {padding: 0;}
.contact section[role="main"] h1 {margin: 20px 0 93px;}
.contact .box {padding: 11px 18px; margin: 0 0 20px; border-radius: 5px; background: #4C9CC2; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhN2ZiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzljYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #3A7FB0 0%, #4C9CC2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A7FB0), color-stop(100%,#4C9CC2)); background: -webkit-linear-gradient(top,  #3A7FB0 0%,#4C9CC2 100%); background: -o-linear-gradient(top,  #3A7FB0 0%,#4C9CC2 100%); background: -ms-linear-gradient(top,  #3A7FB0 0%,#4C9CC2 100%); background: linear-gradient(to bottom,  #3A7FB0 0%,#4C9CC2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A7FB0', endColorstr='#4C9CC2',GradientType=0 ); color: #FFF; font-family: 'Ubuntu', sans-serif;}
.contact .box ul {margin: 0;}
.contact .box ul li {padding: 13px 0 18px 72px; position: relative;}
.contact .box ul li:before {content: ''; display: inline-block; background: url('../images/icons.png') no-repeat; position: absolute;}
.contact .box ul li.email:before {background-position: 0 -367px; width: 37px; height: 27px; top: 17px; left: 17.5px;}
.contact .box ul li.phone:before {background-position: 0 -404px; width: 22px; height: 37px; top: 11px; left: 25px;}
.contact .box ul li h2 {margin: 0; font-size: 30px; font-weight: 700;}
.contact .box ul li a {padding-left: 5px; color: #FFF; font-size: 18px; font-weight: 400;}
.contact .box.twitter {margin: 0 0 17px;}
.contact .box.twitter h2 {margin: 0; font-size: 18px; font-weight: 700;}
.contact .box h2 a.twitter {padding-left: 16px; color: #FFF; font-size: 14px; font-weight: 400; position: relative;}
.contact .box h2 a.twitter:before {content: '';  position: absolute; top: 3px; left: 1px; width: 14px; height: 12px; background: url('../images/twitter_w.png') no-repeat;}
.contact .box.facebook {margin: 0 0 17px;}
.contact .box.facebook h2 {margin: 0; font-size: 18px; font-weight: 700;}
.contact .box h2 a.facebook{padding-left: 16px; color: #FFF; font-size: 14px; font-weight: 400; position: relative;}
.contact .box h2 a.facebook:before  {content: '';  position: absolute; top: 1px; left:3px; width: 12px; height: 16px; background: url('../images/facebook.png') no-repeat;}

.contact .address p {margin: 0 0 1px;}
.contact .address address {margin: 0; line-height: 1.22;}
.contact .contact_form {padding: 40px 0; background: #d6d6d6; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #b9b9b9 0%, #d6d6d6 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#d6d6d6)); background: -webkit-linear-gradient(top, #b9b9b9 0%,#d6d6d6 100%); background: -o-linear-gradient(top, #b9b9b9 0%,#d6d6d6 100%); background: -ms-linear-gradient(top, #b9b9b9 0%,#d6d6d6 100%); background: linear-gradient(to bottom, #b9b9b9 0%,#d6d6d6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#d6d6d6',GradientType=0 );}
.contact .contact_form label {color: #FFF; font-family: 'Ubuntu', sans-serif; font-size: 14px;}
.contact .contact_form .form-control {background: #FFF; border: 1px solid #C9C9C9;}
.contact .contact_form textarea.form-control {height: 83px;}

.contact_tariff section[role="main"] {padding: 0;}
.contact_tariff .contact_form {padding: 40px 0; background: #d6d6d6; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #b9b9b9 0%, #d6d6d6 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#d6d6d6)); background: -webkit-linear-gradient(top, #b9b9b9 0%,#d6d6d6 100%); background: -o-linear-gradient(top, #b9b9b9 0%,#d6d6d6 100%); background: -ms-linear-gradient(top, #b9b9b9 0%,#d6d6d6 100%); background: linear-gradient(to bottom, #b9b9b9 0%,#d6d6d6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#d6d6d6',GradientType=0 );}
.contact_tariff .contact_form label {color: #FFF; font-family: 'Ubuntu', sans-serif; font-size: 14px;}
.contact_tariff .contact_form .form-control {background: #FFF; border: 1px solid #C9C9C9;}
.contact_tariff .contact_form textarea.form-control {height: 83px;}

.loged .loged_selector .unloged_content{display: none;}
.loged .loged_selector .contact_form {padding: 20px 0;}
.loged .loged_selector .contact_form label {color: #000; font-family: 'Ubuntu', sans-serif; font-size: 14px;}
.loged .loged_selector .contact_form .form-control {background: #FFF; border: 1px solid #C9C9C9;}
.loged .loged_selector .contact_form textarea.form-control {height: 83px;}
.unloged .loged_selector .loged_content{display: none;}

#advices .question, #advices .answer {padding: 5px 5px 0px 40px; text-align: justify; position: relative;}
#advices .answer {margin: 0 0 10px;}
#advices .question:before, #advices .answer:before {position: absolute; top: 8px; left: 0; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; font-size: 30px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#advices .question:before {content: "\e085"; color: #438EB9;}
#advices .answer:before {content: "\e095"; color: #8ED870;}

.center {text-align: center;}
.divider {width: 100%; height: 15px; border-bottom: 1px solid #DDD; text-indent: -9999px;}

@media(max-width: 1600px){
	.home_top:after {right: 20%;}
	.home_top .slider>div {overflow: hidden; height: initial;}
	.home_top .slider>div img {top: 0; bottom: 0; left: -9999px; right: -9999px; width: auto; height: 100%; margin: auto;}
	.quotes {background-size: auto 100%;}
}
@media(max-width: 1229px){
	.home_top:after {right: 10%;}
}
@media(max-width: 991px){
    header .navbar-default .navbar-nav>li>a {padding: 10px;}
    header .navbar-default .navbar-nav .links>li>a {padding: 10px;}
    
	.home_top .slider>div img {left: -9399px;}

    .quotes .quote {margin: 0 0 24px;}
	.hp_bottom .person {margin: 0 0 50px;}
	
	.form-horizontal .control-label {text-align: left;}
}
@media(max-width: 767px){
    .col-xxs {width: 100%;}
	
	header .logo {width: 33.33333333%;}
	header .search {width: 66.66666667%;}
	header .links {display: none;}
	header .navbar-default .navbar-nav>li>a {display: list-item !important; color: #FFF;}
    header .navbar-default .navbar-nav .glyphicon {display: none}
    header .navbar-default .navbar-nav .glyphicon+.sr-only {display: inline-block; position: static; width: auto; height: auto;}
    header .navbar-default .navbar-nav>.active>a, header .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
    header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover {background-color: #4D9ECC; color: #FFF;}
    header .navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #FFF;}
    header .navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}
    header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle[aria-expanded="true"] {background-color: #4D9ECC; border-color: #BBE0F9;}
    header .navbar-default .navbar-toggle:hover .icon-bar {background-color: #BBE0F9;}
    header .navbar-default .navbar-collapse {border-color: #5A9DC5;}
    
    header .navbar-default .navbar-nav .links>li>a {display: list-item !important; color: #FFF;}
    header .navbar-default .navbar-nav .links>.active>a, header .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
    header .navbar-default .navbar-nav .links>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover {background-color: #4D9ECC; color: #FFF;}
    header .navbar-default .navbar-nav .links .open .dropdown-menu>li>a {color: #FFF;}
	
	.tabs .nav-tabs>li {width: 50%;}
	.tabs .nav-tabs>li:first-child {margin: 0;}
	.hp_bottom .bttn div:last-child, .bttn+.bttn {margin: 10px 0 0;}
	.about p {text-align: justify;}
	
	footer {text-align: center;}
	footer .links ul li:last-child {padding-right: 0; margin-right: 0; border: none;}
	footer ul li.twitter {margin-left: 0;}
	footer ul li.facebook {margin-left: 0;}
	
	.contact .info {background: #FFF;}
	.contact section[role="main"] h1 {margin: 32px 0;}
}
@media(max-width: 600px){
	footer ul li {display: block; float: left; width: 50%; margin-left: 0; padding: 0 0 15px !important;}
	footer ul li.twitter:before {display: inline-block; position: static; margin-right: 5px;}
	footer ul li.facebook:before {display: inline-block; position: static;}
    footer .links {margin: 0 0 15px; border-bottom: 1px solid #FFF;}
	footer .links ul li {margin: 0; border: none;}
}
@media(max-width: 580px){
    header .logo, header .search {width: 100%;}
}
@media(max-width: 500px){
	.contact .box ul li h2 {font-size: 20px; line-height: 32px;}
	.contact .box.twitter h2 {font-size: 15px;}
}
@media(max-width: 440px){
    .home_top h1 {font-size: 30px;}
    .home_top h2 {margin: 20px 0 120px;}
    .home_top .btn {margin: 0 0 20px;}

    .contact .box {padding: 11px 0;}
	.contact .box ul li h2 {font-size: 18px;}
	.contact .box ul li h2 a {font-size: 16px;}
	.contact .box.twitter h2 {text-align: center;}
	.contact .box.twitter h2 a {display: block; padding: 8px 5px 5px;}
	.contact .box.twitter h2 a:before {display: inline-block; position: relative; left: -2px;}
}
@media(max-width: 370px){
    footer ul li {width: 100%;}
    
	.contact .box ul li h2 {font-size: 16px;}
	.contact .box ul li h2 a {font-size: 14px;}
}
@media(min-width: 768px){.container {width: 750px;}}
@media (min-width: 992px){.container {width: 970px;} .col-lg-5 {width: inherit;} .col-lg-offset-1 {margin-left: inherit;}}
@media (min-width: 1230px){.container {width: 1200px;} .col-lg-5 {width: 41.66666667%;} .col-lg-offset-1 {margin-left: 8.33333333%;}}


#loginModal .modal-footer {
	padding: 0;
}

#loginModal .controls {
	padding: 15px;
}

#loginModal .promotion {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: left;
	background: white;
}


.listing-outer-wrapper{text-align: center; height: 65px; position: relative; bottom: -1px;}
.listing-inner-wrapper{margin: auto; display: inline-block; width: 60%; height: 100%; background-color: rgb(67, 142, 185); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px}
.listing-box{display: inline-block; margin: 8px;}
.listing-box ul li {display: inline; padding-right: 23px; padding-left: 23px}
.listing-box ul li a {text-decoration: none; color: white; font-size: 13px}
.listing-box ul li a:hover {color: #FFC40E}
.other-services{display: inline-block; margin-bottom: 0px; font-size: 10px}
.other-services-inner-wrapper{margin-top: -60px; position: relative; display: inline-block; top:-13px; max-width: 200px; background-color: rgb(67, 142, 185); padding-left: 20px; padding-right: 20px; margin-bottom: -30px; border-radius: 5px}
.other-services-outter-wrapper{text-align: center; height: 0px; position: relative; bottom: 0px; margin-top: -45px;}
.div-left {float: left}
.div-left-20 {
    float: left;
    padding-left:20px;
}
.div-right{float: right}
.form-wrap-insurance .div-right-location {float:right}
.form-wrap-insurance .div-left-location {float:left}
.div-center {width: 80%; margin: auto}

@media(min-width: 768px){
   .listing-outer-wrapper {visibility: visible; height: 65px}
   .other-services-outter-wrapper{margin-top: -65px}
   .listing-inner-wrapper {width: 70%}
   #other-services-text {}
   #other-services-toggle {display: none}
}

@media(min-width: 1480px){
    .listing-outer-wrapper {text-align: center; height: 45px; position: relative; bottom: -1px;}
    .other-services-outter-wrapper{text-align: center; height: 0px; position: relative; bottom: 0px; margin-top: -45px;}
    .listing-inner-wrapper {width: 75%}
    .dropdown-menu {background-color: rgb(67, 142, 185); border: none}
}
@media(min-width: 1720px){
   .listing-inner-wrapper {width: 65%}    
}

@media(max-width: 767px){
    .other {visibility: visible}
   .listing-outer-wrapper {visibility: hidden}
   #other-services-text {display: none}
   #other-services-toggle {visibility: visible; text-decoration: none; color: white}
   .dropdown-menu {background-color: rgb(67, 142, 185); margin-top: 0px}
   .dropdown-menu li a {color: white} 
   .form-wrap{margin-top: 15px;}
   .div-left{float:none}
   .div-left-20 {
        float: none;
        padding-left:0px;
    }
   .div-right{float: none}
   .form-wrap-insurance .div-left-location{float:none}
   .form-wrap-insurance .div-right-location{float:none; margin-top: -15px}
}

@media(max-width:1000px){
    .form-wrap-insurance .div-left {float: none}
    .form-wrap-insurance .div-right{float: none}
}


.form-wrap-insurance{
    margin-top: 15px; 
    margin-left: 15%; 
    margin-right: 15%
    
}

.form-wrap{
    margin-top: 15px; 
    margin-left: 15%; 
    margin-right: 15%
}
.form-wrap span, .form-wrap-insurance span {vertical-align: top}

.form-wrap h2, .form-wrap-insurance h2{
    text-align: center;
}

.small-input {height: 25px; width: 60px; display: inline-block; float: right; margin: 0; padding: 0;}
.small-input-inline{height: 25px; width: 60px; display: inline-block; margin: 0; padding: 0;}
.form-wrap h2, .form-wrap-insurance h2 {
    font-size: 21px;   
}


p img {width: 100%}
.input-center-smaller {width: 70%; margin: auto}

@media(max-width: 900px){
    .listing-box ul li {display: inline; padding-right: 16px; padding-left: 16px}
}

@media(max-width: 991px){
    .karel1 {position: absolute; top: 0; width: 37%;}
    .karel2 {position: absolute; top: 0; right: 0; width: 37%;}
    .karel-wrap {padding-top: 69%; width: 90%; margin: auto}
    .rozcestnik .container a {min-width: 100px;}
    .rozcestnik .btn {background: #FFC40E; padding: 16px 16px; margin: 0 0 15px; color: #FFF; font-size: 18px; font-weight: 700; text-transform: uppercase; text-shadow: none;}
}

@media(min-width: 992px){
    .rozcestnik .btn {background: #FFC40E; padding: 16px 16px; margin: 0 0 30px; color: #FFF; font-size: 18px; font-weight: 700; text-transform: uppercase; text-shadow: none;}
    .karel1 {margin-left: 0; width:30%; float: left}
    .karel2 {margin-left: 0; width:30%; float: left}
    .karel-wrap {width: 40%; margin: auto; float: left; margin-top: 50px}
    .rozcestnik .container a {min-width: 300px;}
    
}

@media(min-width: 1230px){
    .rozcestnik .btn {background: #FFC40E; padding: 21px 30px; margin: 0 0 60px; color: #FFF; font-size: 21px; font-weight: 700; text-transform: uppercase; text-shadow: none;}
    .karel1 {margin-left: 0; width:30%; float: left}
    .karel2 {margin-left: 0; width:30%; float: left}
    .karel-wrap {width: 40%; margin: auto; float: left; margin-top: 120px}
    .rozcestnik .container a {min-width: 375px;}
}

.check {float: left; margin-top: -17px; margin-bottom: 10px; width: auto}
.info-line {padding-bottom: 10px; margin-right: 50px; float: left}

.ui-widget-header {background: #438EB9; color: #FFF; }

article h2.title {
    margin-top: 15px;
    margin-bottom: 1px;
    font-weight: bold; 
    font-size: 11pt;
}

article p.news_date {
    margin: 1px 0 0px;
    font-size: 7pt;
}

