@import "font-face.css";
@import "font-awesome-animation.min.css";
a:link,
a:visited {
    text-decoration:none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}	

body{
	color:#222;
	font-size:14px;
	background:#f3f3f3;
	line-height:18px;
	font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
	}
	
a{
	color:#008fd1;
	}
a:hover{
	color:#0f3876;
	}
.scroll-fix-top{
    width: 100%;
}

.scroll-fix-top.fixed {
    opacity: 0.95;
}

.circle, .anchor, .anchor .fa{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	}
.radius{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.shadow{
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	}
.anchor{
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-15px;
	background:#ffffff;
	border:3px solid #60da9d;
	z-index:99;
	width:46px;
	height:46px;
	display:inline-block;
	text-align:center;
	
	}
.anchor .fa{
	color:#60da9d;
	line-height:40px;
	text-align:center;
	}
	
.fa-2 {
    font-size: 1.5em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
ul.reset, ol.reset{
	margin:0;
	padding:0;
	}
.btn.btn-submit{
	background:#cb0303;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-size:120%;
	padding:15px 30px;
	}
.section{
	padding-top:30px;
	padding-bottom:30px;
	}
.navbar-toggle{
	padding:0;
	margin:20px 15px 0 0;
	background:none;
	color:#fff;
	}
.navbar-toggle .fa{
	text-align:center;
	line-height:40px;
	font-size:80%;
	width:40px;
	height:40px;
	float:right;
	background:#fc0000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.btn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.navbar-toggle .fa{
	font-size:150%;
	}
.red{
	color:#eb1c24;
	}
#container img{
	max-width:100%;
	}
strong, b{
	font-family: 'Roboto-Bold';
	}
label{
	font-weight:normal;
	font-family: 'Roboto-Regular';
	}
/*header=================================*/
#header{
	min-height:76px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	margin-bottom:0;
	z-index:9999;
	top:0px;
	left:0;
	right:0;
	border:none;
	background:none;
	}
#header.unfix{
	position:static;
	}
#header .affix{
	left:0;
	right:0;
	z-index:999;
	}
.navbar-brand{
	padding:10px 15px;
	}
#header .affix .navbar-brand>img{
	width:50px;
	}
#header .affix .navbar-nav{
	margin-top:20px;
	}
#header #headerTop{
	background:#fff;
	}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left:0;
	}
.navbar-brand{
	float:left;
	display:block;
	height:auto;
	padding:15px 15px;
	}
.navbar-nav{
	margin:30px 00px 0 0;
	}
.navbar-nav>li{
	position:relative;
	}
.navbar-nav>li>a{
	text-transform:uppercase;
	color:#fff;
	line-height:normal;
	padding:10px 20px;
	font-weight:bold;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	font-family: 'Roboto-Bold';
	}
.navbar-nav li a:hover, .navbar-nav li.active>a{
	background:#f30101;
	}
#headerTop .leangue, #headerTop .navTop{
	float:right;
	}
.navbar-nav>li .nabar-sub{
	position:absolute;
	top:40px;
	background:#fff;
	width:200px;
	margin:0;
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	display:none;
	}
.navbar-nav>li:hover .nabar-sub{
	display:block;
	}
.navbar-nav>li .nabar-sub li{
	float:none;
	list-style:none;
	border-bottom:1px solid #ddd;
	}
.navbar-nav>li .nabar-sub li a{
	color:#222;
	text-transform:uppercase;
	display:block;
	padding:10px;
	}
.navbar-nav>li .nabar-sub li a:hover{
	background:#f2f2f2;}
	
.navTop{
	padding:4px 10px;
	}
.navTop li{
	list-style:none;
	float:left;
	}
.navTop li:last-child a{
	background:none;
	}
.navTop li a{
	color:#222;
	padding:0 10px;
	font-size:90%;
	}
.navTop li a .fa{
	color:#999;
	margin-right:5px;
	}
#headerBootom{
	background:rgba(0, 0, 0, 0.9);
	}
.search{
	margin-right:15px;
	}
.search .inner{
	padding:5px 10px;
	background:#fff;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	width:300px;
	}
.search .inner input, .search .inner .btn{
	padding:0;
	background:none;
	border:none;
	}
.search .inner .btn .fa{
	color:#f30101}
.search .inner input{
	width:180px;
	outline:none;
	float:left;
	padding:3px 5px;
	}
.navbar-nav .open .dropdown-menu{
	background-color:#fff;
	}
.search .inner .dropdown{
	float:left;
	border-right:1px solid #ddd;
	}
.search .inner #dropdown-search{
	padding:3px 5px;
	}
.search .inner .dropdown-toggle:focus{
	background:none;
	outline:none;
	}
.search .inner .btn.btn-search{
	float:right;
	margin:3px;
	}
.navbar-right li{
	margin-left:20px;
	}
.navbar-right li a{
	padding:0;
	}
.navbar-right li a:hover{
	background:none;
	}
.cart {
	margin-top:3px;
	}
.cart .fa, .notify .fa{
	color:#fff;
	}
.search, .cart, .notify{
	position:relative;
	}
.cart sup, .notify sup{
	position:absolute;
	top:-15px;
	right:-15px;
	background:#f30101;
	color:#fff;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	}
.hd-center.hidden-lg{
	position:absolute;
	top:30px;
	right:70px;
	left:80px;
	text-align:center;
	z-index:999999;
	}
.hd-center.hidden-lg ul{
	margin:0;
	padding:5px;
	text-align:center;
	}
.hd-center.hidden-lg li{
	list-style:none;
	display:inline-block;
	}
.hd-center.hidden-lg li.notify a, .hd-center.hidden-lg li.cart a{
	padding:0 8px;
	display:inline-block;
	}
.hd-center.hidden-lg li li{
	float:none;
	width:100%;
	margin:0 1%;
	}
.hd-center.hidden-lg li li a{
	display:block;
	text-align:center;
	}
.hd-center.hidden-lg li li a .fa{
	margin-right:10px;
	}
.navbar-nav .open .dropdown-menu{
	position:absolute;
	}
.navbar-right .dropdown-menu li{
	width:100%;
	clear:left;
	margin:0;
	}

/**/
.carousel-indicators{
	bottom:10px;}
.carousel-indicators li{
	background:#404040;
	width:16px;
	height:16px;
	margin:0;
	border:5px solid #404040;
	}
.carousel-indicators .active{
	background:#eb1c24;
	border:5px solid #eb1c24;
	width:16px;
	height:16px;
	}
.carousel-control{
	width:50px;
	background-position:50% 50%;
	background-repeat:no-repeat !important;
	}
.carousel-control.left{
	background-image:url(../img/angle-left-b.png) !important;
	}
.carousel-control.right{
	background-image:url(../img/angle-right-b.png) !important;
	}
#slidebanner{
	padding:60px 0 ;
	background:url(../img/Druga-Pozadina.jpg) no-repeat 50% 50% / 100% 100%;
	background-attachment:fixed;
	z-index:1;}
#slidebanner .imgSlide img{
	display:inline-block;
	}
#slidebanner .item .desc{
	right:0;
	left:0;
	color:#fff;
	}
#slidebanner .item .desc .row1 span, #slidebanner .item .desc .row2 span{
	padding:10px 30px;
	margin-bottom:5px;
	display:inline-block;
	}
#slidebanner .item .desc .row1 span{
	background:rgba(235, 28, 36, 0.9);}
#slidebanner .item .desc .row2 span{
	background:rgba(255, 96, 0, 0.9)}

#slidebanner .carousel-indicators{
    position: absolute;
    bottom: 10px;
    left: inherit;
    z-index: 15;
    width: auto;
    margin-left: 15px;
    padding-left: 0;
    list-style: none;
    text-align: left; 
	}
#slidebanner .text{
	}
#slidebanner .text-right .text{
	float:right}
#slidebanner h2{
	color:#fff;
	font-size:60px;
	padding:10px 15px;
	font-family: 'Roboto-light';
	}
#slidebanner p{
	padding:15px;
	font-size:120%;
	}
#slidebanner p.tl-sub{
	text-transform:uppercase;
	}
#slidebanner .btn-default{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	}
#slidebanner .btn-setting{
	margin:30px 0;
	}
#slidebanner .btn-setting .btn{
	background:#f30101;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	margin:5px;
	}
#slidebanner .btn-setting .btn span{
	margin-right:15px;
	
	float:left;
	}
#slidebanner .btn-setting .btn .fa{
	font-size:46px;
	}
#slidebanner .btn-setting .btn strong{
	display:block;
	font-size:120%;
	letter-spacing:5px
	}
#slidebanner .btn-setting .btn.btn-phone{
	background:#fff;
	color:#222;
	}
#slidebanner .btn-setting .btn.btn-phone strong{
	letter-spacing:0px
	}
/**/
#note{
	background:#eeeded;
	line-height:24px;
	}
#note .fa{
	background:#fff;
	text-align:center;
	height:46px;
	width:46px;
	line-height:46px;
	color:#f40000;
	float:left;
	margin-right:10px;
	font-size:120%;
	}
/**/
.field .caption{
	font-family: 'Roboto-Bold';
	float:left;
	width:68px;
	padding:5px 5px 5px 0px;
	}
.field .fieldtext{
	margin-left:68px;
	padding:5px 0px 5px 0px;
	}
.field .fieldtext input[type="radio"]{
	margin-top:0;
	}
.field .fieldtext label{
	margin-left:15px;
	}
/**/
.field.fieldJourney .caption{
	width:90px;
	}
.field.fieldJourney .fieldtext{
	margin-left:90px;
	}
.field.fieldInput .caption{
	border-bottom:1px solid #0c96ef;
	}
.field.fieldInput .fieldtext{
	border-bottom:1px solid #bababa;
	}
.field .inputDate input{
	float:left;
	width:80%;
	}
.field .inputDate img{
	float:right;
	}
.field.fieldAdd .caption{
	width:120px;
	}
.field.fieldAdd .fieldtext{
	margin-left:120px;
	}
/**/
.section-hd{
	margin-bottom:50px;
	font-family: 'Roboto-Light';
	}
.section-hd h3{
	font-size:46px;
	
	}
.section-hd p{
	color:#666;
	margin:15px auto;
	font-size:120%;
	}

/**/
#function{
	background:#fff;
	}
#function .owl-carousel {
	position:relative;
	}
#function .icon{
	width:120px;
	height:120px;
	margin:0 auto 15px auto;
	background:#eee;
	overflow:hidden;
	display:block;
	text-align:center;
	}
#function .icon img{
	margin-top:30px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	}
#function h2{
	text-align:center;
	text-transform:uppercase;
	margin:0;
	font-size:100%;
	line-height:20px;
	font-family: 'Roboto-Bold';
	height:40px;
	overflow:hidden;
	}
#function .item:hover .icon{
	background:#f40000;
	}
#function .item:hover .icon img{
	margin-top:auto;
	margin-top:-60px;
	}
#function .item:hover h2{
	color:#f40000;
	}
/**/
/*owl-carousel*/
.owl-carousel{}
.owl-carousel.owl-loaded, .owl-carousel2.owl-loaded {
  display: block;
}
.owl-carousel .owl-stage-outer, .owl-carousel2 .owl-stage-outer {
  position: relative;
  padding-top:5px;
  padding-bottom:5px;
  overflow:hidden;
  -moz-transform: translate3d(0px,0,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}
.owl-carousel .owl-item, .owl-carousel2 .owl-item{
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .item, .owl-carousel2 .item{
	text-align:center;
	padding:0 10px;
	}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.owl-prev, .owl-next{
	top:40px;
	width:50px;
	height:50px;
	position:absolute;
	text-indent:-1000em;
	background-color:rgba(255, 255, 255, 0.5);
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	}
.owl-prev{
	left:0px;
	background-image:url(../img/arrow-l.png);
	}
.owl-next{
	right:0px;
	background-image:url(../img/arrow-r.png);
	}
.owl-prev:hover{
	background-image:url(../img/arrow-l-red.png);
	}
.owl-next:hover{
	background-image:url(../img/arrow-r-red.png);
	}
/**/
#why{
	padding:0;
	background:#b90000;
	}
#why [class^=col-], #why .row{
    padding: 0px !important;
    margin: 0px !important;
	}
#why .inner{
	padding:30px;
	color:#fff;
	}
#why .section-hd p{
	max-width:100%;
	color:#fff;
	font-size:100%;
	}
#why li{
	margin-bottom:15px;
	}
#why .arrow{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:100px;
	background:url(../img/bg-triangle.png) no-repeat 100% 100%;
	z-index:2
	}
#why img{
	z-index:1}
/**/
#services{
	background:url(../img/bg-service.jpg) no-repeat 50% 100% fixed;
	}
	
#services .inner{
	padding-right:15px;
	padding-left:15px;
	}
#services .inner h2{
	text-transform:uppercase;
	font-size:120%;
	font-family: 'Roboto-Bold';
	}
#services .inner h2 a{
	color:#f30101;
	
	}
#services .inner p{
	color:#333;
	margin-bottom:30px;
	}
#services .inner .btn{
	text-transform:uppercase;
	}
#services .owl-prev, #services .owl-next{
	width:34px;
	height:34px;
	cursor:pointer;
	}
#services .owl-prev{
	left:0px;
	background:url(../img/arrow-l-red.png) no-repeat 50% 50%;
	}
#services .owl-next{
	right:0px;
	background:url(../img/arrow-r-red.png) no-repeat 50% 50%;
	}
.serviceList{
	position:relative;
	}
.serviceList .circle{
	background:#fff;
	width:120px;
	height:120px;
	text-align:center;
	margin:0 auto;
	padding:25px;
	border:1px solid #fc0000;
	}
/**/
#rate.section{
	padding-bottom:60px;
	}
#rate-slide .rateText{
	padding:30px 30px 50px 30px;
	background:#fff;
	
	}
#rate-slide .rateText, #rate-slide .avatar{
	max-width:760px;
	margin:0 auto;
	}
#rate-slide .fa{
	color:#333;
	text-shadow:none;
	}
#rate-slide .avatar{
	margin-top:-30px;
	}
#rate-slide .avatar img{
	margin-bottom:10px;
	}
#rate-slide .carousel-indicators{
	margin-top:0;
	margin-bottom:0;
	bottom:-30px;
	}
#rate-slide .carousel-control .fa{
	margin-top:50px;
	}

/**/
#contact{
	color:#fff;
	background:#0071cd url(../img/bg-contact.gif) no-repeat 50% 100%;
	}
#contact form >div{
	margin-bottom:25px;
	}
#contact form input, #contact form textarea{
	background:none;
	padding:10px;
	width:100%;
	border:1px solid #fff;
	}
#contact form textarea{
	height:120px;
	}
#contact address p{
	margin:5px 0;
	}
.social .fa{
	width:36px;
	height:36px;
	margin-right:5px;
	text-align:center;
	line-height:36px;
	background:#fff;
	color:#fc0000;
	}
.social a{
	margin-right:10px;
	}
/**/
#linkFooter{
	background:#2d2d2d;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff
	}
 #linkFooter h3{
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-family: 'Roboto-Light';
	font-size:120%;
	margin:0 0 15px 0;
	}
#linkFooter .row>div{
	margin-top:15px;
	margin-bottom:15px;
	}
#linkFooter ul{
	margin:0;
	padding:0;
	}
#linkFooter li{
	list-style:none;
	margin-bottom:10px;
	}
#linkFooter li a{
	color:#fff;
	display:block;
	}
#linkFooter li a:hover{
	color:#fc0000;
	}
#linkFooter .col-lg-6 div{
	margin-top:15px;
	}
#linkFooter .col-lg-6 p{
	margin:0 0 5px 0;
	}
#linkFooter .col-lg-6 .fa{
	width:20px;
	text-align:center;
	margin-right:5px;
	}
#copy{
	padding-top:10px;
	padding-bottom:10px;
	font-size:90%;
	color:#777;
	background:#fff;
	}


/**/
.hdPage{
	color:#000;
	font-size:120%;
	padding:0px 0 30px 0;
	}
#hdAbout.hdPage{

	}
.bg-w{
	background:#fff;
	}
.bg-r{
	background:#fc0000;
	color:#fff;
	}
/**/
.about-item img{
	max-width:100%;
	text-align:center;
	}
.tl-2{
	font-family: 'Roboto-Bold';
	font-size:120% !important;
	text-transform:uppercase;
	margin:0 0 15px 0;
	}
.svMin .row>div{
	margin-bottom:15px;
	}
.svMin .inner{
	background:#f2f2f2;
	padding:15px;
	text-align:center;
	}
.svMin .inner h2{
	font-size:110%;
	font-family: 'Roboto-Bold';
	margin:10px 0;
	color:#fc0000;
	text-transform:uppercase;
	}
.svMin .circle{
	background: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
	padding:10px;
    border: 1px solid #fc0000;
	}
.why-circle img{
	max-width:100%;
	}
#whyAbout li, #why li{
	margin:0 0 15px 15px;
	}
/**/
.panel{
	border:none;
	margin-bottom:10px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
.panel>.panel-heading {
    background: none;
    border: none;
    padding: 25px;
    padding: 25px;
    font-size: 130%;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.panel.guid-blok.panel-default>.panel-heading .fa{
	float:right;
	color:#fc0000;
	}
.panel.guid-blok.panel-default>.panel-heading a{
	color:#222;
	display:block;}
.panel .panel-collapse{
	background:#eaeaea;
	padding:15px;
	position:relative;
	}
.panel .panel-collapse .fa-caret-up{
	position:absolute;
	top:-30px;
	left:15px;
	font-size:46px;
	color:#eee;
	}
.panel .panel-collapse .table td{
	background:#fff;
	border:1px solid #eee;
	}
/*bill*/
#bill{
	padding-right:15px;
	padding-left:15px;
	}
#filter{
	padding:15px;
	background:#f6f6f6;
	border:1px solid #fc0000;
	margin-bottom:30px;
	}
#filter label{
	display:block;
	margin-bottom:3px;
	}
#filter input, #filter select{
	width:100%;
	padding:6px;
	}
#filter .row>div{
	margin-bottom:15px;
	}
#filter p{
	margin:0;
	}
#filter .btn{
	background:#00599C;
	color:#fff;
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	}
.nav-tabs{
	overflow:hidden;
	margin:0;
	padding:0;
	}
.nav-tabs li{
	list-style:none;
	margin-right:0;
	margin-bottom:-2px;
	}
.nav-tabs li a{
	padding:8px 9px;
	display:block;
	color:#fff;
	background:#444;
	border:none;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color:#fff;
	background:#00599C;
	border:1px solid #00599C;
	}
#bill table{
	background:#fff;
	}
.red{
	color:#e20303;
	}
.tabs-orderslist .progress{
	margin:5px 0;
	}
.tabs-orderslist td{
	padding:10px;
	border-bottom:1px solid #ddd;
	}
#bill tr:nth-child(2n) td{
	background:#f2f2f2;
	}
#bill thead td{
	font-family: 'Roboto-Bold';
	background:#ccc;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #777;
	}
.acc .dropdown-menu li{
	float:none;
	clear:both;
	margin:0;
	padding:5px 10px;
	}
.acc .dropdown-menu li a{
	
	}
#dropdown-acc{
	border:none;
	padding:3px 0;
	background:none;
    line-height: 1;
	color:#fff;
	}
#dropdown-acc .fa{
	text-align:center;
	color:#fff;
	margin-right:5px;
	}
#dropdown-acc {
	padding:2px 10px;
	border:none;
	}

.acc .dropdown .dropdown-menu{
	left:auto;
	right:0;
	z-index:9999;
	}
.acc .dropdown .dropdown-menu .fa{
	color:#222;
	}
.acc .dropdown-menu{
	width:200px;
	}

.acc .dropdown-menu li .btn-login .fa{
	color:#fff;
	margin-right:10px;
	}
.acc .dropdown-menu li .btn-login{
	background:#fc0000;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	}
.acc .dropdown-menu li .btn-register{
	background:#f2f2f2;
	padding:5px 10px;
	text-align:center;
	color:#222;
	}
.acc .dropdown-menu li .btn-register .fa{
	color:#777;
	}
/**/
.pagination>li>a, .pagination>li>span{
	color:#222;
	}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color:#fff;
	background:#00599C;
	border:1px solid #00599C;
	}
.navbarBill{
	margin-bottom:30px;
	}
.navbarBill ul{
	margin:0;
	padding:0;
	}
.navbarBill li{
	list-style:none;
	display:inline-block;
	margin:5px;
	}
.navbarBill li a{
	text-transform:uppercase;
	font-family: 'Roboto-Bold';
	display:inline-block;
	padding:15px 20px;
	color:#fff;
	background:#222;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.navbarBill li.active a{
	background:#00599C;
	}
	
/**/
#profile .verbar ul{
	margin:0;
	padding:0;
	}
#profile .verbar li{
	list-style:none;
	margin-bottom:5px;
	}
#profile .verbar li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#222;
	text-transform:uppercase;
	}
	

#profile .verbar li.active a{
	background:#00599C;
	color:#fff;
	}
#profile .inner>.row{
	margin-bottom:15px;
	}
#profile .inner>.row label{
	margin-right:30px;
	}
#profile .inner>.row input, #profile .inner>.row select{
	padding:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #aaa;
	}
#profile .inner>.row input[type="text"]{
	width:300px;
	}
#profile .inner>.row select{
	min-width:80px;
	}
#profile .inner .btn-primary{
	background:#fc0000;
	border:#dd0000;
	padding:10px 30px;
	text-transform:uppercase;
	}
/**/
.modal-content{
	padding:15px;
	text-align:left;
	}
.modal-dialog{
	width:400px;
	margin-top:120px;
	}
.modal-content form>div{
	margin-bottom:10px;
	}
.modal-content form input[type="text"], .modal-content form textarea, .modal-content form input[type="password"]{
	padding:8px;
	width:100%;
	}
.modal-content form textarea{
	height:100px;
	}
.modal-content form p{
	color:#777;
	}
.modal-dialog .modal-header{
	padding-right:0;
	padding-left:0;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	}
.modal-dialog h3{
	margin:0;
	float:left;
	}
/**/
#loginpopup .btn-success, #registerpopup .btn-success{
	background:#fc0000;
	border:1px solid #dd0000
	}
/**/
#logacc{
	background:url(../img/bg-service.jpg) no-repeat 50% 100%;
	padding:100px 0;
	}
#logacc .inner{
	width:600px;
	margin:0 auto;
	}
#logacc .inner .logacc-form{
	background:rgba(255, 255, 255, 0.5);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:50px;
	}
#logacc .inner .logacc-form input[type="text"], #logacc .inner .logacc-form input[type="password"]{
	padding:8px;
	border:1px solid #aaa;
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:5px 0;
	}
#logacc .inner .logacc-form .btn{
	margin:15px 0;
	background:#fc0000;
	border:1px solid #fc0000;
	text-transform:uppercase;
	font-size:100%;
	color:#fff;
	width:100%;
	padding:8px 10px;
	}
/**/
#billDetail{
	padding-top:0;
	}
#billDetail .inner, #cart .inner{
	padding:15px;
	}
.steps{
	overflow:hidden;
	margin:30px 0;
	padding:0;
	background:#f2f2f2;
	}
.steps li{
	list-style:none;
	float:left;
	line-height:24px;
	width:16.66%;
	position:relative;
	}
.steps li>div{
	padding:5px 15px;
	margin-right:10px;
	}
.steps li span{
	background:#fff;
	color:#222;
	display:block;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	float:left;
	margin-right:10px;
	text-align:center;
	}
.steps li.select>div{
	background:#fc0000;
	color:#fff;
	}
.steps li.select:after{
	content: "";
	position: absolute;
	bottom:0 ;
	right: -00px;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid #fc0000;
}
.steps li.select:before{
	content: "";
	position: absolute;
	right: 0;
	left: -00px;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid #222;
	}
.steps li.active{
	z-index:3;
	background:#222;
	}
.steps li.active>div{
	background:#222;
	color:#fff;
	}
#billDetail .infor h3{
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
	}
#billDetail .infor .col-lg-6{
	margin-bottom:15px;
	}
#billDetail .infor .inner{
	border:1px solid #ddd;
	background:#f6f6f6;
	margin-bottom:15px;
	}
#billDetail .infor .inner .row>div{
	margin-bottom:10px;
	}
.tab-bill .tab-pane table{
	border:1px solid #ddd;
	}
.tab-bill .tab-pane thead td{
	background:#555;
	color:#fff;

	text-transform:uppercase;
	}
.tab-bill .tab-pane td .thumb{
	width:60px;
	float:left;
	margin-right:10px;
	}
.tab-bill .tab-pane tbody td.text-right{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	}
#billDetail .comment{
	padding:10px;
	background:#f6f6f6;
	border:1px solid #ddd;
	}
#billDetail .commentForm{
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
	}
#billDetail .commentForm textarea{
	width:100%;
	height:50px;
	}
#billDetail .billBottom{
	padding:10px;
	background:#f2f2f2;
	}
.complain-img{
	margin-bottom:15px;
	}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content li{
    margin-left: 0px !important;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.detail-bottom{
    bottom: 0;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;

}

.navbar-right .fa{
    line-height:inherit;
}

.user-name{
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -moz-stack;
}


/**/
.carhd{
	color:#fff;
	background:#626262;
	padding:8px 10px;
	margin:10px 0;
	text-transform:uppercase;
	font-family: 'Roboto-Bold';
	}
.carhd td{
	padding:0 10px;
	}
.checkbox{
	display:block;
	width:16px;
	height:16px;
	text-indent:-1000em;
	background:url(../image/checkbox.gif) no-repeat 0 100%;
	}
.checkbox.active{
	background:url(../image/checkbox.gif) no-repeat 0 0;
	}
.carcare{
	padding:0 5px 10px 5px;
	background:#fff;
	margin-bottom:15px;
	border:1px solid #eee;
	}
.carcare, .tabs-orderslist{
	overflow:auto;
	}
.carcare table, .tabs-orderslist table, .nav-tabs{
	min-width:800px;
	}
.carcare th, .carcare td, .profile th, .profile td{
	padding:10px;
	}
.carcare thead td, .carcare thead th{
	border-bottom:1px solid #ccc;
	}
.carcare tbody td{
	background:#fff;
	border-bottom:#e4e4e4;
	border-bottom:1px solid #e4e4e4
	}
.carcare tbody tr:hover td{
	background:#eff4f9}
.carcare tbody td .thumb{
	float:left;
	width:80px;
	}
.carcare tbody td .info{
	margin-left:95px;
	}
.carcare tbody td .info div.link, .carcare tbody td .info div.desc  {
	margin-bottom:10px;
	}
.carcare tfoot .red{
	font-size:120%;
	}
.quantum{
	background:#eee;
	padding:2px;
	overflow:hidden;
	width:72px;
	margin-left:15px;
	}
.quantum a{
	color:#333;
	padding:0 5px;
	font-size:140%;
	line-height:20px;
	}
.quantum a:hover{
	text-decoration:none;
	}
.quantum input{
	width:30px;
	padding:2px;
	border:1px solid #555;
	}
.quantum a, .quantum input{
	float:left;
	}
.textright{
	text-align:right;
	}
.delete{
	display:none;
	width:16px;
	height:16px;
	text-indent:-1000em;
	background:url(../image/bin.png) no-repeat 0 0;}
.delete span{
	display:none;
	}
.carcare tr:hover .delete{
	display:inline-block;
	}
.carcare-bt{
	padding:0 20px;font-size:115%;
	}
.carcare-bt .checkbox{
	float:left;
	margin-right:10px;
	}
.carcare-bt th, .carcare-bt td{
	padding:5px 10px;
	vertical-align:middle;
	}
.carcare-bt td{
	font-size:110%;
	}
.order-money{
	font-size:110%;
	}

.carcare-bt th{
	font-weight:normal;
	}
.carcare-bt .total{
	color:#d00;
	font-weight:bold;
	}
.carcare-bt .total td, .carcare-bt .total th{
	border-top:1px solid #ccc;
	}
.carcare-bt .total td .vnd, .order-money .vnd{
	margin-top:5px;
	}
.carcare-bt .fl{
	font-size:12px;
	}
.carcare-bt .btn{
	text-transform:uppercase;
	}
.w100{
	width:100px;
	}
/**/
.success{
	padding:15px 15px 15px 100px;
	background:#fff url(../img/icon-success.png) no-repeat 15px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	min-height:80px;
	}
.success h3{
	color:#19ae00}
.aler-btn{
	border-top:1px solid #ccc;
	padding-top:30px;
	margin-top:30px;
	}
.warning{
	padding:15px 15px 15px 100px;
	background:#fff url(../img/icon-warning.png) no-repeat 15px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	min-height:80px;
	}
.warning h3{
	color:#df0000}
/**/
.acc .dropdown-menu li.shopname{
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding:10px;
	}
.shopname img{
	width:46px;
	margin-right:10px;
	}
.shopname  p{
	margin:0;
	color:#777;
	}


#bank .owl-prev{
    left:-8px;
    top: 35%;
    background:url(../img/arrow-l-red.png) no-repeat 50% 50%;
}
#bank .owl-next{
    right:-8px;
    top: 35%;
    background:url(../img/arrow-r-red.png) no-repeat 50% 50%;
}