@charset "utf-8";
/* CSS Document */

.sstextblock { 
	margin-top:-15px;
}


h3 {
    font-size: 1.6em;
    color: #333333;
}

.post .post-title a {
    color: #738c96;
    text-decoration: none;
    font-size: 1.4em;
}

.pointer {
	cursor:pointer;
}

.hand-list li {
    margin-bottom: 20px;
}

.header-full-title {
    float: left;
    height: 100px;
    width: 300px;
    overflow: hidden;
    padding-left: 75px;
    background-image: url(../../images/global/sm-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.top-nav .dropdown a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #b91017;
    box-shadow: inset 0 0 1px #ffffff;
    border: solid 1px #e3e6e8;
    border-top: 0;
}

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #cc3333;
    background-image: linear-gradient(to top, #e13b3b, #cc3333);
    color: #fff;
}
  
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #cc3333;
    background-image: linear-gradient(to top, #e13b3b, #cc3333);
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
    background-color: #cc3333;
    background-image: linear-gradient(to top, #e13b3b, #cc3333);
    color: #fff;
}

.thumbbax {
	border-radius:4px;
	width:50px;
	height:50px;
	float:left;
}

.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #b4bcbf;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

.wrap-hero .carousel-hero .carousel-control {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 45px;
    width: 40px;
    top: 15px;
    text-align: center;
    border: solid 1px rgba(221, 220, 224, 0.6);
    border-radius: 3px;
}

.img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 113%;
    height: auto;
}

.img-responsive2, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.panel.panel-card {
    position: relative;
    height: 261px;
    border: solid 1px #ddd;
    overflow: hidden;
}

.small, small {
    font-size: 90%;
}

.main-header {
    background-color: #b91017;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 1440px) {
.img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
}
