.ba---gallery.carousel .item {
overflow: hidden;
margin: 1px;
background-color: rgba(0, 0, 0, .1);
}

h1 {
    padding:0 0 30px 0;
    margin:0;
    line-height:normal;
}
.ba---gallery.carousel .item {
    overflow: hidden;
    margin: 1px;
    background-color: rgba(0, 0, 0, 0) !important;
}
h2, h2 a {
    padding:0 0 15px 0;
    margin:0;
    line-height:normal;
}

h3 {
    margin:15px 0;
    padding:0;
}

h4 {
    margin:0 0 15px 0;
    padding:0;
}

/* read more button */

p.readmore a.btn {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #4e6577;
	border: 0;
  	border-radius: 25px;
}

p.readmore a.btn:hover,
p.readmore a.btn:focus {
	text-decoration: none;
	background: #2fadd6;
  	color: #fff;
}

p.readmore a span {
	display: none;
}

/* contacts category layout */

.category th {
	height: 30px;
	background: #eee;
}

.category .item-num {
	width:9%;
	padding:1%;
}

.category .item-title {
	width:17%;
	padding:1%;
}

.category td.item-title a:link,
.category td.item-title a:visited,
.category td.item-title a:hover {
	text-decoration:underline;
}

.category .item-position {
	width:17%;
	padding:1%;
}

.category .item-phone {
	width:17%;
	padding:1%;
}

.category .item-suburb {
	width:17%;
	padding:1%;
}

.category .item-state {
	width:17%;
	padding:1%;
}

/* forms */

.input {
	margin:0;
	padding:0;
}

.inputbox, input.required, textarea.required {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: 'Open Sans', sans-serif;
}

a.button, a.btn, button.btn {
	display: inline-block;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 6px 15px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #f1804e;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	text-transform: uppercase;
}

a.button:hover, a.btn:hover, button.btn:hover {
	text-decoration: none;
	background: #f1804e;
	color: #ffffff;
  	border: 2px solid #f1804e;
}

img.img_left {
	float:left;
	margin:0 15px 15px 0;
}

img.img_right {
	float:right;
	margin:0 0 15px 15px;
}

.fontawesome-icon-list div {
	width: 25%;
	float: left;
	padding: 5px 0;
}

.fontawesome-icon-list i {
	width: 30px;
	color: #333;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
	padding: 0 0 30px 0;
}

div.belowcontent {
	padding: 30px 0 0 0;
}

p.copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
}

p.copyright a {
	color: #fff;
}

/* toprow */

.toprow {
	background: #f5f5f5;
	color: #4d6577;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}
.toprow a{
	color: #fff;
  	font-weight:700;
}
.toprow .mp_top2 {
	text-align: center;
}

.toprow .mp_top3 {
	text-align: right;
}

.toprow .mp_top3 a {
	margin-left: 15px;
}

.toprow img {
	padding-right: 10px;
}

.toprow .mp_top1,
.toprow .mp_top2 {
	line-height: 18px;
}

.toprow .mp_top1 i,
.toprow .mp_top2 i {
	/*color: #2fadd6;
	font-size: 18px;
	margin-right: 10px;
	line-height: 18px;
	vertical-align: top;*/
  	color: #fff;
	background: #ff7800;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

.toprow .mp_top3 i {
	color: #fff;
	background: #ff7800;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

.toprow .mp_top3 i:hover {
	background: #2fadd6;
	color: #ffffff;
}

/* logorow */

.logorow {
	background: #fff;
	padding: 25px 0 35px;
}
.mnu_topmenu > li > a, .mnu_topmenu > li > span {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #113865;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 700;
    font-style: normal;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
.logorow .mnu_topmenu{
  margin-top:25px;
}
/*
.logorow:before,
.logorow:after {
	position: absolute;
    z-index: 1;
    top: 31px;
    width: 50.1%;
    content: "";
    height: 80px;
    background: #4e6577;

}

.logorow:before {
    right: 0px;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);

}

.logorow:after {
    left: 0px;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
}
*/
.sparky_logo, .sparky_slogan {
	line-height: 1;
	padding: 0 0 0 60px;
	position: relative;
	z-index: 2;
}

.sparky_logo a:hover {
	color: #fff;
}

/*div.mp_logo a::before {
	content: "";
	position: absolute;
	background: #2faed7 url(../images/logo.png) no-repeat -15px 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
  	z-index: 10;
}*/

.logorow .mp_top4 {
	text-align: right;
	color: #d6d6d6;
	padding-top: 12px;
	position: relative;
	z-index: 2;
}

.sparky_logo_image img {
  position:relative;
  z-index:10;
}

.sparky_container > .mp_topmenu {
	padding-top: 10px;
}

.mnu_topmenu > li {
	margin: 0 3px;
}

.mnu_topmenu > li.active, .mnu_topmenu li:hover {
	border-radius: 15px;
}

.mnu_topmenu ul {
	border-radius: 0 0 15px 15px;
	border-top: 15px solid #4e6577;
	opacity: 0.9;
}

.closed .mnu_topmenu li ul li:hover {
	padding: 0 30px;
	background: url(../images/custom/submenu_hover.png) no-repeat 10px 5px;
}

@media screen and (max-width: 1020px) {
    .logorow nav:not(.opened) ul.menu {
		display: none;
	}
}

#search_enable {
	cursor: pointer;
}

#search_enable:hover,
#close_search:hover {
	color: #f17f4e;
}

/* searchrow */

.searchrow {
	display: none;
	background: #4e6577;
	position: absolute;
    width: 100%;
    z-index: 101;
    padding: 15px 0;
}

.searchrow .input-group {
  	justify-content: center;
}

.searchrow input.form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	font-size: 18px;
	color: #d6d6d6;
  	border-radius: 0;
}

.searchrow input.form-control::placeholder {
  	color: #fff;
}

.searchrow button.btn {
	border: 0;
  	color: #fff;
}

.searchrow button.btn:hover {
	background: none;
}

#close_search {
	color: #d6d6d6;
	text-align: right;
	cursor: pointer;
  	margin-bottom: -20px;
  	position: relative;
    z-index: 1;
}

/* carouselrow */

.carouselrow {
	position: relative;
	top: -30px;
	overflow: hidden;
}

/*.carouselrow:after {
	position: relative;
	display: block;
    width: 120%;
    content: "";
    height: 80px;
    top: -80px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}*/

.hot_swipe_carousel_slides .contents {
	top: 33% !important;
}

.hot_swipe_carousel_slides .contents h2 {
	color: #fff;
	padding: 30px 0 5px 0px;
	position: relative;
	z-index: 1;
	margin-left: 45px;
}

.hot_swipe_carousel_slides .contents a.btn {
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.hot_swipe_carousel_slides .contents p {
	position: relative;
	z-index: 1;
	margin-left: 45px;
  
  font-size: 29px;
line-height: 42px;
color: #13426b;
font-family: "Dancing Script";
text-align: center;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
	background: transparent;
}

.flickity-prev-next-button .arrow {
    fill: #fff;
}

.flickity-prev-next-button:hover .arrow {
    fill: #f1804e;
}

.svg-container {
	/*position: absolute;*/
  	visibility:hidden;
  max-height:1px;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected img {
	/*-webkit-animation-name: growslowly;
    -moz-animation-name: growslowly;
    -o-animation-name: growslowly;
    animation-name: growslowly;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;*/
}
/*
.hot_swipe_carousel_slides .gallery-cell.is-selected .contents {
	opacity: 0;
	-webkit-animation-name: contentshow;
    -moz-animation-name: contentshow;
    -o-animation-name: contentshow;
    animation-name: contentshow;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
*/
.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
	opacity: 0;
	position: relative;
	left: -20px;
	-webkit-animation-name: fromleft;
    -moz-animation-name: fromleft;
    -o-animation-name: fromleft;
    animation-name: fromleft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents p.animright {
	opacity: 0;
	position: relative;
	right: 20px;
	-webkit-animation-name: fromright;
    -moz-animation-name: fromright;
    -o-animation-name: fromright;
    animation-name: fromright;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents p.animbottom {
	opacity: 0;
	position: relative;
	bottom: 20px;
	-webkit-animation-name: frombottom;
    -moz-animation-name: frombottom;
    -o-animation-name: frombottom;
    animation-name: frombottom;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

@-webkit-keyframes growslowly {
    0% {
        -webkit-transform: scale(1); 
    }
    
    100% {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes growslowly {
    0% {
        -moz-transform: scale(1); 
    }
    
    100% {
        -moz-transform: scale(1.1);
    }
}

@-o-keyframes growslowly {
    0% {
        -o-transform: scale(1); 
    }
    
    100% {
        -o-transform: scale(1.1);
    }
}

@keyframes growslowly {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@-webkit-keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-moz-keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-o-keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-moz-keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-0-keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-moz-keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-o-keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

/* contactrow */

.contactrow {
    position: relative;
}

.contactrow .sparky_container {
	width: 1020px;
}

.contactrow .sparky_container > .sparky_cell {
	margin: 0;
}

.contactrow h3 {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 35px 10px 65px;
	margin: 0 0 0 -12px;
	border-radius: 17px 17px 0 0;
	background: #f5f5f5 url(../images/custom/appointment_icon.png) no-repeat 30px 6px;
}

.hot_simple_contact .form-group {
    margin-bottom: 0 !important;
}

div.appointment .hot_simple_contact {
	background: #2fadd6;
	padding: 20px 15px;
}

.appointment .hot_simple_contact input,
.hot_simple_contact input,
.hot_simple_contact textarea {
	border:2px solid rgba(255,255,255,0.6);
	border-radius: 0;
	background: rgba(255,255,255,0.6);
	color: #000;
	font-size: 14px;
	margin: 9px 0;
	padding: 6px 20px;
	box-sizing:border-box;
}

.appointment .hot_simple_contact input:focus,
.hot_simple_contact input:focus,
.hot_simple_contact textarea:focus {
	outline:none;
	background: transparent;
	border: 2px solid #fff;
	color: #ffffff;
	box-shadow: none;
}

.appointment .hot_simple_contact input::placeholder,
.hot_simple_contact input::placeholder,
.hot_simple_contact textarea::placeholder {
	color: #ffffff;
  	opacity:1;
}

.appointment .hot_simple_contact input::-ms-input-placeholder,
.hot_simple_contact input::-ms-input-placeholder,
.hot_simple_contact textarea::-ms-input-placeholder {
	color: #ffffff;
  	opacity:1;
}

.appointment .hot_simple_contact input.button {
  	background: transparent;
	border:2px solid #ffffff;
	color: #ffffff;
	width: 100%;
	margin-top: 9px;
  	border-radius: 25px;
  	line-height: 1.5;
}

.appointment .hot_simple_contact input.button:hover, .appointment .hot_simple_contact input.button:active, .appointment .hot_simple_contact input.button:focus {
	background:#f1804e;
	border:2px solid #f1804e;
}

/* message */

#system-message-container {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}

#system-message-container span.info {
    border: 0;
    background: transparent;
    padding: 0;
}

#system-message-container span.info::before {
    float: none;
}

/* doctorsrow */

.doctorsrow {
	position: relative;
  	
}

.doctorsrow h3,
.servicesrow h3,
.galleryrow h3,
.sparky_home .contentrow h1,
.maprow h3,
.page-header h1 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #4c4c4c;
	border-bottom: 1px solid #ebebeb;
	/*background: url(../images/custom/title_bg.png) no-repeat right;*/
	margin-bottom: 30px;
}

.doctors_gradient {
	background: url(../images/custom/gradient_blue.png) repeat-x;
	width: 300px;
	height: 200px;
	position: absolute;
	margin-top: -23px;
	margin-left: -23px;
	z-index: 1;
	border-radius: 15px;
	opacity: 0;
	transition:opacity 0.5s;
}

.doctors_share {
	position: absolute;
	z-index: 2;
	width: 254px;
	text-align: center;
	margin-top: 162px;
}

.doctors_share_open {
	position: absolute;
	z-index: 2;
	width: 254px;
	height: 30px;
	line-height: 30px;
	background: #2fadd6 url(../images/custom/social_bg.png) no-repeat right;
	border-radius: 15px;
	margin-top: -30px;
	opacity: 0;
	color: #fff;
	text-align: left;
	padding: 0 14px;
	box-sizing:border-box;
	font-size: 14px;
}

.doctors_share_open a i {
	color: #d6d6d6;
	font-size: 14px;
	width: auto;
	float: right;
	padding: 0 7px;
	background: transparent;
}

.doctors_share_open a:hover i {
	color: #fff;
}

.doctors_share i {
	background: #2fadd6;
	color: #fff;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.doctorsrow .moduletable .span4 {
	float: left;
	margin-right: 3%;
	width: 31.3333%;
	padding: 23px;
	box-sizing:border-box;
	background: #f5f5f5;
	border-radius: 15px;
}

.doctorsrow .moduletable .span4 p {
	margin: 0;
	opacity: 0;
	display: none;
	position: relative;
	z-index: 2;
	color: #fff;
}

.doctorsrow .moduletable .span4 p.readmore a {
	display: inline-block;
	background: url(../images/custom/plus.png) no-repeat left;
	line-height: 20px;
	margin-top: 10px;
    padding: 0 0 0 26px;
    color: #fff;
    text-align: inherit;
    background-color: transparent;
    border:0;
    text-transform: uppercase;
}

.doctorsrow .moduletable .span4 p.readmore a:hover {
	color: #000;
	background: url(../images/custom/plus2.png) no-repeat left;
	transition: all 0.3s;
}

.doctorsrow .moduletable .span4:last-child {
	margin-right: 0;
}

.doctorsrow .moduletable .span4.box1 {
	background: #f5f5f5;
	font-size: 16px;
	height: 200px;
}

.doctorsrow h4 {
	color: #f1804e;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin: 0;
}

.doctorsrow .moduletable .span4.box1 h4 {
	margin-bottom: 45px;
}

.doctorsrow .moduletable .span4.box2 img,
.doctorsrow .moduletable .span4.box3 img {
	position: absolute;
	margin-top: -23px;
	margin-left: -23px;
	border-radius: 15px;
}

.doctorsrow .moduletable .span4.box2 h4,
.doctorsrow .moduletable .span4.box3 h4 {
	color: #4e6577;
	padding-top: 90px;
}

.doctorsrow .moduletable .span4.box2:hover .doctors_share_open,
.doctorsrow .moduletable .span4.box3:hover .doctors_share_open {
	opacity:1;
	transition:opacity 0.5s;
}

.doctorsrow .moduletable .span4.box2:hover h4,
.doctorsrow .moduletable .span4.box3:hover h4 {
	padding-top: 0;
	padding-bottom: 15px;
	color: #fff;
}

.doctorsrow .moduletable .span4.box2:hover p,
.doctorsrow .moduletable .span4.box2:hover .doctors_gradient,
.doctorsrow .moduletable .span4.box3:hover p,
.doctorsrow .moduletable .span4.box3:hover .doctors_gradient {
	opacity:1;
	display: block;
	transition:opacity 0.5s;
}

/* aboutrow */

.aboutrow {
	/*background: #f5f5f5;*/
  	margin-top:-120px;
	position: relative;
	overflow: hidden;
  	background: url(../images/background_aboutrow.png) no-repeat;
  	background-size:cover;
  
}

/*.aboutrow:before {
	position: relative;
	display: block;
    width: 110%;
    content: "";
    height: 80px;
    left: -10px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
}*/
.aboutrow .mp_advert1 {
	padding-top:40px;
  	padding-left:340px;
  	padding-right:60px;
  	padding-bottom:260px;
}
.mp_advert1 h3 {
	/*color: #4c4c4c;
	font-size: 34px;
	font-weight:bold;
	text-transform: uppercase;*/
  	margin-top:150px;
  	font-size: 25px;
	text-transform: uppercase;
	color: #ff7800;
	font-weight: 500;
	font-family: "Montserrat";
}
.mp_advert1 h4 {
	font-size: 32px;
	color: #00346c;
	font-weight: 400;
	font-family: "Montserrat";
}
.sparky_container > .mp_advert2 {
  	padding: 0 15px;
}

.mp_advert2 h3 {
	padding-top: 58px;
}

.aboutrow #responsivelightboxcertificate li {
	-webkit-box-shadow: 0px 0px 5px #c6c6c6;
	-moz-box-shadow: 0px 0px 5px #c6c6c6;
	box-shadow: 0px 0px 5px #c6c6c6;
	border-radius: 15px;

}

.aboutrow #responsivelightboxcertificate li img {
	border-radius: 15px;
	background: #fff;
}

/* testimonialsrow */

.testimonialsrow {
	background: #f5f5f5;
	position: relative;
    font-style: italic;
    padding-top: 20px;
    overflow: hidden;
}

.testimonialsrow .span4 {
	float: left;
	margin-right: 3%;
	width: 31.3333%;
	padding: 0 0 0 65px;
	box-sizing:border-box;
	background: url(../images/custom/testimonial_bg1.png) no-repeat;
}

.testimonialsrow .span4:last-child {
	margin-right: 0;
}

.testimonialsrow strong {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #4e6577;
}

.testimonialsrow:after {
	position: relative;
	display: block;
    width: 110%;
    content: "";
    left: -10px;
    height: 80px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

/* servicesrow */

.servicesrow {
	text-align: center;
	position: relative;
}

.servicesrow h3,
.page-header h1 {
	/*background: url(../images/custom/title_bg2.png) no-repeat right;*/
}

.servicesrow h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 8px;
  	color:#fff;
}

.servicesrow .moduletable .span4 {
	float: left;
	margin: 0 3% 45px 0;
	width: 31.3333%;
	padding: 23px 23px 0 23px;
	box-sizing:border-box;
	background: #000/*f5f5f5*/;
	border-radius: 15px;
}

.servicesrow .moduletable .span4:nth-child(1) {
	background: url(../images/rec1.png) no-repeat;
  	background-size:cover;
	border-radius: 50px;
}
.servicesrow .moduletable .span4:nth-child(2) {
	background: url(../images/rec2.png) no-repeat;
  	background-size:cover;
	border-radius: 50px;
}
.servicesrow .moduletable .span4:nth-child(3) {
	background: url(../images/rec3.png) no-repeat;
  	background-size:cover;
	border-radius: 50px;
}
.servicesrow .moduletable .span4:nth-child(6) {
	background: url(../images/rec4.png) no-repeat;
  	background-size:cover;
	border-radius: 50px;
}
.servicesrow .moduletable .span4:nth-child(7) {
	background: url(../images/rec5.png) no-repeat;
  	background-size:cover;
	border-radius: 50px;
}
.servicesrow .moduletable .span2 {
	float: left;
	margin: 0 3% 45px 0;
	width: 16.666666666667%;
	padding: 23px 23px 0 23px;
	box-sizing:border-box;
	background: #fff/*f5f5f5*/;
	border-radius: 15px;
}

.servicesrow .moduletable .span4:hover {
	background: #718ea6;
	
}

.servicesrow .moduletable .span4:nth-child(7):hover,.servicesrow .moduletable .span4:nth-child(2):hover {
	background: #ffae66;
	
}

.servicesrow .moduletable .span4:hover h4,
.servicesrow .moduletable .span4:hover p {
	color: #fff;
}

.servicesrow .moduletable .span4:nth-child(3),
.servicesrow .moduletable .span4:nth-child(7) {
	margin-right: 0;
}

.servicesrow .service_icon {
	width: 140px;
	height: 130px;
	margin: 0 auto;
}

.service_plus {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: #4e6577;
	color: #fff;
	line-height: 28px;
	border-radius: 15px;
	font-size: 28px;
	position: relative;
	top: 15px;
}
.servicesrow .moduletable .span4:nth-child(1) .service_plus,
.servicesrow .moduletable .span4:nth-child(3) .service_plus,
.servicesrow .moduletable .span4:nth-child(6) .service_plus{
  background: #ff6c00;
}
.service_plus span {
	display: block;
	position: absolute;
    width: 30px;
}

.service_plus_open,
.servicesrow .moduletable .span4:hover .service_plus span {
	opacity: 0;
}

.service_plus_open {
    height: 30px;
    display: block;
    white-space: nowrap;
}

.servicesrow .moduletable .span4:hover .service_plus .service_plus_open {
	opacity: 1;
	color: #fff;
	transition:opacity 0.5s;
	width: auto;
}

.servicesrow .moduletable .span4:hover .service_plus {
	width: 120px;
	font-size: 14px;
	text-transform: uppercase;
	background: #2fadd6;
	line-height: 30px;
	transition:background 1s;
}

.servicesrow .moduletable .span4:hover .service_plus:hover {
	background: #000;
	transition:background 0.5s;
}

.servicesrow .moduletable .span4:nth-child(1) .service_icon {
	background: url(../images/strategies_organisationnelles.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(2) .service_icon {
	background: url(../images/strategies_de_gestion_des_ressources_humaines.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(3) .service_icon {
	background: url(../images/mobilisation_des_equipes_de_travail.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(6) .service_icon {
	background: url(../images/formation_des_gestionnaires.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(6) .service_icon {
	background: url(../images/formation_des_gestionnaires.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(7) .service_icon {
	background: url(../images/coaching_d_equipe_de_travail.png) no-repeat;
}
/*
.servicesrow .moduletable .span4:nth-child(1):hover .service_icon {
	background: url(../images/custom/service1_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(2):hover .service_icon {
	background: url(../images/custom/service2_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(3):hover .service_icon {
	background: url(../images/custom/service3_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(5):hover .service_icon {
	background: url(../images/custom/service4_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(6):hover .service_icon {
	background: url(../images/custom/service5_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(7):hover .service_icon {
	background: url(../images/custom/service6_hover.png) no-repeat;
}*/

/* galleryrow */

.galleryrow h3 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/custom/title_bg3.png) no-repeat right;
}

.galleryrow #responsivelightboxgallery li {
	width: 16.55%;
	text-align: left;
}

.galleryrow #responsivelightboxgallery li a {
	display: block;
}

.galleryrow #responsivelightboxgallery img {
	width: 100%;
	height: auto;
}

.galleryrow #responsivelightboxgallery img.gallery_hover_plus {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 2;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.galleryrow #responsivelightboxgallery li img.gallery_hover_bg {
    position: absolute;
    width: 16.55%;
    height: auto;
    opacity: 0;
}

.galleryrow #responsivelightboxgallery li img.gallery_hover_plus {
	opacity: 0;
}

.galleryrow #responsivelightboxgallery li:hover img.gallery_hover_bg {
	opacity: 0.6;
	transition:opacity 0.3s;
}

.galleryrow #responsivelightboxgallery li:hover img.gallery_hover_plus {
	opacity: 1;
	transition:opacity 1s;
}

/* contentrow */

.contentrow {
	padding: 70px 0;
}
.sparky_home .contentrow {
	padding: 0px;
}
.sparky_inner .contentrow {
	padding: 30px 0;
}

.sparky_home .contentrow h1 {
	/*background: url(../images/custom/title_bg4.png) no-repeat right;*/
	padding: 0;
}

.teeth_blog_item_container {
	padding-top: 10px;
}

.contentrow h2 a {
	font-size: 20px;
	color: #dd5a1a;
	text-transform: uppercase;
}

.contentrow h2 a:hover {
	color: #013765;
}

.blog-items.columns-3 div.blog-item {
  	width: calc(33.33% - 26px);
    border: 2px solid #f5f5f5;
    border-radius: 15px;
}

.sparky_inner .blog-items .item-image img {
	border-radius: 14px;
	float: left;
	margin-right: 30px;
}

.sparky_home .blog-items .item-image img {
	border-radius: 14px 14px 0 0;
}

.sparky_home .blog-items .blog-item time {
	float: left;
	background: #1e3867;
	color: #1e3867;
	width: 58px;
	margin-right: 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	border-radius: 0 0 0 10px;
}

.sparky_home .blog-items .blog-item time span {
	display: block;
}

.sparky_home .blog-items .blog-item time .teeth_day {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
}

.blog-featured dl.article-info {
  	display: none;
}

.blog-featured h2 {
 	padding-bottom: 0; 
}

.sparky_inner .blog-items .blog-item {
	margin-top: 25px;
  	margin-bottom: 25px;
}

.sparky_inner time div {
	display: inline;
}

.item-page .article-info dd:nth-child(2),
.blog-items .article-info dd:nth-child(2) {
	padding-left: 0;
}

.item-page .page-header {
	margin: 0;
	padding: 0;
}

.page-header h1 {
	padding: 0;
	margin-bottom: 10px;
}

.item-page dl.article-info {
    margin: 0;
    padding: 0px 0 20px;
}

.item-page .item-image img {
  	width: 100%;
	border-radius: 17px 17px 0 0;
	margin-bottom: 30px;
}

ul.tags a.label {
	border:2px solid #2fadd6;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #2fadd6 !important;
	padding: 6px 15px;
	border-radius: 15px;
}

ul.tags a.label:hover {
	background: #f1804e;
	border:2px solid #f1804e;
	color: #fff !important;
}

.sparky_container > .mp_right {
	padding-top: 55px;
  	padding-left: 30px;
}

.mp_right .moduletable,
.mp_right .moduletable._featured {
	margin-bottom: 65px;
	padding-bottom: 15px;
	/*background: #f5f5f5 url(../images/custom/right_module_bg.png) bottom left no-repeat;*/
}

.mp_right .moduletable._featured {
	color: #fff;
	/*background: #2fadd6 url(../images/custom/right_module_bg2.png) bottom right no-repeat;*/
}

.mp_right h3 {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	background: #000;
	padding: 10px 35px 10px 65px;
    margin: 0;
    border-radius: 17px 17px 0 0;
    background: #f0f0f0 url(../images/custom/appointment_icon.png) no-repeat 30px 6px;
    position: relative;
    top: -35px;
}

.mp_right .moduletable div,
.mp_right .moduletable nav,
.mp_right .moduletable._featured div,
.mp_right .moduletable._featured nav {
	padding: 0 30px 15px 30px;
}

.mnu_sidemenu > li.current > a,
.mnu_sidemenu2 > li.current > a {
	color: #333;
}

#searchForm #search-searchword {
	width: 250px;
}

#searchForm button {
	border-radius:17px;
	padding: 7px 15px;
}

/* maprow */

.maprow {
	background: #fff;
	padding-top: 50px;
	overflow: hidden;
}

.maprow:before {
    position: relative;
    display: block;
    width: 110%;
    content: "";
    top: -130px;
    left: -10px;
    height: 80px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

.maprow .sparky_container {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.maprow .mp_user3 {
	background: #013765;
}

.maprow .mp_user3 .moduletable {
	display: flex;
    align-content: center;
    flex-wrap: wrap;
	width: 480px;
	float: right;
	min-height: 490px;
}

.maprow h3 {
	background: none;
	border-bottom: 0;
	position: relative;
	top: -90px;
}

.hot_simple_contact textarea {
	font-family: 'Open Sans', sans-serif;
	height: 155px;
}

.hot_simple_contact input.button {
  	background: transparent;
	border:2px solid #ffffff;
	color: #ffffff;
	width: 220px;
	margin-top: 9px;
  	border-radius: 25px;
}

.hot_simple_contact input.button:hover, .hot_simple_contact input.button:active, .hot_simple_contact input.button:focus {
	background:#f1804e;
	border:2px solid #f1804e;
}

.mp_user4:before {
	content:"";
	height: 490px;
	width: 150px;
	background: url(../images/custom/map_bg.png) no-repeat;
	position: absolute;
	z-index: 1;
}

/* bottomrow */

.bottomrow {
	background: #4e6577;
	color: #fff;
	padding: 45px 0;
	line-height: 1.5;
  	margin-top:-30px;
}

.bottomrow .sparky_cell {
	padding-left: 5%;
}

.bottomrow h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	/*background: url(../images/custom/bottom_heading_bg.png) no-repeat bottom left;*/
	padding-bottom: 5px;
}

.bottomrow a {
	transition:all 0.3s;
  	font-size:26px;
  
}
.bottomrow a:hover {
	transition:all 0.3s;
  	color:#fff;
  
}

/* copyrightrow */

.copyrightrow {
	background: #000;
	color: #fff;
	padding: 20px 0;
  	text-align:center;
}
.copyrightrow a{
	color: #fff;
  	text-decoration:underline;
}
.copyrightrow a:hover{
	color: #d7662f;
}
.copyrightrow ul.mnu_footermenu {
	line-height: 1;
}

.copyrightrow ul.mnu_footermenu li {
	background: url(../images/custom/footermenu_bg.png) left no-repeat;
}

.copyrightrow ul.mnu_footermenu li:hover {
	background: url(../images/custom/footermenu_bg_orange.png) left no-repeat;
	transition:all 0.3s;
}

.copyrightrow ul.mnu_footermenu li a {
	transition:all 0.3s;
}

.copyrightrow ul.mnu_footermenu li:last-child {
	padding-right: 0;
}

/* responsive */

.nav-toggle {
	z-index: 4;
	position: relative;
	background: url(../images/tinynav.png);
  	width: 40px;
  	height: 30px;
  	margin-top: -3px;
}

@media (max-width: 1368px) {

	.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
		font-size: 34px !important;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 14px !important;
	}

}

@media (max-width: 1040px) {

	.contactrow .sparky_container {
		width: 96%;
	}

	.contactrow .sparky_cell {
		width: 100%;
	}

	.contactrow {
		top: -190px !important;
	}

}

@media (max-width: 1020px) {

	.hot_swipe_carousel_slides .contents {
		width: 50% !important;
		top: 20% !important;
	}

	.sparky_container > .mp_logo {
		width: 80% !important;
	}

	.sparky_container > .mp_topmenu,
	.sparky_container > .mp_top4 {
		width: 10% !important;
	}

	ul.mnu_topmenu, .mnu_topmenu > li {
		text-align: inherit;
	}

	.mnu_topmenu > li.active, .mnu_topmenu li:hover {
		border-radius: 0;
	}

	.mnu_topmenu > li {
		margin: 0;
	}

	.nav-collapse.opened li li a {
		padding-left:30px;
		padding-right: 30px;
	}

	.doctorsrow .moduletable .span4 {
		padding: 0;
	}

	.doctorsrow .moduletable .span4.box1 {
		height: auto;
		padding: 15px;
	}

	.doctorsrow .moduletable .span4.box2 img,
	.doctorsrow .moduletable .span4.box3 img {
		position: relative;
		margin-top: 0;
    	margin-left: 0;
	}

	.doctors_gradient {
		display: none;
	}

	.doctors_share {
		position: relative;
		width: auto;
		margin-top: 0;
	}

	.doctors_share > i {
		display: none;
	}

	.doctors_share_open {
		position: relative;
		width: auto;
		opacity: 1;
		background-image: none;
		border-radius: 0 0 15px 15px;
	}

	.doctorsrow .moduletable .span4.box2 h4,
	.doctorsrow .moduletable .span4.box3 h4 {
		padding: 10px 15px 0;
	}

	.doctorsrow .moduletable .span4 p {
		display: block;
		opacity: 1;
		padding: 5px 15px;
		color: #4c4c4c;
	}

	.doctorsrow .moduletable .span4 p.readmore {
		padding-bottom: 15px;
	}

	.doctorsrow .moduletable .span4 p.readmore a {
		color: #4c4c4c;
		background: url(../images/custom/plus2.png) no-repeat left;
	}

	.doctorsrow .moduletable .span4.box2:hover .doctors_gradient,
	.doctorsrow .moduletable .span4.box3:hover .doctors_gradient {
		display: none;
	}

	.doctorsrow .moduletable .span4.box2:hover h4,
	.doctorsrow .moduletable .span4.box3:hover h4 {
		padding-bottom: 0;
		padding-top: 10px;
		color: inherit;
	}

	.galleryrow h3 {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.galleryrow #responsivelightboxgallery li,
	.galleryrow #responsivelightboxgallery li img.gallery_hover_bg {
	    width: 24.8%;
	}

	.sparky_home h2.item-title {
		line-height: 20px;
	}

	.sparky_home .blog-items .blog-item time {
		height: 90px !important;
		border-radius: 0;
	}

	.teeth_blog_item_container {
		padding: 10px;
	}

	.sparky_inner .blog-items .item-image img {
		width: 100%;
		margin-bottom: 15px;
	}

	.maprow .mp_user3 .moduletable {
		float: none;
		margin: 0 15px;
	}

}

@media (max-width: 840px) {

	.hot_swipe_carousel_slides .contents {
	    width: 60% !important;
	    top: 10% !important;
	    left: 5% !important;
	}

	.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
		font-size: 24px !important;
	}

}

@media (max-width: 767px) {
  
  .toprow p{
  text-align:center !important;
}
 #mod-custom359{
    margin-left: -15px !important;
}
	.sparky_container > .sparky_cell,
	.bottomrow.full .sparky_container > .sparky_cell {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.toprow .mp_top2,
	.toprow .mp_top3 {
		text-align: left;
	}

	.sparky_inner .logorow {
		padding-bottom: 20px !important;
    	margin-bottom: 0 !important;
	}

	.carouselrow {
		top: 0;
	}

	.carouselrow:after {
		display: none;
	}

	.contactrow, .doctorsrow, .aboutrow, .testimonialsrow, .servicesrow {
	    top: 30px !important;
	}

	.contactrow {
		margin-bottom: 30px;
	}

	.doctorsrow .moduletable .span4,
	.servicesrow .moduletable .span4,
	.blog-items.columns-3 div.blog-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.doctorsrow .moduletable .span4.box2 img,
	.doctorsrow .moduletable .span4.box3 img,
	.sparky_home .blog-items .item-image img {
		width: 100%;
	}

	.testimonialsrow .span4 {
		width: 100%;
		margin-right: 0;
	}

	.galleryrow #responsivelightboxgallery li,
	.galleryrow #responsivelightboxgallery li img.gallery_hover_bg {
	    width: 32%;
	}

	.maprow .mp_user3 .moduletable {
		width: auto;
	}

	.copyrightrow,
	ul.mnu_footermenu {
		text-align: center;
	}

	.mp_copyright {
		padding-bottom: 15px;
	}
  .aboutrow p{
    font-weight:900;
    color: #ff7800;
  }
  
  .bottomrow p{
    text-align:center!important;
  }
  .bottomrow a {
	transition:all 0.3s;
  	font-size:18px;
  
}
  .logorow {
    background: transparent!important;
    padding: 25px 0 35px;
}
}

@media (max-width: 485px) {
  
  	.svg-container {
        display: none;
    }

	.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
		font-size: 18px !important;
	}

	.flickity-prev-next-button {
		display: none;
	}

	.hot_swipe_carousel_slides .contents {
	    width: 98% !important;
	    bottom: 1% !important;
	    left: 1% !important;
	    font-size:13px !important;
	    line-height: 13px;
      	background: rgba(0,0,0,0.3) !important;
	}
  .mp_user4:before {
    content: "";
    height: 490px;
    width: 150px;
    background: transparent !important; 
    position: absolute;
    z-index: -1;
}
	.sparky_row13.sparky_full {
    background:#fff !important; 
    
	}
  .hot_swipe_carousel_slides .contents p {
  	color:#fff !important;
    margin-bottom: 10px !important;
    font-size: 26px;
    line-height: 1;
}
  .aboutrow {
	/*background: #f5f5f5;*/
  	margin-top:-50px;
	
}
  .aboutrow {
    /* background: #f5f5f5; */
    margin-top: -65px;
    position: relative;
    overflow: hidden;
    background: url(../images/background_aboutrow.png) no-repeat;
    background-size: auto;
}
  .aboutrow .mp_advert1 {
     padding-top: -50px!important; 
    
}
    .aboutrow .mp_advert1 {
     padding-top: -50px!important; 
    
}
    .aboutrow .mp_advert1 .moduletable {
     margin-top: -120px!important; 
    
	}
  .aboutrow p {
        font-weight: 900;
        color: #ff7800;
    	font-size:18px;
    }
  .doctorsrow h3, .servicesrow h3, .galleryrow h3, .sparky_home .contentrow h1, .maprow h3, .page-header h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #4c4c4c;
    border-bottom: 1px solid #ebebeb;
    /* background: url(../images/custom/title_bg.png) no-repeat right; */
    margin-bottom: 30px;
}
  
  .mp_advert1 h3 {
    margin-top: 400px!important;
   
}
  /* iPhone 12, 13, 14 et Pro (6.1") */
@media only screen and (max-width: 390px) {
  /* Votre CSS pour les iPhone 12, 13, 14 et Pro */
   margin-top: 400px!important;
}

}

	