/* Title */
body.itemid-437 #sp-main-body {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.et-title h2 {
	font-size: 30px;
    margin: 0;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: capitalize; 
}
.et-title h6 {
    color: #696868;
    margin-top: 0px;
    font-size: 16px;
    display: inline-block;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.et-title p {
	margin: 0;
	color: #bcbcbc;
	font-size: 16px;
	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;
        color:#333; 
}
/*general */
#et-button-read {
    color: #333;
}
#et-button-read:hover {
    background: none!important;
}
.et-title h2 {
    padding: 30px;
}
/* Slider */
.et-slider {
	position: relative;
}
.et-slider .tp-caption a {
	padding: 10px 25px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.et-slider .button {
    border-radius: 5px!important;
}
.et-slider .button-black {
    background-color: #333!important;
    border-radius: 5px!important;
}
.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;
}

/* Our Service */
.et-service-item {
	cursor: pointer;
}
.et-service-item i {
    background-color:#ffa81d;
    color: #fff!important;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #F1F1F1;
    line-height: 120px;
    transition: all .25s linear;
    margin: 0 auto;
    position: relative;
}
.et-service-item:hover i {
    background-color: #fff!important;
}
.et-service-item h4 {
	font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    margin-top: 26px;
   	font-weight: 600;
}

.et-service-item:hover i:after {
	border-radius: 50%;
	transform: scale(0.8);
	border: 2px solid #fff;
}

/* Clinic*/
 .et-clinic-item {
    cursor: pointer;
}
.et-clinic-item h4 {
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.et-clinic-item:hover img{
    transform: rotate(5deg)scale(1);
}
.et-clinic-item img {
    -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;
}
.et-clinic-item img {
    border-radius: 50%;
    transform: scale(0.8);
    box-shadow: 3px 4px 4px 0px #ddd;
}


/* 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;
}
/* Team */
.et-team-item {
	position: relative;
	margin: 0 5px; 
    cursor: pointer;
}
.et-team-item img {
	-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;
}
.et-team-item:hover img{
    transform: rotate(5deg)scale(1);
    opacity: .7;
}
.et-team-item .qx-person-img {
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.et-team-item .qx-person-img:before {

    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.et-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.et-team-item .qx-person-position {
    font-size: 22px;
    transition: all .3s linear;
    color: #1F1F1F;
    text-transform: uppercase;
    font-weight: 700;
}
.et-team-item h4 {
	padding: 15px 5px;
    text-transform: capitalize;
}
.et-team-item .qx-person-position {
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
}
.et-team-item .social-links {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	opacity: 0;
	-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;
}
.et-team-item:hover .social-links {
	bottom: 300px;
	opacity: 1;
}
.et-team-item .social-links a {
    width: 27px;
    height: 27px;
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 3px;
    display: inline-block;
}
.et-team-item .social-links a:before {
	font-size: 12px;
}
/* Pricing */
.et-table-item {
    transition: all .20s ease 0s;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
}
.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 h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform:capitalize;
    padding: 15px;
    margin-top: 0;
    font-weight: 700;
}
.et-table-item p {
    text-align: left;
}
.et-table-item .table-price {
    padding-top: 50px;
    padding-bottom: 18px;
    border-top: 1px solid #ddd;
}

.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 span.price,
.et-table-item .table-price span.curriency,
.et-table-item .table-price span.month,
.et-table-item .table-price .price {
    color: #3b3d42;

}
.et-table-item ul.table-items li strong {
    color: #333;
}
.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: 10px;
    color: #333;
}
.et-table-item .table-items {
    border-bottom: 1px solid #fff;
}
.et-table-item ul.table-items li i {
    margin-right: 8px;
}


.et-table-item button {
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 30px;
    color: #fff!important;
    margin-top: 20px;
    font-size: 14px;
    transition: all .20s linear;
}
.et-table-item button:hover {
    background: none;
}
.et-table-item button a {
    color: #ffffff;
}
.et-table-item .table-items {
    padding: 0px;
    margin: 0px;
    padding-top: 33px;
    padding-bottom: 22px;
}
.et-table-item:hover button {
    border: 1px solid #ffffff;
}

/* Testimonial */
.et-testimonial h4 {
	margin-bottom: 5px!important;
    margin-top: 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;
}
.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;
}
body.com-k2 #sp-main-body{
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
}
/* Subscribe */
.et-subscribe-title h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
}
.et-subscribe-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
.et-subscribe-content table {
	margin: inherit;
}
.et-subscribe-content table input {
	background: none!important;
	border-radius: 0!important;
	padding: 20px 70px!important;
}
.et-subscribe-content table .button {
	padding: 10px 30px!important;
	border-color: #fff;
}
.et-subscribe-content table tr {
	display: inline;

}
#et-service-now-button:hover {
  border:1px solid #fff;
  
}
/* 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: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;

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

    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.et-contact-item {
    cursor: pointer;
}
.et-contact-form label {
  	color: #333;
}
.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: 35px;
    color: #333;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #333!important;
    transition: all .25s linear;
    font-weight: 400;
}
.et-contact-form button:hover {
	color: #fff!important;
}
/** 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;
	}
    .et-team-item img {
        width: 100%;
   }
   
}
@media (min-width: 800px) {
    .et-blog ul li .moduleItemDateCreated {
        top:51px!important;
   }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
    .et-team-item img {
        width: 100%;
   }
   .et-blog ul li .moduleItemDateCreated {
        top:51px!important;
   }
	
}
/* 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;
	}
    .et-team-item img {
        width: 100%;
    }
    #JtfRightSide {
    	position: absolute!important;
    }
}
/* 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;
}
div.qx-container {
    max-width: 100%!important;
}
#sp-component {
    padding: 0;
}
body.com-users #sp-component {
    padding: 20px 70px 70px 70px;
}