@charset "utf-8";
* {

          padding: 0;

          margin: 0;

          border: 0;

}
html {
		height: 100%;
}
body  {
	font-family: 'Open Sans', sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	height: 100%;
	font-size: 100%;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	background-color: #00264B;
}

/* image sizing*/

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
/* layout*/
header, section, footer, aside, nav, main, article, figure
{
display: block;
} 
/* header*/
#headerwrap {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00264B;
	}
 #header {
	padding-bottom: 0px;
}
.maxwidth {
		width: 90%;  /* this will create a container 90% of the browser width max width 1000px approx */
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	text-align: center;
	float: none;
	width: 100%;
	padding-top: 0.3em;
	padding-right: 0%;
	padding-left: 0%;
}

.addressblock {
	text-align: center;
	padding-left: 0px;
}

#topcontact {
	width: 100%;
}
#toptel {
	float: none;
	text-align: center;
	color: #666666;
	font-size: 1.1em;
	background-repeat: no-repeat;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
	clear: both;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	display: block;
}
#toptel a:link,  #toptel a:visited{
	color: #00264B;
	text-decoration: none;
	cursor: auto;
	font-size: 30px;
}
#toptel a:hover, #toptel a:active {
	color: #00264B;
	text-decoration: none;
}
.topquest {
	font-size: 1.1em;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
}
.topquest  a:link,  .topquest  a:visited{
	color: #00264B;
	text-decoration: none;
	background-image: url(../images/top-quest.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 34px;
	min-height:30px;
}
.topquest  a:hover, .topquest  a:active {
	color: #007FFF;
	text-decoration: none;
}
#socialicons {
	padding-top: 0%;
	padding-right: 20%;
	padding-bottom: 0%;
	padding-left: 0%;
	display: block;
	text-align: right;
}
#socialicons span {
	display: none;
}
#socialicons ul{
	padding: 0px;
	list-style-type: none;
	float: right;
}
#socialicons li{
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topfb a:link,  #topfb a:visited, #toptw a:link,  #toptw a:visited, #topblog a:link,  #topblog a:visited, #topyou a:link,  #topyou a:visited, #topgoo a:link,  #topgoo a:visited, #topcon a:link,  #topcon a:visited, #tophome a:link,  #tophome a:visited{
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	list-style-type: none;
	background-position: 0px top;
	width: 38px;
}
#topfb a:link,  #topfb a:visited {
	background-image: url(../images/icon_fb2.png);
	background-repeat: no-repeat;
}
#toptw a:link,  #toptw a:visited {
	background-image: url(../images/icon_toptwit.png);
	background-repeat: no-repeat;
}
#topblog a:link,  #topblog a:visited {
	background-image: url(../images/icon_tophome.png);
	background-repeat: no-repeat;
}

#topyou a:link,  #topyou a:visited {
	background-image: url(../images/icon-ln2.png);
	background-repeat: no-repeat;
}
#topgoo a:link,  #topgoo a:visited {
	background-image: url(../images/icon_con2.png);
	background-repeat: no-repeat;
}
#topcon a:link,  #topcon a:visited {
	background-image: url(../images/icon_con2.png);
	background-repeat: no-repeat;
}
#tophome a:link,  #tophome a:visited {
	background-image: url(../images/icon_home2.png);
	background-repeat: no-repeat;
}
#topfb a:hover, #toptw a:hover, #topfb a:active, #toptw a:active, #topblog a:hover, #topblog a:active,  #topyou a:hover, #topyou a:active, #topgoo a:hover, #topgoo a:active, #topcon a:hover, #topcon a:active, #tophome a:hover, #tophome a:active  {
	background-position: 0px -35px;
}
.smalltxt {
	font-size: 14px!important;
}

	/* navigation*/
#navwrap {
	background-color: #00264B;
	}
 #topnav {
	color: #FFF;
	padding-bottom: 0px;
	text-align: left;
	background-color: #00264B;
}
.divide1 {
	background-color: #FFFFFF;
	height: 2px;
}
/* fader*/
.faderwrap {
	background-color: #FFF;
	background-image: url(../images/fader-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00264B;
}
	#fader {
	margin-top: 0em;
	margin-bottom: 0em;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	.mobiletop {
	display: block;
	}
	.mobiletop  img{
	display: block;
	}
	/* mid*/

/* hp styles, cases and treatment box styles */
.hpboxwrap {
	clear: both;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.treatboxwrap,.treatboxwrap2, .fourblockwrap {
	clear: both;
	margin-bottom: 5px;
}
.fourblock, .threeblock {
	width: 100%;
	margin-bottom: 5px;
	padding-right: 0%;
	padding-left: 0%;
	float: none;
	text-align: center;
}
.hptlink , .hptlink2 , .hptlink3 , .hptlink4 {
	padding: 0%;
	border: 1px solid #CCCABD;
	margin: 2%;
}

.treatbox_img {
	text-align: center;
   width: 100%; /* for IE 6 */
}
	/* content*/
.topimage {
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
}
.topimage img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#containerwrap {
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #255DA3;
	}
#container {
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0;
	padding-top: 0%;
	padding-bottom: 0%;
}
#contentinner {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #40404A;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
 .mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	color: #202020;
}
 .mainContent h1  {
	 font-family: 'Radley',"Times New Roman", Times, serif;
	color: #00264B;
	font-size: 34px;
	margin-bottom: 20px;
	margin-top: 0em;
	padding-bottom: 5px;
	font-weight: 300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
}
 .mainContent h2 {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
 }
 .mainContent h3 {
	font-size: 24px;
	color: #00264B;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
}
.mainContent h4 {
	font-size: 18px;
	color: #0080FF;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
 .mainContent h5 {
	font-size: 1em;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	color: #361732;
	font-weight: normal;
	padding-bottom: 0em;
	margin-bottom: 0em;
	padding-top: 0.3em;
	clear: both;
 }

.mainContent p {
	font-size: 0.95em;
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	text-align: left;
}
   .mainContent label {
	color: #09C;
	font-size: 0.756em;
	}
	.mainContent input {
	border: 1px solid #CCC;
	padding: 0.189em;
	margin-right: 0.625em;
	}
	.mainContent select {
	border: 1px solid #CCC;
	padding: 0.189em;
	margin-right: 0.625em;
	}
.mainContent a:link,  .mainContent a:visited {
	color: #007FFF;
	text-decoration: none;
}
.mainContent a:hover, .mainContent a:active {
	color: #00264B;
	text-decoration: underline;
}
/* sidemenu */	
.sidemenu {
	font-family: 'Radley',"Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidemenu ul {
	list-style-type: none;
}
.sidemenu li {
}
.mainContent  .menublock1 a:link, .mainContent  .menublock2 a:link, .mainContent  .menublock3 a:link, .mainContent  .menublock4 a:link,  .mainContent  .menublock5 a:link, .mainContent  .menublock1 a:visited, .mainContent  .menublock2 a:visited, .mainContent  .menublock3 a:visited, .mainContent  .menublock4 a:visited, .mainContent  .menublock5 a:visited {
	background-color: #255DA3;
	font-size: 22px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	padding-right: 75px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.mainContent  .menublock1 a:hover, .mainContent  .menublock2 a:hover,.mainContent  .menublock3 a:hover,.mainContent  .menublock4 a:hover,.mainContent  .menublock5 a:hover, .mainContent .menublock1 a:active, .mainContent .menublock2 a:active, .mainContent .menublock3 a:active, .mainContent .menublock4 a:active, .mainContent .menublock5 a:active {
	background-color: #00264B;
	color: #CCCCCC;
}
.mainContent  .menublock1 a:link, .mainContent  .menublock1 a:visited {
	background-image: url(../images/icon-tooth.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mainContent  .menublock1 a:hover, .mainContent .menublock1 a:active {
background-image: url(../images/icon-tooth-over.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mainContent  .menublock2 a:link, .mainContent  .menublock2 a:visited {
	background-image: url(../images/icon-patient.png);
	background-repeat: no-repeat;
	background-position: right center;

}
.mainContent  .menublock2 a:hover, .mainContent .menublock2 a:active {
	background-image: url(../images/icon-patient-over.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mainContent  .menublock3 a:link, .mainContent  .menublock3 a:visited {
	background-image: url(../images/icon-implant.png);
	background-repeat: no-repeat;
	background-position: right center;

}
.mainContent  .menublock3 a:hover, .mainContent .menublock3 a:active {
background-image: url(../images/icon-implant-over.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mainContent  .menublock4 a:link, .mainContent  .menublock4 a:visited {
	background-image: url(../images/icon-question.png);
	background-repeat: no-repeat;
	background-position: right center;

}
.mainContent  .menublock4 a:hover, .mainContent .menublock4 a:active {
background-image: url(../images/icon-question-over.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mainContent  .menublock5 a:link, .mainContent  .menublock5 a:visited {
	background-image: url(../images/icon-hyg.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}
.mainContent  .menublock5 a:hover, .mainContent .menublock5 a:active {
	background-image: url(../images/icon-hyg-over.png);
	
}
.sidemenusmall {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
	display: block;
}
.sidemenumain {
	clear: both;
	display: block;
}
/* sidecontent */
.featurebox {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}
.fbleft {
	float: none;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.fbright {
	float: none;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.sidecontent {
	clear: both;
	text-align: center;
}
.sidecontent img {
	margin-top: 0.63em;
	margin-bottom: 0.63em;
	border: 1px solid #EAE9EB;
}
.sidecontent .sidebox1 img {
	margin-top: 0.63em;
	margin-bottom: 0.63em;
	border: 0px solid #EAE9EB;
}
.sbtopmarg {
	margin-top: 10px;
}
.treatmentsmenu {
}
.treatmentsmenu .heading {
	 font-family: 'Radley',"Times New Roman", Times, serif;
	color: #00264B;
	font-size: 34px;
	margin-bottom: 20px;
	margin-top: 0em;
	padding-bottom: 5px;
	font-weight: 300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
}
/* team*/
.teamwrap {
	clear: both;
	padding-bottom: 0.63em;
}
 .teambox {
	-webkit-box-shadow: 0px 1px 5px 0px #555;
	-moz-box-shadow: 0px 1px 5px 0px #555;
	box-shadow: 0px 1px 5px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	width: 98%;
	margin-right: 0%;
	float: left;
	text-align: center;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
	padding-top: 3px;
	padding-right: 1%;
	padding-bottom: 3px;
	padding-left: 1%;
}
 .teambox img {
	border: 1px solid #EAE9EB;
 }
 .mainContent .teambox p {
	text-align: center;
	margin: 0px;
	padding: 0px;
 }
.teamblock {
	background-color: #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 1.24em;
	clear: left;
	padding-top: 1em;
	padding-right: 2%;
	padding-bottom: 1em;
	padding-left: 2%;
	width: 96%;
	background-image: url(../resourcestlds/images/toothflower2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.teamblockimage {
	float: none;
	width: 98%;
	text-align: center;
	background-color: #FFF;
	padding: 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.teamblocktxt {
	float: none;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.mainContent .teamblocktxt h4 {
	font-size: 1.386em;
	color: #2B8CC3;
	font-weight: normal;
	margin-bottom: 0.63em;
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
 }
.mainContent .teamblockimage p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.mainContent .teamblocktxt p {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.63em;
	padding-left: 0px;
}
.mainContent .teamblocktxt h3 {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.33em;
	padding-left: 0px;
	color: #8CC63E;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.63em;
	margin-left: 0px;
}
/* gallery*/
.practicegallery {
	float: none;
	width: 100%;
	padding: 0px;
}
.mainContent  .practicegallery ul{
	margin: 0px;
	padding-top: 0.63px;
	padding-right: 0px;
	padding-bottom: 0.63px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
.mainContent  .practicegallery li {
	width: 50%;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
	list-style-image: none;
}

.galleryitem {
	padding-right: 0.63em;
}
.galleryitem img {
	border: 2px solid #CCC;
}
.galleryclear {
	clear: both;
	height: 1px;
}
/* general*/

.colourblock {
	padding-top: 0.63em;
	padding-right: 2%;
	padding-bottom: 0.63em;
	padding-left: 2%;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
}
.mainContent .teamblocktxt h4 {
	font-size: 1.386em;
	color: #2B8CC3;
	font-weight: normal;
	margin-bottom: 0.63em;
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
 }
.mainContent .teamblockimage p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.references {
	font-size: 0.8em;
}
#hptestimonials  {
	background-image: url(../images/bg-testimonial.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E0ECF7;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.testimonial {
	padding: 10px;
	min-height: 0px;
}
.testimonial2 {
	padding: 20px;
	min-height: 0px;
	margin-bottom: 10px;
	background-color: #D6E9F5;
	border: 1px solid #B8D1DD;
	margin-bottom: 20px;
}
.testitop{
	background-image: url(../images/quote_top.png);
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	background-position: left;
}
.testitxt {
	padding-top: 1%;
	padding-right: 20px;
	padding-bottom: 1%;
	padding-left: 20px;
}
.testifoot {
	background-image: url(../images/quote_bottom.png);
	height: 18px;
	background-repeat: no-repeat;
	background-position: right;
}
.testilink {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	padding-left: 20px;
}
.mainContent .testilink a:link ,  .mainContent .testilink a:visited  {
	color: #00264B;
	font-size: 0.95em;
	background-image: url(../images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	display: inline-block;
}
.mainContent .testilink  a:hover , .mainContent .testilink a:active{
	color: #007FFF;
	text-decoration: none;
}
.mainContent .featured4 a:link,  .mainContent .featured4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B20000;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	display: block;
	text-align: center;
}
.mainContent .featured4 a:hover, .mainContent .featured4 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #501900;
}
.mainContent .featured4 .fa {
	padding-right: 10px;
	padding-left: 10px;
}

/* case pages styles / box style */

.parastyle1 {
	-webkit-box-shadow: 0px 1px 3px 0px #555;
	-moz-box-shadow: 0px 1px 3px 0px #555;
	box-shadow: 0px 1px 3px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	margin-bottom: 15px;
	padding-top: 1em;
	padding-right: 3%;
	padding-bottom: 1em;
	padding-left: 3%;
	margin-top: 15px;
}
.parastyle1 .notice h3 {color: #C80812!important; font-weight: bold!important}
.parastyle2 {
	-webkit-box-shadow: 0px 1px 3px 0px #555;
	-moz-box-shadow: 0px 1px 3px 0px #555;
	box-shadow: 0px 1px 3px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:#B20000;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 15px;
}
/* sideboxes*/
.watchvideo {
}	

	.boxtitle {
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	.boxtxt {
	font-size: 0.8em;
	padding-top: 0.63em;
	display: block;
	}
	.boximg {
	padding-bottom: 0.63em;
	text-align: center;
	}

.sideboxtitle {
	font-size: 1.4em;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	}
.sideboxtxt {
	font-size: 1.0em;
	padding-top: 0.63em;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	}
.sidebox1 {
	text-align: center;
	padding: 2px;
	border: 1px solid #EEE;
	margin-top: 10px;
 }
.mainContent  .sidebox1 a:link,  #midcontent .sidebox1 a:link,   .mainContent  .sidebox1 a:visited, #midcontent .sidebox1 a:visited {
	background-color: #00264B;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	border: 1px solid #DAD9DA;
}
.mainContent  .sidebox1 a:hover, #midcontent  .sidebox1 a:hover, .mainContent .sidebox1 a:active, #midcontent .sidebox1 a:active {
	background-color: #255DA3;
	color: #FFF;
}
.featured, featured2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1.0em;
	text-align: left;
}
.mainContent .featured a:link,  .mainContent .featured a:visited {
	color: #0080FF;
	text-decoration: none;
	background-color: #E0ECF7;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 35px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../images/arrow-2.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	display: inline-block;
}
.mainContent .featured a:hover, .mainContent .featured a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00264B;
}
.mainContent .featured2 a:link,  .mainContent .featured2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00264B;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(../images/arrow-right2b.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	display: inline-block;
}
.mainContent .featured2 a:hover, .mainContent .featured2 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0080FF;
}
/* responsive video embed*/
.video-wrapper {
	width: 640px;
	max-width: 100%;
	padding-top: 5px;
}
.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
max-width: 100%;
}
/* contact form */
.borderbottom {
    border-bottom: thin solid #EEE;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contactform {
	padding: 0px;
}
#quickcontactform {
	background-color: #FFF;
	padding: 0.8em;
	border: 1px solid #DDD;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contactform a:link,  #contactform a:visited {
	color: #003F7C;
	text-decoration: none;
}
#contactform a:hover, #contactform a:active {
	color: #C48706;
	text-decoration: underline;
}
#contactform input {
	font-size: 0.9em;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #E8E7E8;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contactform .field300 {
	width: 90%;
}
#contactform .field1 {
	width: 15%;
}
#contactform textarea {
	font-size: 0.9em;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #E8E7E8;
	margin-top: 10px;
}
#contactform fieldset {
	border: 1px solid #CCC;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contactform legend {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #0080FF;
	font-weight: normal;
}
.smalltxt {
	font-size: 0.8em;
}
#contactform label {
	font-size: 1em;
	color: #00264B;
	font-weight: normal;
}
#contactform option {
	color: #333333;
	border: none;
	padding: 2px;
}
#contactform select {
	background-color: #E8E7E8;
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 10px;
}
#contactform  #contactsubmit {
	font-size: 1em;
	color: #FFF;
	background-color: #0080FF;
}
#contactform  #contactclear {
	font-size: 1.0em;
	color: #FFF;
	background-color: #999999;
}
.field160 {
	width: 16%;
	background-color: #FFFFFF;
	border: 1px solid #D9D4CE;
	padding: 2px;
}
.paddiv {
	display: block;
	margin-top: 20px;
	clear: both;
}

/* footer*/	
#bottomwrap {
	width: 100%;
	overflow: hidden;
	height: auto;
	padding-bottom: 0.63em;
	padding-top: 0.63em;
	background-color: #00264B;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#bottom {
	text-align: left;
	padding-top: 0px;
	color: #FFF;
	font-size: 1em;
	padding-bottom: 20px;
}
#bottom p {
	font-size: 0.90em;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 0.3em;
	padding-left: 0.3em;
}
#bottom  h3 {
	font-size: 23px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	font-weight: 300;
	padding-top: 0.63em;
	padding-bottom: 0.33em;
	margin-bottom: 0.3em;
 }
#bottom table {
	font-size: 0.9em;
 }
#bottom td {
	padding: 2px;
 } 
#bottom .bot2 ul {
	font-size: 0.9em;
	list-style-type: none;
}
#bottom .bot2 li {
	list-style-type: none;
	background-image: url(../images/bullet-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#bottom a:link,  #bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover, #bottom a:active {
	color: #99CCFF;
}

.bot1, .bot2  {
	float: none;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	clear: both;
}
.botleft {
	float: left;
	width: 49%;
}
.botright {
	float: right;
	width: 49%;
}
.coninfo {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-top: 0em;
	font-size: 1.0em;
}
.coninfo  a:link,  .coninfo  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.coninfo  a:hover, .coninfo  a:active {
	color: #99CCFF;
}
#bottom  .ci2  a:link,  #bottom  .ci2  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 25px;
}
#bottom  .ci2 a:hover, #bottom  .ci2 a:active {
	color: #99CCFF;
}
.ci1{
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/bot-tel.png);
	background-position: left center;
	padding-left: 25px;
}
 .ci3{
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/bot-con.png);
	background-position: left center;
	padding-left: 25px;
}
 .ci4{
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/arrow-3.png);
	background-position: left center;
	padding-left: 25px;
}
.actaddress {
	background-image: url(../images/bot-loc.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	}
.feedback {
	clear: both;
}
.botclear {
	clear: both;
}
#footerwrap {
	width: auto;
	overflow: hidden;
	height: auto;
	padding-bottom: 0.63em;
	padding-top: 0.63em;
	background-color: #00264B;
}
#footer {
	text-align: center;
	padding-top: 10px;
	color: #797D83;
	font-size: 1em;
	padding-bottom: 20px;
} 
#footer a:link,  #footer a:visited {
	color: #797D83;
	text-decoration: none;

}
#footer a:hover, #footer a:active {
	color: #99CCFF;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 0px;
	font-size: 0.8em;
	color: #797D83;
}
#footer ul {
	font-size: 0.8em;
}
#footer li {
	display: inline;
}
.smallprint {
}
#socialicons2 {
	float: left;
	padding-bottom: 10px;
}
#socialicons2 span {
	display: none;
}
#socialicons2 ul{
	padding: 0px;
	list-style-type: none;
}
#socialicons2 li{
	float: left;
	margin: 0px;
}
#botfb a:link, #bottw a:link, #botbl a:link,  #bothome a:link, #botcontact a:link, #botgplus a:link, #botpint a:link,  #botyou a:link, #botfb a:visited, #bottw a:visited, #botbl a:visited, #bothome a:visited, #botcontact a:visited, #botgplus a:visited, #botpint a:visited, #botyou a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 42px;
	list-style-type: none;
	background-position: 0px top;
	font-size: 0.9em;
	margin-right: 0.63em;
	margin-bottom: 0.63em;
}
#botfb a:hover, #bottw a:hover,  #botbl a:hover, #bothome a:hover, #botcontact a:hover, #botgplus a:hover, #botpint a:hover, #botyou a:hover, #botfb a:active, #bottw a:active, #botbl a:active, #bothome a:active, #botcontact a:active, #botgplus a:active, #botpint a:active, #botyou a:active{
	background-position: 0px -35px;
}
#botfb a:link,  #botfb a:visited {
	background-image: url(../images/icon_fb.png);
}

#bottw a:link,  #bottw a:visited {
	background-image: url(../images/icon_twit.png);
}
#botbl a:link,  #botbl a:visited {
	background-image: url(../images/icon_home.png);
}
#bothome a:link,  #bothome a:visited {
	background-image: url(../images/icon_home.png);
}
#botcontact a:link,  #botcontact a:visited {
	background-image: url(../images/icon_con.png);
}
#botgplus a:link,  #botgplus a:visited {
	background-image: url(../images/icon_gplus.png);
}
#botpint a:link,  #botpint a:visited {
	background-image: url(../images/icon_home.png);
}
#botyou a:link,  #botyou a:visited {
	background-image: url(../images/icon_home.png);
}
.fsbreak {
	display: none;
	clear: none;
}
/* Miscellaneous classes for reuse */
.mobileno {
	display: none;
}
.mobileclear {
	clear: both;
}
.sideimg {
	text-align: center;	
	padding: 2px;	
	border: 0px solid #EEE;
}
.sideimg img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.sidenews {
}
.sideinfo {
	text-align: center;
	padding-top: 0.35em;
	padding-right: 5%;
	padding-bottom: 0.35em;
	padding-left: 5%;
}
.contentboxstyle1 {
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 1%;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
}
.contentboxstyle1 p {
	font-size: 1.125em;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	padding-top: 0.63em;
	padding-bottom: 0.63em;
 }
.mainContent .hightxt, .mainContent .hightxt2  {
	font-family: 'Radley',"Times New Roman", Times, serif;
	font-size: 1.2em;
}
.mainContent .hightxt {
	color: #007FFF;
}
.mainContent .hightxt2 {
	color: #255DA3;
}
.mainContent .hightxt3 {
	color: #FFF; font-size: 18px;
}
.mainContent  .liststyle1 {
	list-style-position: outside;
	list-style-image: url(../images/bullet1.png);
	padding-left: 20px;
	font-size: 0.95em;
}
 .mainContent .liststyle1 li {
	padding-top: 0.315em;
	padding-bottom: 0.315em;
}
.mainContent  .liststyle2 {
	list-style-position: outside;
	list-style-image: url(../images/arrow-2.png);
	padding-left: 20px;
	font-size: 25px;
	color: #666666;
}
.mainContent  .liststyle2 li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
.mainContent  .liststyle2 {
	list-style-position: outside;
	list-style-image: url(../images/tick-blue.png);
	padding-left: 20px;
	font-size: 0.95em;
	color: #666666;
}
.mainContent  .liststyle2 li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
.fltrt { 
	float: none;
	margin-left: 0px;
}
.fltlft { 
	float: none;
	margin-right: 0px;
}
.fltrt2 { 
	float: right;
	margin-left: 8px;
}
.fltlft2 { 
	float: left;
	margin-right: 8px;
}
.blockleft65, .blockleft66, .blockright30, .blockright60, .blockright32, .blockleft30, .blockleft40, .blockleft25, .blockleft50, .blockleft, .blockright   {
	float: none;
	width: 100%;
	padding: 0px;
}
.ICcontent {
	float: none;
	width: 100%;
}
.ICside {
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.blockleft2 {
	float: none;
	width: 100%;
	text-align: left;
}
.blockright2 {
	float: none;
	width: 100%;
	text-align: left;
}
.padtextbox {
	padding-right: 5%;
	padding-left: 5%;
}
.padlistbox {
	padding-right: 5%;
	padding-left: 15%;
}
.padlistbox ul {
	list-style-type: none;
	font-size: 0.95em;
}
.padlistbox li {
	background-image: url(../images/tick-large.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fullblock {
	float: none;
	width: 100%;
	text-align: left;
	clear: both;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0.063em;
    line-height: 0px;
}
.clearall {
	clear: both;
}
.mainContent .tablestyle p {
	font-size: 0.8em;
}
.tablestyle table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 95%;
}
.tablestyle td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.mainContent .tablebg1 p ,.mainContent  .tablebg2 p ,.mainContent .tablebg3 p,.mainContent  .tablebg4 p,.mainContent  .tablebg5 p ,.mainContent  .tablebg6 p{
	font-size: 0.8em;
}
.tablebg1 {
	color: #FFF;
	background-color: #00264B;	
}
.mainContent .tablebg1 p {
	text-align: center;
}
.tablebg2 {
	background-color: #0080FF;
	color: #FFF;
}
.tablebg3 {
	background-color: #EEE;
}
.tablebg4 {
	background-color: #DBE9F6;
	text-align: center;
}
.tablebg5 {
	background-color: #DBE9F6;
}
.tablebg6 {
	color: #C00;
}
.divide {
	clear: both;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #BCBBC3;
}
.divide10 {
	clear: both;
	height: 10px;
	width: 100%;
}
.contspace {
	height: 5px;
}
.dropshad {
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.mainContent .downloadpdf a:link,  .mainContent .downloadpdf a:visited {
	color: #FFFFFF;
	display: inline-block;
	background-color: #7D869E;
	background-image: url(../images/pdfdoc_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-size: 1.0em;
	margin-top: 0em;
	margin-bottom: 0.63em;
	min-height: 20px;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 0.63em;
	padding-bottom: 8px;
	padding-left: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;	
}
.mainContent .downloadpdf a:hover, .mainContent .downloadpdf a:active {
	color: #FFFFFF;
	background-color: #A46CAE;
}
.mainContent  .sidecontent .downloadpdf2 a:link,  .mainContent .sidecontent .downloadpdf2 a:visited {
	color: #FFFFFF;
	display: block;
	background-color: #7D869E;
	background-image: url(../images/pdfdoc_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-size: 1.0em;
	margin-top: 0em;
	margin-bottom: 0.63em;
	min-height: 20px;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 0.63em;
	padding-bottom: 8px;
	padding-left: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	text-align: left;
}
.mainContent .sidecontent .downloadpdf2 a:hover, .mainContent.sidecontent .downloadpdf2 a:active {
	color: #FFFFFF;
	background-color: #A46CAE;
}
/* sizing classes */
.width90 {
	width: 90%;  /* this will create a container 95% of the browser width max width 1000px approx */
	max-width:63em;
}
.width100 {
	width: 100%;
}
.width50 {
	width: 50%;
}
.width70 {
	width: 70%;
}
.width30 {
	width: 30%;
}
.width16 {
	width: 16%;
}
.pad_lr_2 {
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;	
}
.pad10px {
	padding-top: 0.63em;
}
.margintop {
	margin-top: 0.63em;
}

@media screen and (min-width: 30em){ 
    /* header*/
.addressblock {
	text-align: right;
	padding-left: 0px;
}	
	/* navigation*/
	
    /* mid*/
	#fader {
	margin-top: 0em;
	margin-bottom: 0em;
	display: block;
	}
	.mobiletop {
	display: none;
	}
/* hp styles, cases and treatment block styles*/
.fourblock {
	width:50%;
	margin-bottom: 5px;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
}
.fbleft {
	float: left;
	width: 49%;
	padding: 0%;
}
.fbright {
	float: right;
	width: 46%;
	padding: 0%;
} 
.fltrt { 
	float: right;
	margin-left: 0px;
}
.fltlft { 
	float: left;
	margin-right: 0px;
}
.tablestyle td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mainContent .tablestyle p {
	font-size: 1.0em;
}
/* case pages styles / box style */

/* homepage*/
.threeblock {
	width: 31%;
	margin-bottom: 5px;
	padding-right: 1.1%;
	padding-left: 1.1%;
	float: left;
}
/* team*/
 .teambox {
	-webkit-box-shadow: 0px 1px 5px 0px #555;
	-moz-box-shadow: 0px 1px 5px 0px #555;
	box-shadow: 0px 1px 5px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	width: 46%;
	margin-right: 2%;
	float: left;
	text-align: center;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
	padding-top: 4px;
	padding-right: 1%;
	padding-bottom: 4px;
	padding-left: 1%;
}
.teamblockimage {
	float: left;
	width: 30%;
	text-align: center;
	background-color: #FFF;
	padding: 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.teamblocktxt {
	float: right;
	width: 63%;
	padding-right: 1%;
	padding-left: 1%;
	text-align: left;
	padding-top: 2%;
}
.mainContent .teamblocktxt h3 {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.63em;
	padding-left: 0px;
	color: #8CC63E;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.63em;
	margin-left: 0px;
}
/* gallery*/
.mainContent  .practicegallery li {
	width: 25%;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
	list-style-image: none;
}	
	/* content*/


/* footer*/	
}
@media screen and (min-width: 48em){
.sideimg {
	text-align: center;	
	padding: 2px;	
	border: 1px solid #EEE;
}
#toprequest {
	font-size: 24px;
}
} 

@media screen and (min-width: 61em){ 
.mobileno {
	display: inline;
}
.contspace {
	height: 30px;
}
     /* header*/
	 #logo {
	text-align: left;
	float: left;
	width: 50%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

#topcontact {
	width: 50%;
	float: right;
}
#toptel {
	font-size: 1.1em;
	padding-top: 2%;
	padding-bottom: 1%;
	display: block;
	text-align: right;
	padding-right: 10px;
	 }
	#toptel a:link,  #toptel a:visited{
	color: #00264B;
	text-decoration: none;
	cursor: default;
}
#toptel a:hover, #toptel a:active {
	color: #00264B;
	text-decoration: none;
}
.topquest {
	text-align: right;
	font-size: 1.6em;
	padding-top: 10%;
	padding-bottom: 0%;
}
#socialicons {
	padding-top: 4%;
	display: block;
	width: 100%;
	text-align: right;
	padding-right: 0%;
}
/* case pages styles / box style */

/* hp styles, cases and treatment block styles*/
.fourblock {
	width: 25%;
	margin-bottom: 5px;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
}

	/* navigation*/
/* team*/
 .teambox {
	-webkit-box-shadow: 0px 1px 5px 0px #555;
	-moz-box-shadow: 0px 1px 5px 0px #555;
	box-shadow: 0px 1px 5px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	padding: 1%;
	width: 21%;
	margin-right: 2%;
	float: left;
	text-align: center;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
}
  /* gallery*/
  .mainContent  .practicegallery li {
	width: 20%;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
	list-style-image: none;
}
	/* content*/
.mainContent .tellink a:link,  .mainContent .tellink a:visited {
	color: #2B8CC3;
	text-decoration: none;
	cursor: default;
}
.mainContent .tellink a:hover, .mainContent .tellink a:active {
	color: #2B8CC3;
	text-decoration: none;
}
.blockleft66 {
	float: left;
	width: 65%;
}
.blockleft70 {
	float: left;
	width: 70%;
}
.blockright30 {
	float: right;
	width: 30%;
}
.blockright60 {
	float: right;
	width: 59%;
}
.blockright32 {
	float: right;
	width: 31%;
}
.ICcontent {
	float: right;
	width: 72%;
	padding-bottom: 10px;
	padding-left: 2%;
}
.ICside {
	float: left;
	width: 24%;
	padding-top: 0px;
	padding-bottom: 10px;
}
.blockleft30 {
	float: left;
	width: 29%;
}
.blockleft40 {
	float: left;
	width: 39%;
}
.blockleft25 {
	float: left;
	width: 25%;
}
.blockleft50 {
	float: left;
	width: 50%;
}
.blockleft {
	float: left;
	width: 48%;
	padding-bottom: 0px;
}
.blockright {
	float: right;
	width: 48%;
	padding-bottom: 0px;
}
.blockleft2 {
	float: left;
	width: 49%;
	text-align: left;
}
.blockright2 {
	float: right;
	width: 49%;
	text-align: right;
}

/* footer*/	
.bot1 {
	float: left;
	width: 47%;
	margin-right: 0%;
	padding-left: 0%;
	padding-right: 0px;
	clear: none;
}
.bot2{
	float: right;
	width: 47%;
	margin-right: 0%;
	margin-left: 0%;
	padding-left: 0%;
	padding-right: 0px;
	clear: none;
}

.botlink{
	width: 100%;	
}
#botsocial {

	}	
.socialicons2 {
	text-align: left;
	float: left;
	padding-right: 10px;
}
.fsbreak {
	display: block;
	clear: both;
	height: 2px;
}
}

@media screen and (min-width: 1000px){
  /* mid*/	
	.mobileclear {
	clear: none;
}
	}
@media screen and (min-width: 1199px){
	 /* mid*/	

	
	 }
