
@font-face {
  font-family: Open Sans;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; 
}

@font-face {
  font-family: Open Sans;
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; 
}

@font-face {
  font-family: Open Sans;
  src: local("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight:700;
  font-style: normal; 
}

@font-face {
  font-family: Open Sans;
  src: local("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight:300;
  font-style: normal; 
}


html {
	-webkit-font-smoothing: antialiased !important;
	overflow-y: scroll;
	position: relative;

}
.no-captcha{
	text-align: center;
	color:#fff;
	padding: 100px;
}


.askus{
	margin-top: 30px;
	font-size: 24px;
}
.askus button{
	margin: 0 auto;
	display: table;
}
#headerform ta{
	display: inline-block;
}
#headerform .form-typ{
	width:100%;
}
.miesta a{
	color:rgba(0,0,0,0.87) !important;
}
.link-div .links a{
	color:rgba(0,0,0,0.87) !important;
}
.modal-open{
	padding-right:0 !important;
}
body.modal-open {
	overflow: hidden;
}
.modal-dialog {
	margin-top: 80px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* Other transform properties here */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;/* Other transform properties here */
}
mb {
	font-weight:bold !important;
}

.center{
	text-align:center;
}

/*COLORS*/

.black {
	color: #000 !important;
}
.dark {
	color: #333;
}
.light {
	color: #999;
}
.white {
	color: #fff !important;
}
.red {
	color: #8B0000 !important;
}
.green {
	color: #8BCD09 !important;
}
.bg-green {
	background: #8BCD09 !important;
}
.blue {
	color: #2a76a8 !important;
}

y{
	color:#EBB600;
}


html {
	position: relative;
	min-height: 100%;
	font-family: Open Sans, Sans-serif;
}
body {
	padding-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	font-family: Open Sans;
	font-weight: 200;
	position: relative;
	
background: rgba(42,118,168,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(42,118,168,1) 0%, rgba(0,53,97,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(42,118,168,1)), color-stop(100%, rgba(0,53,97,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(42,118,168,1) 0%, rgba(0,53,97,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(42,118,168,1) 0%, rgba(0,53,97,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(42,118,168,1) 0%, rgba(0,53,97,1) 100%);
background: radial-gradient(ellipse at center, rgba(42,118,168,1) 0%, rgba(0,53,97,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a76a8', endColorstr='#003561', GradientType=1 );
}



.divider{
	margin-top: 50px;
	margin-bottom: 50px;
}

a {
	text-decoration: none ;
	cursor:pointer !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important; 
    outline: none !important;
	border:none !important;
}

img{
	width:100%;
}

a:hover {
	color: inherit;
}
.container {
	width: 990px;
	margin:0 auto;
	display:table;
}

.navbar-brand{
	display: inline-block;
	float: left;
	font-size:22px !important;
	font-weight:bold;
	color:#fff !important;
	padding:10px 15px;
}

.navbar-brand img{
	display: inline-block;
	width: 40px;
	float: left;
	margin-right: 5px;
}

.navbar-brand .text{
	display: inline-block;
	float: left;
	text-transform: uppercase;
	margin-top: 3px;
	color:#fff;	
}

.navbar-brand img {
	width: 30px;
	padding-top:0px;
	padding-bottom:0px;
}
sk{
}
it{
}

.navbar-nav li a{
	color:#fff !important;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active{
background: rgba(200,255,0,1);
background: -moz-linear-gradient(top, rgba(200,255,0,1) 0%, rgba(139,205,9,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,255,0,1)), color-stop(100%, rgba(139,205,9,1)));
background: -webkit-linear-gradient(top, rgba(200,255,0,1) 0%, rgba(139,205,9,1) 100%);
background: -o-linear-gradient(top, rgba(200,255,0,1) 0%, rgba(139,205,9,1) 100%);
background: -ms-linear-gradient(top, rgba(200,255,0,1) 0%, rgba(139,205,9,1) 100%);
background: linear-gradient(to bottom, rgba(200,255,0,1) 0%, rgba(139,205,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8ff00', endColorstr='#8bcd09', GradientType=0 );
text-shadow:0 0px 2px #000;
}
.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.navbar-toggle{
	background:transparent;
	border:0px solid #fff !important;
}

.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus{
	background:transparent !important;
}

.icon-bar{
	color:#fff !important;
	opacity:1 !important;
	background:#fff !important;
}
.newmessage{
	font-size:54px;
	color:#003561;
	background:none;
	border:none;
	margin:0 auto;
	display:table;
}
.modal-title{
	font-weight:200;
}
.newmessage span{
	color:#fff;

  text-shadow:
   -1px -1px 0 #2a76a8,  
    1px -1px 0 #2a76a8,
    -1px 1px 0 #2a76a8,
     1px 1px 0 #2a76a8;

}
.snow{
	position:absolute;
	top:50px;
	z-index:-1;
	opacity:1;
}
.newmessage:hover span{
	color:#003561;
	  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;

}

#textus p{
	text-align:center;
}

.contact-pick{
	font-size:54px;
	color:#003561;
	background:none;
	border:none;
}
.contact-pick p{

}
.contact-pick span{
	color:#fff;

  text-shadow:
   -1px -1px 0 #2a76a8,  
    1px -1px 0 #2a76a8,
    -1px 1px 0 #2a76a8,
     1px 1px 0 #2a76a8;

}
.contact-pick:hover span{
	color:#003561;
	  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;

}



#slide-menu {
	position: absolute;
	top: 0;
	right:0;
    width:200px;
    background-color:#2A76a8;
    display:none;
    text-align:justify;
    height:100%;
    z-index: 9999;
}
#slide-menu .slide-btn:before{
	content: "\f3d1";
}
#slide-menu .link{
	width: 100%;
	display: inline-block;
	float: left;
	padding: 10px;
	font-size: 14px;
	color:#fff;
	font-weight: 700;
}

#slide-menu .sublink{
	width: 100%;
	display: inline-block;
	float: left;
	padding: 10px;
	font-size: 12px;
	color:rgba(255,255,255,0.3);
}
#slide-menu .sublink:before{
	content:"\f10a";
	font-family: ionicons;
	margin-right: 10px;
}

#slide-menu a:hover{
	background: rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
}



.slide-btn{
	float: right;
	font-size: 
	height:50px;
	background: none;
	border:none;
	padding: 6px 0 0 0;
	margin-right: 15px;
}

.slide-btn:before{
	content:"\f394";
	font-family: ionicons;
	font-size: 32px;
	color:#fff;
}


/**************************************************************************************juro*/
.btop{
/*background: rgba(0,53,97,1);
background: -moz-linear-gradient(top, rgba(0,53,97,1) 0%, rgba(34,106,155,1) 44%, rgba(42,118,168,1) 54%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,53,97,1)), color-stop(44%, rgba(34,106,155,1)), color-stop(54%, rgba(42,118,168,1)));
background: -webkit-linear-gradient(top, rgba(0,53,97,1) 0%, rgba(34,106,155,1) 44%, rgba(42,118,168,1) 54%);
background: -o-linear-gradient(top, rgba(0,53,97,1) 0%, rgba(34,106,155,1) 44%, rgba(42,118,168,1) 54%);
background: -ms-linear-gradient(top, rgba(0,53,97,1) 0%, rgba(34,106,155,1) 44%, rgba(42,118,168,1) 54%);
background: linear-gradient(to bottom, rgba(0,53,97,1) 0%, rgba(34,106,155,1) 44%, rgba(42,118,168,1) 54%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003561', endColorstr='#2a76a8', GradientType=0 );*/
background:url(../img/btop.png);
background-repeat:no-repeat;
   width:1250px;
   position: absolute;
   height: 0px;
   z-index:-50;
   display:block !important;
   box-shadow:inset 0 -0px 0 #000;
   left:0;
   right:0;
   top:0;
   margin:0 auto !important;
}
.navbar {
	background: rgba(0,53,97,0.6);
	border-bottom: 0px;
	margin-bottom: 0;
	width: 960px;
	margin: 0 auto;
	display: table;
}

.navbar .container{

}

.footer{
	background: none;
	background: rgba(0,53,97,0.2);
}
.nav .link{
  display:inline-block;
  float:left;
  width:100px;
  height: 50px;
  cursor: pointer;
}

.nav .link .title{
  text-align: center;
  color:#fff;
  font-weight:700;
  line-height: 50px;
  margin: 0 auto;
  display: table;
}

.nav .link.active{
	background:#fff;
}
.nav .link.active span{
	color:#001a30;
}
.link-div {
	width:960px;
	height:300px;
	z-index: 100;
	background:#fff;
	display: none;
  	position:absolute;
  	top:50px;
  	left:50%;
  	margin-left: -480px;
  	box-shadow: 0 10px 10px rgba(0,0,0,0.25);
}

.link-div .options h2{
	padding: 20px;
}


.link-div .options .heading .image{
	position: absolute;
	top: 20px;
	right: 20px;
}

.link-div .options .heading .image img{
	width:200px;
}

.link-div .heading .image p{
	line-height:1;
	font-weight: 200;
	font-size: 12px;
	color:rgba(0,0,0,0.87);

}

.link-div .options .heading h2{
	display: inline-block;
	float: left;
	width: 60%;
	line-height: 1;
	margin: 0;
	font-size: 32px;
	color:#2a76a8;
	font-weight: 200;
	padding: 20px 0 0 20px !important;
}

.link-div .options .links{
	padding-left: 20px;
	display: inline-block;
	width: 45%;
	float: left;
}

.link-div .options .links a{
	display: block;
	font-weight: 200;
	color:rgba(0,0,0,0.87);
	float: left;
	line-height:1.5;
}
.link-div .links a{
	width:35%;
	margin-right: 2%;
}

.link-div .links a:hover{
	text-decoration: underline !important;
}

.link-div .menu{
	background:rgba(0,0,0,0.05);
	color:#fff;
	display: inline-block;
	float: left;
	width: 190px;
	height: 100%;
	text-align: left;
	list-style: none;
	padding: 0;
	z-index: 2;
	border-right: 1px solid rgba(0,0,0,0.12);
}
.link-div .menu .trigger{
	padding:0;
	margin: 0;
	padding:;
	line-height: 75px;
	padding-left: 15px;
	font-weight: 700;
	font-size: 14px;
	display:block;
	float: left;
	height: 25%;
	width: 100%;
	color:#2a76a8;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.link-div .trigger-div{
	display: none;
}
.link-div .trigger-div.active{
	display:block;
	float: right;
	width: 768px;
	left:189px; 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background: #fff;
	height: 100%;
	color:#000;
	padding: 20px;
}
.link-div .menu .trigger.active{
	color:#fff;
	font-weight: 700;
	background: #2a76a8;
}

.trigger-div .heading .image{
	display: inline-block;
	float: right;
	width:35%;
}

.trigger-div .heading .image img{
	width:80%;
}

.trigger-div .heading .image p{
	line-height:1;
	font-weight: 200;
	font-size: 12px;
	color:rgba(0,0,0,0.87);

}

.trigger-div .heading h2{
	display: inline-block;
	width: 65%;
	float: left;
	line-height: 1;
	margin: 0;
	font-size: 32px;
	color:#2a76a8;
	font-weight: 200;
}
.trigger-div label{
	display:block;
	float: left;
	font-weight: 200;
	font-size: 12px;
	color:rgba(0,0,0,0.38);
	line-height: 2;
	margin-top: 10px;
}
.link-div .options label{
	display:block;
	width: 100%;
	float: left;
	font-weight: 200;
	font-size: 12px;
	color:rgba(0,0,0,0.38);
	line-height: 2;
	margin-top: 10px;
}

.link-div .divider{
	display:inline-block;
	width: 100%;
	padding: 0px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	margin-bottom: 5px;
}

.trigger-div .links{
	display: inline-block;
	float: left;
	width:65%;
}

.trigger-div .links a{
	display: block;
	font-weight: 200;
	color:rgba(0,0,0,0.87);
	float: left;
	width: 50%;
	line-height:1.5;
}

.trigger-div .links a:hover{
	text-decoration: underline;
}

.trigger-div .ask{
	display: block;
	float: left;
	width:60%;
	line-height: 1;
}

.link-div .ask button{
	font-weight: 700;
}

#nav-chat-div img{
	float: right;
	width: 30%;
	display: inline-block;
}

#nav-chat-div .heading{
	width: 70%;
	display: inline-block;
	float: left;
}

#nav-chat-div .heading p{
	display: inline-block;
	width: 100%;
	font-weight: 200;
	line-height: 1;
}

.liveid,
.livepass{
	width:100px;
	padding:6px;
	border:1px solid rgba(0,0,0,0.12);
	margin-top: 2px;
	height: 40px;
}

.live-login{
	float: left;
	text-align: left;
}
.livelogin{
	float: left;
	display: inline-block;
	width: 100%;
}
.livelogin .username{
	width: 100%;
	line-height: 1 !important;
	text-align: left;
	margin-right: 10px;
}

.livelogin .num{
	font-weight: 200;
	margin-top: 10px;
	line-height: 0 !important;
	margin-top: 0;
}

.live-login .buttons{
	display: inline-block;
	width: 100%;
}
.liveid:before{
		content: "\276F ";
}

#bazar-div{
	padding: 20px;
}

#bazar-div .heading .text,
#kontakt-div .heading .text{
	display: inline-block;
	float: left;
	width: 70%;
}

#bazar-div .heading h2,
#kontakt-div .heading h2{
	font-size: 32px;
	color:#2a76a8;
	margin: 0;
}

#bazar-div .heading p,
#kontakt-div .heading p{
	font-size: 14px;
	color:rgba(0,0,0,0.54)
}

#bazar-div .heading img,
#kontakt-div .heading img{
	display: inline-block;
	width: 40%;
	float: right;
	position: absolute;
	bottom: 0;
	right:0;
}

#bazar-div label,
#kontakt-div label{
	display:block;
	float: left;
	width: 100%;
	font-weight: 200;
	font-size: 12px;
	color:rgba(0,0,0,0.38);
	line-height: 2;
	margin-top: 10px;
}


#bazar-div .links,
#kontakt-div .links{
	display: inline-block;
	width: 70%;
	float: left;
}

#bazar-div .links a{
	display: inline-block;
	width: 70%;
	float: left;
}


#bazar-div .icon{
	display: inline-block;
	float: left;
	width: 10%;
	margin-right: 10px;
	color:rgba(0,0,0,0.38);
	font-size: 24px;
}

#bazar-div .text{
	display: inline-block;
	float: left;
	width: 50%;
	text-align: left;
}


#kontakt-div{
	padding: 20px;
}

#kontakt-div .links .heading{
	color:#2a76a8;
	font-size: 18px;
	font-weight: 200;
}

#kontakt-div .links{
	display: inline-block;
	width: 100%;
}

#kontakt-div .links a{
	display: block;
	width: 40%;
	float: left;
}
.btn-breadcrumb {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	z-index: 0;
	background: #fff;
}
/** The Magic **/

.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
/** The Spacing **/

.btn-breadcrumb .btn {
	padding: 7px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 7px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 7px 18px 6px 24px;
}
/** Default button **/

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 9px solid #fff !important;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 9px solid #ccc !important;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after, {
	border-left: 10px solid #fff !important;
}
.btn-breadcrumb .btn.btn-default:active:not(:last-child):after {
	border-left: 10px solid #fff !important;
}
.btn-breadcrumb .btn.btn-default:focus:not(:last-child):after {
	border-left: 10px solid #fff !important;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad !important;
}
.active-link {
	color: #ccc !important;
	cursor:default;
}
.btn-default {
	border:0px solid #ccc !important;
	border-radius:0px;
	background: #fff !important;
	font-size:14px;
}
.btn-default:hover {
	background:none;
	box-shadow: none;
	box-shadow: inset none;
	border:0px solid #ccc !important;
}
.btn-default:active,  .btn-default:focus {
	box-shadow: none;
	box-shadow: inset none;
	background: #fff;
}
.btn-accept{
	border: none;
	font-size: 12px;
	color:#fff !important;
	background: rgba(140,205,9,1);
	outline: none !important;
	border-radius: 0;
	padding: 6px 15px 6px 15px;
	margin: 0;
	font-weight: bold;
}
.btn-accept:hover{
background: rgba(140,205,9,0.9) !important;
}
.btn-primary {
	background: #003561 !important;
	color:#fff !important;
	font-size: 12px;
	border: none;
	outline: none !important;
	padding: 6px 15px 6px 15px;
	border-radius: 0;
	margin:0;
	font-weight: bold;
}

.live-login{
	height: 50px;
	padding-top: 4px;
}
.form-typ .btn-option{
	background:#2A76a8;
	box-shadow:inset none !important;;
	font-size:30px;
	width:33.33%;
	border-radius:7px;
	padding-top:2px;
	padding-bottom:2px;
}
.btn.active, .btn:active {
    background-color: #003561;
}
.form-typ .btn-option:focus,
.form-typ .btn-option:active{
	background:#003561;
	box-shadow:inset none !important;;
	font-size:30px;
}
.btn-option i{
		color:#fff !important;
}
.contact-details {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #dedede;
	width: 100%;
	background: #fff;
}
.mini-footer {
	margin-bottom: 0px;
	background: #0E1119;
	background-size: cover;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
}
.mf-details,  .mf-details a {
	vertical-align: middle;
	font-size: 17px;
	font-weight: 200;
	color: #999;
	opacity: 1;
	text-align: center;
}
.footer {
	width: 100%;
	padding: 30px;
	display: inline-block;
}
.footer-panel {
	background: transparent !important;
	border: 0px;
	padding-bottom: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px;
	text-align: left;
	border: 0px;
	box-shadow: none;
	display: inline-block;
	float: left;
	width: 17%;
}
.footer-logo-panel {
	background: transparent;
	border: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	text-align: left;
	left: 0px;
}
.panel-heading {
	background: transparent !important;
	color: #fff !important;
	border-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
}
.list-group-item {
	background: transparent;
	border: 0px;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: Sans-Serif;
	padding-left: 0px;
	opacity: 0.6;
}
.list-group-item:hover {
	color: #fff;
	opacity: 0.6;
}
.list-group-item:before {
	content: "\2022 ";
}
.list-group-item:hover:before {
	content: "\276F ";
	color: #aaff00;
}
.footer .hours {
	text-align:right;
}
.footer .hours .panel-heading {
	margin-bottom: 5px;
	text-align:right !important;
}
.footer .hours h2 {	
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 5px;
	text-align:right !important;
}
.footer .hours p {
	font-size: 12px;
	line-height: 7px;
	color: #fff;
	opacity: 0.6;
}
.footer-social{
		box-shadow:none;
		width:100%;
}
.footer-social .col-md-2{
	float:right;
	text-align:right;
}
.footer-social span {
	font-size: 24px;
	color: #fff;
	opacity: 0.4;
	text-align:right;
}
.footer-social .ion-social-facebook:hover {
	color: #fff;
	opacity: 1;
}
.footer-social .ion-social-googleplus:hover {
	color: #fff;
	opacity: 1;
}
.footer-social .ion-social-whatsapp:hover {
	color: #fff;
	opacity: 1;
	cursor: default;
}
.footer-social .ion-android-call:hover {
	color: #fff;
	opacity: 1;
	cursor: default;
}


em{
	font-size:16px; 
	font-weight:600;
}
@media(max-width:768px) {

.navbar-nav{
	display: none;
}

.navbar{
	width: 100%;
}
.footer-panel {
	width: 100%;
}
.container {
	width: 100%;
}
.btn-default {
	font-size:10px;
}
.livelogin{
	padding-right:20px;
}
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 5px solid white;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 5px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -12px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}



}


.live-container{
	width: 500px;
}

.live-container .btn-breadcrumb{
	z-index: 4;
}

.live-chat{
	position: relative;
}


.message-board h1{
	color:rgba(0,0,0,0.38);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}


.live-chat:after{
	content: "";
	position: absolute;
	bottom: 0;
	width:470px;
	height: 50%;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.4)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
z-index: 2;
border-radius: 10px;
}


@media(max-width:768px) {

.live-container{
	width: 100%;
}
.live-chat:after{
	width:100%;
}
}

.conversation{
	display: inline-block;
	padding-top: 100px;
	width: 100%;
}

#chat-box{
	position: relative;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 20px;
	display: inline-block;
	width: 100%;
}
.message-box{
	border:none;
	border-radius:30px;
	width:100%; 
	padding:10px;
	display:inline-block;
    overflow: hidden;
    outline: none;
    height: 40px;
    padding-right: 45px;
    resize: none;
    outline: none;
}

.btn-send{
	font-family: ionicons;
	color:#fff;
	background: #00aaff;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	z-index: 5;
}

.btn-close-thread{
	background: none;
	position: absolute;
	top: -30px;
	right: 10px;
	line-height: 0;
	z-index: 4;
}

.btn-close-thread a{
	color:#fff;
	font-size: 14px;
}

.comment-box{
	display: inline-block;
	margin-top:10px; 
	border-radius:30px;
	border-bottom-right-radius:16px;
	padding-top:10px;
	width: 70%;
	float: right;
	position: relative;
	background: #007aff
}

.comment-box:after, 
.comment-box:before {
	left: 99.7%;
	bottom:15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(32,124,229,0);
	border-left-color:#007aff;
	border-width: 8px;
	margin-top: -8px;
}

.admin-text{
	float: left !important;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius:30px !important;
	background: #f7f7f7 !important;
	margin-right: 0;
}

.admin-text:after, 
.admin-text:before {
	right: 100% !important;
	left: -16px !important;
	border-color: rgba(235, 235, 235, 0);
	border-right-color: #f7f7f7 !important;
	/*border-left-color: none !important;*/
}


.message-board img{
	width: 70%;
	border-radius: 10px;
	margin:10px;
}


.comment-box img{
	width: 100%;
	margin-left: 0;
}
label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

/***** Example custom styling *****/
.myLabel {
    border:none;
    background:none;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 10px;
    color:rgba(0,0,0,0.38);
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
}


.comment-box .radio{
	display: inline-block;
	width: 100%;
	margin-left: 50px;
}

.comment-box .right{
	text-align: right;
	float: right;
}
.comment-box .title{
	margin-top:10px; 
	width: 100%;
}
.comment-box .avatar{
	display: inline-block;
	float: left;
	width:36px;
	height: 36px;
	margin-left: 10px;
	text-align: center;
	font-size: 27px;
	color:#8bcd09;
	line-height: 1.2;
	border-radius: 50%;
background: rgba(235,235,235,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(235,235,235,1) 0%, rgba(250,250,250,1) 77%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(235,235,235,1)), color-stop(77%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(235,235,235,1) 0%, rgba(250,250,250,1) 77%, rgba(255,255,255,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(235,235,235,1) 0%, rgba(250,250,250,1) 77%, rgba(255,255,255,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(235,235,235,1) 0%, rgba(250,250,250,1) 77%, rgba(255,255,255,1) 100%);
background: radial-gradient(ellipse at center, rgba(235,235,235,1) 0%, rgba(250,250,250,1) 77%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1 );
box-shadow: inset 0 0 5px rgba(0,0,0,0.12), 0 1px 2px rgba(255,255,255,0.9 );
border:1px solid rgba(0,0,0,0.12);
display: none;
}

.message-board .btn-area{
	display: inline-block;;
	width: 100%;
}

.message-board .login{
	margin:0 auto;
	display: table;
	width:150px;
}

.message-board .livepass{
	display: inline-block;
	float: left;
	width:69%;
	height: 30px;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 3px;
}


.message-login{
	display: inline-block;
	width:29%;
	float: left;
	font-family: ionicons;
	font-size: 18px;
	padding: 5px;
	background: #00AAFF !important;
	border: none;
	border-radius: 3px;
	margin-left: 2px;
	color:#fff;
}


.message-board .rate-area{
	display: inline-block;
	width: 100%;
	text-align: right;
}
.message-board .rate-area p{
	font-size: 14px;
	color:rgba(0,0,0,0.38);
	float: left;
	padding-top: 4px;
}

.message-board .rate-area a{
	display: inline-block;
	float: right;
	text-align: center;
	width: 160px;
	margin: 0px;
	padding-bottom: 2px;
	margin-right: 0px;
}
.message-board .rate-area .icon{
	color:#ffc125 !important;
}

.message-board .btn-accept{
	float:right; 
	margin-top:20px;
}

.comment-box .name{
	display: inline-block;
	float: left;
	width:200px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold; 
	color:#003561;
	font-weight: 700;
	z-index: 3;
	position: absolute;
	top:10px;
	left:10px;
}

.comment-box .time{
	font-size: 10px;
	font-weight: 700;
	display:block;
	color:rgba(0,0,0,0.38);
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
}


.comment-box .message{
	display: inline-block;
	padding:20px;
	width: 100%;
	padding-bottom:20px;
	font-size: 14px;
	font-weight: 400;
	z-index: 3;
	padding-top: 10px;
	color:#fff;
	position: relative;;
}

.comment-box .message a{
	color:#00aaff;
	text-decoration: underline;
	}

.admin-text .message{
	color:#000;
	position: relative;
	z-index: 4;
}


.result{
	padding: 10px;
	background: rgba(0,0,0,0.02);
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
	border-radius: 5px;
	border:1px solid rgba(0,0,0,0.12);
	margin-top: 10px;
	display: inline-block;
	width: 49%;
	margin:0.5%;
	height: 160px;
	float: left;
	position: relative;
}

.results .title{
	width: 100%;
	margin-top: 0px;
	display: inline-block;
}
.results .title:before{
	font-family: ionicons;
	content: "\f11c";
	margin-right:5px;
	font-size: 16px;
	padding-top: 5px;
	display: inline-block;
	margin-top: -6px;
	float: left;
	}

.results .time{
	display: inline-block;;
	width: 100%;
	font-size: 12px;
	color:#8bcd09;
	font-weight: normal;
}

.result a h2{
	font-size: 12px;
	color:rgba(0,0,0,0.38);
	display: inline-block;
	float: left;
}

.result .popis{
	font-size: 18px;
	font-weight: 400;
	color:#2A76a8;
	display: inline-block;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.result .text{
	display: inline-block;
	width: 80%;
	float: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color:rgba(0,0,0,.38);
}


.search{
	margin-bottom: 20px;
	display: inline-block;
	width: 99%;
	margin: 0.5%;
	position:relative;
}

.search input{
	border:1px solid rgba(0,0,0,0.12); 
	border-radius:5px; 
	width:100%;
	padding:10px;
	display: inline-block;
	float: left;
}

.search .submit{
	display: inline-block;
	border:none;
	font-size: 28px;
	line-height: 0;
	background: none;
	font-family: ionicons;
	color:rgba(0,0,0,0.12);
	position: absolute;
	top:5px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.read-btn{
	display: inline-block;
	float: left;
	width: 100%;
	padding:20px 0 10px 0;
	font-size: 12px;
	color:rgba(0,0,0,0.54);
}

.read-btn:hover{
	color:rgba(0,0,0,0.87);
	background: none;
}




.chat-over{
	width: 100%;
	display: inline-block;
}

.chat-over .respond{
  display: inline-block;
  position: relative;
  float: left;
  width: 100px;
  height: 20px;
  margin-left: -15px;
}
.chat-over input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.chat-over label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 2px 2px 2px 50px;
  z-index: 9;
  color:#000 !important	;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
}

.last-message .message{
	padding-bottom: 10px;
}

.radios{
	margin-left: 20px;
	width: 100%;
	display: inline-block;
}

.radios .send{
	width: 100%;
	display: inline-block;
	padding: 5px;
	padding-bottom: 10px;
}

.radios .btn-accept{
	left:0;
	float: left !important;
}


.radios .message{
	margin-top: 20px;
	padding-left: 5px;
}

.chat-over .check{
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 2px;
  left: 20px;
  z-index: 5;
  transition: border .5s linear;
  -webkit-transition: border .5s linear;
}

.chat-over .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
}

.chat-over input[type=radio]:checked ~ .check {

}

.chat-over input[type=radio]:checked ~ .check::before{
  background: #00aaff;
}

.chat-over input[type=radio]:checked ~ label{
  color: #fff;
}

.rateit{
	float: left;
	margin-left: 20px;
	display: inline-block;
}

.send input{
	background: #00aaff;
	font-family: ionicons;
	color:#fff;
	font-weight: 700;
	border: none;
	margin-top: 10px;
	float: right;
	border-radius: 20px;
	font-size: 24px;
	height: 30px;
	width: 30px;
	margin-right: 30px;
	text-align: center;
}




/** SET 1 FORM **/

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #rgba(42,108,150,0.3);
	color: #003561;
	font-weight: normal;
	font-size:14px;
	font-family: "Helvetica Neue", Open sans;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight:normal;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


ta{
	color: #003561;
	font-weight:200;
	font-size:9px;
	padding-left:1.1em;
	width:100% !important;
}

.headerform-textarea{
	background:#fff;
	border:1px solid #2a76a8;
	box-shadow:none;
	color:#fff;
	border-radius:0px;
	width:100%;
	margin: 1.1em;
	margin-bottom:0px;
	margin-left:0px;
	padding: 0.8em;
	color:#003561;
	border-radius:5px;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #fff;
	font-size: 150%;
}

/* Individual styles */

/* Madoka */
.input--madoka {
	margin: 0.8em;
	margin-left:0px;
}

.input__field--madoka {
	width: 100%;
	background: #fff;
	color: #003561;
	border:1px solid #2a76a8;
	border-radius:5px;
}

.input__label--madoka {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #003561;
	text-align: left;
	cursor: text;
}

.input__label-content--madoka {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.graphic--madoka {
	-webkit-transform: scale3d(1, -1, 1);
	transform: scale3d(1, -1, 1);
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
	pointer-events: none;
	stroke: #7A7593;
	stroke-width: 4px;
	stroke-dasharray: 962;
	stroke-dashoffset: 558;
}

.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {
	cursor: default;
	pointer-events: none;
}

.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {
	stroke-dashoffset: 0;
}

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
	transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
}
