/* Title */
#sp-main-body {
	padding: 0!important;
}
.qx-section {
	background: url(../images/header-title.png) no-repeat top center;
}
.at-title h2 {
	font-size: 48px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.at-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.at-title p {
	margin: 0;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after, .button, .button:before, .button:after, span: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;
}
/* Menu */
#sp-header-sticky-wrapper {
    background: #222;
}
#sp-header-sticky-wrapper.is-sticky #sp-header {
    background: #222!important;
}
body.itemid-437 #sp-header-sticky-wrapper {
    background: none;
}
/* Slider */
.at-slider {
	position: relative;
    margin-top: -90px!important;
}
.at-slider .button {
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.at-slider .button:hover {
	opacity: 0.7;
}
.at-slider .lt-slider-button-left .button {
    background-color: rgba(0,0,0,0.2);
    border: 3px solid #fff;
}
.at-slider .lt-slider-button-right .button {
    border: 3px solid transparent;
}
.at-slider .clearfix:nth-child(2) {
    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;
}
@-webkit-keyframes bounce {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
    }
@-moz-keyframes bounce {
    0%   {-moz-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% {-moz-transform:translate(0,20px); opacity: 0; }
    }
 
@-o-keyframes bounce {
    0%   {-o-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% {-o-transform:translate(0,20px); opacity: 0; }
    }

@keyframes bounce {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
    }
}
/* Slider-Bottom */
.at-slider-bottom .sppb-row > div {
    padding: 0;
}
.at-slider-bottom-item {
    min-height: 15px;
    height: 100%;
}
.at-slider-bottom .sppb-row > div:nth-child(2) {
    opacity: .85;
}
.at-slider-bottom .sppb-row > div:nth-child(3) {
    opacity: .7;
}
.at-slider-bottom .sppb-row > div:nth-child(4) {
    opacity: .5;
}
/* Intro */
.at-intro .sppb-row > div {
    padding: 0!important;
}
.at-intro-img span,
.at-intro-img span img {
    width: 100%;
}
.at-intro-content h3 {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 50px;
} 
.at-intro-content p {
    font-size: 16px;
}
.at-intro-content h6 {
    font-size: 20px;
    margin-top: 80px;
}
.at-intro-img {
    position: relative;
}
.at-intro-img h4 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 60px;
}
.at-intro-img .button {
    display: inline-block;
    margin-top: 100px;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    border: 3px solid #fff;
    position: relative;
}
.at-intro-img .button:hover {
    padding-right: 45px;
}
.at-intro-img .button:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    right: 15px;
    opacity: 0;
    font-size: 14px;
    color: #fff;
}
.at-intro-img .button:hover:after {
    opacity: 1;
    right: 10px;
}
.at-intro-img .sppb-addon-text {
    position: absolute;
    top: 0;
    padding: 100px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/* Intro-Bottom */
.at-intro-bottom .sppb-row > div:nth-child(2) {
    background: rgba(255,255,255,.2);
}
/* Services */
.at-services-item {
    padding: 15px 0 30px;
    cursor: pointer;
}
.at-services-item span {
    margin-bottom: 20px;
}
.at-services-item h5 {
    font-weight: 400;
    margin: 15px 0;
}
.at-services-item span {
    background-color: #a1a3a7;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 57px;
    width: 57px;
    height: 57px;
    margin: 12px 0 0 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    font-size: 20px;
}
.at-services-item span:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 4px transparent;
    -moz-box-shadow: 0 0 0 4px transparent;
    -webkit-box-shadow: 0 0 0 4px transparent;
    left: -7px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
     box-sizing: content-box;
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
}
.at-services-item:hover span:after {
   opacity: 1;
   filter: alpha(opacity=100);
   transform: scale(1);
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
}
.at-services-item:hover span {
    color: #fff;
}
/* About */
.at-about .sppb-row div:nth-child(1) {
    padding: 0;
}
.at-about-img span,
.at-about-img span img {
    width: 100%;
}
.at-about-content h3 {
    margin-bottom: 40px;
}
/* Feature */
.at-feature-item {
	cursor: pointer;
}
.at-feature-item h4 {
	font-weight: 700;
}
.at-feature-item i {
	width: 40px;
    height: 40px;
    border-radius: 35%;
    border: 2px solid #F1F1F1;
    text-align: center;
    line-height: 37px;
}
.at-feature-item:hover i {
	color: #fff;
}
/* Portfolio */
.at-portfolio-button:hover {
	color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter 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-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
/* Pricing */
.at-table-item {
    transition: all .20s ease 0s;
    border: 2px solid rgba(1, 125, 172, .05);
    border-radius: 2px;
}
.at-table-item:hover {
    background: #fff;
    border-width: 2px;
    box-shadow: 5px 5px 0 0 rgba(1,126,172, .1);
    transform: translate(-1%, -1%) scale(1);
}
.at-table-item:hover button {
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
}
.at-table-item:hover button a {
    color: #fff;
}
.at-table-item h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}
.at-table-item p {
    text-align: left;
}
.at-table-item .table-price {
    padding-top: 15px;
    padding-bottom: 25px;
}
.at-table-item .table-price .curriency {
    vertical-align: super;
    font-size: 24px;
    top: -25px;
    position: relative;
    margin-right: 8px;
    color: #888888;
}
.at-table-item .table-price .price {
    font-size: 60px;
    font-weight: 700;
}
.at-table-item .table-price .month {
    vertical-align: bottom;
    font-size: 12px;
    position: relative;
    bottom: 10px;
    color: #888888;
}
.at-table-item ul.table-items li {
    display: block;
    margin-bottom: 8px;
    color: #1F1F1F;
    font-family: 'Signika-Bold';
}
.at-table-item ul.table-items li:hover {
    background: #fff;
}
.at-table-item ul.table-items li i {
    margin-right: 8px;
}
.at-table-item ul.table-items li strong {
	display: none;
}
.at-table-item button {
    background: none;
    border: 1px solid;
    border-radius: 2px;
    color: #cfaa45;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
    float: right;
}
.at-table-item button:hover {
    background: #fff!important;
}
/* Testimonial */
.at-testimonial h3 {
	margin-bottom: 30px;
}
.at-testimonial p {
    line-height: 25px;
}
.at-testimonial .button {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    padding: 9px 35px;
    border-radius: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    border: 3px solid #fff;
    position: relative;
}
.at-testimonial .button:hover {
    padding-right: 45px;
}
.at-testimonial .button:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    right: 25px;
    opacity: 0;
    font-size: 12px;
    color: #fff;
}
.at-testimonial .button:hover:after {
    opacity: 1;
    right: 20px;
}
/* Blog */
.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: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.at-blog div.k2ItemsBlock ul li:nth-child(3n) {
	margin-right: 0;
}
.at-blog div.k2ItemsBlock ul li a {
	display: inherit;
	overflow: hidden;
}
.at-blog div.k2ItemsBlock ul li img {
	width: 100%;
	margin-bottom: 15px!important;
	transition: all .40s linear;
	transform: scale(1.1);
}
.at-blog div.k2ItemsBlock ul li:hover img {
	transform: rotate(4deg)scale(1.2);
}
.at-blog ul li .moduleItemDateCreated {
	position: absolute;
	left: 0;
	top: 30px;
	width: 110px;
    display: block;
    text-align: center;
    background: rgba(0,0,0, .4);
    padding: 5px;
    font-size: 12px;
    color: #fff;
}
.at-blog .at-portfolio-button {
	margin-top: 0!important;
}
.at-blog > div > p {
	clear: left;
}
/* Subscribe */
.at-subscribe-title h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
}
.at-subscribe-title h5 {
    letter-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;
}
/* Contact */
.at-contact #sp-quickcontact-form input,
.at-contact #sp-quickcontact-form textarea {
	border-radius: 0!important;
	width: 100%;
	margin: 20px 0;
}
.at-contact #sp-quickcontact-form .sp_qc_clr {
	display: none;
}
.at-contact #sp-quickcontact-form input:nth-child(2) {
	width: 49%;
	margin-right: 2%;
	float: left;
}
.at-contact #sp-quickcontact-form input:nth-child(4) {
	width: 49%;
	float: left;
}
.at-contact #sp-quickcontact-form .button {
	background: none;
    width: 150px;
    height: 50px;
    color: #000;
    margin: 40px auto 0px;
    display: block;
    text-align: center;
    line-height: 44px;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
    font-weight: 400;
}
.at-contact #sp-quickcontact-form .button:hover {
	color: #fff!important;
}
/* Pricing */
.at-pricing-item {
    background-color: #ffffff;
    padding: 40px 40px 25px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    margin-top: 50px;
}
.at-pricing-item-center {
    margin-top: 0;
}
.at-pricing-item h2,
.at-pricing-item h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 1px;
}
.at-pricing-item h6,
.at-pricing-item p {
    font-size: 16px;
    line-height: 25px;
}
.at-pricing-item .button {
  	padding: 11px 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
}
.at-pricing-item .button:hover {
  	background: #000;
}
/* Team */
.at-team-item {
    position: relative;
}
.at-team-item h5 {
    font-size: 18px;
    font-weight: 700;
}
.at-team-item h6 {
    font-size: 14px;
    margin: 15px 0 10px;
}
.at-team-item:hover .magnifier {
  	opacity: 1;
}
.at-team-item strong {
   display: none;
}
.magnifier .st {
    color: #ffffff !important;
    display: block;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    width: 35px;
    width: 35px;
}

.magnifier .buttons {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 54%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.at-team-item:hover .buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.entry {
    position: relative;
}

.entry:hover .magnifier {
    opacity: 1;
    visibility: visible;
}

.magnifier {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 6px;
}
.at-team-item .sppb-img-container {
    position: relative;
    width: 100%;
}
.at-team-item .sppb-img-container img {
    width: 100%;
}
.at-team-item .sppb-img-container:before {
    content: "";
    background: #222222;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 6px;
}
.at-team-item:hover .sppb-img-container:before {
    opacity: 1;
}
/* Bottom */
#sp-bottom {
    opacity: .8;
}
#sp-bottom a,
#sp-bottom a span {
    color: #fff;
}
/** RESPONSIVE **/
@media (min-width: 980px) and (max-width: 1350px) {
    .at-intro-img img {
        min-height: 550px!important;
    }
    .at-intro-content h6 {
        margin-top: 20px;
    }
    .at-intro-img .sppb-addon-text {
        padding: 20px;
    }
    .at-intro-content h3 {
        font-size: 30px!important;
        line-height: 30px!important;
        margin-bottom: 15px;
    }
}
/* 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) {
  	#at-intro .sppb-row > div {
  	  	width: 100%!important;
  	}   
}
/* 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) {
	
}