@charset "utf-8";
/* CSS Document */

@font-face{
	src:url(../fonts/calibri, verdana, arial/calibri.ttf);
	font-family:calibri;
}
@font-face{
	src:url(../fonts/kozuka/KozGoPro-Light.otf);
	font-family:kozuka;
}
@font-face{
	src:url(../fonts/play, verdana, arial/play-Regular.ttf);
	font-family:play;
}
@font-face{
	src:url(../fonts/openSans/openSans-Regular.ttf);
	font-family:openSans;
}
body{
	margin:0;
	font-family:calibri, verdana, arial;
	background:#000;	
}
li{
	list-style-type:none;	
}
img{
	border:none;
}
a{
	text-decoration:none;
}
header{
	width:100%;
	height:110px;	
	float:left;
	background:#262626;
}

.headerTop{
	width:100%;
	float:left;
	background:#16776b;	
	height:31px;
	
}

.headerTop span{
	width:1170px;
	margin:0;
	padding:8px 0;
	float:left;
}
.headerTop span p{
	color:#bee8e3;
	float:left;
	border-right: 1px solid #bee8e3;
	font-size:14px;
	font-family:openSans, verdana, arial;
	padding:0px 30px;
	line-height:14px;
	margin:0;
}

.row{
	width:1170px;
	margin:0 auto;
	padding:0;
	height:auto;	
	position:relative;
}

@media screen and ( max-width: 1004px) {
	.row{
	width:100%;
	margin:0 auto;
	padding:0;
	height:auto;	
}
		
}




ul.headerTopMenu{
	float:left;
	margin:0;
	padding:0;
}
ul.headerTopMenu li{
	float:left;
	margin:0 5px;
	color:#b1aee1;
	letter-spacing:-0.5pt;
}
ul.headerTopMenu li:first-child{
	margin:0 5px 0 0;
}
ul.headerTopMenu li a{
	color:#e0deff;
	text-decoration:none;
	padding:5px 12px;
	float:left;
	background:#7e7abc;
	border-radius:0 0 6px 6px;
}

ul.headerTopMenu li a:hover{
	animation:topMenuhover 0.5s ease-in;
	background:#3a367e;
}
@keyframes topMenuhover{
	0%{background:#7e7abc;}
	100%{background:#3a367e;}	
	
}
ul.topContact{
	float:left;
	padding:0 0;
	margin:8px 0;	
}
ul.topContact li{
	width:auto;	
	color:#dddddd;
	font-size:13px;
	float:left;
	padding:0 10px;
	margin:0;
}
ul.topContact li:first-child{
	border-right:2px solid #ddd;
	padding:0 10px 0 20px ;
}


ul.topSearch{
	margin:0;	
	padding:0;
	position:absolute;
	right:20px;
	top:15px;
}
ul.topSearch input[type=text]{
	border-radius:25px 0 0 25px;
	border:1px solid #e4e4f2;
	padding:8px 15px;
	margin:1px 0 0 0;
	background:#fff;
	color:#c7c5e7;
}
ul.topSearch i{
	border-radius:0 25px 25px 0;
	border:1px solid #e4e4f2;
	padding:8px 15px;
	margin:0px 0 0 -1px;
	background:#f3f3fe;
	color:#7e7abc;
}
ul.topSearch i:hover{
	background:#eaeaf9;
}



ul.topSocial{
	float:right;
	padding:0;	
	margin:0;
}
ul.topSocial li{
	float:left;	
	width:34px;
	height:34px;
	margin:0 1px 0 0;
	cursor:pointer;
}
ul.topSocial li:last-child{
	margin:0 0px 0 0;
}
ul.topSocial li.fb{
	background:url(../images/topSocial.png);
	background-position:0 0;	
}
ul.topSocial li.tw{
	background:url(../images/topSocial.png);
	background-position:-34px 0;		
}
ul.topSocial li.gl{
	background:url(../images/topSocial.png);
	background-position:-68px 0;		
}
ul.topSocial li.yt{
	background:url(../images/topSocial.png);
	background-position:-102px 0;		
}

ul.topSocial li.fb:hover{
	animation:topfbHvr 0.5s;
	background-position:0 34px;
}
ul.topSocial li.tw:hover{
	animation:toptwHvr 0.5s;
	background-position:-34px 34px;
}
ul.topSocial li.gl:hover{
	animation:topglHvr 0.5s;
	background-position:-68px 34px;
}
ul.topSocial li.yt:hover{
	animation:topytHvr 0.5s;
	background-position:-102px 34px;
}

@keyframes topfbHvr{
	0%{	
	background-position:0 0;}
	100%{ 
	background-position:0 34px;}	 
}

@keyframes toptwHvr{
	0%{	
	background-position:-34px 0;}
	100%{ 
	background-position:-34px 34px;}	 
}

@keyframes topglHvr{
	0%{	
	background-position:-68px 0;}
	100%{ 
	background-position:-68px 34px;}	 
}

@keyframes topytHvr{
	0%{	
	background-position:-102px 0;}
	100%{ 
	background-position:-102px 34px;}	 
}


.logoSec{
	width:100%;
	height:auto;
	background:#262626;	
	padding:0px 0;
	float:left;
	position:relative;
}
.logo{
	width:	190px;
	float:left;
	padding:6px 0 0 0;
}
.logo img{
	margin:0;
	padding:0;
	width:100%;
}

@media screen and ( max-width : 1000px ) {
	.logo{
	width:	38%;
}	
}


ul.mainMenu{
	width:auto;
	padding:0;
	margin:0;
	position:absolute;
	left:350px;	
}

ul.mainMenu li{
	padding:0;
	float:left;
	margin:0 1px;	
	position:relative;
}

ul.mainMenu li:hover{
	background:#7c78ba;	
	color:#fff;
}
ul.mainMenu li:hover a{
	color:#fff;
}

ul.mainMenu li ul{
	width:200px;
	position:absolute;
	top:92px;
	padding:0;
	margin:0;
	z-index:11;
	border-top:1px solid #fff;
	
}
ul.mainMenu li ul li{
	width:150px;
	padding:0px 0;
	margin:0;	
}
ul.mainMenu li ul li a{
	color:#fff;	
	font-family:arial;	
	font-size:12px;
	padding:10px 10px;
	text-transform:uppercase;
	float:left;
	margin:0;
	background:rgba(0,0,0,0.5);
	/*background:rgba(124,120,186,0.8);*/
	width:130px;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
ul.mainMenu li ul li:last-child a{
		border-bottom:0px solid rgba(255,255,255,0.5);
}


ul.mainMenu li a{
	color:#cacaca;
	font-family:play, verdana, arial;	
	font-size:17px;
	padding:45px 20px 10px;
	text-transform:uppercase;
	float:left;
	margin:0;
	background:#262626;
	border-bottom:4px solid #262626;
	animation:menuLeav 0.5s;
}


ul.mainMenu li a.active{
	background:#141414;color:#fff;border-bottom:4px solid #6bc2b8;
}

ul.mainMenu li a:hover{
	animation:menuHvr 1s;
	background:#141414;	
	color:#fff;
	border-bottom:4px solid #6bc2b8;
}
@keyframes menuHvr{
	0%{background:#262626;border-bottom:4px solid #262626;color:#cacaca;}
	100%{background:#141414;color:#fff;border-bottom:4px solid #6bc2b8;}	
}
@keyframes menuLeav{
	0%{background:#141414;color:#fff;border-bottom:4px solid #6bc2b8;}
	100%{background:#262626;border-bottom:4px solid #262626;color:#cacaca;}	
}


.qeBtn{
	background:#16776b;
	width:150px;
	height:49px;
	border-radius:5px;
	color:#fff;
	font-family:	play, verdana, arial;
	font-size:17px;
	text-transform:uppercase;
	border:none;
	position:absolute;
	right: 0;
	top: 15px;
	cursor:pointer;
	animation:buttonBgRet 0.5s;
}
.qeBtn:hover{	
	background:#0c5c52;
	animation:buttonBg 1s;	
}
@keyframes buttonBg{
	0%{background:#16776b}
	100%{background:#0c5c52}	
}
@keyframes buttonBgRet{
	0%{background:#0c5c52}
	100%{background:#16776b}	
}


.sliderSec{
	width:100%;	
	float:left;
	background:#000;
	padding:20px 0;
}

@keyframes buttonHvr{
	0%{background:#716da9;}
	100%{background:#4c4895;}
}


ul.homeAppoint{
	width:274px;
	height:396px;
	background:url(../images/formBg.jpg) no-repeat;
	float:left;
	padding:0;
	margin:0;
}
ul.homeAppoint h2{
	background:#fcfcfc;
	padding:6px 0 6px 20px;
	color:#7c78ba;	
	font-family:calibri, verdana, arial;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15pt;
	margin:13px 0 0 50px;
	position:relative;
}
ul.homeAppoint img{
	position:absolute;	
	top:-30px;
	left:-50px;
}
ul.homeAppoint input[type=text] {
	width:207px;
	height:36px;
	color:#7c78ba;
	border:1px solid #c2bfda;
	margin:8px 15px;
	padding:0 0 0 35px;
}
ul.homeAppoint input.name {
	background:url(../images/personImg.png) no-repeat #fdfdfd;
	margin:25px 15px 8px 15px;
}
ul.homeAppoint input.mobile {
	background:url(../images/callIcon.png) no-repeat #fdfdfd;
}
ul.homeAppoint input.email {
	background:url(../images/msgIcon.png) no-repeat #fdfdfd;
}
ul.homeAppoint input.date {
	background:url(../images/clndIcon.png) no-repeat #fdfdfd;
}

ul.homeAppoint input[type=button] {
	width:100px;
	height:36px;
	background:#716da9;
	color:#fff;
	border:1px solid #6a679a;
	margin:8px 0px 8px 15px;
	padding:0;
	font-family:calibri, verdana, arial;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	float:left;
	cursor:pointer;
}
ul.homeAppoint input[type=button]:hover{
	animation:buttonHvr 0.5s;
	background:#4c4895;	
}
@keyframes buttonHvr{
	0%{background:#716da9;}
	100%{background:#4c4895;}
}
.formOutText{
	color:#9895c7;
	font-family:calibri, verdana, arial;
	font-size:13px;	
	float:left;
	padding:0 0 0 5px;
}



.formOutText{
	color:#9895c7;
	font-family:calibri, verdana, arial;
	font-size:13px;	
	float:left;
	padding:0 0 0 5px;
}

.homeSlider{
	width:100%;
	height:auto;	
	float:left;
	padding:0;
	margin:0;
}

.homeCaption{
	background:#fafafa;
	padding:20px 0;	
	text-align:center;
	font-size:18px;
	font-family:kozuka, verdana, arial;
	float:left;
	width:100%;
	margin:0px 0 0 0;
	color:#606060;
	text-transform:uppercase;
	line-height:30px;
}
.homeCaption span{
	color:#535353;
	font-size:25px;
}

.mainContent{width:100%;float:left;background:121212;padding:0;margin:0;}

.homeLeft{
	width:266px;
	float:left;
	margin:0;
	padding:10px 18px;
	border-right:1px solid #232323	;
	background:#080808;	
}
.homeRight{
	width:810px;
	float:left;
	margin:0;
	padding: 10px 5px 0 52px;
}
.innerRight{
	width:840px;
	float:left;
	margin:0;
	padding: 10px 5px 0 20px;
}



.roundNoteSec{
	width:100%;
	float:left;
	background:#fafafa;
	padding:60px 0;
}

ul.leftNote{
	width:266px;
	height:auto;
	float:left;
	padding:0 0 10px 0;
	margin:0 0 0 0px;
	position:relative;
	border-bottom:1px solid #232323;
}
ul.leftNote:first-child{
	margin:0 0px 0 0;	
}
ul.leftNote:last-child{
	margin:0 0px 0 0px;
	float:right;	
}
ul.leftNote img{
	margin:0 0 0 0px;
	width:265px;
	height:118px;
	display, verdana, arial:block;	
	position:relative;
	border-radius:12px 0 12px 0;
	left:0;
	top:0;
	border:1px solid #41bfb1;
	padding:0;
}
ul.leftNote h2{
	width:100%;
	text-align:left;
	color:#fff;
	font-size:18px;
	font-family:play, verdana, arial;
	padding:15px 0 5px 0;
	margin:0 0% 10px 0;
	border-bottom:1px solid #6bc2b8;
	font-weight:normal;	
}
ul.leftNote p{
	width:100%;
	text-align:justify;
	color:#696969;
	font-size:14px;
	font-family:openSans, verdana, arial;
	padding:5px 0;
	margin:0 0%;
	line-height:20px;
}
ul.leftNote input[type=button] {
	width:auto;
	height:auto;
	background:none;
	color:#16766b;
	font-size:13px;
	border:none;
	margin:0;
	cursor:pointer;
	text-align:right;
	position:relative;
	font-family:play, verdana, arial;
	text-transform:uppercase;
	float:right;
}
ul.leftNote input[type=button]:hover{
	color:#fff;
}



.specialitySec{
	width:100%;
	height:282px;
	background:url(../images/specialitiesBg.png) no-repeat left top #d3edfd;
	padding:0;
	margin:0;	
	float:left;
}

ul.specialities{
	width:500px;
	float:right;
	padding:20px 0;	
	position:relative;
}
ul.specialities h2{
	color:#313131;
	font-size:17px;
	font-family:kozuka, verdana, arial;
	padding:0;
	margin:0;
	border-bottom:1px solid #716da9;
	font-weight:normal;	
	text-transform:uppercase;
}
ul.specialities li{
	color:#2a2a2a;
	font-size:12px;
	font-family:kozuka, verdana, arial;
	padding:0;
	margin:0 0 0 18px;
	list-style-image:url(../images/arrowBullet.png);
	width:90%;
	float:left;
}
ul.specialities li:last-child{
	list-style:none;	
}
ul.specialities input[type=button] {
	background:#7c77b9;
	color:#fff;
	font-size:13px;
	border:none;
	border-radius:20px 0 0 20px;
	margin:0;
	display, verdana, arial:block;
	cursor:pointer;
	text-align:right;
	position:relative;
	right:0;
	bottom:0;
	padding:7px 20px;
	float:left;
}
ul.specialities a{
	float:right;	
	margin:0;
}
	

@media screen and ( max-width: 1315px) {
	.specialitySec{
	width:100%;
	height:282px;
	background:url(../images/specialitiesBg.png) no-repeat -150px top #d3edfd;
	padding:0;
	margin:0;	
	float:left;
}
ul.specialities{
	width:400px;
	float:right;
	padding:20px 0 ;	
	position:relative;
	right:10%;
}

}

@media screen and ( max-width: 1024px) {
.specialitySec{
	width:100%;
	height:282px;
	background:url(../images/specialitiesBg.png) no-repeat -300px top #d3edfd;
	padding:0;
	margin:0;	
	float:left;
}


ul.specialities{
	width:450px;
	float:right;
	padding:20px 0;	
	position:relative;
}
	
}


@media screen and ( max-width: 895px) {
	.specialitySec{
	width:100%;
	height:282px;
	background:url(../images/specialitiesBg.png) no-repeat -400px top #d3edfd ;
	padding:0;
	margin:0;	
	float:left;
}
}

@media screen and ( max-width: 786px) {
	.specialitySec{
	width:100%;
	height:282px;
	background:url(../images/specialitiesBg.png) no-repeat 200px top #d3edfd ;
	padding:0;
	margin:0;	
	float:left;
}
ul.specialities{
	width:400px;
	float:left;
	padding:20px 0 ;	
	position:relative;
	left:5%;
}
}
@media screen and ( max-width: 460px) {
	ul.specialities a{
	float:left;	
	margin:0;
}	
}


.bottomNoteSec{
	width:100%;
	float:left;
	background:#fafafa;
	padding:0px 0 0 0;
	margin:80px 0 0 0;
}

ul.bottomNote{
	width:294px;
	height:160px;
	float:left;
	padding:90px 10px 0;
	margin:0 0 0 32px;
	position:relative;
}
ul.bottomNote:first-child{
	margin:0 0px 0 0;	
}
ul.bottomNote:last-child{
	margin:0 0px 0 0px;
	float:right;	
}
ul.bottomNote img{
	margin:0 0 0 -69px;
	width:138px;
	height:138px;
	display, verdana, arial:block;	
	position:absolute;
	border-radius:50%;
	left:50%;
	top:-50px;
	border:0px solid #5d59a0;
}
ul.bottomNote img:hover{
	animation:bottomNoteImgRot 1s;	
	transform:rotate(10deg);
	cursor:pointer;
}
@keyframes bottomNoteImgRot{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(10deg)}	
}
ul.bottomNote h2{
	width:96%;
	text-align:center;
	color:#222222;
	font-size:16px;
	font-family:calibri, verdana, arial;
	padding:15px 0 10px 0;
	margin:0 2%;
	border-bottom:1px solid #d4d4d4;
	font-weight:normal;	
	text-transform:uppercase;
}
ul.bottomNote p{
	width:96%;
	text-align:justify;
	color:#696969;
	font-size:14px;
	font-family:calibri, verdana, arial;
	padding:15px 0;
	margin:0 2%;
	line-height:20px;
}
ul.bottomNote div.newsContent{
	height:100px;
	overflow:hidden;
}
ul.bottomNote li{
	width:96%;
	color:#696969;
	font-size:14px;
	font-family:calibri, verdana, arial;
	padding:5px 0;
	margin:0 2%;
	line-height:15px;
	list-style:url(../images/arrowBullet.png) inside;
}










/*End New CSS*/




footer{
	width:100%;
	float:left;
	background:url(../images/contactBg.jpg) no-repeat;
	border-top:6px solid #16776b;	
	padding:15px 0 0 0 ;
	margin:0px 0 0 0;
	height:222px;
	position:relative;
}

ul.footerSiteMap{
	width:550px;
	float:none;
	padding:0;
	margin:0 auto;
	display, verdana, arial:table;
}

ul.footerSiteMap h2{
	width:100%;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:play, verdana, arial;
	text-align:center;
	margin:0;
	padding:0;
}

ul.footerSiteMap h3{
	width:100%;
	color:#6bc2b8;
	font-size:14px;
	font-weight:normal;
	font-family:play, verdana, arial;
	text-align:center;
	margin:0;
	padding:0;
}
ul.footerSiteMap li:nth-child(3){
	margin:20px 0 0 0;
}
ul.footerSiteMap li{
	width:100%;
	float:left;
	margin:0;
	padding:5px 0px;	
	text-align:center;
	
}
ul.footerSiteMap li:nth-child(1) a, ul.footerSiteMap li:nth-child(2) a{
	padding:0 0 5px 0;
	margin:0;
	line-height:10px;
}
ul.footerSiteMap li a{
	font-size:13px;
	color:#9f9f9f;
	padding:5px 10px;
	width:auto;
	font-family:openSans, verdana, arial;
}
ul.footerSiteMap li a:hover{
	color:#c5c5c5;	
}


ul.footerContact{
	width:350px;
	float:right;
	padding:0;
	margin:0;
}

ul.footerContact h2{
	width:100%;
	color:#716da9;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #b9bfe1;
	font-weight:550;
	font-family:calibri, verdana, arial;
	text-align:center;
	padding:5px 0;
}
ul.footerContact li{
	width:100%;
	color:#828cc9;
	font-size:14px;
	padding:0px 0 5px 0%;
	margin:0;
	float:left;
	font-family:calibri, verdana, arial;
	text-align:center;
}

ul.footerContact li.ph{
	background:url(../images/mobBg.png) no-repeat 0px 8px;
	text-align:center;
	width:100%;
}
ul.footerContact li.mail{
	background:url(../images/mailBg.png) no-repeat 0px 8px;
	text-align:center;
	width:100%;
}
.mail a{
	color:#16776b;
}
.mail a:hover{
	 color:#34ae9f;
	 text-decoration:underline;
}
ul.footerContact li.ph, ul.footerContact li.mail{
	width:auto;
	padding:10px 0 10px 30px;
	margin:0;
}
ul.footerSocial{
	width:auto;
	float:right;
	padding:0px 0;
	margin:0;
	display, verdana, arial:table;	
}
ul.footerSocial li{
	float:left;
	width:40px;
	height:40px;
	padding:0;
	margin:0 2px;
	border:none;
	cursor:pointer;	
}
ul.footerSocial li.facebook{
	background:url(../images/ftrSocial.png);
	background-position:0 0;	
}
ul.footerSocial li.twitter{
	background:url(../images/ftrSocial.png);
	background-position:-40px 0;	
}
ul.footerSocial li.gplus{
	background:url(../images/ftrSocial.png);
	background-position:-80px 0;	
}
ul.footerSocial li.youtube{
	background:url(../images/ftrSocial.png);
	background-position:-120px 0;	
}
ul.footerSocial li.skype{
	background:url(../images/ftrSocial.png);
	background-position:-160px 0;	
}


ul.footerSocial li.facebook:hover{
	animation:ftScHvr1 0.5s;
	background-position:0 40px;
}
ul.footerSocial li.twitter:hover{
	animation:ftScHvr2 0.5s;
	background-position:-40px 40px;
}
ul.footerSocial li.gplus:hover{
	animation:ftScHvr3 0.5s;
	background-position:-80px 40px;
}
ul.footerSocial li.youtube:hover{
	animation:ftScHvr4 0.5s;
	background-position:-120px 40px;
}
ul.footerSocial li.skype:hover{
	animation:ftScHvr5 0.5s;
	background-position:-160px 40px;
}

@keyframes ftScHvr1{
	0%{	
	background-position:0 0;}
	100%{ 
	background-position:0 40px;}	 
}

@keyframes ftScHvr2{
	0%{	
	background-position:-40px 0;}
	100%{ 
	background-position:-40px 40px;}	 
}
@keyframes ftScHvr3{
	0%{	
	background-position:-80px 0;}
	100%{ 
	background-position:-80px 40px;}	 
}
@keyframes ftScHvr4{
	0%{	
	background-position:-120px 0;}
	100%{ 
	background-position:-120px 40px;}	 
}
@keyframes ftScHvr5{
	0%{	
	background-position:-160px 0;}
	100%{ 
	background-position:-160px 40px;}	 
}

.copyright{
	width:100%;
	float:left;
	text-align:left;
	background:#000;
	font-size:14px;
	color:#939393;
	margin:0;
	padding:0px 0;	
	font-family:openSans, verdana, arial;
	line-height:40px;
}
.copyright a{
	color:#6bc2b8;	
}
.copyright a:hover{
	color:#fff;	
}





/*CSS for Inner Pages*/

.titleBar {
	width:100%;
	height:60px;
	float:left;
	padding:0;
	margin:0;
	background:rgba(0,0,0,0.8);
	position:absolute;
	top:340px;
	border-bottom:2px solid #16776b;
}
.titleBar h1{
	font-size:20px;
	color:	#fff;
	font-family:play, verdana, arial;
	font-weight:normal;
	padding:0;
	margin:10px 0 0 20px;
}
.titleBar h3{
	font-size:12px;
	color:	#b6d5d1;
	font-family:openSans, verdana, arial;
	font-weight:normal;
	padding:0;
	margin:0 0 0 20px;
	text-transform:uppercase;
}
.titleBar h3 a{
	color:	#5a716e;
}
.titleBar h3 a:hover{
	color:#fff;
	text-decoration:underline;	
}
.titleBar i{
	color:#63b2a8;
	padding:0 5px;	
}

.bannerSec{
	width:100%;	
	height:282px;
	float:left;
	padding:10px 0  0 0;
	margin:0;
	background:#000;
}
.bannerSec img{
	border-radius:20px 20px 0 0;	
	border:0px solid #fff;
	width:1170px;
	height:282px;
	border-bottom:0;
}

.contentPart{
	width:100%;
	float:left;
	margin:0;
	padding: 0px 0px 0px;
}

.leftPart{
	width:274px;
	float:left;
	margin:0;
	padding:0;	
}
.rightPart{
	width:710px;
	float:left;
	margin:0;
	padding:10px 0 0 20px;	
}

.description_full{
	font-family:calibri, verdana, arial;
	font-size:14px;
	text-align:justify;
	line-height:22px;
	color:#555;
	width:98%;
	padding:0 1%;	
}


ul.note{
	width:100%;
	float:left;
	margin:0;padding:0;
}
ul.note hr{
	width:100%;
	border-bottom:1px solid #eee;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
	background:none;
	float:left;
	padding:0;
	margin:0;
		
}
ul.note h2{
	width:100%;
	padding:0px 0%;
	margin:0;
	float:left;	
	font-size:23px;
	font-family:openSans, verdana, arial;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
ul.note h3{
	width:100%;
	padding:0px 0 0;
	margin:0px 0 0px 0;
	float:left;	
	font-size:15px;
	font-family:kozuka, verdana, arial;
	font-weight:normal;
	color:#9fc0c7;
	text-transform:uppercase;
}
ul.note p{
	font-family:openSans, verdana, arial;
	font-size:14px;
	color:#adadad;
	text-align:justify;
	padding:20px 0% 10px 0;
	width:100%;
	margin:0;
	float:left;	
	line-height:30px;
}
ul.note li{
	float:left;	
	font-family:calibri, verdana, arial;
	font-size:16px;
	color:#5e5aa5;
	text-align:justify;
	padding:5px 0%;
	width:86%;
	margin:0;	
	list-style:inside url(../images/arrowBullet.png);
	font-weight:normal;
}

ul.note2{
	width:844px;
	float:left;
	margin:20px 0 20px 0;padding:0;
	background:;
	padding:0px 0;
}
ul.note2 hr{
	width:100%;
	border-bottom:1px solid #eee;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
	background:none;
	float:left;
	padding:5px 0;
	margin:0;
		
}
ul.note2 h2{
	width:98%;
	padding:5px 1%;
	margin:0;
	float:left;	
	font-size:23px;
	font-family:play, verdana, arial;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	background:#16776B;
	border-radius:0 15px 0 0;
}
ul.note2 h3{
	width:100%;
	padding:10px 0;
	margin:0px 0 0px 0;
	float:left;	
	font-size:18px;
	font-family:openSans, verdana, arial;
	font-weight:normal;
	color:#90f0e4;
}
ul.note2 img{
	float:left;
	width:300px;
	height:180px;
	margin:20px 0;
	border:1px solid #fff;
	border-radius:25px 0 25px 0;
}
ul.note2 p{
	font-family:openSans, verdana, arial;
	font-size:14px;
	color:#adadad;
	text-align:justify;
	padding:20px 0% 0px 20px;
	width:520px;
	margin:0;
	float:left;
}
ul.note2 li{
	float:left;	
	font-family:openSans, verdana, arial;
	font-size:15px;
	color:#d2fff9;
	text-align:justify;
	padding:10px 0%;
	width:86%;
	margin:0 60px;	
	list-style:outside url(../images/arrowBullet.png);
	font-weight:normal;
	border-bottom:1px solid #555;
}


ul.note3{
	width:360px;
	float:left;
	margin:20px 30px;padding:0;
}
ul.note3 hr{
	width:100%;
	border-bottom:1px solid #eee;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
	background:none;
	float:left;
	padding:0;
	margin:0;
		
}
ul.note3 h2{
	width:100%;
	padding:5px 0%;
	margin:0;
	float:left;	
	font-size:23px;
	font-family:openSans, verdana, arial;
	font-weight:normal;
	color:#999;
	background:none;
}
ul.note3 h3{
	width:100%;
	padding:10px 0;
	margin:0px 0 0px 0;
	float:left;	
	font-size:18px;
	font-family:openSans, verdana, arial;
	font-weight:normal;
	color:#90f0e4;
}
ul.note3 img{
	float:left;
	width:300px;
	height:200px;
	margin:10px 0 0 0;
	border:1px solid #fff;
}
ul.note3 p{
	font-family:openSans, verdana, arial;
	font-size:14px;
	color:#adadad;
	text-align:justify;
	padding:10px 0% 10px 0px;
	width:100%;
	margin:0;
	float:left;
}
ul.note3 li{
	float:left;	
	font-family:calibri, verdana, arial;
	font-size:16px;
	color:#16776b;
	text-align:justify;
	padding:5px 0%;
	width:86%;
	margin:0;	
	list-style:inside url(../images/arrowBullet.png);
	font-weight:normal;
}


ul.whyUs{
	margin:80px auto;
	float:none;	
	display, verdana, arial:table;
}

ul.whyUs li{
	color:#b6fff6;
	list-style:none;
	background:url(../images/tickMark.png) left top no-repeat;
	font-family:kozuka, verdana, arial;
	font-size:20px;
	padding:0px 0 0px 60px;
	line-height: 28px;
	margin:20px 0;
	
}

ul.boxNote{
	width:98%;
	float:left;
	margin:10px 0;padding:10px 1%;
	border:1px solid #ccc;
	border-radius:3px;
	background:#F7F7F7;
}
ul.boxNote h2{
	width:100%;
	padding:0px 0 5px 0%;
	margin:0px 0 0px 0;
	float:left;	
	font-size:20px;
	font-family:calibri, verdana, arial;
	font-weight:normal;
	color:#333;
	border:none;
	line-height:14px;

}
ul.boxNote h3{
	width:100%;
	padding:0px 0 10px 0%;
	margin:0px 0 0px 0;
	float:left;	
	font-size:18px;
	font-family:calibri, verdana, arial;
	font-weight:normal;
	color:#333;
	border:none;
	line-height:14px;

}
ul.boxNote h4{
	width:100%;
	padding:0px 0 5px 0%;
	margin:0;
	float:left;	
	font-size:11px;
	font-family:arial;
	font-weight:normal;
	color:#9692c7;
	border-left:none;
	line-height:14px;
	border-bottom:1px solid #eee; 

}
ul.boxNote p{
	font-family:calibri, verdana, arial;
	font-size:14px;
	color:#666;
	text-align:justify;
	padding:10px 0% 10px 0;
	width:100%;
	margin:0;
	float:left;	
	line-height:23px;
}
ul.boxNote input[type=button]{
	width:120px;
	height:35px;
	color:#fff;
	background:#7d78ba;
	border-radius:3px;
	font-family:calibri, verdana, arial;
	font-size:14px;
	border:1px solid #635da4;	
	margin:10px 0 10px 10px;
	float:right;
}
ul.boxNote input[type=button]:hover{
	background:	#635da4;
	color:#e3e1ff;
	cursor:pointer;
}
.map{
	width:100%;
	float:left;
	height:200px;
	margin:10px 0;
	border:1px solid #ccc;	
}


ul.contactForm{
	width:400px;
	height:auto;
	padding:0;
	margin:0;
	float:left;
}
ul.contactForm li{
	width:100%;
	float:left;
	padding:10px 0;
	margin:0;
	list-style:none;
	border:none;
}
ul.contactForm li input[type=text]{	

}
ul.contactForm li textarea{
	max-width:96%;
	min-width:96%;	
	min-height:150px;
	max-height:150px;
}
ul.contactForm li input[type=text], ul.contactForm li textarea{
	float:left;
	border:1px solid #ddd;
	background:#aaa;
	padding:12px 2%;
	width:96%;
	font-family:calibri, verdana, arial;
	color:#555;
	font-size:14px;
	border-radius:0px;
}
.contactForm h3{
	width:100%;
	padding:10px 0%;	
	margin:0 0 10px 0px;
	float:left;
	color:#de4248;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;	
	border-bottom:1px  solid #ccc;
}
.contactForm input[type=button]{
	background:#16776b;
	color:#fff;
	font-size:14px;
	margin:10px auto;
	border:none;
	width:130px;
	height:38px;
	text-transform:uppercase;
	display, verdana, arial:block;
	float:right;
	animation:buttonBgRet 0.5s;
	cursor:pointer;
	border-radius:8px;
}
.contactForm input[type=submit]{
	background:#16776b;
	color:#fff;
	font-size:14px;
	margin:10px auto;
	border:none;
	width:130px;
	height:38px;
	text-transform:uppercase;
	display, verdana, arial:block;
	float:right;
	animation:buttonBgRet 0.5s;
	cursor:pointer;
	border-radius:8px;
}
.contactForm input[type=button]:hover{
	background:#0c5c52;
	animation:buttonBg 1s;
}



