/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Custom Fonts */
@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Regular.ttf");
    src: local("☺"),
        url("../font/OpenSans-Regular-webfont.woff"),
        url("../font/OpenSans-Regular-webfont.eot"),
        url("../font/OpenSans-Regular-webfont.svg");
}
@font-face {
    font-family: "Open Sans Italic";
    src: url("../font/OpenSans-Italic.ttf");
    src: local("☺"),
        url("../font/OpenSans-Italic-webfont.woff"),
        url("../font/OpenSans-Italic-webfont.eot"),
        url("../font/OpenSans-Italic-webfont.svg");
}
@font-face {
    font-family: "Open Sans Bold";
    src: url("../font/OpenSans-Bold.ttf");
    src: local("☺"),
        url("../font/OpenSans-Bold-webfont.woff"),
        url("../font/OpenSans-Bold-webfont.eot"),
        url("../font/OpenSans-Bold-webfont.svg");
}
@font-face {
    font-family: "Open Sans Semibold";
    src: url("../font/OpenSans-Semibold.ttf");
    src: local("☺"),
        url("../font/OpenSans-Semibold-webfont.woff"),
        url("../font/OpenSans-Semibold-webfont.eot"),
        url("../font/OpenSans-Semibold-webfont.svg");
}
/* End Custom Fonts */

body {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    color: #333333;
    background: transparent url(../img/pattern.jpg) top center repeat;
    -webkit-text-size-adjust: 100%;
}
.body {
    background-color: white;
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
strong {
    font-family: "Open Sans Bold", sans-serif;
}
em {
    font-family: "Open Sans Italic", sans-serif;
}
.hide {
    display: none;
}
.fixed {
    position: fixed;
    top: 0px;
}
.absolute {
    position: absolute;
    top: 0px;
}
a {
    color: #0090aa;
    text-decoration: none;
}
.header {
    width: 100%;
    clear: both;
}

.language {
    width: 960px;
    margin: 0px auto;
    padding: 10px;
    text-align: right;
    font-size: 13px;
    clear: both;
}
.ribbon {
    background-color: #17bbc5;
    height: 37px;
}
.image {
    font-family: "Open Sans Italic", sans-serif;
    font-size: 11px;
    width: 7px;
}
.menu {
    border-top: 1px solid #77dfde; 
    border-bottom: 1px solid #77dfde; 
    padding-top: 1px;
    padding-bottom: 1px;
}
.dots {
    display: block;
    width: 100%;
    float: left;
    clear: left;
    border-bottom: 1px dotted #cccccc;
}
.menu ul {
    width: 960px;
    margin: 0px auto;
    list-style: none;
    line-height: 1;
}
.menu ul li {
    float: left;
    position: relative;
}
.menu ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 0 -1px 0px #666666;
    padding: 12px 15px;
    float: left;
    border-right:1px solid #77dfde;
    cursor: pointer;
}
.menu ul li.home a {
    padding-left: 35px;
    background: transparent url(../img/home-icon.png) 10px 10px no-repeat;
    border-left:1px solid #77dfde;
}
.menu ul li.current a {
    background-color: #12a8be;
}
.menu ul li:hover a {
    background-color: #0090aa;
}
#dropdown li ul {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #0090aa;
    top:37px;
    z-index: 100;
    min-width: 180px;
}
#dropdown li:hover > ul {

}
#dropdown li ul li, #dropdown li ul li a {
    display: block;
    clear: left;
    float: none;
}
#dropdown li ul li a {
    float: none;
    border-right: 0px;
    text-transform: capitalize;
    border-bottom: 1px dotted #8ec8d2;
    padding:10px 0px 10px 0px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #0090aa;
}

#dropdown li ul li a:hover {
    color: #7cecf3;
}

.homepage-slideshow {
    width: 100%;
    height: 436px;
    background: transparent url(../img/homepage-slideshow-bg.jpg) top center repeat-x;
    margin-bottom: 15px;
}
.slideshow {
    width: 960px;
    height: 424px;
    position: relative;
    margin: 0 auto;
}
.slideshow img.slider {
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 1;
    display: block;
}
.slideshow img.active {
    z-index: 3;
}
.slideshow .slideshow-logo {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 10;
}
.slideshow .slideshow-title {
    position: absolute;
    top: 150px;
    left: 22px;
    z-index: 10;
    font-size: 18px;
    line-height: 24px;
    width: 380px;
}
.slideshow .slideshow-desc {
    position: absolute;
    top: 220px;
    left: 22px;
    z-index: 10;
    font-size: 13px;
    line-height: 22px;
    width: 380px;
}

.content {
    width: 960px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    min-height: 560px;
}
.index {
    min-height: 0 !important;
}
.sidebar-right {
    float: left;
    width: 294px;
    padding: 0px 20px 0;
}
.content-left {
    float: left;
    width: 626px;
}
.content-left a:hover {
    color: #17bbc5;
    text-decoration: underline;
}
.homepage-intro {
    background: transparent url(../img/homepage-intro-bg.png) bottom left no-repeat;
    padding-left: 190px;
    padding-top: 10px;
    height: 250px;
}
.homepage-intro h2 {
    font-size: 18px;
    line-height: 30px;
    color: black;	
    margin-bottom: 15px;
}
.homepage-intro h2 em {
    font-family: "Open Sans Bold", sans-serif;
    color: #17bbc5;
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-left: 35px
}
.homepage-intro .find-out-more {
    display: block;
    padding-left: 30px;
    line-height: 16px;
    font-size: 14px;
    color: #0090aa;
    background: transparent url(../img/find-out-icon.png) top left no-repeat;
    margin-top: 20px;
}

.talk-to {
    margin-top: 10px;
}
.talk-to h2 {
    font-size: 18px;
    color: black;	
    margin-bottom: 10px;
}
.talk-to h2 em {
    font-family: "Open Sans Semibold", sans-serif;
    color: #17bbc5;
    font-size: 18px;
}
.talk-to p {
    font-size: 12px;

}
.talk-to .call-us {
    width: 294px;
    height: 91px;
    background: transparent url(../img/call-us-bg.png) top left no-repeat;
    overflow: hidden;
    margin: 15px 0px;
}
.talk-to .call-us .action {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 120px;
    margin-bottom: 5px;
}
.talk-to .call-us .phone {
}
.talk-to .call-us .phone a {
    display: block;
    font-size: 14px;
    font-family: "Open Sans Bold", sans-serif;
    color: #36c0c9;
    margin-left: 120px;
    margin-bottom: 3px;
    line-height: 1;
}
.talk-to .mailto {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-left: 28px;
    background: transparent url(../img/email-icon.png) top left no-repeat;
    margin: 10px 0px;
}
.talk-to .mailto:hover {
    color: #17bbc5;
    text-decoration: underline;
}
.talk-to .facebook {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-left: 28px;
	background: transparent url(../img/fb-icon2.png) top left no-repeat;
	margin: 10px 0px;
}
.talk-to .facebook:hover {
	color: #17bbc5;
	text-decoration: underline;
}

.title-bar {
    width: 100%;
    height: 116px;
    background: transparent url(../img/title-bar-bg.jpg) top center repeat-x;
}
.title-bar-content {
    width: 920px;
    margin: 0px auto;
    background: transparent url(../img/ivf-bridge-fertility-centre-title.png) 20px 20px no-repeat;
    height: 76px;
    text-align: right;
    padding: 25px 20px 0px 20px;
    font-size: 22px;
    line-height: 24px;
}
.title-bar-content em {
    font-family: "Open Sans Bold", sans-serif;
    color: #17bbc5;
    display: block;
}
.title-single {
    height: 66px;
    padding: 35px 20px 0px 20px;
}
.title-single em {
    display: inline;
}

.sidebar-left {
    width: 242px;
    padding: 0 20px 0px 8px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    position: absolute;
}
.sidebar-left2 {
    width: 230px;
    padding: 0 20px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.sidemenu {
    margin-bottom: 40px;
    display: block;
}
.sidemenu li {
    padding-left: 12px;
    display: block;
}
.sidemenu li.current, .sidemenu li:hover {
    background: transparent url(../img/bullet.png) 0px 11px no-repeat;
}
.sidemenu li a {
    display: block;
    padding: 5px 0px;
    color: black;
    font-size: 14px;
    border-top: 1px solid #93d8dc;
    cursor: pointer;
}
.sidemenu li.first a {
    border: 0px;
}
.sidemenu li.current a, .sidemenu li a:hover, .sidemenu li .submenu li a:hover, .sidemenu li .submenu li.current a {
    color: #0090aa;
}
.sidemenu li .submenu {
    margin-left: -12px;
}
.sidemenu li .submenu li {
    padding-left: 12px;
}
.sidemenu li .submenu li a {
    border: 0px;
    font-size: 12px;
    color: #4a4a4a;
}

.content-right {
    width: 670px;
    float: right;
    margin-bottom: 40px;
    margin-top: 20px;
}
.content-right a:hover {
    color: #17bbc5;
    text-decoration: underline;
}

.content-right .title-banner {
    display: block;
    margin-bottom: 24px;
}

.content-right2 {
    width: 670px;
    float: right;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-right: 20px;
}
.content-right h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.content-right .column-right {
    float: right;
    width: 425px;
}
.content-right .columns {
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.content-right .columns .column1,
.content-right .columns .column2 {
    width: 325px;
    float: left;
}
.content-right .columns .box {
    float: left;
    min-height: 145px;
    width: 100%;
}
.content-right .single .box {
    min-height: 0px !important;
    margin-bottom: 20px;
}

.content-right .columns .press {

}

.content-right .columns .press h3 {
    margin-bottom: 0px;
}
.content-right .columns .press ul {
    margin-bottom: 0px;
}
.content-right .columns .press ul li {
    padding:10px 0 10px 28px;
    margin: 0px;
    border-bottom: 1px dotted #cccccc;
    background-position: 10px 16px;
}
.content-contact .columns .box {
    margin-bottom: 20px;
}
.content-contact .columns .box h3 {
    border: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    font-family: "Open Sans Bold", sans-serif;
    margin-bottom: 0px;
}
.content-contact .columns .box p {
    line-height: 20px;
}

.content-right .columns .caption {
    text-align: center;
}
.content-right .column1 {
    margin-right: 20px;
}
.content-right .columns h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #17bbc5;
    padding-bottom: 10px;
}
.content-right h3.alpha {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #17bbc5;
    padding-bottom: 10px;
    line-height: 20px;
    margin-top: 18px;
}
.content-right h3.alpha .num {
    font-size: 14px;
    color: white;
    float: left;
    width: 15px;
    height: 20px;
    background: transparent url(../img/num.jpg) center left no-repeat;
    padding-left: 5px;
    margin-right: 5px;
}
.content-right h2 a, .content-right h3 a {
    color: black;
}
.content-right h2 a:hover, .content-right h3 a:hover {
    text-decoration: none;
    color: black;
}
.content-right h2.first {
    margin-top: 0px;
}
.content-right p, .content-right div.p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
    text-align: justify;
}
.content-right p strong, .content-right div.p strong {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 13px;
}
.content-right p.qualification {
    font-size: 11px;
    border-bottom: 1px solid #17bbc5;
    padding-bottom: 10px;
}
.content-right blockquote {
    float: left;
    width: 240px;
    font-size: 16px;
    color: #0090aa;
    line-height: 24px;
    margin-right: 20px;
    text-align: right;
}
.content-right .image {
    float: left;
    margin-right: 20px;
}
.content-right .image .caption {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.content-right h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
    font-family: "Open Sans Bold", sans-serif;
}
.ivf-process {
    overflow: hidden;
    margin-bottom: 36px;
    float: left;
    width: 100%;
}
.ivf-process .process1,
.ivf-process .process2,
.ivf-process .process3,
.ivf-process .process4 {
    display: block;
    float: left;
    width: 293px;
    height: 293px;
    padding: 20px;
    color: white;
    position: relative;
}
.ivf-process .number {
    font-size: 48px;
    font-family: "Open Sans Bold", sans-serif;
    line-height: 48px;
}
.ivf-process .name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
}
.ivf-process .process1 {
    background: transparent url(../img/process1-bg.png) center left no-repeat;
    text-align: right;
}
.ivf-process .process2 {
    background: transparent url(../img/process2-bg.png) center left no-repeat;
    text-align: left;
}
.ivf-process .process3 {
    background: transparent url(../img/process3-bg.png) center left no-repeat;
    text-align: left;
}
.ivf-process .process4 {
    background: transparent url(../img/process4-bg.png) center left no-repeat;
    text-align: right;
}
.ivf-process .process1 .name {
    position: absolute;
    bottom:25px;
    right: 20px;
}
.ivf-process .process1 .number {
    position: absolute;
    bottom: 40px;
    right: 15px;
}
.ivf-process .process1 .desc {
    width: 300px;
    position: absolute;
    bottom: 110px;
    right: 20px;
}

.ivf-process .process2 .name {
    position: absolute;
    bottom:25px;
    left: 20px;
}
.ivf-process .process2 .number {
    position: absolute;
    bottom: 40px;
    left: 20px;
}
.ivf-process .process2 .desc {
    width: 300px;
    position: absolute;
    bottom: 110px;
    left: 20px;
}

.ivf-process .process3 .name {
    position: absolute;
    top: 70px;
    left: 20px;
}
.ivf-process .process3 .number {
    position: absolute;
    top: 20px;
    left: 20px;
}
.ivf-process .process3 .desc {
    width: 300px;
    position: absolute;
    top: 110px;
    left: 20px;
}

.ivf-process .process4 .name {
    position: absolute;
    top: 70px;
    right: 20px;
}
.ivf-process .process4 .number {
    position: absolute;
    top: 20px;
    right: 20px;
}
.ivf-process .process4 .desc {
    width: 300px;
    position: absolute;
    top: 120px;
    right: 20px;
}

.content-right p.caption {
    font-size: 11px;
}
.content-right ul, .content-right ol {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}
.content-right ul li, .content-right ol li {
    margin: 5px 0px 5px 15px;
}
.content-right ul {
}
.content-right ul li {
    background: transparent url(../img/list-bullet.gif) center left no-repeat;
    padding-left: 20px;
}

.sidebar-left .talk-to {
    background: transparent url(../img/talk-to-bg.jpg) top center no-repeat;
    padding: 10px 0px 30px;
    margin: 0px 0px 20px;
}
.sidebar-left .side-thumb {
    display: block;
    margin-bottom: 25px;
}
.sidebar-left .talk-to .call-us {
    width: 209px;
    height: 79px;
    background: transparent url(../img/call-us-s-bg.png) top left no-repeat;
    overflow: hidden;
    margin: 10px auto;
}
.sidebar-left .talk-to .call-us .action {
    font-size: 13px;
    margin-left: 70px;
    margin-bottom: 3px;
}
.sidebar-left .talk-to .call-us .phone {
}
.sidebar-left .talk-to .call-us .phone a {
    margin-left: 70px;
    font-size: 12px;
}
.sidebar-left .talk-to .mailto {
    font-size: 13px;
    background: transparent url(../img/email-icon2.png) top left no-repeat;
    margin-left: 35px
}
.sidebar-left .talk-to .facebook{
	font-size: 13px;
	line-height: 18px;
	background: transparent url(../img/fb-icon2.png) top left no-repeat;
	margin-left: 35px;
}
.sidebar-left .talk-to h2 {
    text-align: center;
    line-height: 24px;
}
.sidebar-left .talk-to h2 em {
    display: block;
}
.download-adobe {
    padding: 10px 15px;
    float: left;
    background: #f4f4f4 url(../img/adobe-bg.png) 15px 15px no-repeat;
    padding-left: 40px;
    font-size: 11px;
    line-height: 14px;
    width: 220px;
    margin-bottom: 10px;
}
.download-adobe a {
    font-size: 11px;
    line-height: 14px;
}

.map {
    float: left;
    width: 325px;
    height: 331px;
    background: #f4f4f4 url(../img/map-bg.png) top left no-repeat;
}
.map .embed {
    float: left;
    background-color: #cccccc;
    width: 302px;
    height: 311px;
    margin-left: 11px;
    margin-top: 10px;
}
.larger-map {
    float: right;
    display: block;
    line-height: 16px;
    margin-top: 10px;
    padding-left: 20px;
    background: transparent url(../img/large-map.png) top left no-repeat;
}
.contact-form {
    height: 295px;
    position: relative;
}
.contact-form label,
.contact-form input[type=text],
.contact-form textarea {
    display: block;
}
.contact-form label {
    margin-bottom: 5px;
}
.contact-form input[type=text],
.contact-form textarea {
    background-color: #f0f0f0;
    border: 0px;
    width: 300px;
    padding: 10px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #b3b3b3;
    border: 1px solid transparent;
}
.contact-form textarea {
    height: 180px;
}
.contact-form .submit {
    background-color: #17bbc5;
    border: 0px;
    text-transform: uppercase;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    float: right;
    cursor: pointer;
}
.contact-form .space {
    margin-bottom: 2px;
    display: block;
    height: 18px;
}

.contact-form .innerError, .contact-form .formerror {
    font-size: 11px;
    color: #d30000;
}
.contact-form .inputError {
    border: 1px solid #d30000 !important;
}
#sending {
    display: none;
    line-height: 16px;
    float: left;
    font-size: 14px;
    font-family: "Open Sans Bold", sans-serif;
    margin-top: 5px;
}
#sending img {
    float: left;
    margin-right: 5px;
}
.activetext {
    color: #333333 !important;
}
#message {
    width: 300px;
    height: 100px;
    margin: 50px auto;
    display: none;
    background-color: white;
    border: 1px solid #cccccc;	
    padding: 20px;
    text-align: center;
    font-size: 14px;
    box-shadow:0px 0px 5px #cccccc;
    cursor: pointer;
}
#message h2 {
    margin-top: 18px;
    color: #17BBC5;
}
.footer {
    width: 100%;
    clear: both;
    background: transparent url(../img/footer-bg.jpg) top center repeat;
    padding: 10px 0px;
    text-align: center;
    color: #8d8d8d;
    font-family: "Arial", sans-serif;
    font-size: 14px;
	font-weight:bold;
}

.body, .footer, #overlay, #popup {
	transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease; }
.showpopup .body, .showpopup .footer {
	filter: blur(30px);
	-webkit-filter: blur(30px); }

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #17bbc5;
	opacity: 0;
	visibility: hidden;
	z-index: 15; }
.showpopup #overlay {
	opacity: .3;
	visibility: visible; }
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 15;
	/*margin: -250px 0 0 -250px;*/
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	/*transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);*/
	transform: translate(-50%, -50%) scale(1.1)!important;
	-webkit-transform: translate(-50%, -50%) scale(1.1)!important;
	-moz-transform: translate(-50%, -50%) scale(1.1)!important;
	-ms-transform: translate(-50%, -50%) scale(1.1)!important;
	-o-transform: translate(-50%, -50%) scale(1.1)!important;
	box-shadow: 3px 6px 12px rgba(0,0,0,.1);
	-webkit-box-shadow: 3px 6px 12px rgba(0,0,0,.1); }
.showpopup #popup {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1); }
#popup img {
	display: block;
	width: 600px;
	height: 469px; }
#popup #close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; }
#popup #close:before, #popup #close:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 7px;
	right: 7px;
	background: #fff;
	height: 2px; }
#popup #close:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); }
#popup #close:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); }