/* Title */
#sp-header,
body.com-quix #sp-main-body > .container {
    width: 100%!important;
}
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
div.qx-container {
    max-width: 100%!important;
}
#sp-component {
    padding: 0;
}
.sticky-wrapper.is-sticky #sp-header  #offcanvas-toggler >i,
.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a, 
.sticky-wrapper.is-sticky #sp-header  .sp-megamenu-parent >li >span {
    color: #fff;
}
#sp-main-body {
	padding: 0!important;
}
body.itemid-437 #sp-header {
    background: rgba(0,0,0,.6);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;  
}
body.itemid-437 #sp-header {
    background: none;
}
ul.social-icons >li a {
    color: #ffffff!important;
}
.at-title h2:before, .at-title h2:after {
    position: absolute;
    left: -80px;
    top: 0;
    width: 100px;
    height: 1px;
    background: #dadada;
    content: "";
}
.at-title h2:after {
    bottom: -10px;
    top: auto;
    right: -80px;
    left: auto;
}
.qx-image {
    text-align: center;
    margin: auto;
}
.at-title h2 {
	font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 20px;
    position: relative;
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 700;
}
.at-title h6 {
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.at-title p {
	margin: 0;
	color: #848080;
    font-size: 16px;
    line-height: 24px;
}
/***** HEAD *****/
#sp-main-body,
#sp-page-title,
#sp-header,
#sp-header .logo,
#offcanvas-toggler,
.sticky-wrapper.is-sticky,
.sp-megamenu-parent >li >a {
    -webkit-transition: .6s ease-in-out;
    -moz-transition:    .6s ease-in-out;
    -ms-transition:     .6s ease-in-out;
    -o-transition:      .6s ease-in-out;
    transition:         .6s ease-in-out;
}
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #sp-header .logo {
    height: 70px!important;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px!important;
}
#sp-logo .logo {
    padding: 14px 0;
}
.sticky-wrapper.is-sticky #sp-logo .logo {
    padding: 6px 0;
}
/* Menu */
#sp-logo .logo img {
    margin: 0 auto;
}
#sp-logo .logo img:nth-child(2) {
    display: none;
}
.sp-megamenu-parent >li.active>a, 
.sp-megamenu-parent >li:hover>a {
    color: #222!important;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Slider */
.at-slider {
    margin-top: -90px;
	position: relative;
}

#at-slider .button {
    padding: 10px 30px;
    border-radius: 50px;
    color: #ffffff;
}
 #at-slider .button:hover {
    background:none!important;
}
.at-slider .tp-caption a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.at-bounce {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* Intro */
.at-intro-item {
    position: relative;
    overflow: hidden;
}
.at-intro-item h3,
.at-intro-item > a {
    display: none;
}
.at-intro-item .qx-blurb-content {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 99;
    color: #fff;
    padding: 20px 23px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    width: 100%;
    bottom: -75px;
    opacity: 1;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    background-color: rgba(255,255,255,0);
    background-image: -moz-linear-gradient(bottom, rgba(0, 1, 1, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 1, 1, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 1, 1, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 1, 1, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 1, 1, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.at-intro-item:hover .qx-blurb-content {
    bottom: 0;
}
.at-intro-item h4 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 5px;
}
.at-intro-item h4 a {
    color: #fff;
}
/* Sidebar */
.at-sidebar-title h3 {
    position: relative;
    padding-bottom: 5px;
}
.at-sidebar-title h3:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 2px;
}
.at-sidebar-title ul {
    text-align: center;
}
.at-sidebar-title ul li {
    margin-right: 10px;
    margin-right: 10px;
    background: #cec7c7;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.at-sidebar-title ul li strong {
    display: none;
}
/* Sidebar-Carousel */
.at-sidebar-carousel a,
.at-sidebar-carousel a img {
    width: 100%;
}
/* Sidebar-Banner */
.at-sidebar-banner a,
.at-sidebar-banner a img { 
    width: 100%;
}
/* Sidebar-Subscribe */
.at-sidebar-subscribe table,
.at-sidebar-subscribe input {
    width: 100%!important;
    border-radius: 0!important;
}
.at-sidebar-subscribe .button {
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
}
/* Sidebar-Blog */
.at-sidebar-blog div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: 40%;
    margin-right: 5px;
}
.at-sidebar-blog div.k2ItemsBlock ul li .moduleItemTitle {
    font-size: 18px;
}
/* Sidebar-tag */
div.k2TagCloudBlock a:hover,
div.k2TagCloudBlock a {
    padding: 0 4px;
    float: left;
    display: block;
    border: 1px solid;
    margin: 5px;
}
/* Portfolio */
.at-portfolio-button:hover {
	color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-fiater > ul > li {
	margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-fiater {
    text-align: center;
    display: inline-block;
}
.projects-fiater ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-fiater ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-fiater a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-fiater a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
/* Testimonial */
.at-testimonial h4 {
	margin-bottom: 5px!important;
    margin-top: 20px;
}
/* Blog */
.at-blog-title h6 {
    font-weight: 600;
}
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
  	font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 50px;
}
.at-blog div.k2ItemsBlock ul li {
	width: 49%;
	float: left;
	position: relative;
	overflow: hidden;
}
.at-blog div.k2ItemsBlock ul li:nth-child(2n) {
    margin-right: 2%;
}
.at-blog div.k2ItemsBlock ul li:nth-child(1) {
    width: 100%;
	margin-right: 0;
}
.at-blog div.k2ItemsBlock ul li .moduleItemTitle {
    font-size: 22px;
    font-weight: 500;
}
.at-blog div.k2ItemsBlock ul li a {
	display: inherit;
	overflow: hidden;
}
.at-blog div.k2ItemsBlock ul li img {
	width: 100%;
	margin-bottom: 15px!important;
}
/* Subscribe */
.at-subscribe-title h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
}
.at-subscribe-title h5 {
    latter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
.at-subscribe-content table {
	margin: inherit;
}
.at-subscribe-content table input {
	background: none!important;
	border-radius: 0!important;
	padding: 20px 70px!important;
}
.at-subscribe-content table .button {
	padding: 10px 30px!important;
	border-color: #fff;
}
.at-subscribe-content table tr {
	display: inline;
}
/* Client */
.at-client .slick-slide img {
    padding: 0 5px;
}
/* Contact */
#at-contact .qx-icon {
    padding: 20px;
}
.at-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
}
.at-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;
}
.at-contact-item:hover .qx-icon {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.at-contact-item {
    cursor: pointer;
}
.at-contact-form label {
    color: #fff;
}
.at-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.at-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.at-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #000;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #bab6b6!important;
    transition: all .25s linear;
    font-weight: 400;
}
.at-contact-form button:hover {
    color: #fff!important;
}
.itemid-549 .at-contact-form label {
    color: #333;
}
.projects-wrapper .project-img .project-img-extra h4 {
  color:#fff;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left; 
    width: 100%;
}
/** Subscribe **/
.at-subscribe-item .acymailing_fulldiv tr {
   display: inline-block;
}
.at-subscribe-item h4 {
   font-size: 36px;
   color: #fff;
   margin-top: 0;
   text-align: center;
}
.at-subscribe-item h6 {
   font-size: 24px;
   color: #fff;
   text-align: center;
}
.at-subscribe-item form {
   margin-top: 20px;
}
.at-subscribe-item .acyfield_email input[type="text"] {
   color: #000;
}
.at-subscribe-item .acyfield_email input,
.at-subscribe-item input.button {
   border-radius: 0!important;
}
#sp-bottom4 .acymailing_introtext {
    color: #333;
}
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
.btn-primary:hover, .sppb-btn-primary:hover{
  background:#333;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.at-services-right,
	.at-about .at-title {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
	.at-services-right,
	.at-about .at-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
	.at-services-right, .at-about .at-title {
	    padding: 30px;
	}
	.at-services-content h2 {
	    margin-bottom: 10px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
	.at-about .at-title {
		padding-top: 40px;
		padding-bottom: 0!important;
	}
	.at-services > div {
		width: 100%!important;
	}
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Screen max 767px */
@media (max-width: 767px) {
	.at-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
	.at-action-title,
	.at-subscribe > div > div {
		text-align: left;
	}
	.at-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
}
/* Screen max 480px */
@media (max-width: 480px) {
	
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}
