/*
	Table of contents. You can find content by these keywords:

	MAIN
	HEADINGS
	BUTTONS
	LINKS
	GRID
	OFFSETS
	ALIGNMENT
	FORMS
	TABLES
	IMAGES
	ICONS
	TEXTS, FONTS
	LISTS
	TABS
	ACCORDION
	BREADCRUMBS
	PAGINATION
	COLORS-AND-BACKGROUNDS
	DROPDOWN
	MODAL
	SECTIONS

	RESPONSIVE*/
/*MAIN*/
html {
  font-family: Roboto,"Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

body {
  position: relative;
  font-family: Roboto,"Helvetica Neue", Arial, sans-serif;
  color: #000;
  font-weight: 300;
}

.typo-content-list {
  /*18px*/
  font-size: 1.5rem;
}

.typo-page-heading {
  padding: 80px 0;
  background-color: #fff;
}

.typo-section {
  padding: 40px 0;
}

.typo-section-heading small {
  font-size: 50%;
}

.typo-color-sample {
  height: 80px;
  padding-top: 20px;
}

.typo-other-colors {
  background-color: #ccc;
  padding: 15px;
}

.typo-color-sample-half {
  float: left;
  width: 50%;
}

.typo-section-icons-container .fa {
  margin: 15px;
  /*30px*/
  font-size: 2.5rem;
}

/*HEADINGS*/
h1 {
  /*20px*/
  font-size: 1.66667rem;
}

h2 {
  /*18px*/
  font-size: 1.5rem;
}

h3 {
  /*16px*/
  font-size: 1.33333rem;
}

h4 {
  /*14px*/
  font-size: 1.16667rem;
}

h5 {
  /*12px*/
  font-size: 1rem;
}

h6 {
  /*10px*/
  font-size: 0.83333rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 400;
  line-height: 1.2;
}

.display-1 {
  /*60px*/
  font-size: 5rem;
}

.display-2 {
  /*46px*/
  font-size: 3.83333rem;
}

.display-3 {
  /*40px*/
  font-size: 3.33333rem;
}

.display-4 {
  /*30px*/
  font-size: 2.5rem;
}

.section-header {
  padding-bottom: 20px;
}

.section-heading {
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

/*BUTTONS*/
/*SIZING*/
/*REGULAR BUTTONS*/
/*OUTLINE BUTTONS*/
/*LINKS*/
.no-underline {
  text-decoration: none;
}

.no-underline:hover, .no-underline:focus {
  text-decoration: none;
}

.no-underline a {
  /*link inside .no-underline*/
  text-decoration: none;
}

a.media,
.color-inherit {
  color: inherit;
}

a.media:hover, a.media:focus,
.color-inherit:hover,
.color-inherit:focus {
  color: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

/*GRID*/
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.container,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
.col-xs, .col-sm, .col-md, .col-lg,
.col-md-46, .col-md-54,
.col-md-39, .col-md-61,
.col-sm-39, .col-sm-61 {
  padding-right: 10px;
  padding-left: 10px;
}

.container {
  position: relative;
  width: 100%;
}

.section-padding {
  padding: 40px 0 20px 0;
}

.block-container:before, .block-container:after {
  content: '';
  display: block;
  clear: both;
}

/*OFFSETS*/
.m-1 {
  margin: 10px 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-2 {
  margin: 20px 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-3 {
  margin: 30px 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-1 {
  padding: 10px 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-2 {
  padding: 20px 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-3 {
  padding: 30px 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/*ALIGNMENT*/
.middle {
  display: inline-block;
  vertical-align: middle;
}

.abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pos-stat {
  position: static;
}

.pos-rel {
  position: relative;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.icon-middle {
  display: table;
  width: 100%;
  height: 100%;
}

.icon-middle:before {
  display: table-cell;
  vertical-align: middle;
}

/*VERTICAL ALIGNMENT AND SAME-HEIGHT*/
.vertical-parent {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-middle,
.vertical-top,
.vertical-bottom {
  float: none;
  display: table-cell;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

/*FORMS*/
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea,
select,
select.form-control {
  display: block;
  width: 100%;
  padding: 8px 15px 6px 15px;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  border: #dadce0 1px solid;
  border-radius: 20px;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
select.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #cccfd4;
  outline: none;
}

select,
select.form-control,
select.form-control:not([size]):not([multiple]) {
  height: auto;
}

/*ALERTS*/
/*TABLES*/
/*IMAGES*/
/*ICONS*/
.fa-right {
  margin-left: 10px;
}

.fa-left {
  margin-right: 10px;
}

/*TEXTS, FONTS*/
.font-main {
  font-family: Roboto,"Helvetica Neue", Arial, sans-serif;
}

.text-sm {
  /*10px*/
  font-size: 0.83333rem;
}

b,
strong {
  font-weight: 700;
}

mark {
  background-color: #fbf8a5;
}

/*SELECTED TEXT BACKGROUND*/
::moz-selection {
  background: rgba(130, 158, 196, 0.8);
}

::selection {
  background: rgba(130, 158, 196, 0.8);
}

/*COLORS-AND-BACKGROUNDS*/
.bg-blue {
  background-color: #273a53;
}

.bg-bluedark {
  background-color: #1d2d41;
}

.bg-bluelight {
  background-color: #4f8de0;
}

.bg-grey {
  background-color: #f3f3f3;
}

.bg-greydark {
  background-color: #898d91;
}

.bg-placeholder {
  background-color: #f3f3f3;
}

.bg-white {
  background-color: #fff;
}

.blue {
  color: #273a53;
}

.blue-dark {
  color: #1d2d41;
}

.blue-light {
  color: #4f8de0;
}

.grey {
  color: #f3f3f3;
}

.grey-dark {
  color: #898d91;
}

.placeholder {
  color: #f3f3f3;
}

.text-muted {
  color: #5d5d5d;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

a.blue:hover, a.blue:focus {
  color: #273a53;
}

a.blue-dark:hover, a.blue-dark:focus {
  color: #1d2d41;
}

a.blue-light:hover, a.blue-light:focus {
  color: #4f8de0;
}

a.grey:hover, a.grey:focus {
  color: #f3f3f3;
}

a.grey-dark:hover, a.grey-dark:focus {
  color: #898d91;
}

a.placeholder:hover, a.placeholder:focus {
  color: #f3f3f3;
}

a.text-muted:hover, a.text-muted:focus {
  color: #5d5d5d;
}

a.black:hover, a.black:focus {
  color: #000;
}

a.white:hover, a.white:focus {
  color: #fff;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

/*LISTS*/
/*unordered list*/
body {
  counter-reset: outer;
}

body > ol {
  counter-increment: outer;
}

ol {
  counter-reset: item;
}

ol li {
  display: block;
}

ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

/*TABS*/
/*ACCORDION*/
/*BREADCRUMBS*/
/*PAGINATION*/
/*VIDEO-BG*/
/*DROPDOWN*/
.dropdown-toggle,
.dropdown-toggle.user-menu-link {
  padding-right: 22px;
}

.dropdown-toggle {
  position: relative;
  display: inline-block;
}

.dropdown-toggle:after {
  /*dropdown arrow*/
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  margin-left: 5px;
  border: transparent 2px solid;
  border-top: transparent 3px solid;
}

.triangle-white:after {
  border-top-color: #fff;
}

.triangle-grey-dark:after {
  border-top-color: #898d91;
}

.no-triangle {
  padding-right: 0;
}

.no-triangle:after {
  /*hide bootstrap default arrow*/
  display: none;
}

.dropdown-menu {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #dadce0;
  border-radius: 0;
}

.dropdown-menu-top {
  top: auto;
  bottom: 100%;
}

/*MODAL*/
.modal-backdrop.in {
  opacity: 0.8;
}

/*SECTIONS*/
.section-padding-top,
.section-padding {
  padding-top: 36px;
}

.section-padding {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 29px;
}

.section-padding-small {
  padding-top: 15px;
  padding-bottom: 15px;
}

.side-padding,
.side-padding-right {
  padding-right: 30px;
}

.side-padding {
  padding-left: 30px;
}

/*RESPONSIVE*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*CUSTOM COLUMNS*/
  .col-md-46 {
    width: 46%;
  }
  .col-md-54 {
    width: 54%;
  }
  .col-md-39 {
    width: 39%;
  }
  .col-md-61 {
    width: 61%;
  }
}

/*(min-width: 768px) and (max-width: 991px) END*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  /*CUSTOM COLUMNS*/
  .col-sm-39 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39%;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }
  .col-sm-61 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61%;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }
}

/*(min-width: 576px) and (max-width: 767px) END*/
@media screen and (max-width: 767px) {
  .display-1 {
    /*42px*/
    font-size: 3.5rem;
  }
  .display-2 {
    /*34px*/
    font-size: 2.83333rem;
  }
  .display-3 {
    /*27px*/
    font-size: 2.25rem;
  }
  .display-4 {
    /*22px*/
    font-size: 1.83333rem;
  }
  /*SECTIONS*/
}

/*max-width: 767px END*/

