* {
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

a {
  text-decoration: none!important;
}

.hover,
.thumb img,
a, button {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

strong,
small {
  color: inherit;
}

strong {
  font-size: inherit;
}

.caret {
  border-top: 4px solid !important;
}

.dropup .caret {
  border-top: 0!important;
}

.img-responsive {
  width: 100%!important;
  max-width: 100%!important;
}

.row-custom {
  margin-left: -5px;
  margin-right: -5px;
}

.row-custom > div {
  padding-left: 5px;
  padding-right: 5px;
}

.form-control {
  border-radius: 0;
  font-size: 16px!important;
}

textarea {
  resize: vertical;
}

.input-group-addon {
  border-radius: 0!important;
}

/*====OWL CAROUSEL====*/

.owl-theme .owl-controls .owl-nav div {
  padding:5px 9px;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav i {
  margin-top:2px;
}

.owl-theme .owl-controls .owl-dots {
  text-align:center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index:100;
}

.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  position:absolute;
  top:45%;
  padding:10px;
  color:#fff;
  background-color: transparent;
  font-size: 15px;
  opacity: 0.5;
  text-shadow: 0.5px 0.5px 2px #000;
  -webkit-transition:all .3s ease;
     -moz-transition:all .3s ease;
      -ms-transition:all .3s ease;
       -o-transition:all .3s ease;
          transition:all .3s ease;
}

.owl-theme .owl-controls .owl-prev:hover,
.owl-theme .owl-controls .owl-prev:focus,
.owl-theme .owl-controls .owl-next:hover,
.owl-theme .owl-controls .owl-next:focus {
  opacity:1;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-dot {
  width: 5px;
  height: 5px;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
  opacity: 0.9;
}

/*====OWL CAROUSEL END====*/

/*BREADCRUMB*/

.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.breadcrumb li,
.breadcrumb a {
  display: inline;
  color: #fff!important;
  text-shadow: 0.5px 0.5px 1px #000;
}

/*BREADCRUMB END*/

/*PAGINATION*/

.pagination li {
  display: inline-block;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li span {
  border: none;
}

.pagination li span:hover {
  background-color: transparent;
}

.pagination li + li {
  margin-left: 3px;
}

.pagination > li > a, .pagination > li > span {
  color: #444;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #f99d1c;
  background-color: #f99d1c;
}

.pagination .disabled a {
  color: #999;
}

.pagination .fa {
  color: inherit;
}

/*PAGINATION END*/

/*BACK TO TOP*/

.back-to-top {
  padding: 6px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  text-align: center;
  font-size: 16px;
  z-index: 10000;
  color: #fff;
  background-color: rgba(64,178,230,.6);
  display: none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  color: #fff;
  background-color: rgba(64,178,230,1);
}

.back-to-top .fa {
  color: inherit;
}

/*BACK TO TOP END*/

/*BOX*/

.box-top-border {
  padding: 30px 15px;
  border-top: 5px solid #124659;
  background-color: #fff;
}

.box-mid-out {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.box-mid-in {
  display: table-cell;
  vertical-align: middle;
}

.box-bg {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  -moz-box-shadow: 0px 0px 3px 0px #999;
  box-shadow: 0px 0px 3px 0px #999;
}

.container-custom {
  max-width: 800px;
}

.box-bg-half {
  min-height: 600px;
  background-image: url('../images/bg-beach.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-position: bottom;
}

.box-grad {
  background: rgba(107,203,224,1);
  background: -moz-linear-gradient(top, rgba(107,203,224,1) 0%, rgba(186,232,242,1) 16%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,203,224,1)), color-stop(16%, rgba(186,232,242,1)), color-stop(32%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(107,203,224,1) 0%, rgba(186,232,242,1) 16%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(107,203,224,1) 0%, rgba(186,232,242,1) 16%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(107,203,224,1) 0%, rgba(186,232,242,1) 16%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(107,203,224,1) 0%, rgba(186,232,242,1) 16%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bcbe0', endColorstr='#ffffff', GradientType=0 );
}

.box-shadow-top {
  -webkit-box-shadow: 0px -2px 5px 0px #aaa;
  -moz-box-shadow: 0px -2px 5px 0px #aaa;
  box-shadow: 0px -2px 5px 0px #aaa;
}

/*BOX END*/

/*TITLE*/

.title-common {
  font-weight: 700;
  font-size: 18px;
}

.title-common-sm {
  font-weight: 700;
  font-size: 18px;
}

.title-common-md {
  font-weight: 700;
  font-size: 24px;
}

.title-common-lg {
  font-weight: 700;
  font-size: 28px;
}

.title-white-md,
.title-standard-md,
.title-white-lg,
.title-standard-sm,
.title-white-sm,
.title-white,
.title-standard,
.title-secondary {
  font-family: "Alegreya Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

.title-white {
  color: #fff;
  font-size: 36px;
}

.title-white-lg {
  color: #fff;
  font-size: 48px;
}

.title-white-md {
  color: #fff;
  font-size: 24px;
}

.title-white-sm {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.title-standard {
  color: #124659;
  font-size: 36px;
}

.title-standard-md {
  color: #124659;
  font-size: 24px;
}

.title-standard-sm {
  color: #124659;
  font-size: 18px;
  font-weight: 800;
}

.sub-title-block,
.sub-title-inline {
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
}

.sub-title-inline {
  font-size: inherit;
}

.sub-title-block {
  display: block;
  font-size: 24px;
}

.title-special {
  color: #124659;
  font-family: "Pacifico", cursive;
  font-size: 36px;
}

.no-upper {
  text-transform: none;
}

.inherit-color {
  color: inherit;
}

.title-bg {
  padding: 10px;
  background-color: #124659;
}

/*TITLE END*/

/*BUTTON*/

.btn {
  border-radius: 0;
}

.btn .fa {
  color: inherit;
}

.btn-secondary,
.btn-standard {
  padding: 7px 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-standard {
  color: #fff;
  background-color: #f99d1c;
}

.btn-standard:hover,
.btn-standard:focus,
.btn-standard:active {
  color: #fff;
  background-color: #f9c91c;
}

.btn-secondary {
  color: #fff;
  background-color: #124659;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
  background-color: #1e95a5;
}

.btn-rounded {
  padding: 3px 15px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  background-color: #40b2e6;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-rounded:hover,
.btn-rounded:active,
.btn-rounded:focus {
  color: #fff!important;
  background-color: #1e95a5;
}

.btn-rounded .fa {
  color: #fff;
  font-size: inherit;
}

/*BUTTON END*/

/*WHY CHOOSE US*/

.box-bg-sky {
  background-image: url("../images/bg-sky.jpg");
  background-position: top;
}

.feature-thumb .img-responsive {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 125px!important;
}

.feature-thumb {
  margin-bottom: 40px;
}

.feature-thumb .title-white-sm {
  margin-bottom: 5px;
}

/*WHY CHOOSE US END*/

/*TESTIMONIAL*/

.testimonial-carousel .item {
  padding: 20px 0 70px 0;
}

.test-name {
  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.test-country {
  color: #666;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}

/*TESTIMONIAL END*/

/*FOOTER*/

.footer-top {
  border-top: 1px solid #efefef;
}

.footer-bottom {
  padding: 7px 0;
  background-color: #124659;
}

.footer-bottom a {
  color: #99d3da;
  font-size: inherit;
}

.footer-contact li a,
.footer-contact li {
  color: #063647;
  font-size: 18px;
  font-weight: 600;
}

.footer-contact li {
  margin-bottom: 5px;
}

.footer-logo {
  width: 100%;
  height: auto;
  max-width: 150px
  /*max-width: 240px;*/
}

/*FOOTER END*/

/*SOCIAL MEDIA*/

.list-socmed li {
  display: inline-block;
}

.list-socmed li a .fa-circle {
  color: #124659;
}

/*SOCIAL MEDIA END*/

/*HOME CAROUSEL*/

.home-carousel-holder {
  padding: 15px;
  -webkit-box-shadow: 0px 2px 5px 0px #aaa;
  -moz-box-shadow: 0px 2px 5px 0px #aaa;
  box-shadow: 0px 2px 5px 0px #aaa;
}

.home-carousel .item {
  height: 670px;
}

/*HOME CAROUSEL END*/

/*NAVBAR*/

.navbar-custom {
  margin: 0;
  position: static;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 100px;
  border: none;
  border-radius: 0;
  background: rgba(255,255,255,1);
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0.82) 66%, rgba(255,255,255,0.55) 82%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(255,255,255,1)), color-stop(66%, rgba(255,255,255,0.82)), color-stop(82%, rgba(255,255,255,0.55)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0.82) 66%, rgba(255,255,255,0.55) 82%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0.82) 66%, rgba(255,255,255,0.55) 82%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0.82) 66%, rgba(255,255,255,0.55) 82%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0.82) 66%, rgba(255,255,255,0.55) 82%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

.navbar-custom .navbar-right {
  margin-top: 25px;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
}

.navbar-brand img {
  /*width: 240px;*/
  width: 100%;
  max-width: 80px;
}

.navbar-top {
  padding: 15px 15px 0 15px;
}

.navbar-top .list-socmed {
  margin: 5px 0;
}

.navbar-top .list-socmed li {
  transform: scale(0.8,0.8);
  -webkit-transform: scale(0.8,0.8);
  -moz-transform: scale(0.8,0.8);
  -o-transform: scale(0.8,0.8);
  -ms-transform: scale(0.8,0.8);
}

.navbar-custom .navbar-nav > li > a {
  color: #124659;
  font-weight: 600;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
  color: #124659!important;
}

.navbar-custom .dropdown .fa {
  color: inherit;
}

.dropdown-currency > a {
  font-weight: 700!important;
}

.navbar-top .navbar-nav > .open > a,
.navbar-top .navbar-nav > .open > a:hover,
.navbar-top .navbar-nav > .open > a:focus {
  background-color: #fff;
}

.dropdown-currency .dropdown-menu {
  padding: 0;
  min-width: 85px;
  border-radius: 0;
  text-align: center;
}

.dropdown-currency .dropdown-menu li a {
  padding: 10px 5px;
}

.dropdown-currency .dropdown-menu li a:focus,
.dropdown-currency .dropdown-menu li a:active,
.dropdown-currency .dropdown-menu li a:hover {
  color: #fff;
  background-color: #124659;
}

/*NAVBAR END*/

/*HEADER*/

.box-header {
  padding: 10px 0 10px 0;
  height: 250px;
  background-image: url('../images/bg-header.jpg');
  -webkit-box-shadow: 0px 2px 5px 0px #aaa;
  -moz-box-shadow: 0px 2px 5px 0px #aaa;
  box-shadow: 0px 2px 5px 0px #aaa;
}

/*HEADER END*/

/*HOME - COMBINATION TOUR - CAR CHARTER*/

.other-section {
  padding: 15px 30px;
  min-height: 500px;
}

/*HOME - COMBINATION TOUR - CAR CHARTER END*/

/*THUMBNAIL*/

.thumb:hover,
.thumb:focus,
.thumb:active {
  -webkit-box-shadow: 0px 0px 7px 0px #999;
  -moz-box-shadow: 0px 0px 7px 0px #999;
  box-shadow: 0px 0px 7px 0px #999;
}

.thumb:hover img,
.thumb:focus img,
.thumb:active img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

.img-holder {
  overflow: hidden;
}

.hover-holder {
  position: relative;
}

.hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
}

.hover span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 36px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.hover .fa {
  color: inherit;
}

.thumb:hover .hover,
.thumb:focus .hover,
.thumb:active .hover {
  opacity: 1;
}

/*THUMBNAIL END*/

/*PACKAGE LIST*/

.tour-filter {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.car-thumb,
.combination-thumb,
.activities-thumb,
.sightseeing-thumb {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #ddd;
  display: block;
  background-color: #fff;
  text-align: center;
}

.combination-thumb .price,
.sightseeing-thumb .price {
  margin: 0;
  font-weight: 600;
}

.title-holder {
  margin: -15px 30px 0 30px;
  padding: 10px;
  position: relative;
  background-color: #124659;
}

.title-holder:after,
.title-holder:before {
  position: absolute;
  bottom: 0;
  top: 0;
  content: " ";
  background-repeat: repeat-y;
  width: 32px;
}

.title-holder:before {
  left: -30px;
  background-image: url('../images/deco-left.png');
}

.title-holder:after {
  right: -30px;
  background-image: url('../images/deco-right.png');
}

.price-list {
  display: inline-block;
  width: 50%;
}

.price-holder > div + div {
  border-left: 1px solid #ddd;
}

.activities-thumb {
  position: relative;
}

.act-category {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 3px 15px;
  background-color: #06a1e8;
  color: #fff;
  font-weight: 700;
}

.activities-thumb .price {
  color: #666;
  font-weight: 600;
}

.activities-thumb .price span {
  display: block;
  font-weight: 700;
}

.car-detail > div + div {
  border-left: 1px solid #ddd;
}

.car-price-title {
  margin: 0;
  color: #555;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.car-price-title span {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
}

.car-price {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}

.car-detail-text span {
  font-weight: 600;
}

.activities-carousel .item,
.sightseeing-carousel .item {
  padding: 0 5px;
}

.text-white .fa {
  color: inherit;
}

/*PACKAGE LIST END*/

/*ABOUT*/

.about-desc {
  padding-right: 45px;
  position: relative;
}

.about-desc:after,
.about-desc:before {
  position: absolute;
  border: 1px solid #ddd;
  content: " ";
  z-index: -1;
}

.about-desc:before {
  top: -15px;
  left: -45px;
  right: 0;
  bottom: -30px;
}

.about-desc:after {
  top: -30px;
  left: -60px;
  right: 15px;
  bottom: -15px;
}

/*ABOUT END*/

/*FORM*/

.form-thumb img {
  margin-bottom: 10px;
}

.car-thumb.form-thumb img {
  margin: 0;
}

input.form-control {
  padding: 7px 12px;
  height: 36px;
}

.required:after {
  content: "*";
  color: #f99d1c;
}

.form-contact {
  border-top: 1px solid #ddd;
}

.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: 200px;
}

.form-inline label {
  margin-right: 10px;
}

.form-booking {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.input-group .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.sign {
  color: #f99d1c;
  font-weight: 700;
}

/*FORM END*/

/*CONTACT*/

.box-form {
  padding: 40px 15px;
}

#map-canvas {
  height: 250px;
}

.map-holder {
  position: relative;
}

.map-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.box-map {
  padding: 10px;
}

.list-contact li,
.list-contact li a {
  color: #fff;
  font-size: 18px;
}

.list-contact li {
  padding-left: 30px;
  position: relative;
}

.list-contact li:before {
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  width: 30px;
  text-align: center;
}

.address:before {
  content: "\f041";
}

.phone:before {
  content: "\f095";
}

.email:before {
  content: "\f0e0";
}

.list-white li a .fa-circle {
  color: #fff;
}

.list-white li a .fa-inverse {
  color: #124659;
}

.box-contact {
  padding: 40px 20px;
}

/*CONTACT END*/

/*CAR CHARTER*/

.list-term li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}

.list-term li + li {
  margin-top: 10px;
}

.list-term li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f00c";
}

.bg-car {
  background-color: #124659;
  position: relative;
}

.bg-car:before {
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 0;
  top: 0;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/car-charter.jpg');
  background-position: right;
}

/*CAR CHARTER END*/

/*TOUR DETAIL*/

.cke-result a {
  color: #1e95a5;
  font-weight: 600;
}

.cke-result a:hover,
.cke-result a:focus,
.cke-result a:active {
  color: #124659;
  text-decoration: underline!important;
}

.btn-full {
  width: 100%;
  font-size: 20px;
}

.box-booking {
  padding: 15px;
}

.box-booking p {
  line-height: 1.3;
}

.tour-price {
  margin-bottom: 15px;
  padding-left: 70px;
  position: relative;
  background-color: #124659;
  text-align: center;
}

.tour-price-icon {
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 28px;
}

.tour-price-icon .fa {
  color: inherit;
}

.tour-price-text {
  padding: 10px 10px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.tour-price-text span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.tour-price:nth-child(1) {
  background-color: #1f9fda;
}

.tour-price:nth-child(2) {
  background-color: #0c7280;
}

.tour-section {
  margin-top: 15px;
}

.tour-section li {
  font-size: 16px;
}

.tour-section li + li {
  margin-top: 5px;
}

.other-carousel .item {
  padding: 7px;
}

.box-booking-content {
  padding: 40px 30px;
}

/*TOUR DETAIL END*/

/*ARTICLE*/

.article-thumb-img {
  padding: 10px;
  display: block;
  border: 1px solid #ddd;
}

.article-thumb {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.thumb-date {
  color: #999;
}

.title a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
}

.title a:hover,
.title a:focus,
.title a:active {
  color: #124659;
}

.article-aside {
  border: 1px solid #ddd;
}

.aside-section {
  padding: 15px;
}

.aside-section + .aside-section {
  border-top: 1px solid #ddd;
}

.article-head {
  padding: 15px;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-size: 20px!important;
  font-weight: 700;
}

.list-share {
  margin-top: 20px;
}

.list-share li {
  margin-top: 15px;
  display: inline-block;
}

.aside-article-thumb {
  display: block;
}

.aside-article-thumb + .aside-article-thumb {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/*ARTICLE END*/

.fb-share-button iframe {
  transform: translateY(-6px)!important;
  -webkit-transform: translateY(-6px)!important;
  -moz-transform: translateY(-6px)!important;
  -ms-transform: translateY(-6px)!important;
  -o-transform: translateY(-6px)!important;
}

.widSSP.widSSPnarrow {
  margin-left: auto!important;
  margin-right:auto!important;
  width: 100%!important;
}

@media only screen and (max-width: 600px), (orientation: portrait) {

  .navbar-brand img {
    width: 100%;
    max-width: 80px !important;
  }

  .footer-logo {
    width: 100%;
    height: auto;
    max-width: 100px !important;
  }

}