table {
  /* font-size: 24px; */
  /* width: 100%; */ }
  table th {
    /* color: #f00; */
    /* border-bottom: dashed 2px #000; */
    /* font-style: italic; */
    /* font-family: arial; */ }
  table td {
    /* color: #054f8d; */
    /* font-family: sans-serif; */
    /* text-align: center; */
    /* font-size: 18px; */ }

.box {
  background-color: #d43f3a;
  color: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.box-text {
  color: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.box:hover {
  background-color: #fff;
  color: #d43f3a;
  border: 2px solid #d43f3a; }

.pborder {
  border-top: 1px dotted gray;
  padding-bottom: 10px; }

@media (min-width: 800px) {
  .text-align {
    margin-left: 800px; } }
.spacing20 {
  margin-top: 20px; }

@media (min-width: 1000px) {
  .spacingright {
    margin-right: 65px; } }
#pictureGallery .row .col-md-4 {
  text-align: center; }

#pictureGallery .row .col-md-4 .darken {
  display: inline-block;
  background: none;
  padding: 0px;
  margin-top: 10px; }

#pictureGallery .row .col-md-4 .darken img {
  display: block;
  padding: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

#pictureGallery .row .col-md-4 .darken:hover img {
  opacity: 0.7; }

.pictureCaption {
  position: absolute;
  margin-left: 100px;
  margin-top: -40px;
  color: transparent;
  transition: all 2s;
  -webkit-transition: all 2s; }

#pictureGallery .row .col-md-4 .darken:hover .pictureCaption {
  color: white;
  top: 120px; }

.btn-view {
  color: #d43f3a;
  background-color: white;
  border-color: #d43f3a; }

.btn-view:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-more {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-more:hover {
  color: #d43f3a;
  background-color: white;
  border-color: #d43f3a; }

.footer {
  background-color: #1d2a59;
  padding: 5px 0 10px; }

.bg-footer {
  background-color: #f5faf5;
  width: 100% !important;
  text-align: left;
  margin-top: 50px; }

.bg-footer2 {
  width: 100% !important; }

.bg-foot {
  width: 100% !important; }

#kata {
  font-family: Helvetica;
  color: #808285;
  margin-top: 10px; }

.footer-top {
  padding: 10px 0; }

#menu-footer li a {
  color: #fff; }
#menu-footer li a:hover {
  color: #fff; }

#menu-footer {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 780px) {
  #menu-footer {
    text-align: center; }

  .margin-menu-foot {
    margin-left: 0px !important; }

  #kata {
    text-align: center; } }
#menu-footer li {
  display: inline-block;
  border-left: solid 1px #fff;
  padding-left: 7px;
  margin-left: 7px; }
  #menu-footer li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }

.margin-text {
  margin-top: 10px; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
@media (max-width: 780px) {
  footer .footer-top ul {
    display: none !important; } }
footer .footer-top {
  padding: 30px 0; }
  footer .footer-top h4, footer .footer-top h5 {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0; }
    footer .footer-top h4.top, footer .footer-top h5.top {
      margin-top: 0; }
  footer .footer-top h4 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px; }
  footer .footer-top h5 {
    line-height: 19px;
    margin-top: 10px; }
  footer .footer-top a {
    color: #808285; }

@media (max-width: 500px) {
  .size-text {
    font-size: 8px; } }
@media (max-width: 330px) {
  .size-text {
    font-size: 6px; } }
@media only screen and (min-width: 500px) {
  .size-text {
    font-size: 14px !important; } }
@media (min-width: 500px) {
  .size-text {
    font-size: 14px !important; } }
.footer-align {
  text-align: right;
  vertical-align: middle; }

@media (max-width: 570px) {
  .margin-menu-foot {
    margin-left: 24px; }

  .size-footer {
    margin-left: -40px !important;
    margin-bottom: -3px !important; } }
@media only screen and (min-width: 1024px) {
  .size-footer-desk {
    float: left; } }
.bg-clr {
  background-color: #f5faf5; }

#footer-content {
  margin-top: 20px;
  line-height: 25px; }
  #footer-content li {
    text-decoration: none;
    list-style-type: none; }
    #footer-content li a {
      font-size: 14px;
      font-family: Helvetica;
      color: #808285;
      margin-top: 5px;
      list-style-type: none; }

@media (max-width: 1024px) {
  .ctn-footer {
    display: none !important; }

  .none-footer {
    margin-top: -11px !important; }
    .none-footer .padd-footer {
      margin-left: 5px; }

  .float-ctn-footer {
    float: none; } }
#footer-content ul {
  padding-left: 15px !important; }

#margin-row {
  margin: 5px 5px 5px 0; }

#data {
  background-color: #f5faf5; }

#data-text {
  margin: 10px 0px 30px 100px; }

#kotak {
  background-color: #1d2a59;
  color: #fff;
  padding: 200px;
  display: inline-block; }

#margin-gambar {
  margin-right: 15px; }

.bg-content {
  background-color: #f5faf5;
  width: 100% !important;
  height: 100% !important; }

#padding-welcome {
  margin-left: 500px; }

.margin-late {
  margin-top: 20px !important;
  margin-bottom: 10px; }

.fb-color {
  color: #3d599c; }

.insta-color {
  color: #9b6954; }

.link-color {
  color: #0c7cb8; }

a:hover {
  color: #f00; }

.align-pict {
  width: 50% !important; }

.image-banner {
  width: 100%;
  height: 200px;
  position: relative; }

.width100 {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.spacing-bottom20 {
  margin-bottom: 20px; }

.page-title {
  position: absolute;
  background-color: #1d2c5a;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  .page-title h2 {
    margin: 0;
    padding: 20px;
    color: #fff; }

#mobile-search-modal {
  margin: 20px !important; }
  #mobile-search-modal #mobile-search-button {
    margin-top: 10px !important; }

.member-image {
  width: 278px;
  height: 255px;
  background-size: cover; }

@media (max-width: 800px) {
  .member-image {
    width: 100%; } }
#trigger-search-button {
  float: right;
  margin-top: 7px;
  margin-right: 10px;
  display: none; }

@media (max-width: 770px) {
  #trigger-search-button {
    display: block; }
    #trigger-search-button .btn-danger {
      background-color: transparent;
      border: 0px; } }
@media only screen and (min-width: 1024px) {
  #head-logo {
    margin-top: 15px;
    margin-bottom: 10px; } }
#search-wrapper {
  margin-top: 5px;
  display: none; }

@media (min-width: 800px) {
  #mobile-search {
    display: block; } }
@media (min-width: 1000px) {
  #search-wrapper,
  #menu-ads,
  #menu-ads li {
    display: inline-block !important; } }
.header {
  background-color: #1d2a59 !important; }

#inline {
  margin: 15px 30px;
  padding: 0; }
  #inline li {
    display: inline;
    margin-left: 10px; }
    #inline li a {
      text-decoration: none;
      font-size: 14px;
      font-family: Helvetica;
      color: #fff; }

#inline li a:hover {
  color: #f00; }

#inlinee {
  margin-top: 15px;
  padding: 0;
  text-align: left;
  float: left; }
  #inlinee li {
    display: inline;
    margin-left: 10px;
    float: right;
    list-style: none; }
    #inlinee li a {
      text-decoration: none;
      font-size: 14px;
      font-family: Helvetica;
      color: #000; }

.menu-navbar {
  background-color: #1d2a59 !important; }

.search {
  padding-left: 30px;
  padding-top: 10px; }

.padding-text {
  padding-right: 31px; }

.size {
  font-size: 14pt;
  color: #fff !important; }

.space-sosmed {
  padding-right: 8pt; }

#menu-ads, #sosmed {
  list-style: none;
  margin: 0;
  padding: 0; }

#menu-ads-wrapper {
  text-align: right; }

@media only screen and (min-width: 1024px) {
  #menu-ads-wrapper {
    text-align: right; } }
#menu-ads li {
  border-left: solid 1px #000;
  padding-left: 10px;
  margin-left: 10px;
  display: inline;
  font-size: 10px; }
  #menu-ads li a {
    color: #1f2b5a; }
  #menu-ads li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }

#sosmed {
  margin-right: 20px; }
  #sosmed li {
    display: inline-block;
    margin-top: 5px; }

#linkIn {
  color: #0c7cb8; }

#youtube {
  color: #d43f3a; }

#fb {
  color: #3d599c; }

#insta {
  color: #9b6954; }

#sosmed, #form-search {
  float: right;
  margin-top: 30px; }

.hover-effect1 {
  width: 570px;
  height: 138px; }

@media (max-width: 780px) {
  .tinted,
  .tinted2,
  .hover-effect1 {
    display: none; } }
.title-align {
  width: 100%;
  background-color: #1e2b59;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 50px;
  color: white;
  padding-top: 15px; }

.content-align {
  text-align: left;
  padding: 15px;
  background-color: #f5faf5;
  margin-top: 0px; }

@media (min-width: 1000px) {
  #four-box a {
    text-decoration: none;
    color: #fff !important; }
  #four-box a:hover {
    color: #fff; }
  #four-box .hover-effect {
    width: 278px;
    height: 255px; }
  #four-box h4 {
    padding: 15px;
    color: #fff; }
  #four-box .content-align {
    text-align: left;
    padding: 15px;
    background-color: #f5faf5;
    margin-top: 50px; }

  .tinted {
    width: 227px;
    height: 152px;
    position: absolute;
    top: 0%; }
    .tinted .luv {
      color: white;
      top: 30%;
      left: 40%;
      position: absolute;
      display: none; }

  .tinted2 {
    width: 278px;
    height: 255px;
    position: absolute;
    top: 0%; }
    .tinted2 .luv {
      color: white;
      top: 30%;
      left: 40%;
      position: absolute;
      display: none; }

  .hover-effect:hover .title-align {
    background-color: #a31c32 !important; }
  .hover-effect:hover .tinted,
  .hover-effect:hover .tinted2 {
    background: rgba(255, 0, 0, 0.3);
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -ms-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out; }
    .hover-effect:hover .tinted .luv,
    .hover-effect:hover .tinted2 .luv {
      display: block; }
  .hover-effect:hover strong {
    color: red !important; } }
.srch-btn {
  float: right;
  margin-top: -50px; }

.clr-btn-srch {
  background-color: #f00; }

.src {
  width: none !important; }

.clr {
  position: relative; }

.black-tint {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
  height: 100%; }

#part1 {
  width: 100%;
  height: 500px;
  background-color: black;
  background-size: cover;
  background-repeat: none; }

#part2 {
  width: 100%;
  height: 500px; }

#part3 {
  color: white;
  margin-top: 2%;
  padding: 9%; }
  #part3 #skew-carousel-indicator {
    margin-bottom: 100px !important;
    margin-left: 0px !important;
    left: 0 !important; }

@media (max-width: 544px) {
  #part2 {
    height: 300px; }

  #part3 {
    color: white;
    background-color: #054f8d;
    margin-left: 0%;
    margin-top: 0px;
    padding: 9%;
    height: 300px; }
    #part3 #skew-carousel-indicator {
      margin-left: 0px !important;
      left: 20% !important;
      bottom: 30%; }
    #part3 h2 {
      font-size: 20px; }

  #carousel {
    margin-left: 40%; } }
@media (min-width: 700px) and (max-width: 800px) {
  #part2 {
    width: 100%;
    height: auto;
    background-color: #054f8d; }

  #part3 {
    color: white;
    margin-top: 0px;
    margin-left: 0%;
    padding-left: 30%;
    height: 400px; }
    #part3 #skew-carousel-indicator {
      margin-left: 0px !important;
      left: -20px !important;
      bottom: 20%; }

  #carousel {
    margin-left: 25%; } }
@media (min-width: 1000px) {
  #part1 {
    position: absolute; }

  #skew-contain {
    width: 100%;
    overflow: hidden;
    background-color: red; }

  #part2 {
    width: 60%;
    height: 500px;
    background-color: #054f8d;
    position: relative;
    float: right;
    margin-right: -20%;
    -ms-transform: skew(25deg);
    /* IE 9 */
    -webkit-transform: skew(25deg);
    /* Safari */
    transform: skew(25deg);
    /* Standard syntax */ }

  #part3 {
    color: white;
    -ms-transform: skew(-25deg);
    /* IE 9 */
    -webkit-transform: skew(-25deg);
    /* Safari */
    transform: skew(-25deg);
    /* Standard syntax */ }
    #part3 #carousel {
      margin-top: 25%;
      margin-left: 25%; } }
.myCarousel {
  width: 100%;
  height: 500px;
  background-color: black;
  background-size: cover;
  background-repeat: none; }

.item {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: none; }

@media (min-width: 1000px) {
  .main-carousel-caption {
    text-align: left;
    right: 5%;
    bottom: 30%;
    left: 65%; } }
@media (max-width: 800px) {
  #mobile-main-carousel-caption {
    width: 100%;
    height: 300px;
    background-color: #f4f9f3; }

  .carousel-indicators {
    bottom: 0px !important; } }
.marginlr10 {
  margin-left: 10px;
  margin-right: 10px; }

.margint20 {
  margin-top: 20px; }

.margintb20 {
  margin-top: 50px;
  margin-bottom: 50px; }

.font-sponsored {
  font-size: 24px; }

.spc-medsos {
  margin-right: 8px; }  
  
.intro-wrap {
  width: 100% !important; }
  .intro-wrap ul,
  .intro-wrap li {
    padding: 0px; }
  .intro-wrap li {
    list-style: none; }
  .intro-wrap .intro-child {
    width: 100%;
    padding-left: 20px;
    margin-right: 20px;
    /* height: 40px; */
    border-bottom: 1px solid #d2d3d4;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px; }
    .intro-wrap .intro-child a {
      text-decoration: none;
      color: #1e2d5a; }
  .intro-wrap .intro-child:hover {
    background-color: #09508e;
    color: #fff; }
    .intro-wrap .intro-child:hover a,
    .intro-wrap .intro-child:hover a:hover {
      color: #fff; }
  .intro-wrap hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
	
.remove-margin {
  margin-bottom: 0px; }

#member-info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px; }
  #member-info .col-lg-5 {
    padding-left: 0px !important; }
  #member-info .col-lg-7 {
    text-align: right; }

.panel-title {
  position: relative; }
  .panel-title a span.glyphicon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .panel-title a span.glyphicon-triangle-bottom {
    display: none; }
  .panel-title a span.glyphicon-triangle-top {
    display: block; }
  .panel-title a.collapsed span.glyphicon-triangle-bottom {
    display: block; }
  .panel-title a.collapsed span.glyphicon-triangle-top {
    display: none; }

#accordion {
  width: 100%;
  margin-top: 40px; }
  #accordion .panel,
  #accordion .panel-default {
    margin-bottom: 0px !important;
    border-radius: 0px !important; }

@media (max-width: 768px) {
  #accordion {
    display: none; } }
#headingZero {
  background-color: #074f8e !important;
  color: #fff !important; }

#headingOne {
  background-color: #964d22 !important;
  color: #fff !important; }
  #headingOne a {
    text-decoration: none !important; }
  #headingOne a:hover {
    text-decoration: none !important;
    color: inherit; }

#headingTwo {
  background-color: #5d9cc4 !important;
  color: #fff !important; }
  #headingTwo a {
    text-decoration: none !important; }
  #headingTwo a:hover {
    text-decoration: none !important;
    color: inherit; }

#headingThree {
  background-color: #e62633 !important;
  color: #fff !important; }
  #headingThree a {
    text-decoration: none !important; }
  #headingThree a:hover {
    text-decoration: none !important;
    color: inherit; }

#headingFour {
  background-color: #0c7cb8 !important;
  color: #fff !important; }
  #headingFour a {
    text-decoration: none !important; }
  #headingFour a:hover {
    text-decoration: none !important;
    color: inherit; }

.advertisement {
  margin-top: 60px;
  width: 100%;
  height: 300px;
  background-size: cover; }

@media (max-width: 780px) {
  .intro-wrap,
  #accordion,
  #headingZero {
    width: 100% !important; } }
.cards {
  align: center;
  width: 170px;
  height: 170px;
  background-color: #074f8c;
  border-radius: 20px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  .cards img {
    margin-left: auto;
    margin-right: auto; }
  .cards p {
    color: #fff !important;
    text-align: center;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px; }

.cards:hover {
  background-color: #a21d32; }

#member-message ul {
  padding-left: 15px !important; }
#member-message a {
  text-decoration: none; }

#welcome-ies p,
#welcome-ies h3 {
  text-align: center;
  margin-bottom: 30px; }
#welcome-ies h3,
#welcome-ies a {
  color: #1e2b5a; }
#welcome-ies a {
  text-decoration: none; }
#welcome-ies a:hover {
  color: red !important; }
#welcome-ies h3 {
  margin-top: 35px;
  font-size: 36px; }
#welcome-ies #welcome-council {
  background-image: url("../images/icon/home-council.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #council-wrapper:hover #welcome-council {
  background-image: url("../images/icon-hover/home-council-2.png"); }
#welcome-ies #welcome-join {
  background-image: url("../images/icon/home-member.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #join-wrapper:hover #welcome-join {
  background-image: url("../images/icon-hover/home-member-hover.png"); }
#welcome-ies #welcome-course {
  background-image: url("../images/icon/home-event.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #course-wrapper:hover #welcome-course {
  background-image: url("../images/icon-hover/home-event-hover.png"); }
#welcome-ies #welcome-newsletter {
  background-image: url("../images/icon/home-newsletter.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #newsletter-wrapper:hover #welcome-newsletter {
  background-image: url("../images/icon-hover/home-newsletter-hover.png"); }
#welcome-ies #welcome-engineer {
  background-image: url("../images/icon/home-singapore-engineer.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #engineer-wrapper:hover #welcome-engineer {
  background-image: url("../images/icon-hover/home-singapore-engineer-hover.png"); }
#welcome-ies #welcome-registries {
  background-image: url("../images/icon/home-professional.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #registries-wrapper:hover #welcome-registries {
  background-image: url("../images/icon-hover/home-professional-2.png"); }
#welcome-ies #welcome-engineers {
  background-image: url("../images/icon/home-national.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #engineers-wrapper:hover #welcome-engineers {
  background-image: url("../images/icon-hover/home-national-hover.png"); }
#welcome-ies #welcome-summit {
  background-image: url("../images/icon/home-corporate.png");
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
#welcome-ies #summit-wrapper:hover #welcome-summit {
  background-image: url("../images/icon-hover/home-summit-hover.png"); }

.title-wrap {
  color: #1d2a59 !important;
  margin-top: 50px;
  margin-bottom: 40px;
  border-bottom: 1px black solid; }
  .title-wrap img {
    margin-right: 20px; }

.pborder {
  border-top: 1px dotted gray;
  padding-top: 7px; }

.btn-danger:hover {
  background-color: #fff !important;
  color: #d43f3a !important; }

.space-slider {
  margin-bottom: 15px;
  font-size: 45px; }

.breadcrumbs {
  color: #929497 !important;
  margin: 10px 0px 0px; }
  .breadcrumbs a {
    color: #929497 !important; }

#member-menu a {
  text-decoration: none !important; }

.tab-wrap {
  width: 280px;
  margin-bottom: 8px; }

.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: -2px 20px; }

.tabrow a {
  color: #555;
  text-decoration: none; }

.tabrow li.active {
  background: #EDECE8;
  color: #333;
  z-index: 2;
  border-bottom-color: #EDECE8; }

.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  left: 0;
  z-index: 1; }

.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " "; }

.tabrow li:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #D1D1D1; }

.tabrow li:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #D1D1D1; }

.tabrow li.active:before {
  box-shadow: 2px 2px 0 #EDECE8; }

.tabrow li.active:after {
  box-shadow: -2px 2px 0 #EDECE8; }

#tab_tags, #tab_recent, #tab_tools, #tab_popular, #introduction, #mission {
  display: none; }

#tab_recent li {
  border-bottom: 1px dashed #CDC9C7; }

#tab_tools a {
  border-bottom: 1px dashed #DDD;
  background: #F9FDA2;
  color: #222; }

#organization, #secretariat, #council, #tab_popular, #introduction, #mission, #technical, #consultation, #awards, #locate, #career {
  display: none; }

#member1, #member2, #member3, #member4, #member5, #member6, #member7, #member8, #member9 {
  display: none; }

#event1, #event2, #event3, #event4, #event5 {
  display: none; }

#tab_tags, #tab_recent, #tab_tools, #tab_popular {
  display: none; }

@media (max-width: 320px) {
  #menu-ads li {
    font-size: 8px; } }
@media screen and (min-width: 1024px) {
  #menu-ads li {
    font-size: 14px; } }
@media (max-width: 500px) {
  #menu-ads {
    padding: 5px 28px; } }
@media (max-width: 400px) {
  #menu-ads {
    padding: 5px 5px; } }
.featured-post img {
  width: 100%; }
.featured-post .img {
  position: relative; }
.featured-post .tinted, .featured-post i {
  position: absolute;
  transition: all .5s;
  opacity: 0; }
.featured-post .tinted {
  width: 100%;
  height: 100%;
  background-color: #f00;
  top: 0;
  left: 0;
  display: block; }
.featured-post i {
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
.featured-post h4 {
  background-color: #1e2b59;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 15px 0; }
.featured-post .content {
  background-color: #f5faf5;
  padding: 15px; }
.featured-post a {
  text-decoration: none; }
  .featured-post a:hover i {
    opacity: 1; }
  .featured-post a:hover .tinted {
    opacity: .3; }
  .featured-post a:hover h4 {
    background-color: #f00; }

#featured-posts {
  margin-top: 60px; }

.post {
  margin-bottom: 20px; }
  .post img {
    width: 100%; }
  .post a.thumb {
    display: block;
    position: relative; }
    .post a.thumb::before, .post a.thumb::after {
      opacity: 0;
      transition: all .5s; }
    .post a.thumb::before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #f00; }
    .post a.thumb::after {
      content: "\f002";
      font-family: FontAwesome;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      font-size: 4em; }
  .post:hover a {
    color: #f00; }
    .post:hover a.thumb::before {
      opacity: .3; }
    .post:hover a.thumb::after {
      opacity: 1; }

body.single-post h3 {
  color: #1d2a59; }

/*# sourceMappingURL=style.css.map */
