/*
Theme Name: Everclear
Author: Hasan Rajani.
Company Name : BizMates
Website : http://www.bizmates.co.uk/
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700,400|Raleway:400,700);

/*@import url(http://fonts.googleapis.com/css?family=Philosopher);*/

::selection {
  background: #e8098c; /* WebKit/Blink Browsers */
  color:#FFF;
}
::-moz-selection {
  background: #e8098c; /* Gecko Browsers */
  color:#FFF;
}

::-webkit-input-placeholder {
   color: #b6b6b6;
   text-transform:uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b6b6b6;  
   text-transform:uppercase;   
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b6b6b6;  
   text-transform:uppercase;   
}

:-ms-input-placeholder {  
   color: #b6b6b6;  
   text-transform:uppercase;
}

*{
	padding:0px;
	margin:0px;
}

Body {
	background:url(Assets/main-image.jpg) 50% 50% no-repeat fixed;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#4f4f4f;
	line-height:25px;
	font-size:13px;
}
.clearAll {
	clear:both;
}
.AlignLeft {
	text-align:left;
}

.AlignRight {
	text-align:right;
}

.AlignCenter {
	text-align:center;
}

.FloatLeft {
	float:left;
}

.FloatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

.italicFonts {
	font-style:italic;
}

a {
	text-decoration:none;
	color:#e8098c;
}
strong {
	font-weight:700;
}
.colorWhite {
	color:#FFF;
}
.colorPink {
	color:#e8098c;
}
.colorBlue {
	color:#3e5eab;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	color:#3e5eab;
	margin-bottom:25px;
	font-weight:700;
	font-family: 'Roboto Slab', serif;
}
.bgBlue h1, .bgBlue h2, .bgBlue h3, .bgBlue h4, .bgBlue h5, .bgBlue h6 {
	color: #FFFFFF;
} 
.MainHeadingBG {
	font-size:23px;
	height:23px;
	margin-bottom: 40px;
}
h1 {
	font-size:25px;
}

h2 {
	font-size:23px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}

p {
	margin-bottom:25px;
}

.NoBottomMargin {
	margin-bottom:0px;
}

.ContainerAlignCenter {
	margin:auto;
	width:1024px;
}
.bgGrey {
	background-color:#f4f4f4;
}
.bgBlue {
	background:url(Assets/blueBg.jpg) top left repeat;
	color: #FFFFFF;
}
.bgTestimonial {
	background:url(Assets/bgTestimonials.jpg) center 30% no-repeat;
}
.bgGrey .MainHeadingBG {
	background: url(Assets/GreyHeadingBG.png) center center no-repeat;
}
.bgBlue .MainHeadingBG , .bgTestimonial .MainHeadingBG {
	background: url(Assets/blueHeadingBG.png) center center no-repeat;
	color: #FFFFFF;
}
.Container_MainContents {
	width:100%;
	min-width:1024px;
	float:left;
	padding:60px 0px;	
}
.Container_MainContents p:last-child {
	margin-bottom:0px;
}

/* Styles for Services Listing */
.Contents_Main ul {
	list-style:none;
	margin-left:50px;
	margin-top:20px;
}
.Contents_Main ul li {
	margin-bottom:15px;
	background-image:url(Assets/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 12px;
	padding:0px 5px 0px 40px;
}
.Contents_Main {
	width:1024px;
	float:left;
}
/* Styles for Services Listing Ends Here */

/* Styles for Home */
#Home {
	width:100%;
	min-width:1024px;
	height: 770px;
	float:left;
	position: relative;
}
#Header_Container {
	width:1024px;
	margin-top: 30px;
	float:left;
	z-index: 3;
	position: absolute;
}
#Logo {
	width:224px;
	height:125px;
	float:left;
}
#TopContacts {
	width: 800px;
	height: 25px;
	margin: 50px 0px;
	float: left;
}
.Contact_Top {
	float: right;
	height: 25px;
	border-left: #b6b6b6 1px solid;
	padding: 0px 30px 0px 10px;
}
.Contact_Top a {
	float: left;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.TopFB {
	background-image: url(Assets/icon-FB.png);
}
.TopPhone {
	background-image: url(Assets/icon-Phone.png);
}
.TopEmail {
	background-image: url(Assets/icon-Email.png);
}
.Contact_Top a:Hover {
	color: #3e5eab;
}
#Header_Nav {
	width: 1024px;
	height: 75px;
	float: left;
	background-color: #e8098c;
	margin-top: 30px;
	text-align: center;
}
#Header_Nav ul{
	display: inline-block;
	background-image: url(Assets/headerNavSep.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	height: 75px;
}
#Header_Nav ul li {
	display: inline-block;
	height: 75px;
	padding: 0px 40px;
	background-image: url(Assets/headerNavSep.png);
	background-repeat: no-repeat;
	background-position: right; 50%;
}
#Header_Nav ul li a {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	height: 70px;
	line-height: 65px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e8098c;
}
#Header_Nav ul li.current-menu-item a, #Header_Nav ul li a:Hover {
	border-top-color: #3e5eab;
}

#Container_TopShade {
	width: 100%;
	min-width: 1024px;
	height: 770px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url(Assets/TopShade.png) left top no-repeat;
}
#Container_Slideshow {
	width: 100%;
	min-width: 1024px;
	height: 770px;
	background: url(Assets/slide01.jpg) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#Taglines {
	width: 1024px;
	float: left;
	height: 510px;
	display: table;
	text-align: center;
}
.Tagline {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.Tagline h2 {
	display: block;
	float: left;
	width: 700px;
	margin: 0px 162px;	
	text-align: center;
	height: 125px;
	line-height: 125px;
	color: #FFF;
	font-size: 22px;
	text-transform: none;
	background:url(Assets/taglineBG.png) top left repeat;
	padding: 
}
.Tagline .simple-image {
	display: none;
}
/* Styles for Home Ends Here */

/* Styles for Sticky Header */
#StickyHeader_Container {
	width: 100%;
	min-width: 1024px;
	float: left;
	height: 0px;
	background-color:#FFF;
	border-bottom: #e6e6e6 1px solid;
}
#StickyHeader {
	width: 1024px;
	float: left;
}
#StickyLogo {
	width: 134px;
	height: 75px;
	float: left;
	padding: 10px 0px;
}
#StickyLogo img {
	width: 134px;
	height: 75px;
}
#Navigation {
	float:right;
}
#Navigation ul{
	display: inline-block;
	border-left: #e6e6e6 1px solid;
	height: 95px;
}
#Navigation ul li {
	display: inline-block;
	height: 95px;
	border-right: #e6e6e6 1px solid;
}
#Navigation ul li a {
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 0px 20px;
	font-weight: bold;
	height: 90px;
	line-height: 95px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	color: #e8098c;

	-webkit-transition: color 0.3s ease-in , border-top-color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in , border-top-color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in , border-top-color 0.3s ease-in;
	-o-transition: color 0.3s ease-in , border-top-color 0.3s ease-in;
	transition: color 0.3s ease-in , border-top-color 0.3s ease-in;

}
#Navigation>ul>li.current-menu-item>a , #Navigation ul li a:Hover {
	border-top-color: #3e5eab;	
	color:#3e5eab;
}
.navFix {
	display: block!important;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 95px!important;
	background-color: #FFFFFF!important;
	z-index: 6;
}
/* Styles for Sticky Header Ends Here */

/* Styles for About Us */
#AboutUs_Main {
	width:1024px;
	float:left;
}
/* Styles for About Us Ends Here */

/* Styles for Our Services */
#OurServices_Main {
	width:1024px;
	float:left;
}
.ServicesBox {
	width:1024px;
	float:left;
}
.ServicesBox_Img {
	width: 350px;
	float: left;
	margin-right: 20px;
}
.ServicesBox_Img img {
	border:4px solid #FFFFFF;
}
.ServicesBox_Desc {
	width: 654px;
	float: left;
}
.ServicesBox ul {
	margin-left:10px;
	margin-right:10px;
	list-style:none;
}
.ServicesBox ul li {
	display:block;
	float:left;
	clear:left;
}

.ServicesSep {
	width:1024px;
	float:left;
	background: url(Assets/servicesSep.png) top left no-repeat;
	height: 12px;
	margin:50px 0px;
}
/* Styles for Our Services Ends Here */

/* Styles for Practitioners */
#Practitioners_Main {
	width:1024px;
	float:left;
}
.box-PractitionersImg {
	width:350px;
	float:left;
	text-align:center;
	margin-right:25px;
}
.box-PractitionersProfile {
	width:625px;
	float:left;
}
.box-PractitionersSep {
	width:100%;
	float:left;
	margin:35px 0px;
	clear:both;
}
/*.box-PractitionersProfile ul li {
	float:none;
}*/
/* Styles for Practitioners Ends Here */

/* Styles for Contact Us */
#ContactUs_Main {
	width:1024px;
	float:left;
	text-align:center;
	color:#FFF;
}
#ContactUs_Details {
	width: 340px;
	float: left;
	border:#FFFFFF 5px solid;
	background-color: #FFF;
	color: #4f4f4f;
	text-align: left;
	padding-bottom: 20px;
	margin-right: 50px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#ContactUs_Details .widgettitle {
	font-size: 16px;
}
#ContactUs_Form {
	width:600px;
	padding:12px;
	float:left;
	background-color: #3e5eab;
	text-align: left;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#ContactUs_Form h3 {
	color: #FFFFFF;
}
label , #SubscribedMsg {
	width:600px;
	display:block;
	float:left;
	margin-bottom:15px;
	text-align:center;
	font-weight:700;
	background-color:#FFF;
	display:none;
}
.error {
	color:#e8098c;
	background-image:url(Assets/error.png);
	background-position:50% 10px;
	background-repeat:no-repeat;
	padding-top:30px;
}
#SubscribedMsg {
	color:#13a89e;
	background-image:url(Assets/success.png);
	background-position:50% 10px;
	background-repeat:no-repeat;
	padding-top:44px;
}
#loading {
	width:600px;
	height:64px;
	margin:auto;
	background-image:url(loading.gif);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	display:none;
}
input[type=text] , textarea {
	width:280px;
	height:45px;
	background-color:#f4f4f4;
	border:none;
	margin-bottom:20px;
	padding:0px 5px;
	font-family:inherit;
}
textarea {
	width:590px;
	height:100px;
	padding:5px 5px;
	margin-right:0px;
}
input[type=text]:focus , textarea:focus {
	border:none;
}
input[type=submit] {
	display:block;
	float:right;
	height:35px;
	line-height:35px;
	text-transform:uppercase;
	font-weight:700;
	font-family:inherit;
	font-size:15px;
	color:#3e5eab;
	background-color:#f4f4f4;
	border:none;
	cursor:pointer;
	width:125px;
	text-align:center;


	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;


	-webkit-transition: background-color 0.3s ease-in , color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in , color 0.3s ease-in;
	-ms-transition: background-color 0.3s ease-in , color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in , color 0.3s ease-in;
	transition: background-color 0.3s ease-in , color 0.3s ease-in;
	
}
input[type=submit]:active , input[type=submit]:hover {
	background-color:#FFF;
	color:#eb7776;
}

#Copyright {
	width: 100%;
	min-width:1024px;
	float:left;
	height:125px;
	line-height:125px;
	text-align:center;
	background-color:#e8098c;
	font-size: 11px;
	color:#FFF;
}
/* Styles for Contact Us Ends Here */

/* Styles for Gallery */
#Gallery_Container {
	width: 980px;
	height: 480px;
	float: left;
	border:#FFFFFF 10px solid;
}
#Gallery_Container p {
	display: none;
}
/* Styles for Gallery */

/* Styles for Testimonials */
#Testimonials_Container {
	width: 1024px;
	height: 250px;
	float: left;
	color: #FFFFFF;
}
.Testi {
	text-align: center;
	display:table;
	width: 600px;
	margin: 0px 212px;
	height: 250px;
}
.Testi .textwidget {
	display: table-cell; 
 	vertical-align: middle; 
}
.Testi .textwidget span {
	display: inline-block;
	background: url(Assets/TestiUnderline.png) top center no-repeat;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	padding-top: 20px;
}
/* Styles for Testimonials Ends here */

.back-to-top {
	width:44px;
	height:44px;
	background-image:url(Assets/backtotop.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:fixed;
	right:20px;
	bottom:20px;
	display:none;
	cursor:pointer;

	-webkit-transition: background-image 0.3s ease-in;
	-moz-transition: background-image 0.3s ease-in;
	-ms-transition: background-image 0.3s ease-in;
	-o-transition: background-image 0.3s ease-in;
	transition: background-image 0.3s ease-in;

}
.back-to-top:hover {
	background-image:url(Assets/backtotop-hovered.png);
}

/* Styles for Disclaimer */
#Disclaimer_Container {
	width:100%;
	min-width:1024px;
	float:left;
	margin:35px 0px 20px 0px;
}
#Disclaimer {
	width:1024px;
	float:left;
	text-align:center;
	font-size:11px;
	color:#b8b8b8;
}
#Disclaimer h2 {
	color:#b8b8b8;
	font-size:14px;
}
/* STyles for Disclaimer Ends Here */