/*!///// MARGIN /////*/
/*//// CUSTOM MEDIAGALLERY CSS ////*/
a.link {
  color: #1e629c;
}
.btn-secondary {
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
}
.lead {
  font-size: 16px;
}
.blue {
  background: #226fb1;
}
.gray {
  background: #fafafa;
}
.blank {
  color: #ffffff;
}
.dashed {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
}
/*//// PERSONAL GRID ////*/
.MG-top-1 {
  margin-top: 10px;
}
.MG-top-2 {
  margin-top: 20px;
}
.MG-top-3 {
  margin-top: 30px;
}
/*//// HEADER ////*/
.MG-mainmenu {
  padding-top: 20px;
}
.MG-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #1e629c;
}
.MG-dida {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  background: #226fb1;
}
.MG-menu {
  margin-top: 40px;
}
.MG-menuNew {
  bottom: -40px;
  right: 0;
}
.MG-search {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fafafa;
}
.MG-menuSearch {
  padding-top: 10px;
  padding-bottom: 10px;
}
.MG-title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.MG-title a {
  color: #ffffff !important;
}
.MG-title h1 {
  border-bottom: 1px dashed #fafafa;
  padding-bottom: 20px;
}
.MG-subtitle {
  color: #ffffff;
  font-size: 16px;
}
.MG-explorer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.MG-explorer .nav-tabs {
  border-bottom: 1px solid #ffffff;
}
.MG-explorer .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 33.3%;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  color: #1e629c;
  border-bottom: 1px dashed #e1e1e1;
}
.MG-explorer .five.nav-tabs > li {
  width: 20%;
}
.MG-explorer .nav-tabs > li > a {
  background: #ffffff;
  border: 0px solid transparent;
  border-radius: 0px 0px 0 0;
  border-bottom: 6px solid #ffffff;
}
.MG-explorer .nav-tabs > li.active > a,
.MG-explorer .nav-tabs > li.active > a:focus,
.MG-explorer .nav-tabs > li.active > a:hover {
  color: #1e629c;
  cursor: default;
  background: #ffffff;
  border: 0px solid transparent;
  border-bottom: 6px solid #1e629c;
  border-bottom-color: #1e629c;
}
.MG-explorer .nav-tabs > li > a:hover {
  border: 0;
  border-bottom: 6px solid #1e629c;
  background: #ffffff;
  color: #1e629c;
}
.MG-menu .nav-pills > li > a {
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
}
.MG-menu .nav-pills > li.active > a,
.MG-menu .nav-pills > li.active > a:focus,
.MG-menu .nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #1e629c;
  padding: 7px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.nav.nav-pills.nav-circle li a {
  display: inline-block;
  text-align: center;
  background-color: #cb4146;
  color: #ffffff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  position: relative;
  z-index: 1;
  margin-left: 4px;
  text-align: right;
}
.nav.nav-pills.nav-circle li a:hover {
  display: inline-block;
  text-align: center;
  background-color: #fafafa;
  color: #cb4146 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: right;
}
.MG-thumb-gray {
  background: #f1f1f1;
  min-height: 92px;
  color: #4f4f4f !important;
}
.MG-thumbRight {
  float: right;
  width: 55%;
  text-align: left;
  margin-left: 10px;
}
.MG-thumbLeft {
  float: left;
  width: 40%;
}
.MG-thumbLeft img {
  width: 100%;
}
.MG-selection {
  font-size: 16px;
}
.MG-selection p {
  font-size: 14px;
}
.MG-text-warning {
  color: #f0ad4e;
}
.MG-thumb {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 5px -5px;
  box-shadow: 0 4px 5px -5px;
  border: 2px solid #fafafa;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 20px;
}
.MG-thumb-ribbon {
  width: 200px;
  background: #1e629c;
  position: absolute;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f1f1f1;
  top: 15px;
  left: -70px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.MG-thumb-stato {
  position: absolute;
  right: 0;
  top: 0;
  background: #f0ad4e;
  color: #ffffff;
  width: 100%;
  height: 30px;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}
.MG-thumb-brand {
  position: absolute;
  right: 15px;
  bottom: 0;
  background: #1e629c;
  color: #ffffff;
  width: 30px;
  height: 30px;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}
.MG-media-brand {
  position: absolute;
  left: 15px;
  bottom: 0;
  background: #1e629c;
  color: #ffffff;
  width: 30px;
  height: 30px;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}
.MG-thumb.yellow:hover {
  border: 2px solid #f0ad4e;
}
.MG-thumb.red:hover {
  border: 2px solid #f95b5b;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.MG-thumb.green:hover {
  border: 2px solid #5cb85c;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.MG-thumb.green.selected {
  border: 2px solid #1e629c;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.MG-author {
  position: relative;
  min-height: 40px;
}
.MG-author-image {
  position: absolute;
  top: -40px;
  z-index: 50;
  width: 70px;
}
.MG-author-name {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
.MG-author-link {
  font-size: 16px;
}
.MG-author-link a,
.MG-author-name a {
  color: #cb4146 !important;
}
.MG-breadCrumbs {
  margin: 11px 0 10px;
}
.MG-relative-bottom {
  position: absolute;
  bottom: 0px;
}
.MG-breadCrumbs .MG-property,
.MG-breadCrumbs .MG-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.MG-breadCrumbs .MG-category {
  color: #cb4146;
}
.MG-tab-content-media {
  padding-top: 0px;
  padding-bottom: 20px;
}
.MG-tab-content-story {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}
.MG-postImage {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.MG-postImage h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 800;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  color: white;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.MG-shape {
  margin-top: 5px;
  margin-bottom: 5px;
}
.MG-thumb:hover .MG-postImage p,
.MG-thumb:hover .MG-postImage h2 {
  padding-top: 20px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.MG-icon {
  background: #1e629c;
  padding: 15px 25px;
}
.MG-postText {
  padding: 0 15px;
}
.MG-postDescription a {
  color: #4f4f4f !important;
}
.MG-postDescription a h4 {
  text-align: center;
  font-weight: 600;
}
.MG-postDescription {
  height: 126px;
  word-wrap: break-word;
}
.MG-postDescription.horizontal {
  height: 86px;
  word-wrap: break-word;
}
.line-blue {
  border-top: 6px solid #1e629c;
}
.MG-postAction {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.MG-postAction.big {
  position: absolute;
  bottom: 60px;
  right: 15px;
  font-size: 14px;
}
.MG-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.MG-nav a {
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff !important;
  font-weight: 600;
  opacity: 0.9;
  transition: 0.4s ease-in-out;
}
.MG-nav a:hover {
  padding: 10px 18px;
  font-size: 21px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  text-align: center;
  color: #ffffff !important;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 5px -5px;
  box-shadow: 0 4px 5px -5px;
}
.MG-nav span {
  margin-left: 10px;
  color: #1e629c;
  text-transform: uppercase;
}
.MG-collection {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fafafa;
}
.MG-collection h2 {
  color: #4f4f4f;
  font-weight: normal;
}
.MG-collection h3 {
  color: #717171;
  font-weight: normal;
}
.MG-actions {
  padding: 20px 0 0px;
}
.MG-author {
  padding: 20px 0 0px;
  background: #f1f1f1;
}
.MG-author-mobile {
  margin-bottom: 20px;
}
.MG-author-avatar img {
  width: 100px;
}
.MG-description {
  padding: 40px 0 40px;
}
.MG-category a {
  font-size: 16px;
  color: #cb4146 !important;
  padding-right: 20px;
}
.relative {
  position: relative;
}
.MG-tipology {
  overflow: hidden;
  zoom: 1;
  font-size: 24px;
  margin-top: 10px;
  margin-right: 15px;
  display: block;
}
.MG-tipology-mobile {
  font-size: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: right;
  display: block;
  float: right;
}
.state {
  margin-top: 15px;
  margin-right: 15px;
  text-decoration: none;
}
.state.active span {
  font-size: 14px;
  height: 15px;
  width: 15px;
  background: #5cb85c;
  border-radius: 50%;
  padding: 0px 6px;
}
.state span {
  font-size: 14px;
  height: 15px;
  width: 15px;
  background: #f0ad4e;
  border-radius: 50%;
  padding: 0px 6px;
}
.MG-actions a {
  display: block;
  font-size: 16px;
  margin-right: 15px;
}
.MG-author-media-image {
  position: absolute;
  right: 243px;
  top: 5px;
  z-index: 50;
  width: 50px;
}
.MG-author-media-imageSmall {
  position: absolute;
  right: 220px;
  top: 5px;
  z-index: 50;
  width: 50px;
}
.icon-action {
  margin-bottom: 5px;
}
.icon-action i {
  margin: 0px 0 10px -3px;
  font-size: 16px;
}
.MG-author-list {
  margin-left: 20px;
}
.smallMargin {
  margin: 0 -8px;
}
a.MG-stayactive {
  border: 2px solid #d05559;
}
.MG-representation {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.MG-representation:hover,
.MG-representation:active,
.MG-representation:focus {
  border: 2px solid #d05559;
}
.thumbnail {
  border: 2px solid #f1f1f1;
  display: table;
  height: 200px;
  width: 400px;
}
.thumbnail.more {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 24px 0 24px;
}
.thumbnail a {
  text-align: center;
  margin: 0 auto;
}
.thumbnail:hover,
.thumbnail:active,
.thumbnail:focus {
  border: 2px solid #cb4146;
}
.mini {
  height: 88px;
  width: 88px;
}
.mini .inside img {
  max-height: 76px;
  max-width: 76px;
}
.thumbnail .inside {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.thumbnail a {
  text-align: center;
  margin: 0 auto;
}
.thumbnail img {
  max-width: 100%;
  max-height: 200px;
}
.thumbnail video {
  max-width: 100%;
  max-height: 300px;
}
.thumbnail:hover,
.thumbnail:active,
.thumbnail:focus {
  border: 2px solid #226fb1;
}
/***** ////// MEDIA ////////****/
.MG-searchMedia {
  background: #fafafa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.MG-media {
  margin-top: -20px;
  margin-bottom: 20px;
}
.MG-media-content {
  margin-top: 20px;
}
.MG-media-content h2 {
  color: #4f4f4f;
  font-weight: normal;
}
.MG-media-content h3 {
  color: #717171;
}
.MG-media-more {
  padding: 20px 0;
  margin: 20px 0;
  opacity: 0.25;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.MG-media-more:hover {
  opacity: 1;
}
.MG-media-description {
  padding: 20px 50px 10px 0;
}
.MG-media-description a {
  font-size: 16px;
  margin-right: 10px;
}
.MG-media-list .MG-media-more .gray-line {
  position: relative;
  border: 0;
  border-bottom: 1px solid #fafafa;
  text-align: center;
  width: 100%;
}
.MG-media-list .MG-media-more .plus {
  display: inline-block;
  text-align: center;
  background-color: #226fb1;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  position: relative;
  z-index: 1;
  margin-left: 4px;
  top: -21px;
  left: 48%;
}
.MG-media-list .MG-media-more .plus:hover {
  color: #ffffff;
  background: #226fb1;
}
.MG-media-list .MG-media-more a {
  color: #ffffff !important;
}
.MG-media-list .MG-media-more .plus i {
  margin: 13px 0;
}
.MG-media-date {
  text-transform: uppercase;
}
a.MG-media-prev,
a.MG-media-next {
  color: #ffffff;
}
.MG-comments {
  padding-top: 0px;
  padding-bottom: 30px;
}
.MG-star {
  font-size: 16px;
  color: #f0ad4e;
}
/***** ////// STORY ////////****/
.MG-story-container {
  height: 505px;
  border: 0;
  padding: 0;
  margin: 0px auto;
  background: #226fb1;
  overflow-x: auto;
  overflow-y: hidden;
}
.MG-story-base {
  display: table;
  height: 100%;
  width: 100%;
}
.MG-media-canvas img {
  display: table;
  height: 100%;
  width: 100%;
}
.MG-story-canvas-base {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.MG-story-slider {
  height: 450px;
  width: 100%;
  margin: 0;
  padding: 25px 0;
  display: inline-block;
  white-space: nowrap;
}
.MG-story-title {
  font-size: 16px;
  color: #ffffff;
  margin: 15px 10px;
}
.MG-story-canvas {
  display: inline-block;
  margin-left: 20px;
  /*  max-width: 600px; */
  height: 400px;
  white-space: nowrap;
}
.MG-story-canvas img {
  height: 100%;
}
.MG-story-action {
  display: inline-block;
  width: 35px;
  height: 400px;
  font-size: 21px;
  color: #ffffff;
  background: #e1e1e1;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: -182px;
  left: -3px;
}
a.MG-story-btn {
  color: #ffffff;
  display: block;
  background: #cb4146;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
a:hover.MG-story-btn {
  background: #d05559;
}
.btn-action {
  background: #f1f1f1;
}
.MG-story-edit {
  position: relative;
  left: 30px;
}
.MG-story-description {
  padding: 40px;
  background: #f1f1f1;
  color: #717171;
  height: 400px;
  font-size: 21px;
}
.icon-link {
  font-size: 21px;
  text-align: center;
  padding: 0 7px 0;
}
.MG-interview-name {
  margin-bottom: 20px;
}
.MG-interview-tag a {
  font-size: 16px;
  margin-right: 10px;
}
/***** ////// CREATE ////////****/
.MG-create {
  background: #fafafa;
  text-align: center;
  padding: 30px 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.MG-form {
  padding-top: 20px;
  padding-bottom: 20px;
}
/***** ////// FOOTER ////////****/
.MG-extra {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fafafa;
}
.MG-partners {
  padding-top: 20px;
  padding-bottom: 20px;
}
.MG-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f1f1f1;
}
/* Small devices (mobile, 468px and up) */
@media (max-width: 480px) {
  .MG-actions {
    padding: 10px 0 0px;
  }
  .MG-breadCrumbs .MG-category {
    padding-left: 15px;
    padding-right: 15px;
  }
  .MG-postDescription.horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .author-media-image {
    position: absolute;
    right: 43px;
    top: -27px;
    z-index: 50;
    width: 50px;
    left: none;
  }
  .MG-comments .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .MG-author {
    padding: 20px 0 0px;
    background: #efefef;
  }
  .MG-extra {
    text-align: center;
  }
}
/* Small devices (mobile, 468px and up) */
@media (max-width: 480px) {
  .MG-explorer .nav-tabs > li {
    display: block;
    width: 100%;
  }
  .MG-explorer .nav-tabs.five > li {
    display: block;
    width: 100%;
  }
}
/* Small devices (tablet, 768px and up) */
@media (min-width: 480px) and (max-width: 768px) {
  .MG-explorer .nav-tabs > li {
    display: block;
    width: 100%;
  }
  .MG-search .input-group-btn > .btn,
  .MG-searchMedia .input-group-btn > .btn {
    position: relative;
    padding: 10px;
    margin-right: 5px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .MG-explorer .input-group-btn > .btn {
    position: relative;
    padding: 10px;
    margin-right: 5px;
  }
  .MG-explorer .nav-tabs > li {
    display: block;
    width: 100%;
  }
}
.navPrev {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 99;
}
.navNext {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 99;
}
.navPrev a,
.navNext a {
  border-radius: 0;
  background: #1e629c;
  color: #ffffff;
  padding: 15px;
  transition: all 0.5s ease;
}
.navNext a:hover {
  border-radius: 0;
  background: #1e629c;
  color: #ffffff;
  padding: 15px;
  box-shadow: 0px 2px 2px #164771;
}
.navPrev a:hover {
  border-radius: 0;
  background: #1e629c;
  color: #ffffff;
  padding: 15px;
  box-shadow: 0px 2px 2px #164771;
}
@media (max-width: 480px) {
  .navPrev {
    position: absolute;
    top: 20%;
    left: 0px;
    z-index: 99;
  }
  .navNext {
    position: absolute;
    top: 20%;
    right: 0px;
    z-index: 99;
  }
}
/***** Previous and Next button *********/
.navPrev {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 99;
}
.navNext {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 99;
}
.navPrev a,
.navNext a {
  border-radius: 0;
  background: #cb4146;
  color: #ffffff;
  padding: 30px 25px;
  transition: all 0.5s ease;
  display: inline-block;
}
.button-next-prev {
  font-size: 2em;
}
.navNext a:hover {
  border-radius: 0;
  background: #cb4146;
  color: #ffffff;
  padding: 30px 25px 30px 22px;
  box-shadow: 0px 2px 2px #aa2f33;
}
.navPrev a:hover {
  border-radius: 0;
  background: #cb4146;
  color: #ffffff;
  padding: 30px 22px 30px 25px;
  box-shadow: 0px 2px 2px #aa2f33;
}
@media (max-width: 480px) {
  .navPrev {
    position: absolute;
    top: 20%;
    left: 0px;
    z-index: 99;
  }
  .navNext {
    position: absolute;
    top: 20%;
    right: 0px;
    z-index: 99;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .navPrev {
    position: absolute;
    top: 30%;
    left: 0px;
    z-index: 99;
  }
  .navNext {
    position: absolute;
    top: 30%;
    right: 0px;
    z-index: 99;
  }
}
/******************************************/
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablet, 768px and up) */
@media (min-width: 480px) and (max-width: 768px) {
  .MG-dida {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .input-group-btn > .btn {
    position: relative;
    padding: 10px;
    margin-right: 5px;
  }
  .MG-breadCrumbs .MG-category {
    padding-left: 15px;
    padding-right: 15px;
  }
  .MG-postDescription.horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .MG-author-media-image {
    position: absolute;
    right: 43px;
    left: none;
    top: -27px;
    z-index: 50;
    width: 50px;
  }
  .MG-media-list .MG-media-more .plus.double {
    left: 40%;
  }
  .MG-extra {
    text-align: center;
  }
  .MG-thumb-gray {
    min-height: 110px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .MG-dida {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .breadCrumbs .category {
    padding-left: 15px;
    padding-right: 15px;
  }
  .postDescription.horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .author-media-image {
    position: absolute;
    right: 38px;
    top: -27px;
    z-index: 50;
    width: 50px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/***** ////// H1, H2, H3 ////////****/
h1 {
  font-size: 30px;
  font-weight: normal;
}
h2 {
  font-size: 26px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 150px;
  font-size: 36px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px;
}
.modal-dialog {
  width: 900px;
  margin: 30px auto;
}
.btn {
  letter-spacing: 1px;
  border-radius: 0px;
}
.form-label {
  color: #226fb1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/***** ////// NAV ////////****/
/* Small devices (mobile, 468px and up) */
@media (max-width: 480px) {
  .dropdown-menu {
    position: absolute;
    min-width: 200px;
    z-index: 999;
  }
}
/* Small devices (tablet, 768px and up) */
@media (min-width: 480px) and (max-width: 768px) {
  .input-group-btn > .btn {
    position: relative;
    padding: 10px;
    margin-right: 5px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .input-group-btn > .btn {
    position: relative;
    padding: 10px;
    margin-right: 5px;
  }
  .nav-tabs > li {
    display: block;
    width: 100%;
  }
}
/* Large devices (large desktops, 1200px and up) */
