@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/*-----------------| body frame start |---------------------*/
body {
	background-image: url(../images/page-bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px;
	margin:0px;
	font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1c1c1c;
	line-height:20px;
}
#container {
	margin:0px auto;
	width:100%;
	position:relative;
	overflow:hidden
	/*padding:0px 10px;*/
}
.centerBlock {
	margin:0px auto;
	width:1000px;
	position:relative;
}
#mainArea {
	clear:both;
	overflow:hidden;
	padding:20px 0px;
	margin:0px auto;
	width:1000px;
	border-bottom:1px dashed #000000
}
#rightPanel{
	float:right;
	width:700px;
	padding:0px 20px 0px 0px;
}
#leftPanel {
	float:left;
	width:270px;
	/*padding-right:20px;*/
}
#greenArea{
	background-color:#64aa40;
	padding:0px;
	margin:0px;
	width:100%;
	clear:both;
	overflow:hidden
}
.insideGreenBlock{
	margin-top:30px !important;
}
/*-----------------| body frame end |---------------------*/








/*-----------------| header start |---------------------*/
#header {
	overflow:hidden;
	clear:both;
	margin:0px auto;
	width:1000px;
	position:relative;
	padding:0px 10px;
	z-index:1000;
}
#header .logo {
	float:left;
	padding:15px 10px 0px 10px;
}
.headerRight a{
	color:#FFFFFF;
}
.contactInfo{
	position:absolute;
	top:80px;
	right:0px;
	line-height:28px;
	margin-right:18px;
}
.contactInfo a{
	text-decoration:none
}
.contactInfo .emailUs{
	font-size:15px;
	color:#000000
}
.contactInfo .callUs{
	font-size:28px;
	color:#000000;
	font-weight:300;
}

/*-----------------| header end |---------------------*/







/*-----------------| footer start |---------------------*/
#footer {
	font-size:12px;
	padding:15px 0px 15px 0px;
	color:#7d7d7d;
	text-align:right;
	clear:both;
	overflow:hidden;
	background-color:#f0f0f0;
	border-top:1px solid #dedede
}
#footer a{
	color:#7d7d7d;

}
/*-----------------| footer end |---------------------*/




/*-----------------| tags start |---------------------*/
a{
	color:#54a82a
}
a:hover{
	color:#000000;
	text-decoration:none;
}
a img{
	border:0px;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
h1{
	color:#000000;
	font-size:30px;
	font-weight:400;
	padding-bottom:12px;
	line-height:32px;
}
h2{
	color:#25272b;
	font-size:24px;
	font-weight:600;
	padding-bottom:10px;
	padding-top:5px;
	line-height:24px;
}
h3{
	color:#000000;
	font-size:22px;
	font-weight:500;
	padding-bottom:6px;
	line-height:24px;
}
h4{
	color:#3b4cb2;
	font-size:18px;
	font-weight:600;
	padding-bottom:6px;
	line-height:24px;
}
h5{
	font-size:16px;
	color:#25272b;
	font-weight:600;
	padding-bottom:10px;
}
h6{
	font-size:14px;
	color:#25272b;
	font-weight:600;
	padding-bottom:10px;
}
#mainArea ul, #mainArea ol {
	margin-top:0px;
	margin-bottom:18px;
}
#mainArea ul li, #mainArea ol li{

	margin-bottom:4px;
}
hr{
	border:0px;
	padding:0px;
	height:0px;
	border-bottom:1px dashed #8d8f92;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
	overflow:hidden;
	display:block;
}

/*-----------------| tags end |---------------------*/




/*-----------------| misc start |---------------------*/
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.homeBlock{
	clear:both;
	overflow:hidden;
	display:block;
	margin:0px auto;
	background-image:url(../images/home-green-block-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	color:#FFFFFF;
	font-size:13px;
}
.homeBlock > div {
	padding:10px 18px;
}
.homeBlock ul, #leftPanel .greenSection ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.intro{
	float:left;
	width:540px;
	font-size:16px;
	line-height:24px;
}
.otherBlock{
	float:left;
	width:230px;
	padding-bottom:60px !important;
	position:relative
}
.homeBlock .otherBlock a{
	color:#FFFFFF;
	text-decoration:none
}
.homeBlock .otherBlock a:hover{
	color:#000000;
	text-decoration:none
}
#leftPanel .greenSection{
	padding:10px 18px;
	/*background-color:#55a02e;
	color:#FFFFFF;*/
	margin-bottom:15px
}
#leftPanel .greenSection ul{
	padding-bottom:15px;
}
.headerImg{
	float:right;
	width: 700px;
	padding:0px !important;
}
.captionblock{
	float:left;
	padding: 30px 18px !important;
	width: 300px;
	background-color:#6fb949;
	font-size:17px;
	line-height:24px;
	height:300px;
	}
.otherBlock .blackBtn{
	position:absolute;
	bottom:15px
}
.bottomLine{
	width:1000px;
	margin:30px auto;
	font-size:30px;
	color:#000000;
	font-weight:300;
	text-align:center
}
.blackStrapLine{
	background-color:#000000;
	padding:20px;
	width:460px;
	position:absolute;
	z-index:100;
	bottom:0px;
	right:0px;
	height:113px;
}
.blackStrapLine h1{
	font-size:55px;
	font-weight:bold;
	color:#64aa40;
}
.blackStrapLine h2{
	font-size:36px;
	font-weight:300;
	color:#fff;
	padding-bottom:0px;
}
.blackStrip{
	background-color:#000000;
	height:113px;
	width:100%;
	position:absolute;
	z-index:101;
	bottom:0px;
	right:-100%;
}
.pageTitle{
	background-color:#f3f3f3;
	color:#53337f;
	text-transform:uppercase;
	font-size:22px;
	border-bottom:1px solid #dfdfdf;
	padding:10px 10px;
	margin-bottom:20px;
}
img.leftAlign{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:250px;
	margin-top:5px;
}
img.rightAlign{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	width:250px;
	margin-top:5px;
}
.leftAlign{
	float:left;
}
.rightAlign{
	float:right;
}
.featureBox{
	padding:15px;
	background-color:#ebebeb;
	width:285px;
	margin-bottom:20px;
}
.blackBtn{
	background-color:#25292d;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	padding:3px 10px 3px 10px;
}
.blackBtn:hover{
	background-color:#54a82a;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.treatmentCell{
	float:left;
	margin-right:50px;
}
.staffImg{
	float:left;
	background-color:#f6f6f6;
	margin-right:15px;
	margin-bottom:8px;
	margin-top:5px;
}
#backtotop {
	position: fixed;
	right:15px;
	bottom:15px;
	display:none;/*hid the button first*/
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	padding:20px;
	height:21px;
	width:21px;
	color:#FFFFFF;
	font-weight:600;
	background-color:#151618;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-image: url(../images/back-to-top-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-1000;
	line-height:999;
	overflow:hidden
}
#backtotop a:hover {
	opacity:.8; /*mouse over fade effect*/
}
/*-----------------| misc end |---------------------*/



/*-----------------| left panel start |---------------------*/
.youngKept{
	background-color:#2c3777;
	color:#FFFFFF;
	padding:6px 50px 14px 10px;
	font-size:24px;
	font-weight:800;
	display:block;
	text-decoration:none;
	line-height:30px;
	background-image: url(../images/youngkept-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.youngKept:hover{
	background-color:#25292d;
}
#leftPanel .section{
	padding:10px;
	background-color:#ffffff;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.08);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.08);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.08);
	margin-bottom:20px;
}
.section h2{
	font-size:26px;
	color:#25272b;
	border-bottom:1px solid #cfd0d0;
	font-weight:800;
	margin-bottom:10px;
}
/* Sudo Slider */
#staff ul, #staff li{margin:0;padding:0;list-style:none;position:relative;display:block;}
#staff li {display:none; background-color:#FFFFFF}
#staff li span{display:block; margin-top:5px;}
#staff li:first-child {display:block;}
#staff, #staff li {width:250px;overflow:hidden;}
#staff a{
	text-decoration:none;
	font-weight:600;
}
/*-----------------| left panel end |---------------------*/





.formRow{
	display:block;
	overflow:hidden;
	clear:both;
	margin-bottom:16px;
}
.formRow label{
	 float:left;
	 width:120px;
	 font-weight:600;
	 display:block;
	 margin-top:4px;
}
.formRow input, .formRow textarea, .formRow select{
	width:300px;
	padding:5px;
	border:1px solid #cbcbcb;
	font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#393939;
}
.formRow textarea{
	width:385px !important;
}
.clearFormBtn{
	border-left:1px solid #3a3e42;
	border-top:1px solid #3a3e42;
	border-right:1px solid #202427;
	border-bottom:1px solid #202427;
	background-color:#25292d;
	color:#FFFFFF;
	font-size:14px;
	padding:4px 12px;
	font-family: 'Roboto', sans-serif;
	cursor:pointer
}
.submitBtn{
	border-left:1px solid #7fc959;
	border-top:1px solid #7fc959;
	border-right:1px solid #64ae3e;
	border-bottom:1px solid #64ae3e;
	background-color:#70b84b;
	color:#FFFFFF;
	font-size:14px;
	padding:4px 12px;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
/*  margin-left:15px;*/
}
.btnRow{
	padding-left:120px;
	clear:both;
	overflow:hidden;
	display:block;
}

/*-----------------| accordion start |---------------------*/
.accordionContainer h2 {
    cursor: pointer;
    background-image:url('https://kineticorthotics.ca/images/plus3.jpg');
    background-repeat:no-repeat;
    text-indent:23px;
    background-position:4px 10px;
    font-size: 17px;
    font-weight: 500;
}
.accordionContainer.servicesContainer h2 {
  font-size: 22px;
}
.accordionContainer .open {
    background-image:url('https://kineticorthotics.ca/images/minusb.jpg');
}
.accordionContainer .section {
  margin: 0 0 20px 23px;
}
/*-----------------| accordion end |---------------------*/






@media only screen and (min-width : 320px) and (max-width : 480px) {

#container, .centerBlock  {
	width:320px;
}
#header, .intro, .bottomLine, #mainArea{
	width:100%;

}
#mainArea{
	padding:20px 10px;
}
#header {
	padding:0px;
}
.blackStrip{

	display:none;
}
.otherBlock{
 width:100%;
 padding-bottom: 10px !important;

}
.otherBlock .blackBtn {
	position:relative;
	bottom:auto;
	margin-top:15px;

}
.bottomLine{
	line-height:28px;
	font-size:22px;
}
#footer{
	padding-left:10px;
	padding-right:10px;
}
#footer *{
	float:left
}

.blackStrapLine {
    bottom: auto;
    height: 113px;
    position: relative;
    right: auto;
    width: 100%;
}
#header .logo {
	padding-top:5px;
}
#header .logo img{
	width:60%;
	margin-bottom:10px
}

.contactInfo{
	top: 10px;
	color:#FFFFFF;
	  line-height: 22px;
}
.contactInfo .emailUs {
	color:#FFFFFF;
	font-size:12px
}
.contactInfo .callUs {
	color:#FFFFFF;
	font-size:22px
}
.bx-wrapper {
		margin-top:0px !important;
		padding:15px 0px !important;

	}
#rightPanel, #leftPanel, .headerImg, .captionblock {
	float:none;
	width:100%;
	height:auto
}
.headerImg img{
	width:100%;
}
.captionblock {
	padding: 10px 18px !important;
}
.formRow textarea {
width:100% !important;
}
.btnRow {
	padding-left: 0px;
	padding-bottom:30px;
}
#rightPanel iframe{
	width:100%;
}
#rightPanel small a{
	margin-bottom:15px;
}
#leftPanel .greenSection {
	padding: 10px 0px;
}
}
