/*
Theme Name: Avada
Description: A business, portfolio and blog theme.
Author: ThemeFusion
Theme URI: http://theme-fusion.com/avada/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 2.0.8
License: GNU General Public License
License URI: license.txt
*/

@import url("css/all.css");
@import url("css/prettyPhoto.css");
@import url("css/flexslider.css");
@import url("css/font-awesome.css");

.app-links {
float: right; margin-top:5px;
}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
#wpadminbar *{color:#ccc !important;}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Slider */
#wrapper .fullwidthbanner-container{width:auto !important;}
#layerslider-container{margin:0 auto;}

#layerslider-wrapper,.rev_slider_wrapper{
	position:relative;
}
#layerslider-wrapper .ls-shadow-top,.rev_slider_wrapper .shadow-left{
	position:absolute;
	background-image:url(images/shadow-top.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:42px;
	width:100%;
	top:0;
	z-index:100;
}
.rev_slider_wrapper .shadow-left{
	top:-2px;
}
#layerslider-wrapper .ls-shadow-bottom,.rev_slider_wrapper .shadow-right{
	position:absolute;
	background-image:url(images/shadow-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:32px;
	width:100%;
	bottom:0;
	z-index:100;
}
.ls-avada,.avada-skin-rev{
	border-top: 1px solid #d2d3d4;
	border-bottom: 1px solid #d2d3d4;
}
.ls-avada .ls-layer{
	background-repeat:no-repeat;
	background-position:center center;
}
.ls-avada .ls-nav-prev, .ls-avada .ls-nav-next{
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	width: 63px !important;
	height: 63px !important;
	display: none;
	position: absolute;
	top: 42%;
	opacity:0.8 !important;
}
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-rightarrow{
	background-color: rgba(0, 0, 0, 0.5)  !important;
	background-repeat: no-repeat;
	width: 63px !important;
	height: 63px !important;
	position: absolute;
	top: 42%;
	display:none !important;
	opacity:0.8 !important;
}
.rev_slider_wrapper .tp-rightarrow{
	left:auto !important;
	right:0 !important;
}
.no-rgba .ls-avada .ls-nav-prev, .no-rgba .ls-avada .ls-nav-next, .no-rgba .wooslider .wooslider-prev, .no-rgba .wooslider .wooslider-next, .no-rgba .rev_slider_wrapper .tp-leftarrow, .no-rgba .rev_slider_wrapper .tp-rightarrow {
	background-color:#ccc  !important;
}
.rev_slider_wrapper:hover .tp-leftarrow,.rev_slider_wrapper:hover .tp-rightarrow{
	display:block !important;
	opacity:0.8 !important;
}
.ls-avada .ls-nav-prev:hover, .ls-avada .ls-nav-next:hover,
.rev_slider_wrapper .tp-leftarrow:hover, .rev_slider_wrapper .tp-rightarrow:hover{
	opacity:1 !important;
}
.ls-avada:hover .ls-nav-prev, .ls-avada:hover .ls-nav-next {
	display: block;
}
.ls-avada .ls-nav-prev,.rev_slider_wrapper .tp-leftarrow {
	background-image: url(images/ls_prev.png) !important;
	background-position: 19px 19px  !important;
	left: 0 !important;
	margin-left:0 !important;
}
.ls-avada .ls-nav-next,.rev_slider_wrapper .tp-rightarrow {
	background-image: url(images/ls_next.png)  !important;
	background-position: 29px 19px  !important;
	right: 0  !important;
	margin-left:0 !important;
}
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-rightarrow{
	margin-top:-47px !important;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* WooSlider */
.wooslider{
	border:0 !important;
	background:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	-moz-border-radius:none !important;
	-webkit-border-radius:none !important;
	border-radius:none !important;
	margin:0 auto !important;
	max-width:940px;
}
.wooslider .slide-content{
	margin:0 !important;
}
.wooslider .wooslider-pauseplay{
	position:absolute;
	margin:0 !important;
	top:auto !important;
	bottom:15px !important;
}
.wooslider .wooslider-control-nav{
	position:absolute;
	margin:0 !important;
	top:auto !important;
	bottom:20px !important;
}
.wooslider .wooslider-prev, .wooslider .wooslider-next, .main-flex .flex-prev, .main-flex .flex-next {
	background-color: rgba(0, 0, 0, 0.5) !important;
	background-repeat: no-repeat !important;
	width: 63px !important;
	height: 63px !important;
	display: none !important;
	position: absolute !important;
	top: 42% !important;
	margin:0 !important;
}
.wooslider:hover .wooslider-prev, .wooslider:hover .wooslider-next, .main-flex .flex-prev, .main-flex .flex-next {
	display: block !important;
}
.wooslider .wooslider-prev, .main-flex .flex-prev {
	background-image: url(images/ls_prev.png) !important;
	background-position: 19px 19px !important;
	left: 0 !important;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg); 
    -o-transform:rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0)
}
.wooslider .wooslider-next, .main-flex .flex-next {
	background-image: url(images/ls_next.png) !important;
	background-position: 29px 19px !important;
	right: 0 !important;
}


.sheet-top {
	width:940px;
	background:url('http://www.tasprac.com.au/wp-content/uploads/2013/05/doctor-panel.png') no-repeat;
	margin:2px auto 0 auto;
	}

.sheet-top-left {
width: 441px;
float: left;
display: block;
height: 300px;
border-right: 1px dashed #cccccc;
padding: 24px 0 0 59px;
margin-top: 21px;
background: url(../images/feature-arrow-left.jpg) right no-repeat;
}

.sheet-top-left {
	width:420px;
	float:left;
	display:block;
	height:300px;
	border-right:1px dashed #cccccc;
	padding: 24px 0 0 35px;
	margin-top:22px;
	}
	

.sheet-top-right {
	width:400px;
	float:left;
	display:block;
	height:300px;
	padding: 24px 0 0 35px;
	margin-top:21px;
	}
	


.feature-title {
color: #f05858;
font-size: 22px;
font-weight: 600;
}

.feature-right-text {
color: rgb(94, 88, 88);
margin-top: 30px;
width: 230px;
font-size: 16px;
line-height: 30px;
}


.feature-left-text {
color: white;
margin-top: 50px;
width: 250px;
font-size: 16px;
line-height: 30px;
}

.featured-left-text a {color: white !important;}
.featured-left-text a:hover {color:f05858; text-decoration: underline;}

.readon a {color: #f05858 !important;}
.readon a:hover {color: #f05858 !important; text-decoration: underline;}


.feature-doctor {
	margin:auto;
	background:url('http://www.tasprac.com.au/wp-content/uploads/2013/02/white-doctor.png') right no-repeat;
	width:245px;
	margin:-45px -15px 0 0;
	}

.footer-area, .footer-area #jtwt, .copyright {
color: #8C8989 !important;
width: 100% !important;
}

.healthsite {
float: right;
color: white;
margin-top: -20px;
font-size: 12px;
}

.healthsite li {
list-style:none;}

.healthsite li a{color: #ee0280 !important;}
.healthsite li a:hover{color: #ee0280 !important; text-decoration: underline}

.bottom {
 clear:both;
}

.carousel-title {
color: #f05858;
font-size: 18px;
font-weight: 600;
padding-top: 20px;
}

#carousel_inner {
float: left;
width: 870px;
overflow: hidden;
background: #F0F0F0;
}

#carousel_ul {
position: relative;
left: -200px;
list-style-type: none;
margin: 0px;
padding-left: 200px;
width: 9999px;
padding-bottom: 10px;
}

#carousel_ul li {
float: left;
width: 228px;
padding: 25px;
height: 320px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll {
float: left;
height: 390px;
width: 35px;
background: #f1f1f2;
}

#right_scroll img{
cursor: pointer;
cursor: hand;
margin-top:180px;
}

#left_scroll img {
cursor: pointer;
cursor: hand;
margin-top: 180px;
margin-left: 5px;
}




.slide-title {color: #f05858; font-size: 16px; font-weight: 600;text-align:left}
.info {font-size:13px; padding:5px; width:220px; text-align: justify}
.slide-read-more {font-size:13px;}
.panel {margin-left:10px; padding:10px;}
.thumbNav {display:none !important;}
.wrapper2 {background-color:#f0f0f1;}


.category-recruitment {
font-size: 16px;
margin-bottom: 40px;
}