@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/20px Arial, Helvetica, sans-serif;;
	color: #727272;
	position: relative;
	min-width: 960px;
	background: #fff;

}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 17px;
}

p.p1 {
    margin-bottom: 7px;
}


p.p2 {
    margin-bottom: 19px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #373737;

    font-family: 'Open Sans', sans-serif;
}


h2 {
    font-size: 60px;
    color: #fff;
    line-height: 65px;
}

h2 strong {
    text-transform: uppercase;
    display: block;
    line-height: 42px;
    margin-bottom: 5px;
}

h3 {
    color: #464646;
    font-size: 24px;
    line-height: 27px;
    padding-top: 60px;
    margin-bottom: 21px;
}

h3.head1 {
    padding-top: 55px;
}

.page1 .bottom_block h3 {
    padding-top: 55px;
    margin-bottom: 21px;
}
/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.page1 .bottom_block ul.list  {
    padding-top: 21px;
}

ul.list {
    overflow: hidden;
}


ul.list  li {
    font: 13px/20px 'Open Sans', sans-serif;
    color: #636363;
    background: url(../images/marker.png) 0 3px no-repeat;
    text-transform: uppercase;
    padding-left: 28px;
}

ul.list  li+li {
    margin-top: 12px;
}




/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #D73344;
}

a.btn {
        color: #fff;
        font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    background-color: #405d6a;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 10px 24px 11px;
    border-radius: 20px;
}

a.btn:hover {
    background-color: #0bafd4;
}

a.link1 {

    margin-top: 19px;
    padding-right: 18px;
    display: inline-block;
    color: #393939;
    position: relative;
    font: 16px/20px 'Open Sans', sans-serif;
}

a.link1:after {
    display: block;
    content: '';
    right: 0;
    transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    top: 6px;
    background: url(../images/link_marker.png) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;    
}

a.link1:hover {
    color: #c63f31;
}

a.link1:hover:after {
    background-position: right 0;
}

.pad1 {
    padding-right: 20px;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 19px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
}

.nowrap {
    white-space: nowrap;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/

header {
	display: block;
    padding: 20px 0 55px;
    border-bottom: 1px solid #eeeeee;
}

.page1 header {
    padding-bottom: 16px;
    border-bottom: 0;
}

header h1 {
	position: relative;
	z-index: 910;
    float: left;
	text-align: center;

}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 275px;
	height: 120px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.bann {
    background: url(../images/pregn.jpg) center 0 no-repeat;
    padding: 80px 0 90px;
}

.banner {
    background: url(../images/banner_bg.png) 0 0 repeat;
    border-radius: 30px;
    padding: 69px 40px 43px 55px;
}

.banner span {
    bottom: -48px;
    opacity: 0.4;
    position: absolute;
    display: block;
   width: 0px;
height: 0px;
border-style: solid;
border-width: 48px 0px 0 48px;
border-color: #09ab0d transparent transparent transparent;
    right: 116px;
}

.banner a{
    color: #424242;
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 9px 26px 11px;
    margin-top: 26px;
    box-shadow: 1px 1px 1px #76a0a8;
    border-radius: 20px;
}

.banner a:hover {
    color: #fff;
    background-color: #59C2DA;
}

/**Content**/

.content {
	padding-bottom: 60px;

}

.page1 .content {
    padding-bottom: 42px;
}

.page1_block {
    padding-bottom: 47px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    color: #acacac;
    font: 18px/26px 'Open Sans', sans-serif;
}

.page1_block .title {
    margin-bottom: 22px;
    padding-top: 48px;
    color: #2a333c;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
}

.page1_block .title span {
    padding-top: 3px;
    font-size: 30px;
    display: block;
    color: #5e5e5e;
}

.page1_block p {
    margin-bottom: 24px;
}

.box_inner {
    overflow: hidden;
}

.welc {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding: 0 40px 15px;
}

.maxheight.w {
    margin-top: 45px;
        background-color: #445359;

}

.welc .title {
    padding-top: 43px;
    font: 48px/48px 'Open Sans', sans-serif;
    margin-bottom: 28px;
}

.welc span {
    font: 18px/26px 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 8px;

}

.welc a {
    font: 16px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 21px;
    font-weight: bold;
}

.blocks {
    margin-left: -21px;
    margin-top: 45px;
    overflow: hidden;
}

.blocks .clear {
    height: 21px;
}

.block1 span {
    font: 26px/48px 'Open Sans', sans-serif;
    display: block;
    padding: 23px 0 0px;
    margin-bottom: 14px;
}

.block1 {
    padding: 0 20px 36px 30px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: 220px;
    margin-left: 20px;
    float: left;
    background-color: #8dc73f;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.st1 {
    border-radius: 0 0 30px 0;
}

.st2 {
    border-radius: 0 0 0 30px;
    background-color: #d9cb00;
}

.st3 {
    border-radius: 30px 0 0 0px;
    background-color: #53b1d1;
}

.st4 {
    border-radius: 0 30px 0 0px;
    background-color: #d7584d;
}

.bottom_block {
    padding-bottom: 60px;
    background: url(../images/bot_bg.png) 0 0 repeat;
}


.calendar {
    margin-top: 73px;
    padding-left: 52px;
    padding-bottom: 28px;
    color: #fff;
    text-shadow: 1px 1px #cbbeb5;
    text-transform: uppercase;
    font: 45px/40px 'Open Sans', sans-serif;
    background: url(../images/calendar_bg.jpg) center 0 no-repeat;
}

.calendar * {
    text-shadow: 1px 1px #cbbeb5;
}

.calendar span {
    font-size: 60px;
    padding-top: 40px;
    margin-bottom: 10px;
    color: #d73344;
    display: block;
}

.calendar a {
    display: inline-block;
    margin-top: 8px;
    padding-right: 18px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 2px;
    text-transform: uppercase;
}

.calendar a:hover {
    color: #393939;
}

.calendar a:hover:after {
    background-position: 0 0;
}

.calendar a:after {
    background: url(../images/link_marker.png) right 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 6px;
    right: 0;
}

a.top {
    background: url(../images/totop.png) 0 0 no-repeat;
    top: -27px;
    display: block;
    width: 60px;
    height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}

a.top:hover {
    background-position: right 0;
}

.clear.cl1 {
    height: 25px;
}

.col1 {
    color: #0bafd4;
}

.page1 .bottom_block {
    padding-bottom: 79px;
}

.bottom_block .fleft {
    margin-bottom: 5px;
}

.cl2 {
    height: 22px;
}

.bottom_block blockquote {
    padding-top: 3px;
}

.pub {
    overflow: hidden;
}

.pub+.pub {
    margin-top: 25px;
}

.prv a.link1{
    margin-top: 7px;
    padding-right: 0;
    margin-bottom: 3px;
}

.prv a.link1:after {
    display: none;
}
/**Map**/

.map {
	overflow: hidden;
	padding-top: 5px;
}
 

.map figure {
	display: block;
	width: 100%;
	margin-bottom: 19px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 220px;
	max-width: 100%;
}
.map address {
    padding-left: 20px;
	display: block;
}

.map address+address {
    margin-left: 106px;
}


.map address dt {
	margin-bottom: 18px;
}

.map address  span {
	min-width: 78px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}




/**Footer**/
footer {
	display: block;
    position: relative;
    text-align: center;
    padding-top: 67px;
    padding-bottom: 60px;
}


footer ul li {
    display: inline-block;
    font: 300 18px/24px 'Open Sans', sans-serif;
    color: #5b5b5b;
    position: relative;
}

footer ul li.current {
    color: #d73344;
}

footer ul li+li {
    margin-left: 38px;
}

footer ul li+li:after {
    content: '•';
    top:    2px;
    font-size: 15px;
    font-weight: bold;
    left: -25px;
    color: #cecece;
    display: block;
    position: absolute;
}

.socials {
    padding-top: 75px;
}

.socials a {
    display: inline-block;
    width: 44px;
    font-size: 0;
    line-height: 0;
    height: 44px;
    background: url(../images/socials.png) 0 0 no-repeat #fff;
}

.socials a +a {
    background-position: -59px 0;
    margin-left: 12px;
}



.socials a +a +a {
    width: 45px;
    background-position: -119px 0;
}

.socials a +a +a +a {
    background-position: right 0;
}

.socials a:hover {
    opacity: 0.5;
}

.copy {
    padding-top: 43px;
    color: #a1a1a1;
    font: 300 15px/36px 'Open Sans', sans-serif;
}

.copy span {
    color: #808080;
    font-size: 22px;
    position: relative;
    top: -1px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

.block1 {
    padding-left: 10px;
    width: 172px;
}

.blocks {
    overflow: hidden;
}

.nowrap {
    white-space: normal;
}

.bottom_block .extra_wrapper .grid_5 {
    width: auto !important;  
    float: none !important;
} 

.bottom_block .extra_wrapper .grid_5 ul {
    margin-top: 12px;
}

.map div {
    display: block;
    width: auto !important;
}


#owl .owl-item {
    margin-right: 2px !important;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}





.map div {
    margin-bottom: 15px !important;
    float: none !important;
}

 .map address {
    float: none;
    padding-left: 0;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
	height: auto;
}



.clear.cl1 {
    height: 0;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}

.block1 {
    width: 200px;
}

.bann {
    background-position: -400px 0;
}


.calendar {
    font-size: 38px;
}

footer ul {
    display: none;
}

.socials {
    padding-top: 0;
}
#owl {
    margin-top: 0 !important;
}
}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.calendar span {
    font-size: 25px;
    line-height: 25px;
}

.calendar {
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
}

.bann {
    background-position: -500px 0;
}

.block1 span {
    font-size: 18px;
    margin-bottom: 10px;
}

 .block1 {
    width: 140px;
 }



}


/* Calendar */
#apDiv1 {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	left: 380px;
	top: -150px;
}
#apDiv2 {
	position:relative;
	width:174px;
	height:115px;
	z-index:1;
	left: 603px;
	top: -265px;
}
#apDiv3 {
	position:relative;
	width:210px;
	height:115px;
	z-index:1;
	left: 777px;
	top: -380px;
}

#imgmap {
	position: relative;
	_zoom: 1;
}

#imgmap li {
	position: absolute;
	display: block;
	list-style: none;
	outline: 1px dashed;
	overflow: hidden;
}

#imgmap li a {
	display: block;
	width: 100%;
	height: 100%;
	_background: url(space.gif);
	text-indent: -1000em;
}

#box-link { 
		position: absolute; 
		top: 235px; 
		left: 940px; 
		width: 250px; 
		height: 200px; 
		background-color: transparent; 
		 }
		 
		 .faq {
	font-weight: bold;
	color: #C13486;
	font-size: 16px;
}

.hidden {
	display:none;
}



#datepicker {
	margin:auto;
	width:600px;
}

.month {
	float:left;
	height:225px;
	margin-right:5px;
	width:175px;
}

.day {
	padding: 5px 0;
	float: left;
	height:20px;
	width:25px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}

.day a {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}

.header_day {
	font-weight: bold;	
}

.calHeader {
background-color:#dd3495;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding:2px;
}

div.due_date { background: #CA0202; }
div.week_15_20 { background: #8CBEDA; }
div.week_20_25 { background: #2E74B5; }
div.week_25_30 { background: #ECA34A; }
div.week_30_36 { background: #F15A2C; }

span.due_date { color: #CA0202; }
span.week_15_20 { color: #F15A2C; }
span.week_20_25 { color: #ECA34A; }
span.week_25_30 { color: #2E74B5; }
span.week_30_36 { color: #8CBEDA; }

.legend {
	list-style:none;
	width: 550px;
	margin:auto;
}

.legend li {
	float: left;
	margin-right:10px;
}

.legend p { 
	color: #000000; 
	float: left;
}

.legend span { 
	float: left;
	padding-right:10px;
	font-size:25px;
	margin-top:10px;
	*margin-top:-5px;
}

.blue	{color:#0058AA;
	}
	
.week01 {
	color:#8CBEDA;
	}
	
.week02 {
	color:#2E74B5;
	}	
	
.week03 {
	color:#ECA34A;
	}
	
.week04 {
	color:#F15A2C;
	}
	
.due {
	color:#CA0202;
	}	.faq {
	color: #09C;
}



table {
	border-width: 0px;
	border-spacing: 3px;
	border-style: outset;
	border-color: Black;
	border-collapse: separate;
	
}
table th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;

	-moz-border-radius: ;
}
table td {
	border-width: 0px;
	padding: 25px;
	border-style: inset;
	border-color: gray;
	
	-moz-border-radius: ;
}

}.desc_box p{background:#f0efe6;padding: 10px;font-size:15px;}.visit_box{background:#DEE2E2;padding:5px 0 5px 16px;min-height:30px;}.visit_box h3{font-size: 24px;margin-bottom: 0;}.visit_box h3 span{background: #1C95BD;color: #FFFFFF;float: right;margin: -5px 0;padding: 6px 20px 5px 27px;position: relative;}.visit_box span a{color:#fff !important;text-decoration:none}.desc_box p:last-child{
	margin-bottom: 0;
	font-family: inherit;
}.popular_package{color: #55493A;font-family: times new roman;font-size: 24px;font-style: italic;height: 41px;position: relative;text-align: center}.desc_box p img{margin-right: 4px}ul.star_bullet{background: none repeat scroll 0 0 #F0EFE6;font-size: 15px;padding: 10px;}ul.star_bullet li{background: url("http://cdndata.co/cdn/3380ce498ac67fdae6e9669e090425f3a58d1a89/star_bullet.png") no-repeat 3px 5px transparent !important;width: 97% !important;}.mother_day_special{font-size: 20px;font-weight: bold;line-height: 22px;text-align: center;text-shadow: 0px 0 1px #787878;color:#930404;}.mother_day_special span{font-size: 18px;text-shadow: none;color:#606060;}.mothers_day{text-align: center;}#subscribe-form{position: relative;display: inline-block;width: 680px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 17px 245px 5px 80px;max-width: 100%;border-radius: 40px;margin-top: 40px;background: url(../images/sform_bg.png);text-align: left;}#subscribe-form fieldset{width: 100%}.img_sform{position: absolute;top: 30px;left: 32px;}#subscribe-form input{background:none;border: none;color:#fff;font:300 22px/22px 'Roboto', Arial, sans-serif;line-height:1.2307em;padding: 14px 0 14px 0;width: 100%;outline:none;box-shadow:none;margin: 0;height: 50px;margin-bottom: 11px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 0;} #subscribe-form label{display:inline-block;min-height: 53px;position: relative;width: 100%;} #subscribe-form{position: relative;} #subscribe-form .error{display:block;overflow:hidden;height:0px;font-size:10px;color: #fff;left: 0px;top: -12px;position: absolute;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;} #subscribe-form label.invalid .error{height:19px;} #subscribe-form .success{width:100%;color:#fff;position:absolute;z-index:10;font-size:10px;left:20px;top:2px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;} #subscribe-form  .btns{position:absolute;top: 10px;right: 10px;width: 229px;} #subscribe-form  .btns a{margin: 0px 0 0 0px !important;cursor: pointer;}#galleryOverlay{width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;z-index:100000;background: url("../images/touchtouch/bg_transparent.png");overflow:hidden;display:none;-moz-transition:opacity 1s ease;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;}#galleryOverlay.visible{opacity:1;}#gallerySlider{height:100%;left:0;top:0;width:100%;white-space: nowrap;position:absolute;-moz-transition:left 0.4s ease;-webkit-transition:left 0.4s ease;transition:left 0.4s ease;}#gallerySlider .placeholder{background: url("../images/touchtouch/preloader.gif") no-repeat center center;height: 100%;line-height: 1px;text-align: center;width:100%;display:inline-block;}#gallerySlider .placeholder:before{content: "";display: inline-block;height: 50%;width: 1px;margin-right:-1px;}#gallerySlider .placeholder img{display: inline-block;max-height: 100%;max-width: 100%;vertical-align: middle;}#gallerySlider.rightSpring{-moz-animation: rightSpring 0.3s;-webkit-animation: rightSpring 0.3s;}#gallerySlider.leftSpring{-moz-animation: leftSpring 0.3s;-webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring{0%{ margin-left:0px} 50%{margin-left:-30px} 100%{margin-left:0px}}@-moz-keyframes leftSpring{0%{ margin-left:0px} 50%{margin-left:30px} 100%{margin-left:0px}}@-webkit-keyframes rightSpring{0%{ margin-left:0px} 50%{margin-left:-30px} 100%{margin-left:0px}}@-webkit-keyframes leftSpring{0%{ margin-left:0px} 50%{margin-left:30px} 100%{margin-left:0px}}#prevArrow,#nextArrow{border:none;text-decoration:none;background:url('../images/touchtouch/arrows.png') no-repeat;opacity:0.5;cursor:pointer;position:absolute;width:43px;height:58px;top:50%;margin-top:-29px;-moz-transition:opacity 0.2s ease;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;}#prevArrow:hover, #nextArrow:hover{opacity:1;}#prevArrow{background-position:left top;left:40px;}#nextArrow{background-position:right top;right:40px;}@media only screen and (min-width: 480px) and (max-width: 767px) {#gallerySlider .placeholder img {width:400px}}
.main_box{width:100%;padding-bottom:20px;margin-bottom:20px;border-bottom:1px dashed #91918b;}.title_box{background:#DEE2E2;padding:5px 0 5px 16px;}.title_box h2{font-size: 24px;font-weight: bold;margin-bottom: 0;}.title_box h2 span{background: none repeat scroll 0 0 #eb5e92;color: #FFFFFF;float: right;margin: -5px 0;padding: 5px 5px;position: relative;}.desc_box{padding:15px;background: #FEFEFE;border-right:2px solid #DEE2E2;border-left:2px solid #DEE2E2;}.desc_box ul{margin-bottom:10px}