h2{font-weight: 500!important;}

blockquote {
    font-size: 18px;
    position: relative;
    color: #383838;
    padding: 30px 0 40px 0;
    text-align: center;
}
blockquote:before {
	font-family: Georgia, serif;
    font-style: italic;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 20%;
    top: 0px;
    color: #7a7a7a;
}
footer a {
    color: #888;
 }
 footer a:hover {
    color: #fff;
    text-decoration: none;
 }

.smue-text-obj a{text-decoration: none;}
.smue-text-obj ul {
    list-style: disc;
    color: #fff;
    margin-left: 50px;
}
.smue-service-box-content-section ul{list-style:none;margin:0;}

.portfolio2 .img_content .smue-clmn h4, .portfolio1 .img_content .smue-clmn h4{
	padding-top: 25%;
    color: #555;
    padding-left: 5%;
    /* font-weight: 400; */
    padding-right: 5%;
    font-size: 17px;
}

.main-navigation a,.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{
	text-transform: uppercase;
}
.main-navigation a{color:#eee;margin-top: 10px;}
.banner .smue-szp_site_title a{
	border: 2px solid #fff !important;
    color: #fff!important;
    font-size: 46px!important;
}

.banner .smue-btn {width: initial!important;}
.post-5 .sme-prvt-5-592bbe098a52e .sm-span12 div.sm-row-fluid.smue-row .smue-image-obj{margin-top:-80px;}
#service-logo{margin-bottom: -200px;}

.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 99;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Shine */
.shine-service figure {
	position: relative;
}
.shine-service figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine-service figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@media screen and (min-width: 1525px){
	.column div span {
		width: 80%;
	}
}
@media screen and (max-width: 909px){
	.main-navigation {
	    background-color: #333!important;
	    margin-top: 55px;
	}
	blockquote:before{
		position: relative;
    	left: 0;
	}
	.post-5 .sme-prvt-5-592bbe098a52e .sm-span12 div.sm-row-fluid.smue-row .smue-image-obj{margin-top:25px;}
	figure:hover+span {
	    bottom: 30%;
	    color: #fff;
	    font-size: 120%;
	    left: 1%;
	}
}

@media all and (max-width: 1024px) { 
	#service-logo {margin-bottom:10px;}
	#service-logo .smue-text-align-left,.shine-service .smue-text-align-left{text-align: center!important;}
}
@media all and (min-width: 800px) and (max-width: 1024px) {

}

@media only screen and (orientation: portrait) {

}

@media all and (max-width: 420px) {
  section, aside {
    float: none;
    width: auto;
  }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}