@font-face {
    font-family: AvenirNext;
    src: url(/fonts/AvenirNext-Heavy.ttf);
    font-weight: 900;
}
@font-face {
    font-family: AvenirNext;
    src: url(/fonts/AvenirNext-DemiBold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: AvenirNext;
    src: url(/fonts/AvenirNext-Medium.ttf);
    font-weight: 400;
}
@font-face {
    font-family: AvenirNext;
    src: url(/fonts/AvenirNext-Regular.ttf);
    font-weight: 300;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: AvenirNext;
  vertical-align: baseline;
  font-weight: 400;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
  position: relative;
}
*,
*:before,
*:after {
  transition: all 300ms ease;
}
.center {
	text-align: center;
}
strong {
	font-weight: 700;
}
section {
	max-width: 100%;
	overflow: hidden;
}
section:not(.no-padding) {
	padding-top: 50px;
	padding-bottom: 50px;
}
body {
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	max-width: 100vw;
	position: relative;
	display: block;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.4
}
h1 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 30px;
}
p {
	margin-bottom: 20px;
	text-align: justify;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
span {
	display: inline-block;
}
strong {
	font-weight: 700;
}
a {
	color: #062a78;
}
.no-margin {
	margin: 0;
}
@media screen and (min-width: 1200px) {
	.container {
		max-width: 1022px;
	}
}
/*Slider*/
.item .slide-image{
	display: block;
	height: 100%;
	position: relative;
	height: 100vh;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.item .slide-image:before {
	content: '';
	position: absolute;
	height: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	  background: -webkit-linear-gradient(top bottom, transparent, #000);
	  background: -o-linear-gradient(top bottom, transparent, #000);
	  background: linear-gradient(to bottom, transparent, #000);
}
.item .slide-image .inner {
	position: absolute;
    left: 45px;
    right: 150px;
    bottom: 50px;
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    line-height: 40px;
}
.owl-dots {
	position: absolute;
    bottom: 50px;
    right: 30px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #efefef;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ccc;
}
/*Content*/
.content {
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	position: relative;
	height: 100vh;
	padding: 45px 45px 45px 30px;
}
.logo {
	display: block;
	margin-bottom: 30px;
}
form label {
	display: block;
	margin-bottom: 20px;
}
form label span {
	display: block;
}
input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
	display: block;
	max-width: 100%;
	width: 100%;
	border: none;
	background: #e5e5e5;
	height: 40px;
	border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
textarea {
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.radio-btns label {
	display: inline-block;
	padding: 0 10px;
}
input[type="radio"] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
/*TABLE*/
.table-bordered {
    border: 1px solid #dee2e6;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    table-layout: fixed;
    background: #e5e5e5;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    text-align: inherit;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th, .table tfoot td {
    vertical-align: bottom;
    border-bottom: 2px solid #999;
    text-align: left;
    padding: 13px 10px;
    line-height: 1.5;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #999;
}
.table td, .table th {
    /*padding: .75rem;*/
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #999;
}
.table input[type="text"],
.table input[type="number"] {
	background: transparent;
	border-radius: 0;
}
th:first-child,
td:first-child {
	width: 10%;
}
th:last-child,
td:last-child {
	width: 20%;
}
/*input[type="submit"] {
	padding: 10px 30px;
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	background: #0b499d;
	border: 1px solid #0b499d;
	color: #fff;
	margin-bottom: 100px;
	margin-top: 50px
}
input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #0b499d;
	color: #0b499d;
}*/
.hidden-sum {
	display: none;
}
@media screen and (max-width:1200px) {
	input[type="submit"] {
		font-size: 15px;
		font-weight: 400;
		padding: 10px;
	}
	th:first-child,
	td:first-child {
		width: 15%;
	}
	th:last-child,
	td:last-child {
		width: 25%;
	}
}
@media screen and (max-width: 991px) {
	h1 {
		font-size: 20px;
	}
	.col-xs-hidden {
		display: none;
	}
	.content {
	    padding: 30px 15px 30px 15px;
	}
	input[type="submit"] {
		font-size: 13px;
		font-weight: 400;
		padding: 10px;
	}
	th:first-child,
	td:first-child {
		width: 10%;
	}
	th:last-child,
	td:last-child {
		width: 20%;
	}
}

ul.check-list {list-style-type: square; margin-left: 20px; }

.btn {
  display: inline-block;
  padding: 60px 120px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  SHARP BUTTONS
************************/
.sharp {
  border-radius:0;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
	border-radius: 4px;
    text-transform: uppercase;
	text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0B499D;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #0090BF;
	text-decoration: none;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}




input {
  padding:10px;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border-radius: 0 !important;
}

.form-control {
  border-radius: 0 !important;
  font-size: 12x;
}

.clickable { cursor: pointer; }


