@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@font-face {
  font-family: "DINNextLTPro";
  src: url('DINNextLTPro-Condensed.eot');
  src: url('DINNextLTPro-Condensed.eot?#iefix') format('embedded-opentype'),
       url('DINNextLTPro-Condensed.woff') format('woff'),
       url('DINNextLTPro-Condensed.ttf')  format('truetype'),
       url('DINNextLTPro-Condensed.svg#DINNextLTPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Global Style Start*/
body{
	color: #5a5a5a;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    text-rendering: optimizelegibility;
    word-wrap: break-word;
	font-size-adjust:none;
}
a{
	color: #5a5a5a;
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	text-decoration:none;
	outline:none;
}
a:link {
    color: #5a5a5a;
    font-style: normal;
    text-decoration: none;
}
a:hover{
	color:#4C4EA1;
}
.wrapper{
	width:880px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
div.main{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	height:200px;	
	border-bottom:0px solid #dcdcdc;
	border-top:0px solid #dcdcdc;
	background-size:auto 100% !important;
}
.blue{
	color:#4C4EA1;
}
strong, b {
	font-weight: bold;
}
/* Global Style End */

/* Header Start */
#header{
	background:#ffffff;
	width:100%;
	margin:0;
	border-bottom:1px solid #dcdcdc;
}
#logo{
	margin-left:-3px;
	height:56px;
	float:left;
	margin-top:33px;
}
#header a p{
	color: #5a5a5a;
	float:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}
#header a:hover p,a:hover p{
	color:#4C4EA1;
}
#header #menu{
	display:block;
}
.open{
	cursor:pointer;
}
#header #list-menu{
	display:none;
}
#header #m-menu{
	display:none;
	float:right;
	margin:40px 0 27px 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: right;
}
#header ul{
	margin:66px 0px 27px 0px;
	padding:0;
	overflow:hidden;
	float:right;
	list-style:none;
	list-style-type:none;
}

#header ul li{
	margin:0 0 0 15px;
	padding:0;
	overflow:hidden;
	float:left;
	list-style:none;
	list-style-type:none;
	min-height:31px;
}
#header ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: right;
	color:#5a5a5a;
}

/* Header End */



/* Slider Starts */

#Slider{
	height: 347px;
    overflow: hidden !important;
    padding: 0;
    position: relative;
    width: 100%;
}

#carousel img{
	width:940px;
	height:347px;
	margin-top:0;
}

#carousel a, #carousel span, #carousel > div{
			position:relative;
		}
#carousel span img, #carousel > div img{
	opacity:0.5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#carousel span.active img, #carousel > div.active img{
	opacity:1;
}

#carousel img, #carousel a, #carousel span, #carousel > div{
	display: block;
	float: left;
}
#carousel ul{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	list-style:none;
}
#carousel ul li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	list-style:none;
}

#prev, #next {
	display: block;
	height: 24px;
	width: 20px;
	top:50%;
	left:50%;
	margin-top:-12px;
	position: absolute ;
	z-index:50;
	opacity:0.5;
}
#prev {
	background:url('../images/prev.png') no-repeat scroll 0 0;
	margin-left:-510px;
	background-size:100% 100%;
}
#next {
	background:url('../images/nxt.png') no-repeat scroll 0 0;
	margin-left:490px;
	background-size:100% 100%;
}
#prev:hover, #next:hover {
	opacity:1;
}

.text-cont {
    background-color: #494b9f;
    position: absolute;

	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
	top:80px;
    left: 0px;
    line-height: 26px;
    padding: 12px 20px 15px 30px;
    text-align: left;
    width: 250px;
	display:none;
    z-index: 42;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#carousel span.active .text-cont, #carousel div.active .text-cont{
	display:block;
}


.text-cont.r{
	left:auto;
	right:0;
}
.text-cont h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:25px;
	line-height:40px;
	margin-bottom:2px;
	margin:0 0 5px 0;
	color:#ffffff;
	padding:0;
}
.text-cont p{
	margin:0 0 5px 0;
	padding:0;
}
.text-cont a{
	color:#ffffff;
	margin:0;
	padding:0;
}
.text-cont a:hover{
	color:#ffffff;
}


/* Slider Ends*/

/* Index Start */

.services{
	width:160px;
	height:auto;
	padding:0;
	margin:0 0px 0 0;
	text-align:center;
	overflow:hidden;
	float:left;
}
.services i{
	font-size: 70px;
	text-align: center;
	color:#024C8C;
	line-height: 170px;
}
.inner-content a{
	text-decoration: none;
	color: #62718C;
	font-size: 16px;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:28px;
	
	-webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
	-ms-transition: all 400ms ;
	-o-transition: all 400ms ;
	transition: all 400ms ;
}
.merge{
	float:left;
	margin:20px 20px 0px 0;
	padding:0;
	width:160px;
	height:auto;
}

.merge a p{
	font-size: 13px;
	color: #4c4ea1;
	line-height: 14px;
	padding: 8px 0 ;
	margin: 0px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	width:100%;
	overflow:hidden;
	float:left;
}
.inner-content .merge:nth-child(5n+5){
	margin-right:0;
}

/* Index End */

/* community start */
.comm p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #0089c4;
	line-height: 28px;
	padding: 10px 0 10px 20px;
}
/* community end */

/* about start */
.inner-content{
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.inner-content.about{
	margin:20px 0 0px 0;
	padding:0;
	float:left;
	width:auto;
	height:auto;
	border:1px solid #dcdcdc;
	background:#ffffff;
}
.inner-content.about > img{
	width:300px;
	float:left;
}
.about-txt{
	padding:0px;
	margin:0px;
	width:580px;
	float:left;
}
.about-txt .para{
	margin:15px 0;
}
.about-txt .para:last-child{
	margin-bottom: 0px;
}
.about-txt .para h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #5a5a5a;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight:400;
}
.inner-content h1{
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	color:#848282;
	line-height:40px;
	font-weight: 400;
	margin-bottom:10px;
}
.inner-content p,.inner-content td, .about-txt .para p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#5a5a5a;
	line-height:28px;
	text-align:left;	
}
.inner-content .comm p{
	font-size:16px;
	color: #62718C;
}

/* about end */

/* client plus staff start */
	.image-content{
		border:1px solid #dcdcdc;
		width:298px;
		height:auto;
		padding:0;
		margin:10px 20px 20px 0;
		background:#efefef;
		float:left;
	}
	.image-content img{
		width:100%;
	}
	.inner-content .image-content:nth-child(3n+3){
		margin-right:0;
	}
	.image-content h2{
		color:#848282;
		line-height:40px;
		font-size:25px;
		padding:7px 0 10px 20px;
		margin:0;
		text-align:left;
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		border-bottom:1px solid #dcdcdc;
	}
	.image-content .staff{
		margin:0;
		padding:10px 0;
		width:100%;
		border-bottom:1px solid #dcdcdc;		
	}
	.image-content .staff p{
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		color:#0089c4;
		line-height:28px;
		padding: 0px 0 0px 20px;
	}
	.image-content .staff p i{
		margin-right:5px;
	}
	.image-content .staff p span{
		font-family: "SSPika";
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		text-rendering: optimizeLegibility;
		white-space: nowrap;
		-moz-font-feature-settings: "liga=1";
		-moz-font-feature-settings: "liga";
		-ms-font-feature-settings: "liga" 1;
		-o-font-feature-settings: "liga";
		font-feature-settings: "liga";
		-webkit-font-smoothing: antialiased;
		color:#0089c4;
		font-size:16px;
		line-height:30px;
		margin: 0 10px 0 0;	
	}
	.image-content .address{
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		min-height:145px;
		font-weight:400;
		color:#5a5a5a;		
		line-height:28px;
		padding: 15px 0 20px 20px;
	}
	.para{
		margin-top:25px;
		float:left;
	}
/* client plus staff end*/
/* Sports Medicine starts*/
.left-content{
	width:699px;
	float:left;
	/*margin-left:20px;*/
	padding:0;
	overflow:hidden;
}
.left-content h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #848282;
	line-height: 55px;
	font-weight: 400;
}
.right-content{
	
	float:right;
	padding:0;
	margin:0;
	width:220px;
}
.right-content .inner-content{
	margin-top:40px;
}
.right-content .inner-content .header{
	color: #7F7F7F;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25;
	text-align: left;
	padding: 0px 0px 10px;
}
.right-content .content{
	width:220px;
	background:#EFEFEF;
	padding:10px 0;
	margin:0;
	float:left;
}
.right-content .content p{
	padding:10px 0;
}
.right-content .content a{
	color: #5B5B5B;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	margin:20px;
	padding:0;
}
.right-content .content a:hover {
color: #62718C;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.leftsidebar{
	float: left;
	z-index: 33;
	width: 699px;
	min-height: 714px;
	position: relative;
	margin-top:40px;
}

.leftsidebar p{
	text-align: left;
	line-height: 2;
	padding-bottom: 10px;
	color: #7F7F7F;
	font-family: 'Open Sans', sans-serif;
}
.leftsidebar .header {
	color: #7F7F7F;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25;
	text-align: left;
	padding: 0px 0px 10px;
}
.leftsidebar .subh-head {
	color: #7F7F7F;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25;
	text-align: left;
	padding: 0px 0px 10px;
}
/*Sports Medicine ends*/

/* Footer Start */

#footer{
	width:100%;
	margin:40px 0 0 0;
	padding:28px 0;
	background:#DCDCDC;
}
#footer p{
	color: #7F7F7F;
    font-size: 25px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
	width:400px;
	float:left;
	text-transform:capitalize;
}
#footer .sans{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    letter-spacing: 1px;
	font-size: 20px;
	/*width:260px;*/
	margin:15px 0;
	clear:both;
	text-transform:none;
	font-weight:400;
}
#footer p.last{
	font-size:20px;
	line-height:26px;
}
p.copyright{
	color: #5a5a5a;
    font-size: 12px;
    text-align: left;
	float:left;
	clear:both;
	font-family: 'Open Sans', sans-serif;
	margin:20px 0;
	text-transform:none;
	letter-spacing: 0;
}
#footer .icon-cont{
	width:240px;
	margin:10px 0 0 0;
	padding:0;
	float:right;
}
#footer .icon{
	min-height: 38px;
    width: 112px;
}
#footer .icon a i{font-size:68px; color:#5a5a5a;}
.grpelem{
	display: inline;
    float: right;
}
/* Footer End */
/* Index Start */
.contact-bar{
	width:280px;
	margin:0;
	padding:0;
	float:left;
	height:auto;
}
.bar-content, .newsletter{
	line-height: 1.25;
	color: #FFFFFF;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight: 400;
	margin-top:0px;
	float:left;
	text-transform:capitalize;
}
.newsletter{
	margin-left:145px;
	margin-right:145px;
}
.bar-content .icon{
	margin:20px 0 0 0;
	
}
.bar-content .icon a,.bar-content .icon a:hover{
	color:#ffffff;
}
.bar-content .icon p{
	font-size:20px;
	float:right;
	color:#ffffff;
}
.bar-content .icon i{
	margin-right:20px;
	float:left;
	color:#4C4EA1;
}
.bar-content .inner-header {
    width: 100%;
}

.newsletter input[type="text"]{
	width:200px;
	height:28px;
	border:1px solid #ebebeb;
	background:none;
	margin:20px 0 0 0;
	font-size:15px;
	color:#5a5a5a;
	padding:0 0 0 10px;
	font-weight:400;
	background:#ffffff;
}
.opper{
	margin:0;
	padding:0;
}
.opper h1{
	padding-top:25px;
}
.opper a{
	color:#0089c4;
}


.opper a,.opper p{
	line-height:40px;
	
}
.wrapper .inner-content .about-desc{
	padding-left:320px;
	padding-right:20px;
}
.wrapper .inner-content .about-desc h1{
	margin-top:17px;
	font-size:30px;
	line-height:36px;
}
.wrapper .inner-content .about-desc p{
	margin-bottom:10px;
}

.wrapper.form-page{
	background:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
}
.wrapper.form-page table tr td p.full-txt{
	margin:0;
	padding:10px 20px 0px 20px;
	width:900px;
	font-family: 'Open Sans', sans-serif;
}
.wrapper.form-page table tr td input[type="text"], .wrapper.form-page table tr td select{
	margin:5px 0px 0px 20px;
	padding:5px;
	height:24px;
	font-family: 'Open Sans', sans-serif;
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	line-height:24px;
	width:354px;
}
.wrapper.form-page table tr td .txt-area{
	margin:5px 0px 0px 20px;
	padding:5px;
	height:218px;
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	line-height:24px;
	width:720px;
	font-family: 'Open Sans', sans-serif;
}
.wrapper.form-page table tr td input[type="button"]{
	margin:51px 0px 69px 20px;
	padding:5px;
	height:34px;
	border: none;
	background:#5a5a5a;
	color:#ffffff;
	width:80px;
	font-family: 'Open Sans', sans-serif;
}

.wrapper.form-page table tr td input[type="submit"]{
	margin:51px 0px 69px 20px;
	padding:5px;
	height:34px;
	border: none;
	background:#5a5a5a;
	color:#ffffff;
	width:80px;
	font-family: 'Open Sans', sans-serif;
}

.ui-datepicker-trigger {
	position: relative;
    cursor: pointer; 
	top: 13px;
}
 .wrapper.form-page table tr td select{
	 height:34px;
	 line-height:34px;
	 padding:0 0 0 5px;
	 width:366px;
	 font-family: 'Open Sans', sans-serif;
}
.wrapper.form-page table tr td input[name="mm"], .wrapper.form-page table tr td input[name="ph1"]{
	width:68px;
	margin-right:5px;
}
.wrapper.form-page table tr td input[name="dd"], .wrapper.form-page table tr td input[name="ph2"]{
	width:68px;
	margin-left:5px;
	margin-right:5px;
}
.wrapper.form-page table tr td input[name="yyyy"], .wrapper.form-page table tr td input[name="ph3"]{
	width:68px;
	margin-left:5px;
	margin-right:5px;
}
.wrapper.form-page table tr td p.full-txt span.fir{
	width:103px;
	float:left;
}
.wrapper.form-page table tr td p.full-txt span.red{
	color:#ff0000;
}
.wrapper.form-page table tr td span.slash{
	font-size:15px;
}

/* Index End */


/* SHO STYLE */

	#header ul li a { font-size:14px; font-weight:400; }
	a:hover { color:#4C4EA1; }
	#header ul { margin:66px 0px 20px 0px; }
	.inner-header h1 { font-size:25px; font-weight:400; padding-top:35px; font-family: 'Open Sans', sans-serif; }
	.inner-header h1.about-heading{padding-bottom:20px;}
	.full-width .paragaraph p { color:#5a5a5a; font-size:13px; }
	
	.left-container h1, .bar-content p, .newsletter p { font-family: 'Open Sans', sans-serif; font-size:25px; }
	.wrapper .inner-content .about-desc h1 { font-family: 'Open Sans', sans-serif; font-size:20px; }
 
/* END SHO STYLE */



@media only screen and (max-width : 1024px ){
#prev {
	margin-left:0;
	left:0;
}
#next {
	margin-left:0;
	left:auto;
	right:0;
}
#prev, #next {
	display:none !important;
}
.text-cont {
	top:40px;
}
	div.main{
		background-size:auto 100% !important;
	}
.wrapper{
	width:660px;
}
#header #list-menu{
	width:660px;
	margin:0 50%;
	height:auto;
	padding:0;
	position:absolute;
	left:-330px;
	overflow:hidden;
	display:block;
	z-index:100;
}

#header #list-menu ul{
	width:658px;
	display:none;
	margin:0px 0 0 0;
	border-top:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
}

#header #list-menu li{
	margin:0px;
	float:none;
	min-height:auto;
	background:#ffffff;
	cursor:pointer;
	border-bottom:1px solid #DCDCDC;
}
#header #list-menu ul li a{
    text-align: left;
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	padding:20px;
	width:618px;
	float:left;
}
#header #list-menu ul li:hover,#header #list-menu ul li.active{
	background: #4C4EA1;
}
#header #list-menu ul li:hover a,#header #list-menu ul li.active a{
	color:#ffffff;
}
.image-content{
	margin: 0 20px 0 0;
}
.image-content ,.image-content img{
    width: 228px;
}
#footer p {
	width: 570px;
}
#footer .icon-cont{
	width:160px;
}
.services{
    width: 150px;
}
.merge{
    width: 150px;
}
.newsletter {
    margin-left: 40px;
    margin-right: 40px;
}
.left-content{
	width:489px;
}
.leftsidebar {
	width:100%;
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
#carousel img, #carousel iframe{
	width:720px;
	height:265px;
	margin-top:0;
}
#Slider{
	height:265px;
}
.wrapper .inner-content .about-desc{
	padding-left:320px;
}
.contact-bar {
    width: 150px;
}
.bar-content .icon i {
    margin-right: 100px;
}

}
@media only screen and (max-width : 729px){
	.inner-content.about > img{
		width:175px;
	}
.merge a p{
	width:95px;
	margin-bottom:0px;
}
.bar-content .icon p{
	font-size:12px;
}
.about-txt{
	width:440px;
}
#Slider {
	background:none;
}
#header #menu{
	display:none;
}
#header #m-menu{
	display:block;
}
.wrapper{
	width:440px;
}
#header #list-menu{
	width:440px;
	margin:0 50%;
	height:auto;
	padding:0;
	position:absolute;
	left:-220px;
	overflow:hidden;
	display:block;
	z-index: 100;
}

#header #list-menu ul{
	width:438px;
	display:none;
	margin:0px 0 0 0;
	border-top:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
}

#header #list-menu li{
	margin:0px;
	float:none;
	min-height:auto;
	background:#ffffff;
	cursor:pointer;
	border-bottom:1px solid #EFEFEF;
}
#header #list-menu ul li a{
    text-align: left;
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	padding:10px;
	width:417px;
	float:left;
}
#header #list-menu ul li:hover,#header #list-menu ul li.active{
	background: #494B9F;
}
#header #list-menu ul li:hover a,#header #list-menu ul li.active a{
	color:#ffffff;
}
.image-content{
	margin-bottom:20px;
}
.image-content ,.image-content img{
    width: 438px;
}
.inner-content{
	margin-top:20px;
}
.inner-content h1{
	font-size:20px ;
	margin-bottom:0;
	line-height:30px;
}
.inner-content p{
	font-size:13px !important;
	line-height:22px;
}
.image-content h2 {
    font-size: 16px;
}
.image-content .staff p {
    font-size: 13px;
}
#footer .icon-cont{
	width:440px;
	position:absolute;
	margin-top:107px;
}
#footer p {
	font-size:25px;
	width: 440px;
}
#footer p.copyright {
    font-size: 13px;
}
.services , .merge{
    width: 95px;
	margin-bottom:0;
}
.contact-bar {
    width: 95px;
}
.bar-content .icon i {
    margin-right: 40px;
}
.newsletter{
	display:none;
}
.bar-content.r{
	float:right;
}
.services i{
	line-height: 135px;
}
.left-content{
	width:100%;
}
.leftsidebar {
	width:100%;
}
.right-content{
	width:100%;
}
.right-content .content {
	width:100%;
}
#footer p.last {
}
#footer p {
}
#carousel img, #carousel iframe{
	width:auto;
	height:276px;
	margin-top:0;
	margin-bottom:0px;
}
#carousel iframe{
	width:490px;
}
#Slider{
	height:276px;
}
#carousel span, #carousel > div{
	width:490px;
	height:276px;
	overflow:hidden;
}
#logo {
    height: 50px;
	margin-top:14px;
}
.text-cont{
	top:auto;
	bottom:5px;
}
.text-cont p.descri{
	display:none;
}
.bar-content .icon p.call{
	font-size:22px;
}
.wrapper .inner-content .about-desc{
	padding-left:195px;
}
.wrapper.form-page table tr td .txt-area {
	width:388px;
}
}
@media only screen and (max-width : 469px){
.about-txt{
	width:280px;
}
#logo {
    margin-right: 0px;
    margin-top: 14px;
	height:30px;
	width:89px;
}.bar-content .icon p.call{
	font-size:12px;
}
.merge a p{
	width:128px;
	margin-bottom:0;
}
#carousel img, #carousel iframe{
	width:auto;
	height:169px;
	margin-top:0;
	margin-bottom:0px;
}
#carousel iframe{
	width:300px;
}
#carousel span, #carousel > div {
    height: 169px;
    overflow: hidden;
    width: 300px;
}
#Slider, #carousel iframe{
	height:169px;
}
.text-cont{
	width:150px;
	font-size: 10px;
    line-height: 14px;
    padding: 6px 9px 8px;
}
.text-cont h1 {
    font-size: 16px;
    line-height: 20px;
}
.open {
    margin-top: 10px;
}
#header a p {
    font-size: 12px;
	line-height:28px;
}
#header #menu{
	display:none;
}
#header #m-menu{
	display:block;
    font-size: 12px;
	margin-top:15px;
	margin-bottom:20px;
}
.wrapper{
	width:280px;
}
.inner-header h1 {
    font-size: 20px;
}
#header #list-menu{
	width:280px;
	margin:0 50%;
	height:auto;
	padding:0;
	position:absolute;
	left:-140px;
	overflow:hidden;
	display:block;
	z-index: 100;
}

#header #list-menu ul{
	width:278px;
	display:none;
	margin:0px 0 0 0;
	border-top:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
}

#header #list-menu li{
	margin:0px;
	float:none;
	min-height:auto;
	background:#ffffff;
	cursor:pointer;
	border-bottom:1px solid #EFEFEF;
}
#header #list-menu ul li a{
    text-align: left;
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	padding:10px;
	width:257px;
	float:left;
	font-size:13px;
}
#header #list-menu ul li:hover,#header #list-menu ul li.active{
	background: #4C4EA1;
}
#header #list-menu ul li:hover a,#header #list-menu ul li.active a{
	color:#ffffff;
}
.image-content{
	margin-bottom:20px;
}
.image-content ,.image-content img{
    width: 278px;
}
.inner-content{
	margin-top:20px;
}
.inner-content h1{
	font-size:20px;
	margin-bottom:0;
	line-height:30px;
}
.inner-content p{
	font-size:13px;
	line-height:22px;
}
.image-content h2 {
    font-size: 16px;
}
.image-content .staff p {
    font-size: 13px;
}
#footer .icon-cont{
	width:280px;
	position:absolute;
	margin-top:100px;
}
#footer p {
	font-size:20px;
	width: 280px;
	line-height:30px;
}
#footer .sans, #footer p.last {
	font-size:16px;
	line-height:30px;
	margin:10px 0;
}
#footer p.copyright {
    font-size: 13px;
}
.services , .merge{
	margin-bottom:0;
    width: 130px;
}
.contact-bar{
	width:280px;
}
.bar-content .icon i {
    margin-right: 20px;
}
.bar-content, .newsletter {
	margin-top:0px;
	width:280px;
}
.bar-content .icon p {
    font-size: 16px;
}
#footer .icon-cont {
    margin-top: 143px;
}
.newsletter{
	display:none;
}
.bar-content.r{
	float:right;
}
.inner-content .merge:nth-child(2n+2) {
    margin-right: 0;
}
.services {
	background-size:auto 100%;
}
.services i{
	line-height: 135px;
}
.left-content{
	width:100%;
}
.leftsidebar {
	width:100%;
}
.right-content{
	width:100%;
}
.right-content .content {
	width:100%;
}
.para {
    float: left;
    margin-top: 10px;
}
.opper h1 {
    padding-top: 10px;
}
#footer {
    margin: 20px 0 0;
    padding: 30px 0 45px;
}
.leftsidebar {
    margin-top: 20px;
}
.right-content .inner-content {
    margin-top: 20px;
}
#footer .icon {
    width: 90px;
}
.leftsidebar p{
	font-size:13px;
	line-height:22px;
}
.inner-content.about > img {
    width: 280px;
}
.wrapper .inner-content .about-desc{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
.wrapper.form-page table tr td input[type="text"], .wrapper.form-page table tr td select{
	width:228px;
}
.wrapper.form-page table tr td input[name="mm"], .wrapper.form-page table tr td input[name="ph1"]{
	width:40px;
	margin-right:5px;
}
.wrapper.form-page table tr td input[name="dd"], .wrapper.form-page table tr td input[name="ph2"]{
	width:40px;
	margin-left:5px;
	margin-right:5px;
}
.wrapper.form-page table tr td input[name="yyyy"], .wrapper.form-page table tr td input[name="ph3"]{
	width:40px;
	margin-left:5px;
	margin-right:5px;
}
.wrapper.form-page table tr td p.full-txt span.fir{
	width:75px;
	float:left;
}
.wrapper.form-page table tr td .txt-area{
	width:228px;
}
.chzn-container{
	width:240px !important;
}
.chzn-container .chzn-drop{
	width:238px !important;
}
}