/* GENERAL STYLES */
html {scroll-behavior: smooth;}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  background-color: #fff;
  color: #383838;
}
img {max-width: 100%;}

p {line-height: 1.5;}

a {text-decoration: none;}

.breadcrumb {
  background-color: transparent;
  padding: .5rem 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 90%;
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
.hr-divider {border-color: #002D5B !important;}

.hr-2 {border-top: 2px solid;}

.hr-3 {border-top: 3px solid;}

.hr-4 {border-top: 4px solid;}

.hr-5 {border-top: 5px solid;}

.hr-sm {width: 50px;}

.hr-md {width: 100px;}

.hr-lg {width: 150px;}

.w-20px {width: 20px !important;}

.w-30px {width: 30px !important;}

.w-40px {width: 40px !important;}

.w-50px {width: 50px !important;}

.w-60px {width: 60px !important;}

.w-70px {width: 70px !important;}

.w-80px {width: 80px !important;}

.w-90px {width: 90px !important;}

.w-100px {width: 100px !important;}

.m-5px {margin: 5px !important;}

.m-10px {margin: 10px !important;}

.m-15px {margin: 15px !important;}

.mb-5px {margin-bottom: 5px !important;}

.mb-10px {margin-bottom: 10px !important;}

.mb-15px {margin-bottom: 15px !important;}

.mt-5px {margin-top: 5px !important;}

.mt-10px {margin-top: 10px !important;}

.mt-15px {margin-top: 15px !important;}

.mr-5px {margin-right: 5px !important;}

.mr-10px {margin-right: 10px !important;}

.mr-15px {margin-right: 15px !important;}

.ml-5px {margin-left: 5px !important;}

.ml-10px {margin-left: 10px !important;}

.ml-15px {margin-left: 15px !important;}

.form-control {
  background-color: #efefef;
  border: 0;
}
.main-content {
  min-height: 500px;
  padding-top: 0;
}
/******* Header ******/

/******* Main ******/
.main-content {padding-top: 56px;}

.page-title p {font-size: 90%;}

.page-title p span:before, .card-detail span:before {
  content: ' • ';
}
.page-title p span:first-child:before, .card-detail span:first-child:before {display: none;}

.page-title p a {color: #161616; text-decoration: underline;}

/******* Sections ******/
section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4em 0 4.23em;
}
.section-title, .section-content {position: relative;}

/******* Post ******/
.post-summary {
  font-size: 120%;
  line-height: 1.64;
}
.post p, .post li, .post>div {
  margin-bottom: 1em;
  line-height: 1.64;
  font-size: 107%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.blog-post .post>div, .product-post .post>div {
  margin: 0;
}
.post p, .post>div {
  text-align: justify;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  margin-bottom: 1em;
}
.post ul, .post ol {
  padding-bottom: .5em;
}
.post iframe {
  width: 100%;
  min-height: 450px;
}
.post figure {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post figure table {
  text-align: left;
  width: 100%;
}
table td, table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/******* Boostrap Card ******/

/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.pagination> li:first-child a, .pagination> li:first-child span {
  margin-left: 0;
}
.pagination> li:last-child a, .pagination> li:last-child span {
  margin-right: 0;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0 .25rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/**** Search ****/
.animated-search[type=text] {
  margin: .5em 0 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 60px;
  background-image: url(https://cdn3.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: 97% center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2em;
  transition: width 0.4s ease-in-out;
  float: right;
  border: none;
  box-shadow: none;
}
.animated-search[type=text]:focus {
  width: 100%;
  background-color: #efefef;
}
/******* Footer ******/


/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
  
}
@media (min-width: 577px) and (max-width:767px) {
  
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	
}
@media (max-width:991px) {
  
}
@media (min-width: 768px) and (max-width:991px) {
  
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	
}
@media (min-width: 992px) and (max-width:1199px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1200px) and (max-width:1499px) {
  
}
/*** Extra large devices (large desktops, 1499px and up)***/
@media (min-width: 1499px) {
	
}
@media print {
  
}