body a {
  outline: none;
  border: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
body a:active, a:focus {
  outline: none;
}
html, body{
  font-size: 100%;
  font-family: 'Playfair Display', sans-serif;
  color: #3d3d3d;
}
body{
  background:#FFFFFF;
}
.btn {
  color: #000000;
  font-size: .9em;
  text-decoration: none;
  padding: .5em 1em;
  border: solid 1px #000;
  cursor: pointer;
}
.btn:hover{
  background: #3a4d60;
  color: #FFFFFF;
  border: solid 1px #3a4d60;
}
.mr-20 {
  margin-right: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.bold {
  font-weight: bold;
}
.shadow {
  -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.59);
  -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.59);
  box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.59);
}
.green {
  color: #368a33;
}
.red {
  color: #ba4a4a;
}
.white {
  color: #fff;
}
.label-text {
  font-size: 13px;
  font-weight: normal;
}
.disabled {
  background-color: #dfdfdf !important;
}

/*--/pop--*/
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
}
.modal-body {
  padding: 2em 2em;
}
.modal-dialog .close {
  font-size: 2.3em;
}
.modal-header {
  padding: 12px;
  border-bottom: 1px solid #ffffff;
}
.login-bottom h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #000;
  margin-bottom: 0.8em;
}
.login-bottom input[type="text"],.login-bottom input[type="email"],.login-bottom input[type="tel"],.login-bottom input[type="password"],.login-bottom textarea[type="text"],.login-bottom select {
  font-size: 1em;
  color: #555;
  padding:0.6em 1em;
  border: 0;
  width: 100%;
  border: none;
  border: 1px solid #b5b5b5;
  background: none;
  -webkit-appearance: none;
  outline: none;
  margin-bottom:4%;
}
.login-bottom input[type="submit"],.login-bottom input[type="button"] {
  background: #ef4d4a;
  padding: 0.6em 2em;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-top: 12px;
  color: #fff;
  font-weight: bold;
}
.login-bottom input[type="submit"]:hover {
  background: #333;
}
.login-bottom input[type="button"]:hover {
  background: #333;
}
.login-bottom button[type="submit"] {
  background: #ef4d4a;
  padding: 0.6em 2em;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-top: 12px;
  color: #fff;
  font-weight: bold;
}
.login-bottom button[type="submit"]:hover {
  background: #333;
}
.login-bottom label.checkbox {
  float: left;
  margin: 0;
}
.signup a {
  color: #ef4d4a;
}
.checkbox {
  position: relative;
  padding-left: 22px !important;
  cursor: pointer;
  line-height: initial;
  font-size: 1em;
  color: #353F49;
  font-weight: 500;
  margin: 0 0 1.5em;
}
.checkbox input + i:after {
  content: '';
  background: url("../images/tick.png") no-repeat 4px 3px;
  top: -1px;
  left: -1px;
  width: 17px;
  height: 17px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.ul.nav.nav-tab {
  outline: none;
  border: none;
}
.pull-right {
  font-size: 80%;
  margin-top: -15px;
  margin-bottom: 15px;
}
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
  color: #ef4d4a;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
/*--//pop--*/

/*-- banner --*/
.banner{
  background: url(../images/3.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 3em 0 4em;
}
.mahs-i-social-grids{
  float:left;
}
.mahs-i-social-grids ul{
  padding:0;
  margin:0;
}
.mahs-i-social-grids ul li{
  display: inline-block;
}
.mahs-i-social-grids ul li a {
  color: #333;
  text-align: center;
}
.mahs-i-social-grids ul li a i.fa.fa-facebook{
  color: #FFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-i-social-grids ul li a i.fa.fa-facebook:hover {
  color: #3b5998;
}
.mahs-i-social-grids ul div a i.fa.fa-pencil{
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-i-social-grids ul div a i.fa.fa-pencil:hover {
  color: #fed600;
}
.mahs-i-social-grids ul div a i.fa.fa-times{
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-i-social-grids ul div a i.fa.fa-times:hover {
  color: #fed600;
}
.mahs-i-social-grids ul li a i.fa.fa-twitter{
  color: #FFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-i-social-grids ul li a i.fa.fa-twitter:hover{
  color: #55acee;
}
.mahs-i-social-grids ul li a i.fa.fa-rss{
  color: #FFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-i-social-grids ul li a i.fa.fa-rss:hover{
  color: #f26522;
}
.mahs-i-social-grids ul li a i.fa.fa-vk{
  color: #FFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-i-social-grids ul li a i.fa.fa-vk:hover{
  color: #45668e;
}
.mahs-i-social-grids ul li:nth-child(2){
  margin: 0 2em;
}
.mahs-i-social-grids ul li:nth-child(3){
  margin:0 2em 0 0;
}
.mahs-lay-banner-right {
  float: right;
}
.mahs-lay-banner-right h1{
  margin: .2em 0 0;
}
.mahs-lay-banner-right h1 a{
  color: #FFFFFF;
  font-size: 1.3em;
  text-decoration: none;
  width: 100px;
  height: 100px;
  border: solid 1px #FFFFFF;
  padding: .3em;
  vertical-align: middle;
  text-align: center;
}
.mahs-lay-banner-right h1 a span{
  display: block;
  font-size: .4em;
  letter-spacing: 6px;
}
.banner-bottom {
  margin: 4em 0 0 0;
}
.mahs-lay-banner-info h4{
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  font-weight: 300;
  margin: 0;
  letter-spacing: 3px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.mahs-lay-banner-info h4 span{
  display:block;
  font-weight: 600;
  margin: .3em 0;
}
.mahs-lay-banner-info p{
  color: #FFFFFF;
  font-size: .9em;
  line-height: 1.8em;
  margin: 2em 0 0 0;
  width: 44%;
  font-family: 'Roboto', sans-serif;
}
.mh-button a{
  color: #FFFFFF;
  font-size: .9em;
  padding: .5em 1em;
  border: solid 1px #FFFFFF;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
}
.mh-button a:hover{
  color: #000000;
}
.mh-button {
  position: relative;
  margin: 2em 0 0 0;
  z-index: 1;
}

/*-- top-nav --*/
.mh-nav {
  background: rgba(255, 255, 255, 0.15);
  padding: 1em 0;
  margin:4em 0 0 0;
}
.top-nav {
  margin:0;
  text-align: center;
  padding: 0;
}
.top-nav ul{
  padding: 0;
  margin: 0;
}
.top-nav ul li{
  display: inline-block;
  margin: 0 4em;
  float: none;
}
.top-nav ul li:first-child{
  margin-left:0;
}
.top-nav ul li:nth-child(6){
  margin-right:0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none !important;
  border-right: solid 1px #EFEFEF;
  box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
}
.navbar-default{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.navbar-nav {
  float: none;
}
.top-nav ul li a{
  color: #fff !important;
  font-size: 1em;
  margin: 0;
  text-decoration: none;
  padding: 0;
  letter-spacing: 1px;
}
.top-nav ul li a:hover{
  color: #ffc107 !important;
}
.top-nav ul li a.active{
  color: #ffc107 !important;
}
.text-button a i.fa.fa-pencil:hover{
  color: #fed600;
}
.art-button a i.fa.fa-plus:hover{
  color: #fed600;
}
.work-button a i.fa.fa-folder-open:hover{
  color: #fed600;
}
.artdel-button a i.fa.fa-times:hover {
  color: #fed600;
}
.artsold-button a i.fa.fa-dollar:hover {
  color: #fed600;
}
.postdel-button a i.fa.fa-times:hover {
  color: #fed600;
}
.artupd-button a i.fa.fa-refresh:hover {
  color: #fed600;
}
.tag {
  position: absolute;
  z-index: 999;
  right: 4%;
  top: 3%;
}
.tag a {
  color: #fff;
  font-size: 1em;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tag.one {
  right: 11%;
}
.tag span {
  margin-right: 7px;
}
.edit-button {
  float: left;
  width: 35px;
  height: 35px;
  background: rgb(255, 255, 255, 0.2);
  text-align: center;
  padding: 0.3em 0 0 0;
  margin-bottom: -60px;
}
.add-button {
  float: left;
  width: 35px;
  height: 35px;
  background: rgb(255, 255, 255, 0.2);
  text-align: center;
  padding: 0.3em 0 0 0;
  margin-left: 45px;
  margin-bottom: -60px;
}
.art-button {
  float: center;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3em 0 0 0;
}
.text-button {
  float: center;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3em 0 0 0;
}
.artdel-button {
  float: center;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3em 0 0 0;
}
.artsold-button {
  float: center;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.15em 0 0 0;
}
.postdel-button {
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3em 0 0 0;
}
.artupd-button {
	float: center;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  padding: 0.3em 0 0 0;
}
i.edit.fa.fa-pencil {
  color: #fff;
  font-size: 1.6em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
i.edit.fa.fa-times {
  color: #fff;
  font-size: 1.9em;
  margin-top: -3px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
i.edit.fa.fa-dollar {
  color: #fff;
  font-size: 1.5em;
  margin-top: 4px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
i.edit.fa.fa-plus {
  color: #fff;
  font-size: 1.6em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
i.edit.fa.fa-folder-open {
  color: #fff;
  font-size: 1.4em;
  margin-top: 2px;
  margin-left: 1.5px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
i.edit.fa.fa-refresh {
  color: #fff;
  font-size: 1.4em;
  margin-top: 2px;
  margin-left: 1.5px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.work-button {
  float: center;
  width: 35px;
  height: 35px;
  background: rgb(61, 61, 61, 0.4);
  text-align: center;
  margin-top: 1em;
  padding: 0.3em 0 0 0;
  margin-left: auto;
  margin-right: auto;
}
.nav.nav-tabs {
  margin-bottom: 40px;
}
.popover-title {
  display: none;
}

/*-- about --*/
.about,.services,.works,.artworks,.mh-arts,.blog,.contact,.footer{
  padding:4em 0;
}
.mhls-heading{
  text-align:center;
}
.mhls-subheading{
  text-align:center;
  margin: 5em 0 0 0;
}
.mhls-subheading p{
  color: #3a4d60;
  font-size: 1.8em;
  margin: 0 0 2em 0;
}
.mhls-subheading a{
  color: #000000;
  font-size: .9em;
  text-decoration: none;
  padding: .5em 1em;
  border: solid 1px #000;
}
.mhls-subheading a:hover{
  background: #3a4d60;
  color: #FFFFFF;
  border: solid 1px #3a4d60;
}
.mhls-heading h2,.mhls-heading h3{
  color: #3a4d60;
  font-size: 3em;
  font-family: 'Crimson Text', sans-serif;
  margin:0px!important;
}
.mhls-heading p{
  color: #3d3d3d;
  font-size: .9em;
  margin: 1em 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.mahs-a-about-grids{
  margin:4em 0 0 0;
}
.mahs-a-about-grid p{
  font-size:.9em;
  margin:0;
  line-height:1.8em;
  color:#3d3d3d;
}
.mahs-i-about-slide {
  margin: 4em 0 0 0;
}
.about-grid-info img {
  width: 100%;
}
.about-grid-caption h4{
  color: #FFFFFF;
  font-size: 2em;
  margin: .5em 0 0 0;
}
.about-grid-caption p{
  color: #c5c5c5;
  font-size: .9em;
  margin: 0;
}
.about-grid-caption {
  background: rgba(0, 0, 0, 0.61);
  padding: 6em 1em 1em 1em;
  position: absolute;
  left: 0;
  bottom: -105%;
  text-align: center;
  width: 100%;
  height: 266px;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
}
.about-grid-info:hover .about-grid-caption{
  bottom: 0%;
}
/*-- //about --*/

/*-- services --*/
.services{
  background: #ebebeb;
}
.mhs-services-grids{
  margin:4em 0 0 0;
}
.icon-left{
  float: left;
  width: 70px;
  height: 70px;
  border: dashed 1px #3a4d60;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  padding: 1.2em 0 0 0;
  margin-right: 1.5em;
}
.icon-right{
  float: left;
  width: 80%;
}
.icon-left i.fa.fa-cog,.icon-left i.fa.fa-heart,.icon-left i.fa.fa-paper-plane,.icon-left i.fa.fa-user,.icon-left i.fa.fa-thumbs-up,.icon-left i.fa.fa-bell{
  color: #4c5566;
  font-size: 2em;
}
.icon-right h5{
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 1em 0;
}
.icon-right p{
  color: #3d3d3d;
  font-size: .9em;
  line-height: 1.8em;
  margin: 0;
}
.mahs-a-icon-grid:nth-child(2){
  margin:2em 0;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4c5566;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: #FFFFFF;
}
.mahs-a-icon-grid:hover div.hvr-radial-out:before{
  -webkit-transform: scale(2);
  transform: scale(2);
  color:#FFFFFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mahs-a-icon-grid:hover i.fa.fa-cog,.mahs-a-icon-grid:hover i.fa.fa-heart,.mahs-a-icon-grid:hover i.fa.fa-paper-plane,.mahs-a-icon-grid:hover i.fa.fa-user,.mahs-a-icon-grid:hover i.fa.fa-thumbs-up,.mahs-a-icon-grid:hover i.fa.fa-bell{
  color:#FFFFFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/*-- //services --*/

/*-- works --*/
.works-heading h3{
  text-align:left;
}
.works-heading h5{
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  margin: 1em 0 0 0;
  text-align: left;
  line-height: 1.5em;
}
.works-info p{
  color:#3d3d3d;
  line-height:1.8em;
  margin:1em 0 0 0;
  font-size:.9em;
}
.works-info p span{
  display: block;
  margin: 1em 0 0 0;
}
.gallery-top-grids {
  margin: 4em 0 0 0;
}
.gallery-grid img {
  width: 100%;
  cursor: pointer;
}
.gallery-top-grids:nth-child(2),.gallery-top-grids:nth-child(3){
  margin-top:0;
}
.gallery-grids-left {
  padding: 0;
}
.gallery-grid{
  position:relative;
  overflow: hidden;
}
.gallery-grid:hover .captn {
  bottom: 0%;
}
.captn {
  background: rgba(0, 0, 0, 0.62);
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: -100%;
  text-align: center;
  width: 184px;
  height: 121px;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
}
.captn h4 {
  font-size: 1.5em;
  color: #fff;
  margin: 1em 0 0 0;
}
.captn p {
  margin: 0.5em 0 0 0;
  color: #c5c5c5;
  font-size: .875em;
}
/*-- //works --*/

/*-- mh-arts --*/
.mh-arts{
  background: #f4f4f4;
}
.mahs-i-mh-arts-grids{
  margin:4em 0 0 0;
}
.edit-but{
  text-align:center;
  margin-top: 3.5em;
}
.art-button,.work-button,.artdel-button,.artupd-button,.postdel-button,.artsold-button{
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.mhs-mh-arts-grid{
  position: relative;
  overflow: hidden;
}
.mhs-mh-arts-grid img{
  width:100%;
}
.mhs-mh-arts-grid h4 {
  font-size: 1em;
  color: #3a4d60;
  margin: 1em 0 0;
  font-weight: 600;
}
.mhs-mh-arts-grid p {
  margin: 0.3em 0 1em;
  color: #3d3d3d;
  font-size: .9em;
}
.mh-arts-social-grids{
  background: rgba(255, 193, 7, 0.73);
  padding: 1em;
  position: absolute;
  top: -100%;
  text-align: center;
  width: 255px;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
}
.mhs-mh-arts-grid:hover .mh-arts-social-grids {
  top: 50%;
}
.mh-arts-social-grids ul {
  padding: 0;
  margin: 0;
}
.mh-arts-social-grids ul li {
  display: inline-block;
  margin: 0 .5em 0 0;
}
.mh-arts-social-grids ul li a {
  text-align: center;
}
.mh-arts-social-grids ul li a i.fa.fa-file-text-o, .mh-arts-social-grids ul li a i.fa.fa-facebook {
  height: 30px;
  width: 30px;
  border: solid 2px #FFFFFF;
  line-height: 29px;
  background: none;
  color: #FFFFFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mh-arts-social-grids ul li a i.fa.fa-file-text-o:hover {
  border: solid 2px #3b5998;
  background:#3b5998;
  color: #FFFFFF;
}
.mh-arts-social-grids ul li a i.fa.fa-facebook:hover {
  border: solid 2px #3b5998;
  background:#3b5998;
  color: #FFFFFF;
}
.mh-arts-social-grids ul li a i.fa.fa-twitter:hover{
  border: solid 2px #55acee;
  background:#55acee;
  color: #FFFFFF;
}
.mh-arts-social-grids ul li a i.fa.fa-rss:hover{
  border: solid 2px #f26522;
  background:#f26522;
  color: #FFFFFF;
}
.mh-arts-social-grids ul li a i.fa.fa-vk:hover{
  border: solid 2px #45668e;
  background:#45668e;
  color: #FFFFFF;
}
/*-- //mh-arts --*/

/*-- artworks --*/
.artwork-container {
  position: relative;
  min-height: 320px;
}
.artwork-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.artwork-text {
 padding: 20px 0;
 font-size: 0.9em;
}
.artwork-artist {
  font-weight: bold;
  font-size: 1.1em;
}
.artwork-price {
  font-size: 1.2em;
}
.artwork-status {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(140, 18, 18, 0.7);
  width: 80%;
  text-align: center;
  padding: 3px 0;
  border-radius: 7px;
  font-weight: bold;
}
.artwork-btn-area {
  position: absolute;
  right: 0;
  top: 10px;
  text-align: center;
}
.first-row {
  margin-bottom: 15px;
}
/*-- //artworks --*/

/*-- blog --*/
.mh-agile-blog-grids {
  margin:4em 0 0 0;
}
.mh-agile-blog-left a img {
  width:100%;
}
.blog-left-left {
  float: left;
  width: 50px;
  height: 50px;
  background: #d7d7d7;
  text-align: center;
  padding: 0.8em 0 0 0;
}
i.fa.fa-pencil {
  color: #FFFFFF;
  font-size: 1.6em;
}
i.fa.fa-file-text-o {
  color: #FFFFFF;
  font-size: 1.6em;
}
.blog-left-right-top {
  float: left;
  width: 72%;
  margin-left: 1em;
}
.blog-left-right-top h4 {
  color: #000000;
  font-size: 1em;
  margin: 0 0 .5em 0;
  font-weight: 600;
  line-height: 1.4em;
}
.blog-left-right-top h4 a {
  text-decoration: none;
  color: #000000;
}
.blog-left-right-top p {
  margin: 0 0 1em;
  font-size: .9em;
  color: #333333;
}
.blog-left-right-top p a {
  color: #4c5566;
  text-decoration: none;
}
.blog-left-right-top p a:hover {
  color:#000000;
}
.blog-left-right-top h4 a:hover {
  color: #4c5566;
}
.mh-agile-blog-right-info p {
  margin: 1em 0 2em 0;
  font-size: .9em;
  color: #333333;
  line-height: 1.8em;
}
.mh-agile-blog-right-info a {
  color: #000000;
  font-size: .9em;
  text-decoration: none;
  padding: .5em 1em;
  border: solid 1px #000;
}
.mh-agile-blog-right-info a:hover {
  background: #3a4d60;
  color: #FFFFFF;
  border: solid 1px #3a4d60;
}
.mh-agile-blog-grid {
  margin: 2em 0 0 0;
}
/*-- //blog --*/

/*-- contact --*/
.contact-grids {
  margin: 4em 0 0 0;
}
.contact-info-left {
  float:left;
  width:5%;
}
i.fa.fa-map-marker,i.fa.fa-phone-square,i.fa.fa-envelope {
  color: #4c5566;
  vertical-align: top;
  font-size: 1em;
}
.contact-info:nth-child(2) {
  margin:2em 0;
}
.contact-info-right {
  float: left;
  margin: 0 0 0 1em;
  font-size: 90%;
  font-family: 'Lora', serif;
}
.contact-info-right h5 {
  color: #6c6c6c;
  font-size: 1em;
  margin: 0 0 .5em 0;
  font-weight: 600;
}
.contact-info-right p {
  color: #999999;
  line-height: 1.8em;
  margin: 1em 0 0 0;
  font-size: .9em;
}
.contact-info-right ul {
  padding:0;
  margin:0;
}
.contact-info-right ul li {
  display:block;
  color: #999999;
  font-size: .9em;
}
.contact-info-right ul li a {
  color:#999999;
  text-decoration:none;
}
.contact-info-right ul li a:hover {
  color:#4c5566;
}
.contact input[type="text"],.contact input[type="email"] {
  width: 47.7%;
  color: #6c6c6c;
  float: left;
  background: none;
  outline: none;
  font-size: .9em;
  padding: .7em 1em;
  margin-bottom: 1.5em;
  border: solid 1px #999;
  -webkit-appearance: none;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  background: none;
  color: #6c6c6c;
  font-size: .9em;
  outline: none;
  padding: .6em .8em;
  border: solid 1px #999;
  min-height: 12em;
  -webkit-appearance: none;
}
.contact-form input.email {
  margin: 0 0 0 1.8em;
}
.contact-form input[type="submit"] {
  outline: none;
  color: #6c6c6c;
  padding: 0.6em 3em;
  font-size: .9em;
  margin: 1em 0 0 0;
  -webkit-appearance: none;
  background: none;
  transition: 0.5s all;
  border: 1px solid #999999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
  background: none;
  color: #FFFFFF;
  background: #4c5566;
  border: 1px solid #4c5566;
}
.input-right {
  margin-right: 20px;
}
/*-- //contact --*/

/*-- footer --*/
.footer {
  background: #bbbaba;
}
.social {
  margin: 1em 0 0 0;
  text-align: center;
}
.social ul {
  padding:0;
  margin:0;
}
.social ul li {
  display:inline-block;
}
.social ul li a {
  color: #333;
  text-align: center;
}
.social ul li a i.fa.fa-facebook,.social ul li a i.fa.fa-twitter,.social ul li a i.fa.fa-rss,.social ul li a i.fa.fa-vk {
  height: 40px;
  width: 40px;
  background: none;
  line-height: 37px;
  border: solid 2px #FFF;
  color: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.social ul li a i.fa.fa-facebook:hover {
  height: 40px;
  width: 40px;
  line-height: 37px;
  background: #3b5998;
}
.social ul li a i.fa.fa-twitter:hover {
  height: 40px;
  width: 40px;
  line-height: 37px;
  background: #1da1f2;
}
.social ul li a i.fa.fa-rss:hover {
  height: 40px;
  width: 40px;
  line-height: 37px;
  background: #f26522;
}
.social ul li a i.fa.fa-vk:hover {
  height: 40px;
  width: 40px;
  line-height: 37px;
  background: #45668e;
}
.social ul li:nth-child(2) {
  margin:0 .5em;
}
.social ul li:nth-child(3) {
  margin:0 .5em 0 0;
}
.border {
  border-bottom: solid 1px #383838;
  width: 6%;
  margin: 2em auto;
}
.center-logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 50px;
}
.logos {
  max-height: 50px;
}
.logos.left {
  margin-right: 1em;
}
.logos.right {
  margin-left: 1em;
}
.logos.middle {
  margin-left: 1em;
  margin-right: 1em;
}
.mahs-a-mahs-lay-copyright p {
  color: #1f1f1f;
  font-size: .9em;
  margin:0;
  text-align: center;
}
.mahs-a-mahs-lay-copyright p a {
  color:#1f1f1f;
  text-decoration:none;
}
.mahs-a-mahs-lay-copyright p a:hover {
  color:#ae3333;
}
/*-- //footer --*/

/*-- single --*/
.single{
  padding:4em 0;
  background:#FFFFFF;
}
.single-nav h2{
  margin: 0;
  font-size: 1em;
}
.single-nav h2 a{
  color: #fff !important;
  margin: 0;
  text-decoration: none;
  padding: 0;
  letter-spacing: 1px;
}
.single-nav a:hover{
  color: #FFC107 !important;
}
.mahs-a-single-img img{
  width:100%;
}
.mahs-a-single-img h4{
  color: #000000;
  font-size: 1em;
  margin: 1em 0;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: capitalize;
}
.mahs-i-single-icons{
  margin:2em 0;
}
.mahs-i-single-icons ul{
  padding:0;
  margin:0;
}
.mahs-i-single-icons ul li{
  display: inline-block;
  color: #3d3d3d;
  font-size: .9em;
  margin-right: 1.5em;
}
.mahs-i-single-icons ul li:last-child{
  margin-right:0;
}
.mahs-i-single-icons ul li a{
  color: #3d3d3d;
  text-decoration:none;
}
.mahs-i-single-icons ul li span{
  margin-left: .5em;
}
.mahs-i-single-icons ul li span:hover{
  color: #FFC107;
}
.mahs-a-single-img p{
  color: #3d3d3d;
  font-size: .9em;
  line-height: 1.8em;
  margin: 0;
}
/*-- //single --*/

/*-- comments --*/
.mahs-a_three_comments{
  margin: 4em 0;
}
.mahs-a_three_comment_grid{
  padding:3em 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.mahs-a_tom {
  float: left;
  border: 1px dotted #353535;
  padding: .5em;
  width: 10%;
}
.mahs-a_tom  img{
  width:100%;
}
.mahs-a_tom_right{
  float: left;
  width: 70%;
  margin-left: 3em;
}
.hardy {
  float: left;
}
.reply {
  float: left;
  margin-left: 10em;
  margin-top: .5em;
}
.reply a {
  background: none;
  border: solid 1px #000000;
  padding: .5em 2em;
  color: #000;
  font-size: .9em;
  text-decoration: none;
}
.reply a:hover{
  color: #ffffff;
  background: #4c5566;
  border: solid 1px #4c5566;
}
.mahs-a_tom_right p.lorem {
  color: #3d3d3d;
  font-size: .9em;
  line-height: 1.8em;
  margin: 1em 0 0 0;
}
.mahs-a_three_comments h3,.mh_leave_comment h3{
  text-align: left;
  color: #3a4d60;
  font-size: 1.5em;
  margin: 0;
}
.hardy h4 {
  font-size: 1em;
  color: #000000;
  margin: 0;
  font-weight: 600;
}
.hardy p {
  color: #3d3d3d;
  margin: .5em 0 0;
  font-size: .9em;
}
.mahs-a_three_comment_grid:nth-child(2){
  margin:4em 0 0;
  padding-top:0 !important;
}
.mahs-a_three_comment_grid:last-child{
  border-bottom:none;
  padding-bottom:0 !important;
}
.mahs-a_three_comment_grid1{
  padding-left:5em;
}
/*-- //comments --*/

/*-- leave-comments --*/
.mh_leave_comment {
  width: 70%;
}
.mh_leave_comment form {
  margin: 3em 0 0;
}
.mh_leave_comment input[type="text"], .mh_leave_comment input[type="email"], .mh_leave_comment textarea {
  background: none;
  border: 1px solid #3d3d3d;
  width: 100%;
  outline: none;
  padding: 10px;
  font-size: .9em;
  color: #3d3d3d;
}
.mh_leave_comment input[type="email"], .mh_leave_comment textarea {
  margin: 1em 0;
}
.mh_leave_comment textarea {
  min-height: 200px;
  resize: none;
}
.mh_leave_comment input[type="submit"] {
  border: solid 1px #3d3d3d;
  color: #000000;
  font-size: .9em;
  padding: .5em 2em;
  text-decoration: none;
  background: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.mh_leave_comment input[type="submit"]:hover {
  border: solid 1px #4c5566;
  color: #FFFFFF;
  background: #4c5566;
}
/*-- //leave-comments --*/

/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- responsive --*/
@media (max-width:1366px){
  .tag.one {
    right: 14%;
  }
}
@media(max-width:1080px){
  .icon-right {
    width: 78%;
  }
  .tag.one {
    right: 15%;
  }
  .captn {
    width: 149px;
    height: 99px;
  }
  .captn h4 {
    margin: .5em 0 0 0;
  }
  .about-grid-caption {
    height: 218px;
  }
  .about-grid-caption {
    padding: 4em 1em 1em 1em;
  }
  .mh-arts-social-grids {
    width: 205px;
  }
}
@media(max-width:1024px){
  .top-nav ul li {
    margin: 0 2em;
  }
  .mh-agile-blog-grid:nth-child(2) {
    margin: 3em 0 0 0;
  }
}
@media(max-width:991px){
  .mahs-lay-banner-info p {
    width: 55%;
  }
  .mahs-a-about-grid:nth-child(2) {
    margin: 1em 0 0 0;
  }
  .about-grid-caption {
    padding: 2em 1em 1em 1em;
    height: 168px;
  }
  .art-button {
    margin-top: 0px;
  }
  .i.edit.fa.fa-plus {
    margin-top: -40px;
  }
  .mhls-about-left:nth-child(2) {
    margin: 2em 0;
  }
  .captn {
    width: 173px;
    height: 115px;
  }
  .mh-agile-testimonial {
    width: 100%;
  }
  .testimonial-info p {
    margin: 0em 0 0 0;
  }
  .mhs-mh-arts-grid {
    float: left;
    width: 25%;
    margin: 0 0 3em 0;
  }
  .mh-arts-social-grids {
    width: 330px;
  }
  .mh-agile-blog-right-top {
    margin: 1em 0 0 0;
  }
  .contact-info-right {
    font-size: 100%;
  }
  .contact-form {
    margin: 4em 0 0 0;
  }
  .member-label {
    margin-top: 30px;
  }
}
@media (max-width:800px){
  .tag.one {
    right: 19%;
  }
}
@media(max-width:768px){
  .about-grid-caption {
    padding: 5em 1em 1em 1em;
    height: 240px;
  }
  .border {
    width: 10%;
  }
}
@media(max-width:736px){
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.74);
  }
  .gallery-grids-left {
    width: 50%;
    float: left;
  }
  .tag.one {
    right: 22%;
  }
  .captn {
    width: 330px;
    height: 220px;
  }
  .captn h4 {
    margin: 2.5em 0 0 0;
  }
  .testimonial-img {
    width: 20%;
    margin: 0 auto 1em;
  }
  .testimonial-info {
    text-align: center;
  }
  .callbacks_tabs {
    top: 252px;
    left: 45%;
  }
  .mh-arts-social-grids {
    width: 314px;
  }
  .top-nav ul li {
    margin: 1em 0;
    display: block;
  }
  .navbar-toggle {
    float: none;
    margin-right: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .captn {
    height: 219px;
  }
  .modal-body {
    padding: 1em 1em;
  }
}
@media(max-width:667px){
  .mahs-lay-banner-info h4 {
    font-size: 2em;
  }
  .mahs-lay-banner-info p {
    width: 65%;
  }
  .mh-button {
    margin: 2em 0 1em 0;
  }
  .mh-nav {
    margin: 2em 0 0 0;
  }
  .banner {
    padding: 2em 0;
  }
  .mhls-heading p {
    letter-spacing: 2px;
  }
  .about-grid-caption {
    height: 216px;
  }
  .captn {
    height: 196px;
  }
  .testimonial-info h5 {
    margin: 1em 0 0 0;
  }
  .mh-arts-social-grids {
    width: 280px;
  }
  .mhs-mh-arts-grid h4 {
    font-size: .8em;
  }
  .mhs-mh-arts-grid p {
    font-size: .8em;
  }
}
@media(max-width:640px){
  .about-grid-caption {
    height: 207px;
  }
  .about-grid-caption h4 {
    margin: 0em 0 0 0;
  }
  .captn {
    height: 187px;
    width: 100%;
  }
  .mh-arts-social-grids {
    width: 266px;
  }
  .contact-form input.email {
    margin: 0 0 1.5em 1.2em;
  }
}
@media(max-width:600px){
  .captn {
    height: 174px;
  }
  .about-grid-caption {
    height: 193px;
  }
  .mh-arts-social-grids {
    width: 246px;
  }
  .mhs-mh-arts-grid h4 {
    font-size: .7em;
  }
  .mhs-mh-arts-grid p {
    font-size: .7em;
  }
  .mhls-heading p {
    letter-spacing: 1px;
    font-size: .8em;
  }
}
@media(max-width:568px){
  .about-grid-caption {
    height: 183px;
  }
  .tag.one {
    right: 29%;
  }
  .captn {
    height: 163px;
  }
  .captn h4 {
    margin: 1.5em 0 0 0;
  }
  .callbacks_tabs {
    top: 237px;
    left: 44%;
  }
  .mh-arts-social-grids {
    width: 230px;
  }
  .contact input[type="text"], .contact input[type="email"] {
    width: 100%;
  }
  .contact-form input.email {
    margin: 0 0 1.5em 0;
  }
  .mahs-a_tom_right {
    margin-left: 2em;
  }
  .mahs-a_three_comment_grid1 {
    padding-left: 3em;
  }
  .reply {
    margin-left: 6em;
  }
  .input-right {
    margin-right: 0px;
  }
}
@media(max-width:530px){
  .mhs-mh-arts-grid {
    width: 33%;
  }
  .artwork-text{
    padding: 15px 0;
    font-size: 0.7em;
  }
}
@media(max-width:480px){
  .mahs-lay-banner-info h4 span {
    display: inline;
  }
  .mahs-lay-banner-right h1 a {
    font-size: 1em;
  }
  .mahs-lay-banner-info p {
    width: 95%;
  }
  .flex-direction-nav a {
    top: 82% !important;
  }
  .flex-direction-nav .flex-prev {
    right: 10% !important;
  }
  .tag.one {
    right: 29%;
  }
  .mh-nav {
    margin: 1em 0 0 0;
  }
  .mh-nav {
    padding: .5em 0;
  }
  .about, .services, .works, .testimonial, .mh-arts, .blog, .contact, .footer {
    padding: 2em 0;
  }
  .mhls-heading h2, .mhls-heading h3 {
    font-size: 2em;
  }
  .mahs-a-about-grids {
    margin: 2em 0 0 0;
  }
  .icon-left {
    float: none;
    margin: 0 0 1em 0;
  }
  .icon-right {
    width: 100%;
    float: none;
  }
  .mahs-a-icon-grid {
    text-align: center;
  }
  .captn {
    height: 134px;
  }
  .captn h4 {
    margin: 1em 0 0 0;
  }
  .testimonial-img {
    width: 25%;
  }
  .testimonial {
    padding: 2em 0 3em;
  }
  .callbacks_tabs {
    top: 251px;
    left: 41%;
  }
  .mh-arts-social-grids {
    width: 186px;
  }
  .mh-arts-social-grids ul li {
    margin: 0 .2em 0 0;
  }
  .mhs-testimonial-grid {
    margin: 2em 0 0 0;
  }
  .gallery-top-grids {
    margin: 2em 0 0 0;
  }
  .mhs-services-grids {
    margin: 2em 0 0 0;
  }
  .mahs-i-about-slide {
    margin: 2em 0 0 0;
  }
  .mahs-i-mh-arts-grids {
    margin: 2em 0 0 0;
  }
  .mh-agile-blog-grids {
    margin: 2em 0 0 0;
  }
  .contact-grids {
    margin: 2em 0 0 0;
  }
  .single {
    padding: 2em 0;
  }
  .mahs-a_three_comments {
    margin: 2em 0;
  }
  .mh_leave_comment {
    width: 100%;
  }
  .mahs-a_tom {
    width: 16%;
  }
  .reply {
    margin-left: 4em;
  }
  .mahs-a_three_comment_grid:nth-child(2) {
    margin: 2em 0 0;
  }
  .mh_leave_comment form {
    margin: 2em 0 0;
  }
}
@media(max-width:430px){
  .mhs-mh-arts-grid {
    width: 50%
  }
}
@media(max-width:414px){
  .about-grid-caption {
    height: 244px;
  }
  .captn {
    height: 112px;
  }
  .tag a {
    font-size: 0.9em;
  }
  .tag span {
    font-size: 0.9em;
  }
  .tag.one {
    right: 29%;
  }
  .callbacks_tabs {
    top: 260px;
  }
  .mh-arts-social-grids {
    width: 154px;
    padding: .5em;
  }
  .mh-arts-social-grids ul li {
    margin: 0 0em 0 0;
  }
  .mh-arts-social-grids ul li:nth-child(4){
    margin:0;
  }
  i.fa.fa-pencil {
    color: #FFFFFF;
    font-size: 1.5em;
  }
  i.fa.fa-file-text-o {
    color: #FFFFFF;
    font-size: 1.5em;
  }
  .blog-left-left {
    width: 50px;
    height: 50px;
  }
}
@media(max-width:384px){
  .about-grid-caption {
    height: 235px;
  }
  .tag.one {
    right: 34%;
  }
  .captn {
    height: 102px;
  }
  .captn h4 {
    margin: .5em 0 0 0;
  }
  .mh-arts-social-grids ul li a i.fa.fa-facebook, .mh-arts-social-grids ul li a i.fa.fa-twitter, .mh-arts-social-grids ul li a i.fa.fa-rss, .mh-arts-social-grids ul li a i.fa.fa-vk {
    height: 25px;
    width: 25px;
    line-height: 23px;
  }
  .mh-arts-social-grids {
    width: 139px;
  }
  .testimonial-info p {
    margin: 0 auto;
    width: 88%;
  }
  .callbacks_tabs {
    top: 301px;
    left: 40%;
  }
  .mahs-lay-banner-info h4 {
    font-size: 1.5em;
  }
  .blog-left-right-top {
    width: 76%;
  }
  .blog-left-left {
    width: 55px;
    height: 55px;
    padding: 1em 0 0 0;
  }
  .reply {
    margin-left: 1em;
  }
  .reply a {
    padding: .5em 1em;
  }
  .contact-form input[type="submit"] {
    padding: 0.6em 2em;
  }
}
@media(max-width:375px){
  .about-grid-caption {
    height: 229px;
  }
  .captn {
    height: 99px;
  }
  .mhs-mh-arts-grid {
    width: 50%;
  }
  .mh-arts-social-grids {
    width: 297px;
    padding: 1em;
  }
}
@media(max-width:320px){
  .mahs-lay-banner-info h4 {
    font-size: 1.3em;
  }
  .banner-bottom {
    margin: 3em 0 0 0;
  }
  .tag.one {
    right: 37%;
  }
  .mahs-lay-banner-info p {
    width: 100%;
  }
  .mahs-lay-banner-info p {
    margin: 1em 0 0 0;
  }
  .mh-button {
    margin: 1em 0 1em 0;
  }
  .mahs-i-social-grids ul li:nth-child(2) {
    margin: 0 1em;
  }
  .mahs-i-social-grids ul li:nth-child(3) {
    margin: 0 1em 0 0;
  }
  .mahs-lay-banner-right h1 a {
    font-size: .8em;
  }
  .banner {
    padding: 1em 0;
  }
  .about-grid-caption {
    height: 191px;
  }
  .about-grid-caption {
    padding: 4.5em 1em 1em 1em;
  }
  .captn {
    height: 81px;
  }
  .captn h4 {
    font-size: 1.3em;
    margin: 0.2em 0 0 0;
  }
  .captn p {
    margin: 0em 0 0 0;
  }
  .testimonial-img {
    width: 40%;
  }
  .testimonial-info p {
    width: 96%;
  }
  .callbacks_tabs {
    top: 346px;
    left: 39%;
  }
  .mhls-heading p {
    font-size: .7em;
  }
  .mh-arts-social-grids {
    width: 243px;
  }
  .blog-left-left {
    width: 42px;
    height: 42px;
    padding: .5em 0 0 0;
  }
  .contact-info-right {
    width: 87%;
  }
  .contact-form textarea {
    min-height: 8em;
  }
  .mahs-a_three_comment_grid1 {
    padding-left: 0em;
  }
  .mahs-a_tom_right {
    margin-left: .5em;
    width: 74%;
  }
  .mahs-a_tom {
    width: 22%;
  }
  .mh_leave_comment textarea {
    min-height: 150px;
  }
}
