#sp-header {
    background-color: rgba(255,255,255,0.85);
	-webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    box-shadow: none;
    height: 60px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

#sp-header .logo {
  display: inline-block;
  height: 60px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}

.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 14px;
  line-height: 60px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 60px;
}

.sp-page-title {
    background: #fff;
    background-size: cover;
	background-attachment: scroll;
	padding: 90px 0;
}

#offcanvas-toggler {
    float: right;
    line-height: 61px;
    margin-left: 15px;
    font-size: 20px;
}

.sppb-btn-default {
    color: #555555;
    background-color: transparent;
    border-color: #555555;
	padding: 15px 0px;
	border-radius: 5px;
}

.sppb-btn-default:hover {
    color: #555555;
    background-color: #eeeeee;
    border-color: #555555;
	padding: 15px 0px;
	border-radius: 5px;
}

#sp-footer {
    text-align: center;
    font-size: 80%;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #cccccc;
}

#sp-header.menu-fixed {
	background-color: rgba(255,255,255,1);
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
	box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #555555;
}

#offcanvas-toggler > i:hover {
    color: #555555;
}

.iconcstop {
	margin-top: 15px;
}

.iconlangtop {
	margin-top: 18px;
}

.sp-page-title h2 {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #eee;
    letter-spacing: -1px;
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 1px 0 0 0;
    font-size: 11px;
}

.projectsstyle .sppb-addon-title {
	padding: 15px;
	color: #ffffff;
	background: #3f74b8;
	border-radius: 3px;
}

.projectsstyle .sppb-addon-content {
	padding: 15px;
	color: #333333;
	background: #c4cdd9;
	border-radius: 3px;
	margin-bottom: 5px;
}

.projectsimage {
	color: #333333;
	background: #c4cdd9;
	border-radius: 3px;
	margin-bottom: 5px;
}

.sigplus-gallery > ul > li {
    display: inline-block;
    margin: 1px 5px;
    border: 0 none transparent;
    padding: 0px;
    background: transparent none no-repeat scroll 0 0;
    text-align: center;
    visibility: visible;
    opacity: 1;
    animation: fade-in 1s;
}

/* [1] The container */
a.sigplus-image {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  border-radius: 5px;
}

/* [2] Transition property for smooth transformation of images */
a.sigplus-image img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
a.sigplus-image:hover img {
  transform: scale(1.15) rotate(3deg);
}

.zoomimage {
  overflow: hidden;
  border-radius: 5px;
}

.zoomimage img {
  transition: transform .5s ease;
}

.zoomimage:hover img {
  transform: scale(1.15) rotate(0deg);
}

.zoomimageprojects {
  overflow: hidden;
  border-radius: 1px;
}

.zoomimageprojects img {
  transition: transform .5s ease;
}

.zoomimageprojects:hover img {
  transform: scale(1.15) rotate(0deg);
}

.rowx {
    width: 50%;
    margin: 0 auto;
}

.columnx {
    float: left;
    width: 10%;
    padding: 5px;
}

.sp-module ul.social-media-list > li > a {
    display: block;
    padding: 0px 0;
    line-height: 0px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sp-module ul.social-media-list > li {
    border-bottom: 0px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
}

ul.social-media-list img {
    padding: 0px;
    border-radius: 0px;
    width: 24px;
    height: 24px;
}

ul.social-media-list img:hover {
    
}

ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0px; /* eliminate space between li */
}

ul.social-media-list li {
    display: inline-block;
    margin: 5px;
}