*{
	border-radius:0;
	box-sizing:border-box!important;
	margin:0;
	padding:0;
}

html, body{
	height:100%;
}

body{
    background:#fff;
    color:#222;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
}
a{
	color:#FF7314;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#425066;
    font-weight:700;
}

ol, ul{
    padding-left:1em;
}

ul.infolist, ol.infolist{
	list-style:none;
	margin-bottom:2em;
	margin-top:2em;
}
ul.infolist li, ol.infolist li{
	margin-bottom:0.3em;
}

.form-control{
	border-radius:0;
    border:1px solid #ddd;
    box-shadow:none;
	color:#425066;
    cursor: pointer;
}
.form-control:hover{
    border-color:#aaa;
}

.modal-open .modal{
	z-index:10000;
}

.control-label{
    font-weight: 500;
}

.btn{
    border-radius:2px;
    border:0;
}

.btn-primary{
    background:#2185D0;
}
.btn-success{
    background:#21BA45;
}
.btn-warning{
    background:#F2711C;
}
.btn-danger{
    background:#DB2828;
}

.modal-backdrop{
    z-index: 1000;
}
.page-header{
    background:#222;
	border-bottom:0;
	margin:0 0 1em;
	padding:2em 0;
}
.page-header h1{
    color:#fff;
	font-size:1.6em;
	margin:0;
}

table tr th, table tr td{
    font-size:11px;
}
table tr th{
    background:#ccc;
    border-bottom:0!important;
}

.panel, .input-group-addon{
    border-radius:2px;
}
.panel h3{
    font-size:1.1em;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: inline-block;
    float: right;
}

input.datepicker{
    background:url(../img/calendar.png) no-repeat 5% center / 20px;
    padding-left:3em;
}

.alert{
    border-radius:0;
    padding:0.5em 1em;
}

.breadcrumb{
    border-radius:0;
    font-size:11px;
    margin-top:10px;
    padding:3px 1em;
}

.slick-slider{
    max-height:95vh;
    overflow:hidden;
}
.slick-slide img{
    width:100%;
}

.container, .jumbotron .container{
	max-width:1024px;
}

.page-wrapper{
	padding-bottom:5em;
}

.accordion .panel-title, .accordion .panel-title a{
	text-decoration:none;
}

.wrapper{
	padding:0;
	min-height:100%;
}

.navbar{
    background:#fff;
    border-bottom:1px solid #ddd;
    border-top:3px solid #f47a2d;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;;
}
.navbar-brand{
	padding:0.4em 0;
}
.navbar-brand img{
	height:1.8em;
}
.navbar-custom{
	z-index:999;
}
.bx-wrapper .bx-controls-direction a{
	z-index:998;
}

.navbar-custom .navbar-brand{
	opacity:1.0;
	padding-left:0;
}
.navbar-nav > li > a{
    color:#425066;
    font-weight:bold;
	padding:15px 10px;
}
.nav > li > a:hover,
.erp-bd .erp-lnk,
.ticketing-bd .ticketing-lnk,
.consulting-bd .consulting-lnk,
.about-bd .about-lnk,
.contacts-bd .contacts-lnk{
	background:transparent;
	color:#FF7314;
}

.navbar-right{
	margin-right:0.5em;
}
.nav > li > a.btn-nav{
	background:#FF7314;
	color:#fff!important;
	border-radius:2px;
	font-size:0.9em;
	letter-spacing:1px;
	margin-left:1em;
	margin-top:0.4em;
	padding:0.3em 1.5em;
}
.navbar-nav > li > a.btn-nav.btn-nav-active{
    background:transparent;
    border:1px solid #FF7314;
	color:#FF7314;
}
.navbar-toggle{
	background:#fff!important;
	border:0;
	margin-top:0;
}
.navbar-toggle .icon-bar{
	background:#aaa;
	height:3px;
	width:35px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 6px;
}
.docs-header{
	padding-top:0;
}
.no-data{
	background:#eee;
	color:#888;
	font-size:1.3em;
	margin-top:2em;
	padding:1em;
}

/* Home */
.jumbotron{
    background:url(../img/tensor-bg.png) no-repeat;
    background-size:cover;
    padding:0;
    position:relative;
}
.jumbotron .holder{
    background:rgba(255,255,255,0.1);
    padding:6% 1em;
}
.jumbotron h1{
    font-size:3em;
    margin:1em 0 8px;
}
.jumbotron p{
    font-size:16px;
}
.service-tabs{
    background:#fff;
    border-radius:8px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
    margin:3% 1em 0;
    padding:1em 2em;
}
.service-tabs .nav-tabs{
    border:0;
    border-bottom:1px solid #ddd;
}
.service-tabs .tab-content{
    padding:1em 0 2em;
}
.service-tabs .nav-tabs>li>a{
    border:0;
    border-bottom:4px solid transparent;
    font-size:1.1em;
    font-weight:bold;
}

.service-tabs .nav-tabs>li.active>a,
.service-tabs .nav-tabs>li.active>a:focus,
.service-tabs .nav-tabs>li.active>a:hover{
    border:0;
    border-bottom:4px solid #425066;
    color:#425066;
}

.service-tabs .btn{
    background:#fff;
    border:3px solid #FF7314;
    border-radius:6px;
    color:#FF7314;
    font-weight:bold;
    margin-top:1em;
    padding:0.6em 1.5em;
    transition:all ease-in 200ms;
}
.service-tabs .btn:hover{
    background:transparent;
    border-left-width:10px;
    color:#FF7314;
}
.service-tabs .btn i{
    font-size:1.2em;
    margin-left:1em;
}

.typed-cursor{
    display:none;
}

section h2{
    margin-bottom:2em;
    position:relative;
    /* text-transform:uppercase; */
}
section h2::before{
    background:#F47423;
    content:'';
    display:block;
    margin:0 auto;
    position:absolute;
    width:50px;
    height:3px;
    bottom:-25px;
    left:0;
    right:0;
}

section{
    padding:2em 1em;
}

section p{
    font-size:1.3em;
    margin:0 auto;
}


/* Login */
.login-box{
	box-shadow:0 2px 5px rgba(0,0,0,0.3);
	margin-top:5%;
}
.login-box > div{
    min-height:30em;
	padding:2em;
}
.login-banner{
    background:url(../img/login-banner.jpg) no-repeat;
    background-size:cover;
    padding:0;
}

/* ERP */


/* Ticketing */
.home-banner{
	border-bottom:1px dashed #F47322;
}
.home-banner .container{
	background:url(../img/ticketing/iphone-hand.png) no-repeat 90% bottom / 25%;
	padding:11% 8%;
}
.home-banner h2{
	color:#FF7314;
}

.info-section{
	border-bottom:1px dashed #F47322;
	padding:1em 0 4em;
}
.info-section h3{
	color:#555;
}
.info-section p{
	margin:1em 0 2em;
}

.features{
	margin:2em 0;
}
.features .icon{
	color:#FF7314;
	font-size:5em;
	float:left;
	width:1.1em;
}
.feature-box{
	height:8em;
	margin-top:1em;
}

.featured-events{
	background:#eee;
}



footer{
    border-top:1px solid #ddd;
    color:#777;
    padding:15px 0 10px;
	position:relative;
    margin-top:3em;
}

@media (max-width: 992px){
	body{
		padding-top:0;
	}
	.navbar-custom .navbar-brand {
        width:auto!important;
        overflow: hidden;
	}
}
