/* Title */
#sp-top-bar {
    background-color: #011627!important;
}
#sp-main-body {
	padding: 0!important;
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
.et-title h2 {
	font-size: 48px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.et-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;
}
.et-title p {
	margin: 0;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}

/* 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;
}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    -webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px;
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
/* Genẻal */
.et-title-general h2 {
    font-size: 48px;
    line-height: 47px;
    color: #070707;
    font-weight: 500;
}
/* Slider */
.et-slider {
	position: relative;
}
.et-slider .tp-caption a {
	padding: 12px 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.et-slider .button:hover {
	background: #222;
}
.et-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 */
#et-intro .qx-element-blurb {
    margin: 0px!important;
}
.et-intro-item {
	cursor: pointer;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
}
.et-intro-item:hover {
     z-index: 2;
     overflow: hidden;
  -webkit-transition: all 400ms ease-in;
  -webkit-transform: scale(0.99);
  -ms-transition: all 400ms ease-in;
  -ms-transform: scale(0.99);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.99);
  transition: all 400ms ease-in;
  transform: scale(0.99);
  box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
}
.et-intro-item .qx-icon {
    margin-top: 60px;
}
.et-intro-item i {
    background-color: #fff;
    padding: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #F1F1F1;
    line-height:45px;
    text-align: center;
    transition: all .25s linear;
    margin: 0 auto;
    position: relative;
}
.et-intro-item .qx-media-left {
    position: relative;
    padding: 7px;
    cursor: pointer;
}
.et-intro-item:hover i {
	color: #fff!important;
}
.et-intro-item h4 {
	font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    margin-top: 26px;
   	text-transform: uppercase;
   	font-weight: 700;
}
/* Feature */
.et-features-item {
	cursor: pointer;
}
.et-features-item h3 {
    font-size: 25px;
	font-weight: 700;
}
.et-features-item .qx-icon {
    padding-top: 16px;

}
.et-feature-item:hover i {
	color: #fff;
}
/* Services */
#et-service-accordion .collapsible-header {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #070707;
    padding: 7px 70px 7px 5px;
    position: relative;
    cursor: pointer;
}
/* Gallery */
#et-gallery .qx-col-md-4 {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

/* Portfolio */
.et-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;
}
figure,
figure img {
  	width: 100%!important;
}
.qx-element-gallery .qx-fg-item {
  	margin: 0!important;
}
/* Pricing */
.et-table-item {
    transition: all .20s ease 0s;
    border: 2px solid rgba(1, 125, 172, .05);
    border-radius: 2px;
}
.et-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);
}
.et-table-item:hover button {
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
}
.et-table-item:hover button a {
    color: #fff;
}
.et-table-item h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}
.et-table-item p {
    text-align: left;
}
.et-table-item .table-price {
    padding-top: 15px;
    padding-bottom: 25px;
}
.et-table-item .table-price .curriency {
    vertical-align: super;
    font-size: 24px;
    top: -25px;
    position: relative;
    margin-right: 8px;
    color: #888888;
}
.et-table-item .table-price .price {
    font-size: 60px;
    font-weight: 700;
}
.et-table-item .table-price .month {
    vertical-align: bottom;
    font-size: 12px;
    position: relative;
    bottom: 10px;
    color: #888888;
}
.et-table-item ul.table-items li {
    display: block;
    margin-bottom: 8px;
    color: #1F1F1F;
    font-family: 'Signika-Bold';
}
.et-table-item ul.table-items li:hover {
    background: #fff;
}
.et-table-item ul.table-items li i {
    margin-right: 8px;
}
.et-table-item ul.table-items li strong {
	display: none;
}
.et-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;
}
.et-table-item button:hover {
    background: #fff!important;
}
/* 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;
}
.et-blog div.k2ItemsBlock ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.et-blog div.k2ItemsBlock ul li:nth-child(3n) {
	margin-right: 0;
}
.et-blog div.k2ItemsBlock ul li a {
	display: inherit;
	overflow: hidden;
}
.et-blog div.k2ItemsBlock ul li img {
	width: 100%;
	margin-bottom: 15px!important;
	transition: all .40s linear;
	transform: scale(1.1);
}
.et-blog div.k2ItemsBlock ul li:hover img {
	transform: rotate(4deg)scale(1.2);
}
.et-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;
}
.et-blog .et-portfolio-button {
	margin-top: 0!important;
}
.et-blog > div > p {
	clear: left;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  width:100%;
  float:left!important;
}
/*Partners */
#et-partners .et-partners-item:hover .qx-img {
    cursor: pointer;
     z-index: 2;
     overflow: hidden;
  -webkit-transition: all 400ms ease-in;
  -webkit-transform: scale(0.99);
  -ms-transition: all 400ms ease-in;
  -ms-transform: scale(0.99);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.99);
  transition: all 400ms ease-in;
  transform: scale(0.99);
  box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 41px 21px rgba(0, 0, 0, 0.15);
} 
/* Contact */
#et-contact .qx-icon {
    padding: 20px;
}
.et-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; 

}

.et-contact-item:hover .qx-icon:before {
    -webkit-transform: rotlteY(-180deg);
    -ms-transform: rotlteY(-180deg);
    transform: rotlteY(-180deg);
    display: block; 
    color: #fff!important;

}
.et-contact-item:hover .qx-icon {

    -webkit-transform: rotlteY(-180deg);
    -ms-transform: rotlteY(-180deg);
    transform: rotlteY(-180deg);
}
.et-contact-item {
    cursor: pointer;
}
.et-contact-form label {
    color: #fff;
}
.et-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.et-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.et-contact-form button {
    background: none;
    width: 150px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}
.et-contact-form button:hover {
    background-color: #333;
    color: #fff;
}

.et-contact-form button:hover {
    color: #fff!important;
}
div#qx-element-contact-form-msg {
	color: #fff;
}
#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;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.et-services-right,
	.et-about .et-title {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
	.et-services-right,
	.et-about .et-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
	.et-services-right, .et-about .et-title {
	    padding: 30px;
	}
	.et-services-content h2 {
	    margin-bottom: 10px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
	.et-about .et-title {
		padding-top: 40px;
		padding-bottom: 0!important;
	}
	.et-services > div {
		width: 100%!important;
	}
    .sp-megamenu-parent >li >a, 
    .sp-megamenu-parent >li >span {
    	padding: 0 7px!important;
    }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Screen max 767px */
@media (max-width: 767px) {
	.et-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
	.et-action-title,
	.et-subscribe > div > div {
		text-align: left;
	}
	.et-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
}
/* Screen max 480px */
@media (max-width: 480px) {
#sp-header,
body.com-quix #sp-main-body > .container {
    width: 100%!important;
}
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
.et-partners-item img {
    width:100%!important;
 }
div.qx-container {
    max-width: 100%!important;
}
#sp-component {
    padding: 0;
 }
}
/* 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%;
}