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%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1.4em
}

ul {
    list-style: none
}

sup{
    font-size: 11px;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}
body{
	color: #403f4c!important;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

a{
    outline:none!important;
}

.banner-service{
    margin-top: 64px;
}
.donut-chart {
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.donut-chart .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.donut-chart .chart-center {
    position: absolute;
    border-radius: 50%
}

.donut-chart .chart-center span {
    display: block;
    text-align: center
}

.material-icons {
    font-size: 1.2em;
    display: inline;
    vertical-align: middle
}

a:hover,
a:focus {
    text-decoration: none
}

a:hover .material-icons,
a:focus .material-icons {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 900
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 2rem
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.button {
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms
}

.button.button-orange {
    background: #f49e00;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    font-weight: 700;
    border: none
}

.button.button-regular {
    background: #009cd1;
    color: #fff;
    font-size: 13px;
    padding: 10px 24px;
    font-weight: 700;
    border: none;
    display: inline-block;
}

.m-space-20{margin-top: 20px;}
.button.button-trans {
    background: transparent;
    color: #555;
    font-size: 13px;
    padding: 6px 24px;
    font-weight: 700;
    -webkit-transition: color 500ms, background 500ms;
    -moz-transition: color 500ms, background 500ms;
    -ms-transition: color 500ms, background 500ms;
    -o-transition: color 500ms, background 500ms;
    transition: color 500ms, background 500ms;
    border: 1px solid #009cd1
}

.button.button-trans:hover {
    background-color: #009cd1;
    color: #fff
}

.button:hover {
    opacity: 0.75
}

a {
    color: #13567b
}

a:hover {
    color: #009cd1
}

html,
body {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}

html *,
body * {
    outline: none
}

select {
    border: none;
    background: transparent;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.very-heavy {
    font-weight: 900
}

.heavy {
    font-weight: 700
}
.doc-title{color:#13567b;}
.normal {
    font-weight: 500
}

.light {
    font-weight: 300
}

.col-static {
    position: static
}

.well {
    background-color: #f2f1f6;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box
}

.filters.well.clearfix {
    border: none !important;
    border-image: none !important
}

.layout {
    position: relative;
    margin-bottom: 50px
}

.layout>.sidebar {
    width: 300px;
    margin: 0 auto
}

.layout>.main-column {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px
}
.main-column p , .main-column div{
    text-align: justify;
}
.main-column .text-right{
    text-align: right;
}

@media screen and (min-width: 992px) {
    .layout>.sidebar {
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 15px
    }
    .layout>.main-column {
        position: relative;
        padding-left: 400px;
        padding-right: 0px;
        min-height: 720px
    }
}

#header .header-top {
    background-color: #f2f1f6;
    padding: 10px 0;
    font-size: 12px;
    text-align: center
}

#header .header-top .header-top-left,
#header .header-top .header-top-right {
    display: inline-block;
    vertical-align: middle
}

#header .header-top .header-top-left {
    margin-bottom: 5px
}

#header .header-top .header-top-left .language-select {
    width: 8px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/arrow-down-sm.png");
    background-repeat: no-repeat;
    -webkit-background-size: 8px;
    background-size: 8px 4px;
    -ms-behavior: url(backgroundsize.min.htc);
    width: auto;
    height: auto;
    background-position: right 40%;
    padding: 0 14px 0 0;
    cursor: pointer;
    font-size: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #header .header-top .header-top-left .language-select {
        background-image: url("../images/icons/arrow-down-sm@2x.png");
        -webkit-background-size: 8px 4px;
        background-size: 8px 4px
    }
}

#header .header-top .header-top-left .links a {
    color: #555;
    font-size: 14px
}
#header .header-top .header-top-left .links a:hover , #header .header-top .header-top-left .links a:active , #header .header-top .header-top-left .links a:active{
    color: #009cd1;
}
#header .header-top .header-top-right .social-top a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

#header .header-top .header-top-right .social-top a svg {
    width: 16px;
    height: 16px;
    fill: #84878c;
    -webkit-transition: fill 500ms;
    -moz-transition: fill 500ms;
    -ms-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms
}

#header .header-top .header-top-right .social-top a:hover.fb svg,
#header .header-top .header-top-right .social-top a:focus.fb svg {
    fill: #3B5998
}

#header .header-top .header-top-right .social-top a:hover.twitter svg,
#header .header-top .header-top-right .social-top a:focus.twitter svg {
    fill: #00aced
}

#header .header-top .header-top-right .social-top a:hover.instagram svg,
#header .header-top .header-top-right .social-top a:focus.instagram svg {
    fill: #cd486b
}

#header .header-top .header-top-right .social-top a:hover.youtube svg,
#header .header-top .header-top-right .social-top a:focus.youtube svg {
    fill: #ff0000
}

#header .header-top .header-top-right .login-actions a {
    color: #84878c
}

#header .header-top .header-top-right .login-actions a:hover,
#header .header-top .header-top-right .login-actions a:focus {
    color: #009cd1;
    text-decoration: none
}

#header .header-top .header-top-right .vertical-bar {
    display: none
}

#header .header-top .vertical-bar {
    margin: 0 5px 0 0px;
    font-size: 16px;
    font-weight: 300
}

@media screen and (min-width: 420px) {
    #header .header-top {
        text-align: left
    }
    #header .header-top .header-top-left {
        margin-bottom: 0px
    }
    #header .header-top .header-top-right {
        float: right
    }
    #header .header-top .header-top-right .vertical-bar {
        display: inline-block
    }
}

@media screen and (min-width: 992px) {
    #header .header-top .container {
        padding: 0px 30px
    }
}

#header .header-main {
    padding: 10px 0
}

#header .header-main .logo {
    text-align: center
}

#header .header-main .logo .logo-header {
    width: 136px;
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    -webkit-background-size: 136px;
    background-size: 136px 86px;
    -ms-behavior: url(backgroundsize.min.htc);
    display: inline-block
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #header .header-main .logo .logo-header {
        background-image: url("../images/icons/logo@2x.png");
        -webkit-background-size: 136px 86px;
        background-size: 136px 86px
    }
}*/

#header .header-main .logo img {
    margin: auto
}

@media screen and (min-width: 420px) {
    #header .header-main .logo {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
    }
}

#header .header-main .header-user-actions {
    padding-top: 15px;
    text-align: right
}

#header .header-main .header-user-actions .header-search {
    font-family: 'Open Sans', sans-serif
}

#header .header-main .header-user-actions .header-search input {
    background-color: #ebeaef;
    font-style: italic;
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #dadada;
    width: 19px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/icon-search.png");
    background-repeat: no-repeat;
    -webkit-background-size: 19px;
    background-size: 19px 19px;
    -ms-behavior: url(backgroundsize.min.htc);
    width: 100%;
    background-position: 95% center;
    padding: 10px 36px 10px 10px;
    height: auto;
    color: #4a4854;
    height: 43px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #header .header-main .header-user-actions .header-search input {
        background-image: url("../images/icons/icon-search@2x.png");
        -webkit-background-size: 19px 19px;
        background-size: 19px 19px
    }
}

#header .header-main .header-user-actions .header-appointment {
    padding: 5px 0
}

#header .header-main .header-user-actions .header-appointment .button-orange {
    font-size: 16px;
    font-weight: 900;
    padding: 10px;
    border: 1px solid #f49e00;
    width: 100%
}

@media screen and (min-width: 420px) {
    #header .header-main .header-user-actions {
        float: right
    }
    #header .header-main .header-user-actions .header-search input {
        width: 160px
    }
    #header .header-main .header-user-actions .header-appointment .button-orange {
        width: 160px
    }
}

@media screen and (min-width: 768px) {
    #header .header-main .header-user-actions .header-search input {
        width: 240px
    }
    #header .header-main .header-user-actions .header-appointment .button-orange {
        width: 240px
    }
}

@media screen and (min-width: 992px) {
    #header .header-main .header-user-actions>div {
        display: inline-block;
        vertical-align: middle
    }
    #header .header-main .header-user-actions .header-search {
        padding: 15px 0 15px 30px
    }
    #header .header-main .header-user-actions .header-search input {
        width: 270px;
        background-position: 240px center
    }
    #header .header-main .header-user-actions .header-appointment {
        padding: 15px 0 15px 30px
    }
    #header .header-main .header-user-actions .header-appointment .button-orange {
        width: 270px
    }
}

#header .header-menu {
    background-color: #009cd1
}

#header .header-menu .mobile-menu {
    font-size: 14px;
    font-weight: 900;
    padding: 15px 5px;
    color: #fff;
    cursor: pointer
}

#header .header-menu .main-menu {
    position: relative;
    max-height: 0;
    -webkit-transition: max-height 500ms;
    -moz-transition: max-height 500ms;
    -ms-transition: max-height 500ms;
    -o-transition: max-height 500ms;
    transition: max-height 500ms;

}

#header .header-menu .main-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 75%;*/
    min-height: 300px;
    box-shadow: none !important;
    z-index: 9999;
    border-top: 3px solid #f4a20d
}

/*#header .header-menu .main-menu .dropdown-content .menu-image {
    margin-top: 20px
}*/

.first-col{padding-left:40px;}
#header .header-menu .main-menu .dropdown-content .area1 li {
    list-style: none;
    display: block !important
}

#header .header-menu .main-menu .dropdown-content .area1 li a {
    text-align: left;
    /*padding: 10px 30px 10px 30px;*/
    /*margin-top: 10px;*/
    font-size: 14px;
    /*color: #004870;*/
    color: #595864;
    font-weight: 900;
    /*width: 250px*/
}

#header .header-menu .main-menu .dropdown-content .area1 li a:hover {
    background-color: transparent;
    color: #009CD1
}

#header .header-menu .main-menu .dropdown-content .area1 li:hover {
    background-color: transparent
}

#header .header-menu .main-menu .dropdown-content .area2 a {
    margin-top: 8px;
    text-align: left;
    padding: 10px 0px 21px 30px;
    list-style: none;
    display: block !important;
    color: #004870;
    font-weight: bold;
    width: 260px;
    font-size: 14px
}

#header .header-menu .main-menu .dropdown-content .area2 li {
    list-style: none;
    display: block !important;
    /*padding-left: 49px;*/
    /*padding-bottom: 10px*/
}

#header .header-menu .main-menu .dropdown-content .area2 li:hover {
    background-color: transparent;
    color: #009CD1
}

#header .header-menu .main-menu .dropdown-content .area2 li a {
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: normal;
    width: 100%;
    color: #403f4c;
    font-size: 14px;
    margin-top: 0px
}

.desktop li.menu-item.top-items {
    padding: 15px 0px;
}
.desktop .dropdown-content{
    margin-top: 15px;
    width: 100%;
    left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.area2 li {
padding-left: 0 !important;
}
.desktop .dropdown-content .area2 li:first-child a{margin-top: 0;}
.dropdown-content .area1 li a{margin-bottom: 30px;line-height: 100%;}
.desktop .dropdown-content .area2 li a{    margin-bottom: 15px;
    line-height: 100%;}
.desktop .dropdown-content .area2{padding-left:20px;padding-bottom:20px}
.menu-image{width:272px;display:inline-block;}

#header .header-menu .main-menu .dropdown-content .area2 li a:hover {
    background-color: transparent;
    color: #009CD1
}

#header .header-menu .main-menu .dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block
}

#header .header-menu .main-menu .menu-item:hover a+.dropdown-content {
    display: none
}

@media screen and (min-width: 768px) {
    #header .header-menu .main-menu .menu-item:hover a+.dropdown-content {
        display: block
    }
}

#header .header-menu .main-menu.visible {
    max-height: 500px
}

#header .header-menu .main-menu li {
    display: block
}

#header .header-menu .main-menu li a {
    display: block;
    /*padding: 10px 7px;*/
    color: #fff;
    font-size: 0.9em;
    font-weight: 700
}

#header .header-menu .main-menu li a:hover,
#header .header-menu .main-menu li a:focus {
    text-decoration: none
}

#header .header-menu .main-menu li a.active {
    color: #fff
}

#header .header-menu .main-menu li a.active:hover {
    color: #fff
}

@media screen and (min-width: 992px) {
    #header .header-menu .main-menu {
        max-height: initial;
        display: table;
        width: 100%
    }
    #header .header-menu .main-menu li {
        display: table-cell;
        text-align: center;
        -webkit-transition: background 500ms;
        -moz-transition: background 500ms;
        -ms-transition: background 500ms;
        -o-transition: background 500ms;
        transition: background 500ms
    }
    #header .header-menu .main-menu li a {
        font-size: 14px;
        font-weight:900;
/*        padding-top: 20px;
        padding-bottom: 20px*/
    }
    #header .header-menu .main-menu li:hover {
        background-color: #F4A20D;
        color: #fff !important
    }
    #header .header-menu .main-menu li:hover.active {
        color: #fff
    }
}

#main-slider {
    position: relative
}

#main-slider .buttons-arrows {
    position: absolute;
    display: none;
    width: 100%;
    top: 10px;
    z-index: 1000;
    top: 50%;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px)
}

#main-slider .buttons-arrows .container {
    position: relative;
    text-align: right
}

#main-slider .buttons-arrows .container .slick-arrow {
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 70px;
    height: 56px;
    border: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

#main-slider .buttons-arrows .container .slick-arrow i {
    color: #a9bec6;
    font-size: 46px;
    width: 100%
}

#main-slider .buttons-arrows .container .slick-arrow i:before {
    display: block;
    padding: 5px 25px
}

#main-slider .buttons-arrows .container .slick-arrow:hover {
    background-color: #009cd1
}

#main-slider .buttons-arrows .container .slick-arrow:hover i {
    color: #fff
}

#main-slider .slides .slide-item {
    position: relative;
    overflow: hidden
}

#main-slider .slides .slide-item .slide-media {
    width: 100%;
    height: 530px
}

#main-slider .slides .slide-item .slide-media img {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main-slider .slides .slide-item .slide-text {
    position: absolute;
    top: 160px;
    z-index: 2000
}

#main-slider .slides .slide-item .slide-text .slide-header h5 {
    color: #009cd1;
    font-size: 18px;
    margin-bottom: 5px
}

#main-slider .slides .slide-item .slide-text .slide-header h2 {
    color: #414048;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px
}

#main-slider .slides .slide-item .slide-text .slide-body {
    margin-bottom: 40px
}

#main-slider .slides .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center
}

#main-slider .slides .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px
}

#main-slider .slides .slick-dots li button {
    text-indent: -99999px;
    width: 40px;
    height: 6px;
    border: none;
    background-color: #fff
}

#main-slider .slides .slick-dots li.slick-active button {
    background-color: #009cd1
}

@media screen and (min-width: 420px) {
    #main-slider .slides .slide-item .slide-text .slide-header h2 {
        font-size: 45px
    }
    #main-slider .slides .slick-dots li button {
        width: 70px
    }
}

@media screen and (min-width: 768px) {
    #main-slider .buttons-arrows {
        display: block
    }
    #main-slider .slides .slide-item .slide-text {
        width: 500px
    }
}

@media screen and (min-width: 1200px) {
    #main-slider .slides .slide-item .slide-media img {
        width: 100%
    }
}

.card-item {
    text-align: center
}

.card-item .card-icon img {
    display: block;
    margin: 0px auto 0px auto
}

@media screen and (min-width: 992px) {
    .card-item {
        text-align: left
    }
    .card-item .card-icon img {
        display: inherit;
        margin: inherit
    }
}

.card-menu {
    margin-bottom: 60px
}

.card-menu .card-item {
    padding: 20px 30px;
    /*background: #f2f1f6;*/
    background: #f1f2f4;
    font-size: 15px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 255px
}

.card-menu .card-item:hover {
    background-color: #fff
}

.card-menu .card-item .card-icon {
    margin-bottom: 10px;
    display:block;
}
.news-media img{transition: all .2s ease-in-out;}
.news-media a:hover img{transform: scale(1.04);}
@media (max-width: 1690px) {
	.card-menu .card-desc p{
		min-height: 90px;
	    margin-bottom: 20px;	
	}
}
@media (max-width: 1542px) {
    .card-menu .card-item{
        min-height: 275px;
    }
}
@media (max-width: 1389px) {
    .card-menu .card-item{
        min-height: 295px;
    }
}
@media (max-width: 1465px){
	.card-menu .card-desc p{
		min-height: 110px;
	    margin-bottom: 20px;	
	}	
}
@media (max-width: 1299px){
	.card-menu .card-item .card-desc p{
    	font-size: 12px;	
	}	
}
.card-menu .card-item .card-title {
    color: #009cd1;
    font-weight: 900;
    font-size: 16px;
    /*font-size: 14px;*/
    margin-bottom: 10px;
    height: 40px;
    display: block;
    overflow: hidden;
}
.card-menu .card-desc p{font-size:12px;font-weight:400;color:#403f4c;line-height:1.4;min-height: 48px;
    margin-bottom: 20px;}

.card-menu .card-item .card-desc {
    margin-bottom: 20px
}

.card-menu .card-item a {
    color: #787781;
    font-size:14px;
    font-weight:400;
}
.card-menu .card-item a:hover , .card-menu .card-item a:active, .card-menu .card-item a:focus {
    color: #009cd1;
}

.card-menu .card-item a:hover,
.card-menu .card-item a:focus {
    text-decoration: none
}

.card-menu>.inside>div:nth-child(2n) .card-item {
    background: #eaebed;
}

.card-menu>.inside>div:nth-child(2n) .card-item:hover {
    background-color: #fff
}

.presentation .button.button-regular {
    margin-bottom: 18px;
        margin-top: 18px;
    width: auto;
    display: inline-block;
}
.section-tmimata .button.button-regular{
	width: auto;
}
.presentation {
    padding: 30px 0;
    text-align: center
}

.presentation img {
    margin: auto
}

.presentation .presentation-title {
    font-size: 2em
}

.presentation .presentation-summary p {
    margin-bottom: 10px;
    font-size:16px;
    color:#403f4c;
}

.presentation .presentation-summary .video {
	margin-top: 70px;
}
.presentation-actions{
    margin-top: 16px;
}
.presentation .presentation-tools {
    text-align: center
}

.presentation .presentation-tools .tool a {
    color: #403f4c
}

.presentation .presentation-tools .tool a .bullet-bg {
    margin: auto;
    width: 100px;
    height: 100px;
    background-image: url("data:image/png;base64,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");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
    padding: 26px
}

.presentation .presentation-tools .tool a p {
    margin-bottom: 20px;
    padding: 15px 0px;
}

.presentation .presentation-tools .tool a:hover .bullet-bg,
.presentation .presentation-tools .tool a:focus .bullet-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAXLUlEQVR4nO1deXRT15n/6T1bi2Vbtrzvlo3BNiDbGOzgBAKBQAgBMkmYhjQpoSqkCdNs7SSnyWkyTcu0DWk7oSGZLm5IaGjTNAyEJYQ1bMY2YBsZMF7l3ZYXyfIiydre/PFi8d6VvMlmCdbvHJ+D7vvevZf7e3f77ne/T4C/XMJtDgmAWQBmA5gBIBFAHAApgAAAQQD8AfgCGAAwCKD7m79GAPUAKgGUA7gMwHQzKz8cGJXSbbrPjcrYUwjy1cEAFgC4B8BiAHPH8br0mz85gBQAd7mRuQDgBIAzAE4zKqV+QhWeZAg87SERry+DQCBAW1vbxCuRr1YCeAjAGgA5E85wfCgGsBfAfkalVN/ksl3gcQ+hKAoURXlcsCBfHQLgewC+AyDX44wmjpxv/rYI8tVFAD4F8BGjUupuRWU8JoSmaY8IEeSr5wB4BMAGANGjyjMOm9hk6JIM6Dv9BnR6P6Pe4Deg6/O1ma1Ci9EiMveZRRaTlbZb7BaRVGilfGmTX5B4UBwoGZDKA41+wTKjVB5skgaHmSWyUEZAjfR/zv3m7yeCfPVfAfyLUSlv6iTr8ZAV/9YqUBQFjUYztoLy1dkA/h3AKyPKMQ67tK+rJUjXqAntrGmObKtoD5ZK6Llz50akpKSERkdHh8jlcllgYGCAWCz2E4lEQh8fH+HQ+zabzTI4OGgxm83G3t7ePp1OZ2htbe2urq7uLCop66r2jwvpDEuO7QmJVwz4h8YwAooepepvA/iUUSlLxvQfnSA8JkSx5WFQFIWampqRC8hXhwL4EYA3hpVhHI4AQ1ttRFtFZYKmuDbaX4TFixcnpKenxygUiviwsLAIjyrpBp2dnVqNRtN49erVlkNnitpKg6bHaaPSUntlkUmMYMQu/xaAbYxK2T1ZdXEHjwmZ9utHQVEUql75bCSxZwC8CSDK3UNfi7EnsuVKWXLN6SvKCBm9YsWK6ZmZmamRkZGjDmWThfb29tbS0tJrn58oaDosSkxsj56ZYRX6BQ0j3gqWmD8OJUz6KtNTQqa/vRY0TaPix/9w9zgcwG8BPOnuodhk6IivKyxMrjlTtW7tY9PT0tJis7KylDRNT3gZ7insdruttLRUffVaZcuWMi0aE3NyzZLA8GHEdwL4CYCO24aQtN8+DpqmcfnFT8hH6wH8BoDLMCMcHNAnVp85Pa3mVOUPN23KzMnJmRUREeG293BhsjtQ0mVCud6Mip5BaPosaBqwostsg8FiR5/V4ZQN8KUgE9IIFfsgTuoLRYAQaUEiKIMlyAoVQ0KPvhDRarVthUVFl189WWXSJN+9wCKSBrsTA/Aqo1J+NGqG44DHhMz6n++Coiion9/JTd4K9svhgXLYLTENFwtmlh8s2bj+yfS77747YyQi7AyDs1ojDjX34XhrP0q6TbA6GI/qyYUvJcCcEAnui/bHitgA5EX4gRYIhpXXarVtp8+eK3+5tFvYEj8nz0HRQjdiWxmVcsSFynjgMSEZf/geKIpC6eYdAKvC+ATAKlIuwNCmUZbsPrJamSxdtWpVVlpaWvpweV7sMuGvVTp8Xm+A1mTzqF7jQaTEB48qZNiQIkd2qGRYuYqKiqufHDldtc2emNEXGKlwI7IPwBOMStk/0Tp5TEjW9qdB0zQu/DB/NoAPANzNy5hxOGI150/OVn9x4eUXX8xdsmTJQnf5WB0MPq3rwe8vd6Gk+9apmeaESPDSrFB8JykIvpT7XnPs+PFT3z9eZ29KnHuvmxXZWQDPMipl+UTq4TEhc/9XhQs/zF8ClowU7jNfi9Ewq2zvvhWh1ODGjRsXJyYmJpHvWx0MPqzSY8slLRr7rR7V4UYgwV+I1zLCsWF6sFti6uvr637+z0NXdgVkLrQI/WTE4yqwpBz3tHyPCQE7PH0AIIabGGBoq8s59/H+59Y9Ov3hhx9eRrnZzh9s6sMLhS2o6bV4WvYNx7RAIbbNj8GK2ACXZw6Hw/HPL/afeKZOnNQrcxnCmsGSst+Tcj0lZBmAv4IgI1RbVTqvcOexX7z5xn3Z2dlzyJdajFZsLmjB3oZeT8q8JViTEIjteTGI8fN1eXaxpKRkxSGNoDMiJYt41AxAxaiUh8dbnieEzAKrHeUNQ9FNZWfnXPys4J133lk1Y8aMVPKlXbU9eK6gBQaLfbzl3XLIhDTez4vBE8mu+8XKysprS/5xXtcSq8wjHtUBWMOolJfHU9Z4CZEB2A/2rMKJOM35kxmX9hS/++67jyQlJSVzn5nsDjx7tgUfVd9Wxw4eYX1KMD64O8ZlL1NXV1e7aMfJ5qaE7HuJV84AeIhRKQ1jLWO86tq/gSAjprHkTMalPcXvvffeYyQZTQNW5O2rvSPIAICPqvXI21eL5gH+IiQpKSn51PcXx8c2lZ4hXrkHbJuNGeMh5H2wh0hOhGqryrJKPj+3bdu2RxISEniTW1m3CXd9UYOyW7iUvREo6zYh94saXNKZeemJiYmKU+sXRoV1VJcRrzwkyFdvH2v+YyVEBeBZbkJgT2vtvMKdR7du3fqQQqHg9YwCrRGLD9ah1Xj7LGcnE61GKxYdqEWB1shLVygUySf/baY40NBWS7zynCBfrRpL3mMhJA7AO9wEoblfP+/cxwfeeuNn96WmpqZxnxVojVh2qA4938LJezzosdix/Ks6nOvgk5KWmpp6aGFYn3BwgByntwry1bGj5TsWQraAtewAAAgcdlvGxc/2bP7u2hlz587lLW3L9WY8eFiDAZvDJZM7Ef1WB1Z8pUG5nj98zZ87J/P9uL4KgcPO1f8EA/jv0fIcjZBnADzFTYivK/x6aaTEsWbNmqXc9OYBKx78SvOtXNZOBAaLHQ9+pXGZ6J9+cEnug5a6YkL8KUG++pmR8huJEBmA17gJ/r3tmpmXD5Zu2rRpMUVdP/o02hxYfaTepVJTBc0DVqw5Ug8jZ2SgaZr+w8rsyIBeLXnG/ZogX02qXJwYiZCXAMQ7BR12S8bFz4+89MILuaRuanNBC0rvsNXUeFHSbcJ/nGvhpSkSE5N2Zog7KYedqyOKB9u2bjEcIVlgj16diGoqK1ytTJYuXbqUp7XdVduDHXfIPmOi+LBKj121Pby0NfctyHlc1HmVEH1TkK/OdJfHcIR8h/tDODign6Xef2H16tW8SXxIN+XFdWwuaHFZ7r+ekyAWWlxWXY+7e98dIVkAXuUmJNacPf2DJ9elk0vczQUtd/zydrzosdjxHPGRpqfOSP1lvK2BEH1VkK8mlZJuCXmE+0NsMnROqz5VtWDBggxu+oGm3m+V1vZmYm9DLw408dvmqbnTI8Sm3k5C9BHitwshcrAWhU7E1xWde2bjD3hn4FYHg5eLJm7TeyfjJ8VtsHHsACIjIqK2TqfJRlsvyFfzVMgkIevBOePwtRh7k2vOVOfm5s7iCu2o1qPKMDg5Nb9Dca1nEB8Si53HMpLCfK0mbteJA/A0V4YkhDfRRLZcKX38sUdSyN6xpaxjUip9p2NLWYdLL3k52tZMiPHanEvIbHCuAggYhz255vTl9PR03qng3+t60NB/+x693k5o6Lfg73X8ZfDqGKlNwDi4uqVcQb569tAPLiE8E54AQ7tmZqg/lZWVxTPN23alaxKrfOfjXaK9cjNnp6UzPY2EmLPtuYQ8zJWIaKu4tnLlyhk0TTsPk0u6TbjYNbV35OPFxS4Tz7yJpmnf56dJBwixNUP/GCJEDmDeUKKAcdgTNEW1WVlZvLPxHVXeHbknINttZWqcXMA4uBu4HEG+Wg5cJ4R3LOvX390SIfEB1wrdzjD4TMMfD70YGz7T9IBrCRsTFRkVNtjTSojdA1wnZAH3ibyrXrNkyZJ4btq5DiPab4J5552IdpMNBR38Ueq7URRp+LAAuE7IIu6TkK7a5rS0NN7p1qHmvsmt5RTD4Ra+2e/9cTLy5ta9AEuIBJyrxwLGYYtsu6ZNTk7m9ZBjrRO2I57SONrC/6CzE6LJeWSeIF8tpgDM5AqKTYbuYKmY4l4jG7qf4YXnuNhlgtl+fSIJDw+LkNv6yZu+6RTYDaETkgF9Z3Z2Nu/mUFm3GZZJuJ8xlWFxMC6HeAuDKHIeyKDAuqtwQmLU61JSUkK5aeWEDZIXnoFsx5xQMWkNMp0C6zvECT+j3hAdHR3CTavo8RIyGSDbcXaolNQlKiiwGkcnpP3dfXK5nKcSruvz6q4mAxpCBxgv8yOvyMVRAHjDk9jcZwoICOBdipiq1iSTDbIdQwP8yHt0oRRYtYkTElOPSSKRiLlpXYPeDeFkoMvMP+72F4vJHiKnwPqZcoKy2xwikUjETTNYpoYl4o0GaX8gEvqKCBFfCqxBnBNiS/8g13cIgCljGnqjYSTa0cfHh3SUEODWDEgg4F/etnn3IJMC8q69u/uXFACekmtQFCBiGIb3ps8w14S9GB/IW70Oh4McevooALyp307RlM1m463PpD6eOyrz4jr8iHa02mzkaslKAeDpU0ySIMng4CDPpEQm9BIyGQgS8hW8ZouV3ODpKAC8Q1+zJFBiMpl4W8pQ0S1z0nNHIVTMJ6TfbCEJ6aIANHFTBqTygL6+Pp7SK1bqekfbi/GDbMf2fhNJSBMF1q+tEya/YJlOp+Od1SYFuHOC48V4ofDnt2O9wUQaRmsosE6GnTD6BctbW1t5buzSgngbdy88BNmOl3RmcvlaRYH1+OyESRocVl1dzZtXZsu9hEwGyHYs1NtIXdYlCsAVbopZIgspLlXzCMkMEUPo3YtMCEJKgKwQfvuf7RUEEmJXKbC+0C8MpTACyqfaPzaks7NTO5QmoSnMGcHBlxejIztUAjF9/aNu7OjWGe3gLrvOMyqleWiD8TX35a6wpNja2lqeueOSaP8bVdcpgaUxfDdP55q7SevFk8B1M6DT3Ce6kERFRUUFz0r7ATd+o7wYO5bF8D/oA+2D5MR8GrhOCM9pitE/JObg6ULe5ZL54X6IlHg3iJ4gUuKDvHApL213ByMnxM4A1wnRATg/9IQRUPSlkNT49vZ2p7kjLRBgrWI4/8JejIS1iiBw10TV7d36Af78UTzk/J+rpNrDzUQbmZZaWlp6jZv29HR37mu9GA1ku+2q6SY3hHuH/sElZB9Xok8Wqfjn8TONdrvdqQ2eEyIZ0Z2qF67IDpVgDme5a7PZbH9utJLDlbPtuYSUgw1uAoAdto5JpiWVlpbygpw8P5NnE+HFKHiBaK+9lxu0LSY7t92LuK5lSb06z5F7e1R65pWKazyz+XVJQUjw9+q2xoIEfyHWJfHn3d2dLpM5r81JQj4ER/trFUoCf1WmZbRarXPF5UsJ8HrmcD7qveDi9cxw3mlrrbZbv6vRyB3zmwDs4L5DEtIDgOdcvkGRO7+wqJjnWfPplGBMl5EGE15wkRokwoYU/mT+fpWBPMf4iFEpeZp1d0eBu7k/zJLAsFdOVZvJXvK73FGDGkxpvJMTRfQOnf53Vf2kumM38dstIaVgw004UZ80/56TZwp4k/vKuECsSSB1Y14ArPPllXH8ttla0UMOKb9hVMpS8t3hDst5E41FJA3+sdoguXbtWgU3fXtejMs58VRH0DdOl7k4Ud3c8cfafj9C1G0knOEIKQPwc25Ca2zGXX87fIp3mBXj54vtROFTHe/nxSCacEv+swojubL6OaNSku5kAYzsUe73YEOXAgAcFC3cZldkHD169BRX6InkIGzw7uABAN+fLsc6wh35rwrr9Gc7zVwlYCPYtnWLkQgxgPCi2RcYodh4vNZSX19fx01/b34Mbzc6FTEnRIL38vixzM7Xt3e9dqWf/Fq3jOR6fDSDqz+CDYDlRIMiZ9Evd31RZrfbnfoYPx8Ke+9PnLLWKbFSX+y9P5HnE95mt9ufLNaRZHzMqJR/GimvsVjAvQbA6YqAoWifnUHzFv9r/8GvyUodXK6AbIpN8jIhjYPLFS4f44tnGgar+mzcxtCB8PLqDmMhpBnAf3ITLCJp8KZaYeL5Cxd40S9nB4vx5XLFlDE99felcGi5ArOD+WdNO9TNhu01LquqVxiVclQHlWNtuXywzvid6JVFJa880kCRS+H54X44/EDSHb8cDhLSOPxAEu4K57f7VzVt+g3ndaRf3vcZlTJ/LPmO51PeDDZ2iBOd4SmZ9/+jqFuj0fCcz+dF+OHrlckuy787BdF+vvh6ZTLmE2QUNWh1D5zsJOeN/YxKuXmseY93bHkSxHFvc1zWPYs+PNHc0NDA8+CcIRejaPU0F9OXbzuyQiQoWj0NGYSN1YXGDt1dR7XujmXdRjsdDuMlxAA2bAVv2duYMPfevB2n2+rq6ng9JVbqi4JV07A+5c7Yp6xPCUbBqmkuE3hhQ4du3pF2kow6sMHBxhxdBxg/IQBwGSwpvAmqNVaZd9enpX2VVVW8Y18xLcCOhXH4ZFH8t3YFJhPS+GRRPHYsjOPZVgHA4Zr2nvlHXchoAkvGuOJPAQCN1c+OLuWKWgDVABYCcGrRjNKQyI/Lm/sWC3sbY6OjIrkvzJaL8VRKMGr7LKj8Fnk0XZMQiAPLFbg7QurybEd5c+9jBV3kBD5ExiFPyvN4fZr75037wIay4Om3emWRioXFFsWf9h8rJK9sxfj5Ys/SRBxYpsC0wNv71HFaoBAHlyuwZ2miS8g8h8Ph2HxKY9pQrCPV3ZUA1jMq5QFPy/W0hyDq/B7ElR6ob8le9TUAJTiRFBy0r+hAvyT6YnHR+flhYktwUBBvEkmRifBsWghipUKU6823VcyRBH8htuZE4c/3xGKGm0O48w3t3cuOtUi+bDWRX9QZsGSQMUPGBY97iN1uxzfak8sAVoCwWmEEFLVfmJSb8X/Vgi9OnHappC8lwKZUOarXzsDOe+NuuTVLdqgEO++NQ/XaGdg4Q+427Oqvi+r0OUc7QioMFrLd9gFY4cmcQWKyokUP4W0Qu3oAoBx26xOijvKfzkuQpKfxHfpzMRQtene94aa4E4yU+OAxhQxPjxIt+lhVk/bNa6YQQms7hNsjfPcw8dSBkQLcWwb0v0m0N6ybkxIxWjz1Aq0RX97ieOp1HTr97yoMou01faQaBLhBAe49NtblKHtJfATgS7CR3XjxqyxCafBLrQj+aW11x9bpdeq1GclhERHhLsTQAgEWREqxIJJd2ZjsDpR2mVGuN+FqzyA0fRY0D1jRZbahz+rguawIEtII8KUQKvZBrNQXigAh0oNEUMolyAwRu0TpdIfaDp3+g8oen99WuajOh/Ax2JFg0n2u3whCALai3wMbY/wNALyDArMkMPxHTQh/uVbT+3J09dXVcVJrbsbsmTRNu62PhKaQF+GHvAh3H+rkwGa32/aW12t3dzLyXY3G4YhoAfAWgBFV6BOBx0PWtF8/CoqiUFlZOaKcIF8dAuB5sMS4l2EcjtkwNGxO9jOuSo+XR40wnE02arTd+k+qu+1/abLKm432kbrPWwDeHTKKvlHwmBDFlodBURRqamrGVlC+eg7YUEojToACxmGPthraHo+iDffHyais+Eh5OMch50TR1KnTnWvqNh5sHxTt6WTkBhszmvrgbQCfMiplyShykwKPCYl/axUoioJGQ0aFG6VANhjWo2ADx4xqISFgHLYQ+4BuYZCgPydU7Jgd6k/Hy/yEIQFSiVQsEol8fXxFQqFzTzBosVgGrTZrv3nQou03WzQGk/2SzoRzOpu4oFcQOGAf0zDdDNai8F+MSulZA3kIjwmJ/a+VoCgKDQ1kaKUxFsz6Ol8PttfkepTJ5KMIwKcAdjAq5S1xdO8xIUNgVMrRhUarRL5aCTYS9RpwYpjcJBSDvZ+xn1Ep1aMJ32jcFoRwIchXB4N1TL8AwGJwvG5PEi4AOAH2Tt+ZW9UThsOECbkJkABIA5ABYDoABYBYAP5gNc0yAFIAIrDnNVawBgXdABrAug6pAnAJQAXYa+C3HMN9yP8PkUp3lRksLCcAAAAASUVORK5CYII=")
}

.presentation .presentation-actions h3 {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 900 !important
}

@media (min-width: 1200px) {
	 p.video iframe{width: 554px!important;}
}
@media screen and (min-width: 768px) {
    .presentation .presentation-actions h3 {
        margin-top: 0px
    }
}

@media screen and (min-width: 768px) {
    .presentation {
        text-align: left
    }
    .presentation .presentation-summary .video iframe {
        height: 190px
    }
}

@media screen and (min-width: 992px) {
    .presentation .presentation-actions h3 {
        font-size: 23px;
        font-weight: normal
    }
    .presentation .presentation-summary .video iframe {
        height: 255px
    }
}

@media screen and (min-width: 1200px) {
    .presentation .presentation-summary .video iframe {
        height: 315px
    }
}

.section-tmimata .tmimata-image-wrapper {
    background-image: url(../images/tmimata-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.section-tmimata .tmimata-text {
    margin: 140px 0 100px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 40px
}

.section-tmimata .tmimata-text h1 {
    font-size: 32px;
    margin-bottom: 20px
}

.section-tmimata .tmimata-ref {
    position: relative;
    background: #009cd1
}

.section-tmimata .tmimata-ref ul.tmimata-list {
    padding: 20px 0;
    text-align: center
}

.section-tmimata .tmimata-ref ul.tmimata-list li {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    padding: 15px 0
}

.section-tmimata .tmimata-ref ul.tmimata-list li a {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 13px
}

.section-tmimata .tmimata-ref ul.tmimata-list li a .tmima-icon , .section-tmimata .tmima-icon {
    margin: 0 auto 20px;
    background-image: url(../images/ellipse_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    width: 76px;
    height: 76px;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25)
}
.item span{text-align:center;display: block;}

.section-tmimata .owl-prev, .owl-next {
    display: inline-block;
}

.section-tmimata .owl-prev i , .section-tmimata .owl-next i{
    color: #ffffff;
}

.section-tmimata .owl-next i{
    padding-left: 120px;
    font-size: 40px;
    -webkit-text-stroke: 6px #009cd1;
}
.section-tmimata .owl-prev i{
    padding-right: 20px;
    font-size: 40px;
    -webkit-text-stroke: 6px #009cd1;
}

.section-tmimata .tmimata-ref ul.tmimata-list li a:hover,
.section-tmimata .tmimata-ref ul.tmimata-list li a:focus {
    text-decoration: none
}

.section-tmimata .tmimata-ref ul.tmimata-list li a:hover .tmima-icon,
.section-tmimata .tmimata-ref ul.tmimata-list li a:focus .tmima-icon {
    background-image: url(../images/ellipse_bg_hover.png)
}

@media screen and (min-width: 768px) {
    .section-tmimata .tmimata-ref ul.tmimata-list {
        position: absolute
    }
    .section-tmimata .tmimata-ref ul.tmimata-list li {
        display: table-cell
    }
}

@media screen and (min-width: 992px) {
    .section-tmimata .tmimata-ref {
        height: 120px
    }
    .section-tmimata .tmimata-ref ul.tmimata-list {
        padding: 0;
        margin-top: -40px;
        margin-left: -17px;   
    }
    .section-tmimata .tmimata-ref ul.tmimata-list li {
        padding: 0
    }
}

.tab-article .media-body {
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .tab-article .media-body {
        margin-top: 0px
    }
}

.tab-article .media-heading a {
    font-size: 15px;
    color: #13567b
}

.tab-article .media-heading a:hover {
    color: #009cd1
}

.tab-article .media-left {
    padding-right: 25px
}

.articles .more-docs {
    color: #403f4c;
    font-size: 14px
}

.articles .more-docs:hover {
    color: #009cd1
}

.footer-newsletter .button-regular {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.news-articles {
    padding: 65px 0;
}

.news-articles .articles-header,
.news-articles .news-header {
    font-size: 2em
}

.news-articles .news-sections {
    margin-bottom: 20px
}

.news-articles .news-sections .news-item {
    margin-left: -15px
}

.news-articles .news-sections .news-item .news-media {
    margin-bottom: 15px
}

.news-articles .news-sections .news-item .news-text {
    margin-bottom: 20px
}

.news-articles .news-sections .news-item .news-text a {
    font-weight: 900;
    color: #403f4c
}

.news-articles .news-sections .news-item .news-text a:hover {
    color: #009cd1
}

.news-articles .date {
    padding: 5px;
    background: #a3bac3;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 10px
}

.news-articles .articles .articles-tabs {
    background: #f1f2f4
}

.news-articles .articles .articles-tabs .tabs-titles {
    display: table;
    width: 100%
}

.news-articles .articles .articles-tabs .tabs-titles .tab-1 {
    border-left: 6px solid #efbdeb
}

.news-articles .articles .articles-tabs .tabs-titles .tab-2 {
    border-left: 6px solid #09bb8b
}

.news-articles .articles .articles-tabs .tabs-titles .tab-3 {
    border-left: 6px solid #e84855
}

.news-articles .articles .articles-tabs .tabs-titles .tab-4 {
    border-left: 6px solid #006989
}

.news-articles .articles .articles-tabs .tabs-titles li {
    display: block;
    background: #dfe3e6
}

.news-articles .articles .articles-tabs .tabs-titles li a {
    color: #403f4c;
    padding: 15px 32px;
    display: block;
    font-weight: 900;
    font-size: 15px;
    -webkit-transition: background 400ms;
    -moz-transition: background 400ms;
    -ms-transition: background 400ms;
    -o-transition: background 400ms;
    transition: background 400ms
}

.news-articles .articles .articles-tabs .tabs-titles li a:hover,
.news-articles .articles .articles-tabs .tabs-titles li a:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1)
}

.news-articles .articles .articles-tabs .tabs-titles li.active {
    background: #f2f1f6
}

.news-articles .articles .articles-tabs .tabs-content {
    padding: 25px
}

.news-articles .articles .articles-tabs .tabs-content .tab-article {
    margin-bottom: 15px
}

.news-articles .articles .articles-tabs .tabs-content .tab-article .media-left .article-media {
    width: 180px;
    height: 125px;
    overflow: hidden;
    position: relative
}

.news-articles .articles .articles-tabs .tabs-content .tab-article .media-left .article-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-articles .articles .articles-tabs .tabs-content .more {
    padding: 23px 15px 0px;
}
.results-graph{
    margin-top:50px;
}
.news-articles .more {
    text-align: right;
    font-size: 0.86em;
    font-style: italic
}

#content div.news-articles .articles .articles-tabs .tabs-titles li a {
    padding: 15px 15px;
    font-size: 17px;    
}

@media screen and (min-width: 992px) {
    .news-articles .articles .articles-tabs .tabs-titles .tab-1 {
        border-left: none;
        border-top: 6px solid #efbdeb
    }
    .news-articles .articles .articles-tabs .tabs-titles .tab-2 {
        border-left: none;
        border-top: 6px solid #09bb8b
    }
    .news-articles .articles .articles-tabs .tabs-titles .tab-3 {
        border-left: none;
        border-top: 6px solid #e84855
    }
    .news-articles .articles .articles-tabs .tabs-titles .tab-4 {
        border-left: none;
        border-top: 6px solid #006989
    }
    .news-articles .articles .articles-tabs .tabs-titles li {
        display: table-cell
    }
}

.breadcrumbs-section {
    margin-bottom: 30px
}

.breadcrumbs-section .breadcrumbs {
    border-bottom: 1px solid #ddd;
    font-size: 0.86em;
    margin-right: -15px
}

.breadcrumbs-section .breadcrumbs li {
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs-section .breadcrumbs li a,
.breadcrumbs-section .breadcrumbs li span {
}

.breadcrumbs-section .breadcrumbs li i {
    font-size: 15px;
    line-height: 20px;
}

.breadcrumbs-section .breadcrumbs li a {
    color: #403f4c
}

.breadcrumbs-section .breadcrumbs li span {
    font-weight: 900;
    border-bottom: 2px solid #009cd1
}

.title-overview {
    background-size: cover
}

.title-overview .breadcrumbs {
    font-size: 0.9em;
    margin: -15px auto 15px
}

.title-overview .breadcrumbs li {
    display: inline-block;
    vertical-align: middle
}

.title-overview .breadcrumbs li a,
.title-overview .breadcrumbs li span {
    display: block;
    padding: 10px 0
}

.title-overview .breadcrumbs li i {
    padding: 10px 5px;
    font-size: 15px
}

.title-overview .breadcrumbs li a {
    color: #403f4c
}

.title-overview .breadcrumbs li span {
    font-weight: 900
}

body.contact .title-overview {
    background-image: url(../images/top-img-contact.png)
}

body.doctor-search .title-overview {
    background-image: url(../images/top-img-doctorSearch.png)
}

body.categories .title-overview {
    background-image: url(../images/top-img-news.png)
}

body.service-page .title-overview {
    background-image: url(../images/top-img-service.png)
}

body.gallery .title-overview {
    background-image: url(../images/top-img-gallery.png)
}

body.tool-calendar .title-overview {
    background-image: url(../images/top-img-pregnancyCalculator.png)
}

body.tool-cycle .title-overview {
    background-image: url(../images/top-img-pregnancy.png)
}

.tool-cycle .results-box {
    background-color: #f1f2f4;
    position: relative;
}

.tool-cycle .results-box-examination {
    background-color: #f19d00;
    min-height: 120px;
	margin-bottom: 20px;
	position: relative;
	display: none;
}

.calendar-loader {
	background-color: #fff;
	text-align: center;
	display: none;
	margin: 10px auto;
 }
 
.calendar-loader img{
	width: 250px;
}

.tool-cycle .results-box .pic-cycle img {
    max-width: 250px;
	width: 100%;
}

.tool-cycle .results-box-examination .info-to-do .wrapper {
	padding: 20px;
}
.tool-cycle .results-box {
    padding: 20px;
}

.tool-cycle .results-box .col-md-8 {
    padding-left: 0px;
}
.tool-cycle .results-box .col-md-4 {
    padding: 0px;
}

.tool-cycle .results-box .info-to-do h5 {
    font-size: 24px;
    color: #009cd1
}

.tool-cycle .info-to-do .calendar-examination-text p {
	margin-bottom: 0px;
}

.tool-cycle .info-to-do .calendar-examination-text {
	font-size: 16px;
	color: #fff;
}
.tool-cycle .info-to-do .calendar-examination-title {
    font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}

.tool-cycle .results-box .info-to-do ul {
    margin-top: -15px
}

.tool-cycle .results-box .info-to-do ul li {
    list-style: disc;
    font-size: 18px;
    margin-left: 29px;
    padding-bottom: 10px
}

.tool-cycle .results-graph h4 {
    font-size: 24px;
    font-weight: bold
}

.tool-cycle .results-graph h3 {
    font-size: 32px;
    color: #009cd1;
    margin-top: -25px
}

.tool-calendar h2 {
    margin-bottom: 2px;
    color: #403f4c;
}

.tool-calendar .sub-description {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #403f4c;
}
td.ui-datepicker-unselectable.ui-state-disabled span{
    color: gainsboro;
    pointer-events: none;
}
td.ui-datepicker-unselectable.ui-state-disabled{
  pointer-events: none;  
}
.ui-state-default.ui-state-active.ui-state-hover{
    color: #ffffff;
}
.date-error{
	display:none;
    border: 1px solid #EC9900;
    background-color: #FDF5E5;
    border-radius:2px;
    font-size:16px;
    font-weight:400;
    padding: 15px 10px;
}
.ug-gallery-wrapper {
    margin-left: 16px;
    margin-bottom: 60px
}

.compulsary i {
    font-size: 12px
}

.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.contact-form .registerButton {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .contact-form .registerButton {
        margin-top: 0px
    }
}

.contact-form .dropdown select:not(:checked) {
    font-weight: 100;
    color: #a7aaaf;
    font-style: italic
}

.contact-form .dropdown select {
    background-image: url(../images/arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.contact-form .dropdown select option:checked {
    color: red
}

.contact-form .registerButton {
    width: 100%;
    font-size: 15px
}

@media screen and (min-width: 768px) {
    .contact-form .registerButton {
        width: auto
    }
}

.contact-form select option {
    color: #403f4c;
    font-weight: 100;
    font-style: normal
}

#content .button-regular {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.content .title-overview {
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px
}

.content .title-overview.space {
    margin-bottom: 50px
}

.content .title-overview h1 {
    font-size: 32px;
    /*padding: 190px 0 35px;*/
    padding: 260px 0 35px;
    margin: 0
}

.content .main-content.service-page-content h1 {
    font-size: 30px;
    font-weight: 700;
}
.content .main-content .sidebar h2{
    font-size: 32px;
    font-weight: 900;
}
.content .main-content .main-column ol{
    list-style: number;
    font-size: 14px;
    padding-left: 15px;
}
.content .main-content p {
    margin-bottom: 1rem
}

.content .main-content label {
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em
}

.content .main-content .form-control {
    background-color: #fdfdfd;
    padding: 8px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    height: auto;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px
}

.content .main-content .the-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

.content .main-content .the-content .pull-left {
    margin: 0 30px 20px 0
}

.content .main-content .the-meta {
    background: #f1f2f4;
    padding: 40px;
        padding-bottom: 10px;
}

.content .main-content .the-meta {
    margin-bottom: 30px
}
.results-graph , .tool-calendar .result{
	display:none;
}
.content .main-content .the-meta .meta-name {
    /*font-size: 1.8em;*/
	font-size: 20px;
    /*margin-bottom: 10px;*/
    font-weight: 300;
}
.banner-footer img{
	border-bottom: 2px solid #009cd1;
}
.content .main-content .the-meta .meta-value {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .content .main-content .the-meta .the-meta .meta-name {
        margin-bottom: 0;
    }
}

.content .main-content .sidebar .widget {
    margin-bottom: 45px
}

.content .main-content .filters {
    margin-bottom: 45px;
    text-align: center
}

.content .main-content .filters .filter {
    display: block;
    vertical-align: middle;
    margin-bottom: 5px
}

.content .main-content .filters .filter .filter-field {
    background-color: #fdfdfd;
    padding: 8px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    height: auto;
    border: 1px solid #e0e0e0;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    width: 100%
}

.content .main-content .filters .separator {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    margin: 0 15px
}

.content .main-content .filters .button-regular {
    font-size: 11px;
    float: right;
    padding: 8px 36px;
    font-weight: 900;
    width: 100%
}

@media screen and (min-width: 768px) {
    .content .main-content .filters {
        text-align: left
    }
    .content .main-content .filters .filter {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px
    }
    .content .main-content .filters .filter .filter-field {
        width: 11em
    }
    .content .main-content .filters .button-regular {
        width: auto
    }
}

@media screen and (min-width: 992px) {
    .content .main-content .filters .filter .filter-field {
        width: 16em
    }
}

@media screen and (min-width: 1200px) {
    .content .main-content .filters .filter {
        margin-bottom: 0
    }
    .content .main-content .filters .filter .filter-field {
        width: 20em
    }
    .content .main-content .filters .button-regular {
        float: right;
        width: auto
    }
}

.content .main-content .results.doctor-results {
    padding: 0 20px
}

.content .main-content .results.doctor-results .media-heading {
    margin-top: 20px
}

.content .main-content .results.doctor-results .media-heading a:hover {
    color: #009cd1 !important
}

@media screen and (min-width: 768px) {
    .content .main-content .results.doctor-results .media-heading {
        margin-top: 0px
    }
}

.content .main-content .results.doctor-results .email-print {
    text-align: right;
    color: #d7d9dc
}

.content .main-content .results.doctor-results .email-print>span,
.content .main-content .results.doctor-results .email-print>a {
    display: inline-block;
    vertical-align: middle
}

.content .main-content .results.doctor-results .email-print .separator {
    margin: 0 5px;
    font-size: 20px
}

@media screen and (min-width: 768px) {
    .content .main-content .results.doctor-results .email-print {
        float: right
    }
}

.content .main-content .results .results-header {
    margin-bottom: 30px
}

.content .main-content .results .results-header span {
    display: block
}

@media screen and (min-width: 768px) {
    .content .main-content .results .results-header span {
        display: inline
    }
}

.content .main-content .results .results-header .count {
    font-size: 16px;
    font-weight: 900;
    color: #13567b;
    margin-right: 25px
}

.content .main-content .results .results-container {
    line-height: 1.7em
}

.content .main-content .results .results-container .media {
    margin-bottom: 45px
}

.content .main-content .results .results-container .media .media-left {
    padding-right: 30px
}

.content .main-content .results .result-pages {
    margin-bottom: 30px
}

.content .main-content .results .result-pages .page-next {
    text-align: right
}

.content .main-content .results .result-pages .page-next a .material-icons {
    margin-left: 10px
}

.content .main-content .results .result-pages .page-prev a .material-icons {
    margin-right: 10px
}

.content .main-content .results .result-pages .page-next a,
.content .main-content .results .result-pages .page-prev a {
    font-size: 0.9em;
    color: #d8d8d8
}

.content .main-content .results .result-pages .page-next a .material-icons,
.content .main-content .results .result-pages .page-prev a .material-icons {
    font-size: 1.4em
}

.content .main-content .results .result-pages .page-next a:hover,
.content .main-content .results .result-pages .page-next a:focus,
.content .main-content .results .result-pages .page-prev a:hover,
.content .main-content .results .result-pages .page-prev a:focus {
    text-decoration: none;
    color: #a3a3a3
}

.content .main-content .results .result-pages .page-next a:hover .material-icons,
.content .main-content .results .result-pages .page-next a:focus .material-icons,
.content .main-content .results .result-pages .page-prev a:hover .material-icons,
.content .main-content .results .result-pages .page-prev a:focus .material-icons {
    color: #009cd1
}

.sidebar-posts .media-object {
    width: 100px;
}

.sidebar-posts .media {
    margin-bottom: 20px
}

.sidebar-posts .media .media-body .date {
    padding: 5px;
    background: #a3bac3;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 10px
}

.sidebar-posts .media .media-body .media-heading {
	line-height: 18px;
    font-size: 15px;
}

.sidebar-posts .media .media-body .media-heading a {
    color: #555
}

.sidebar-list {
    margin: 0;
    padding: 0
}

.sidebar-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.sidebar-list li a {
    color: #555;
    font-size: 1em
}

.sidebar-list li a:hover,
.sidebar-list li a:focus {
    color: #009cd1;
    text-decoration: none
}

.media-object {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto
}

.media-body,
.media-left,
.media-right {
    display: inherit
}

@media screen and (min-width: 768px) {
    .media-object {
        display: block
    }
    .media-body,
    .media-left,
    .media-right {
        display: table-cell;
        vertical-align: top;
        width: inherit
    }
}

.category-posts .media {
    position: relative;
    border: 1px solid #e0e0e0;
    margin-bottom: 40px
}

.category-posts .media .media-left {
    display: block;
    padding-right: 0
}

.category-posts .media .media-left .media-object {
    margin: auto
}

.category-posts .media .media-body {
    padding: 20px;
    line-height: 1.6em
}

.category-posts .media .media-body .date {
    padding: 5px;
    background: #a3bac3;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 10px
}

.category-posts .media .media-body .media-heading {
    font-size: 1.2em;
    margin-bottom: 12px
}

.category-posts .media .media-body .media-heading a {
    color: #555
}

.category-posts .media .media-body p {
    font-size: 0.95em
}

.category-posts .media .media-body .button-trans {
    border: 1px solid #009cd1
}

@media screen and (min-width: 420px) {
    .category-posts .media .media-left {
        display: table-cell;
        padding-right: 10px;
        width: 50%
    }
    .category-posts .media .media-left .media-object {
        margin: auto;
        width: 100%;
        min-width:380px;
    }
}

@media screen and (min-width: 768px) {
    .category-posts .media .media-left {
        padding-right: 25px
    }
    .category-posts .media .media-body {
        padding: 30px 30px 60px 0
    }
    .category-posts .media .media-body .button-trans {
        position: absolute;
        bottom: 30px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
}

.paging-numbers ul {
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0
}

.paging-numbers ul li {
    margin-bottom: -1px;
    display: inline-block;
    vertical-align: middle
}

.paging-numbers ul li a {
    display: block;
    padding: 5px 5px 12px;
    color: #555;
    font-size: 1em;
    border-bottom: 2px solid transparent;
    vertical-align: middle
}

.paging-numbers ul li a:focus,
.paging-numbers ul li a:hover {
    text-decoration: none
}

.paging-numbers ul li.active a {
    font-weight: 900;
    border-bottom: 2px solid #009cd1
}

#slider-gallery {
    margin-bottom: 30px
}

#slider-gallery .gallery-main .item {
    height: 620px;
    position: relative;
    overflow: hidden;
    width: 100%
}

#slider-gallery .gallery-main .item img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#slider-gallery .gallery-helper {
    overflow: hidden;
    padding: 10px;
    margin-top: -10px
}

#slider-gallery .gallery-helper .slick-list {
    overflow: visible
}

#slider-gallery .gallery-helper .item {
    height: 140px;
    position: relative;
    overflow: hidden
}

#slider-gallery .gallery-helper .item img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#slider-gallery .gallery-helper .item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100
}

#slider-gallery .gallery-helper .item.slick-active.slick-center {
    outline: 5px solid #009cd1;
    position: relative;
    z-index: 2000
}

#slider-gallery .gallery-helper .item.slick-active.slick-center::before {
    display: none
}

#slider-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#slider-gallery .slick-arrow.slick-prev {
    left: 50px
}

#slider-gallery .slick-arrow.slick-next {
    right: 50px
}

.tool-pregnancy .customize {
    margin-bottom: 0
}

.tool-pregnancy .pic-cycle img {
	width: 90%;
}

.tool-pregnancy .customize .fields label {
    margin: 0 28px 0 0;
    padding: 7px 0;
    font-size: 1.7em;
    font-weight: 400;
    display: inline-block;
    vertical-align: bottom
}

.tool-pregnancy .customize .fields input {
    background-color: #fdfdfd;
    padding: 8px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    height: auto;
    border: 1px solid #e0e0e0;
    padding: 7px 3px;
    background-color: #fdfdfd;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    width: 48px
}

.tool-pregnancy .customize .fields span.number-controls {
    border: 1px solid #e0e0e0;
    background-color: #fdfdfd;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -5px
}

.tool-pregnancy .customize .fields span.number-controls i {
    padding: 1px 7px;
    display: block;
    cursor: pointer
}

.tool-pregnancy .customize .fields span.number-controls i:nth-child(1),
.tool-pregnancy .customize .fields span.number-controls i .up {
    border-bottom: 1px solid #e0e0e0
}

.tool-pregnancy .customize .action button {
    width: 100%;
    padding: 8px 0;
    font-size: 1em
}

.tool-pregnancy .result .photo img {
    width: 100%
}

.tool-pregnancy .result .progress-display {
    position: relative;
    text-align: center
}

.tool-pregnancy .result .progress-display .arrow-week {
    display: inline-block;
    padding: 30px 0
}

.tool-pregnancy .result .progress-display .arrow-week a {
    font-size: 18px;
    color: #b2b2b2;
    font-weight: 700
}

.tool-pregnancy .result .progress-display .arrow-week a .material-icons {
    font-size: 24px
}

.tool-pregnancy .result .progress-display .arrow-week a:hover,
.tool-pregnancy .result .progress-display .arrow-week a:focus {
    color: #555;
    text-decoration: none
}

.tool-pregnancy .result .progress-display .arrow-week a:hover .material-icons,
.tool-pregnancy .result .progress-display .arrow-week a:focus .material-icons {
    color: #009cd1
}

.tool-pregnancy .result .progress-display .arrow-week a sup {
    font-size: 10px;
    position: relative;
    top: -8px;
}

.tool-pregnancy .result .progress-display .arrow-week.prev-week {
    padding-right: 220px
}

.tool-pregnancy .result .progress-display .arrow-week.next-week {
    padding-left: 220px
}

.tool-pregnancy .result .progress-display .progress-donut {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-1.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-1.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(99deg);
    transform: rotate(99deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-1.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-2.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-2.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-2.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-3.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-3.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(117deg);
    transform: rotate(117deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-3.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-4.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-4.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-4.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-5.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-5.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-5.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-6.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-6.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-6.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-7.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-7.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(153deg);
    transform: rotate(153deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-7.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-8.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-8.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-8.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-9.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-9.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(171deg);
    transform: rotate(171deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-9.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-10.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-10.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-10.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-11.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-11.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(189deg);
    transform: rotate(189deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-11.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-12.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-12.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-12.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-13.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-13.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(207deg);
    transform: rotate(207deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-13.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-14.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-14.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-14.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-15.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-15.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-15.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-16.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-16.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-16.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-17.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-17.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(243deg);
    transform: rotate(243deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-17.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-18.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-18.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-18.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-19.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-19.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(261deg);
    transform: rotate(261deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-19.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-20.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-20.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-20.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-21.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-21.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-21.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(189deg);
    transform: rotate(189deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-22.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-22.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-22.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-23.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-23.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-23.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(207deg);
    transform: rotate(207deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-24.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-24.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-24.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-25.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-25.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-25.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-26.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-26.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-26.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-27.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-27.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-27.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(243deg);
    transform: rotate(243deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-28.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-28.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-28.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-29.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-29.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-29.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(261deg);
    transform: rotate(261deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-30.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-30.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-30.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-31.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-31.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-31.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(279deg);
    transform: rotate(279deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-32.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-32.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-32.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-33.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-33.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-33.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(297deg);
    transform: rotate(297deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-34.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-34.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-34.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-35.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-35.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-35.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-36.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-36.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-36.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-37.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-37.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-37.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(333deg);
    transform: rotate(333deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-38.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-38.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-38.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-39.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-39.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-39.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(351deg);
    transform: rotate(351deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-40.pregnancy-week {
    width: 160px;
    height: 160px;
    background: #009cd1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-40.pregnancy-week .slice.one {
    clip: rect(0 160px 80px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart-40.pregnancy-week .slice.two {
    clip: rect(0 80px 160px 0);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #e1e1e1
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart .chart-center {
    top: 12px;
    left: 12px;
    width: 136px;
    height: 136px;
    background: #fff;
    line-height: 1em;
    padding: 12px;
    padding-left: 30px;
    padding-top: 23px;
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart .chart-center .week-number {
    font-size: 60px;
    font-weight: 900;
    display: block;
    line-height: 1em;
    color: #403f4c;
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart .chart-center .week-number sup {
    font-size: 42px;
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart .chart-center hr {
    margin: 4px auto;
    width: 80px
}

.tool-pregnancy .result .progress-display .progress-donut .donut-chart .chart-center .text {
    font-size: 14px;
    font-weight: 500;
    margin-left: -4px;
}

.tool-pregnancy .result .progress-display .progress-donut::before {
    content: "";
    position: absolute;
    background-color: #fff;
    display: block;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box
}

.tool-pregnancy .result .static-result {
    display: block;
    margin-bottom: 10px;
    margin-top: 50px;
    padding-left: 2px;
    font-size: 14px;
    color: #403f4c;
    font-weight: 400;
}

.tool-pregnancy .result .date-result-general {
    font-size: 32px;
    color: #009cd1;
    font-weight: 900;
    margin-bottom: 52px
}
.tool-pregnancy .replace-text .info-to-do h5{
    font-size: 18px;
    color: #403f4c;
    font-weight: 900;
}
.tool-pregnancy .result .progress-text h2 {
    font-size: 1.2em;
    margin: 1rem 0 1.5rem;
    font-size: 14px;
    font-weight: 400;
    color: #403f4c;
}

.tool-pregnancy .result .progress-text p {
    margin: 1rem 0 1.5rem
}

.tool-birth .tool-birth-content {
    position: relative
}

.tool-birth .tool-birth-content .tool-description {
    margin-bottom: 40px
}

.tool-birth .tool-birth-results {
    background-color: #f2f1f6;
    padding: 20px
}

.tool-birth .tool-birth-results h1 {
    font-size: 30px
}

.tool-birth .tool-birth-results .the-result {
    font-size: 30px;
    color: #009cd1
}

.tool-birth .tool-birth-results .media {
    margin-bottom: 20px
}

.tool-birth .tool-birth-results .media p {
    margin-bottom: 6px
}

.tool-birth .tool-birth-results a {
    color: #009cd1
}

.tool-birth .tool-birth-results a:hover,
.tool-birth .tool-birth-results a:focus {
    text-decoration: none;
    opacity: 0.8
}

.tool-birth .tool-fields .row h3 {
    margin-bottom: 15px;
    font-size: 16px
}

.tool-birth .tool-fields .field {
    margin: 0px auto 20px
}

.tool-birth .tool-fields .field input,
.tool-birth .tool-fields .field select {
    background-color: #fdfdfd;
    padding: 8px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    height: auto;
    border: 1px solid #e0e0e0;
    width: 100%;
    font-weight: 500
}

.tool-birth .tool-fields .field i {
    font-size: 12px
}

.tool-birth .tool-fields .field button {
    width: 100%
}

.calendar-tool-fields .calendar_icon,
.tool-pregnancy .calendar_icon {
    background-image: url(../images/icons/calendar_small.png);
    background-repeat: no-repeat;
    padding-left: 37px !important
}

.tool-pregnancy .tool-birth-pregnancy {
    position: relative
}

.tool-pregnancy .tool-birth-pregnancy .tool-description {
    margin-bottom: 40px
}

.tool-pregnancy .tool-birth-results {
    background-color: #f2f1f6;
    padding: 20px
}

.tool-pregnancy .tool-birth-results h1 {
    font-size: 30px
}

.tool-pregnancy .tool-birth-results .the-result {
    font-size: 30px;
    color: #009cd1
}

.tool-pregnancy .tool-birth-results .media {
    margin-bottom: 20px
}

.tool-pregnancy .tool-birth-results .media p {
    margin-bottom: 6px
}

.tool-pregnancy .tool-birth-results a {
    color: #009cd1
}

.tool-pregnancy .tool-birth-results a:hover,
.tool-pregnancy .tool-birth-results a:focus {
    text-decoration: none;
    opacity: 0.8
}

.tool-pregnancy .tool-fields .row h3 {
    margin-bottom: 15px;
    font-size: 16px
}

.tool-pregnancy .tool-fields .field {
    margin: 0px auto 20px
}

.calendar-tool-fields .field input,
.tool-pregnancy .tool-fields .field input,
.tool-pregnancy .tool-fields .field select {
    background-color: #fdfdfd;
    padding: 8px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    height: auto;
    border: 1px solid #e0e0e0;
    width: 100%;
    font-weight: 400;
}

.calendar-tool-fields .tep-container {
	padding-left: 0;
}

.tool-pregnancy .tool-fields .field i {
    font-size: 14px;
    color: #6c6b6e
}

.calendar-mobile-inputs h3 {
	height: 36px;
	margin-bottom: 16px;
}

@media screen and (max-width: 780px) {
	.calendar-tool-fields .per-container {
		padding-left: 0;
		margin-top: 20px;
	}
	
	.calendar-mobile-inputs h3 {
		height: auto;
		margin-bottom: 10px;
	}
	
	
}

.tool-pregnancy .tool-fields .field button {
    width: 100%
}

#footer {
    padding-top: 20px;
    background-color: #eaebed;
}

#footer a {
    color: #555
}

#footer a:hover,
#footer a:focus {
    color: #009cd1;
    text-decoration: none
}

#footer .footer-list {
    position: relative;
    margin-top: 40px
}

#footer .footer-list h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

#footer .footer-list ul {
    list-style: none;
    margin: 0;
    padding-left: 15px
}

#footer .footer-list ul li {
    font-size: 0.9em;
    margin-bottom: 8px
}

#footer .footer-horizon {
    border-color: #d2d1d6;
    margin-top:0px;
}

#footer .footer-newsletter h3 {
    margin-bottom: 1rem
}

#footer .footer-newsletter .field input {
    background: #fff;
    border: none;
    font-size: 13px;
    padding: 10px;
    margin-right: -4px;
    width: 100%
}

#footer .footer-newsletter .field button {
    font-weight: 500;
    width: 10em;
    margin-top: 10px;
    width: 100%
}

@media screen and (min-width: 768px) {
    #footer .footer-newsletter .field button {
        margin-top: 0px;
        width: inherit
    }
    #footer .footer-newsletter .field input {
        width: 20em
    }
}

#footer .footer-newsletter .certications {
    margin-top: 20px
}

#footer .footer-newsletter .certications a img {
    padding-right: 16px;
}

@media screen and (min-width: 768px) {
    #footer .footer-newsletter .certications {
        margin-top: 0px
    }
}

#footer .company-logo {
    margin-bottom: 25px;
    margin-top: 40px
}

#footer .company-data {
    margin-bottom: 10px;
    font-size: 0.92em
}

#footer .company-data>div {
    margin-bottom: 5px;
    line-height: 1.6em;
    font-size: 12px
}

.mb-space-30{margin-bottom: 30px;}
.mt-space-30{margin-top: 30px;}

.main-column-v2{
    position: relative;
    padding-left: 400px;
    padding-right: 0px;
    clear: both;
}
body .addtoany_list.a2a_kit_size_32 a>span {
    height: 22px!important;
    line-height: 32px;
    width: 22px!important;
}
.share-title{
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    top: 1px;
}
.addtoany_shortcode{
    display: inline-block;
}
#footer .footer-social {
    margin-bottom: 10px;
    margin-top: 30px;
}
.news-articles li.ui-tab.ui-tabs-active {
    background: #f2f1f6!important;
}
.news-articles .articles .articles-tabs .tabs-titles li a:hover, .news-articles .articles .articles-tabs .tabs-titles li a:focus{
    background: #f2f1f6!important;    
}
#footer .certications {
    display: table;
    width: 100%
}

#footer .certications a {
    display: table-cell;
    vertical-align: middle
}

#footer .footer-credits {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #d6dadd;
    font-size: 0.84em
}

#footer .footer-credits .footer-copyright {
    text-align: center
}

#footer .footer-credits .footer-developed {
    text-align: center
}

#footer .banner-footer{margin-top: 25px;margin-bottom: 25px;}

@media screen and (min-width: 992px) {
    #footer .footer-credits .footer-copyright {
        text-align: left
    }
    #footer .footer-credits .footer-developed {
        text-align: right
    }
}

#datepicker-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5)
}

.datepicker {
    padding: 0;
    z-index: 10;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box
}

.datepicker .datepicker-days table tr.header th {
    height: 60px;
    vertical-align: middle;
    color: #009cd1
}

.datepicker .datepicker-days table tr.header th .material-icons {
    font-size: 24px
}

.datepicker .datepicker-days table tr th,
.datepicker .datepicker-days table tr td {
    border: 1px solid #eee
}

.datepicker .datepicker-days table tr th {
    text-align: center
}

.datepicker .datepicker-days table tr th.dow {
    color: #bbbbbb;
    font-weight: 300
}

.datepicker .datepicker-days table tr td.day {
    cursor: pointer;
    padding: 15px 18px;
    font-size: 12px
}

.datepicker .datepicker-days table tr td.day.old {
    color: #bbbbbb
}

.datepicker .datepicker-days table tr td.day.active {
    background: #009cd1;
    color: #fff
}

.widget-tools {
    background-color: #f19d00;
    max-width: 300px;
    color: #fff
}

.widget-tools .widget-title {
	letter-spacing: 1px;
    font-size: 22px;
    text-align: center;
    padding: 35px 0 10px;
    margin-bottom: 0
}

.widget-tools .slider-tools .tool {
    padding: 10px 10px 25px
}

.widget-tools .slider-tools .tool .tool-icon {
    text-align: center;
    padding: 10px
}

.widget-tools .slider-tools .tool .tool-icon img {
    margin: 0 auto
}

.widget-tools .slider-tools .tool .tool-content {
    text-align: center;
    padding: 10px 50px;
}

.widget-tools .slider-tools .tool .tool-content a {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.widget-tools .slider-tools .control-arrow {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    top: 50px;
    z-index: 2;
    cursor: pointer
}

.widget-tools .slider-tools .control-arrow span {
    display: block
}

.widget-tools .slider-tools .control-arrow.control-prev {
    left: 18px
}

.widget-tools .slider-tools .control-arrow.control-prev span {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/arrow-prev.png");
    background-repeat: no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px 30px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .widget-tools .slider-tools .control-arrow.control-prev span {
        background-image: url("../images/icons/arrow-prev@2x.png");
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px
    }
}

.widget-tools .slider-tools .control-arrow.control-next {
    right: 18px
}

.widget-tools .slider-tools .control-arrow.control-next span {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/arrow-next.png");
    background-repeat: no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px 30px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .widget-tools .slider-tools .control-arrow.control-next span {
        background-image: url("../images/icons/arrow-next@2x.png");
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px
    }
}

.sidebar-social a {
    display: inline-block;
    background-color: #f1f2f4;
    padding: 10px;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box
}

.sidebar-social a svg {
    width: 24px;
    height: 24px;
    fill: #403f4c;
    -webkit-transition: fill 500ms;
    -moz-transition: fill 500ms;
    -ms-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms
}

.sidebar-social a:hover.fb,
.sidebar-social a:focus.fb {
    background-color: #3B5998
}

.sidebar-social a:hover.twitter,
.sidebar-social a:focus.twitter {
    background-color: #00aced
}

.sidebar-social a:hover.instagram,
.sidebar-social a:focus.instagram {
    background-color: #cd486b
}

.sidebar-social a:hover.youtube,
.sidebar-social a:focus.youtube {
    background-color: #ff0000
}

.sidebar-social a:hover svg,
.sidebar-social a:focus svg {
    fill: #fff
}

@media screen and (min-width: 1200px) {
    .sidebar-social a {
        padding: 15px;
        margin-right: 10px;
        padding-bottom: 10px;
    }
    .sidebar-social a:last-child {
        margin-right: 0
    }
}

.footer-social a {
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    padding-bottom:10px;
}

.footer-social a svg {
    width: 24px;
    height: 24px;
    fill: #403f4c;
    -webkit-transition: fill 500ms;
    -moz-transition: fill 500ms;
    -ms-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms
}

.footer-social a:hover.fb,
.footer-social a:focus.fb {
    background-color: #3B5998
}

.footer-social a.first-child {
    margin-left: 0px;
}

.footer-social a:hover.twitter,
.footer-social a:focus.twitter {
    background-color: #00aced
}

.footer-social a:hover.instagram,
.footer-social a:focus.instagram {
    background-color: #cd486b
}

.footer-social a:hover.youtube,
.footer-social a:focus.youtube {
    background-color: #ff0000
}

.footer-social a:hover svg,
.footer-social a:focus svg {
    fill: #fff
}

#footer .footer-social a{padding-bottom: 10px;}

@media screen and (min-width: 1200px) {
    .footer-social a {
        padding: 15px;
        margin-left: 14px
    }
}

.icon {
    display: inline-block
}

.icon-email {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/email.png");
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px 20px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-email {
        background-image: url("../images/icons/email@2x.png");
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px
    }
}

.icon-print {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/print.png");
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px 20px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-print {
        background-image: url("../images/icons/print@2x.png");
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px
    }
}

.icon-tool-pregnancy {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/tool-pregnancy.png");
    background-repeat: no-repeat;
    -webkit-background-size: 48px;
    background-size: 48px 48px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-tool-pregnancy {
        background-image: url("../images/icons/tool-pregnancy@2x.png");
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px
    }
}

.icon-tool-calendar {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/tool-calendar.png");
    background-repeat: no-repeat;
    -webkit-background-size: 48px;
    background-size: 48px 48px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-tool-calendar {
        background-image: url("../images/icons/tool-calendar@2x.png");
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px
    }
}

.icon-tool-cycle {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/breastcare-icon.png");
    background-repeat: no-repeat;
    -webkit-background-size: 48px;
    background-size: 48px 48px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-tool-cycle {
        background-image: url("../images/icons/breastcare-icon.png");
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px
    }
}
.background-hover{
    
}
.icon-tool-virtual {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/icons/360icon.png");
    background-repeat: no-repeat;
    -webkit-background-size: 48px;
    background-size: 48px 48px;
    -ms-behavior: url(backgroundsize.min.htc)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-tool-virtual {
        background-image: url("../images/icons/360icon.png");
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px
    }
}
.wpcf7-form i{
	/* font-weight: 100; */
    font-size: 14px;
}
.wpcf7-form .wpcf7-list-item-label {
    font-weight: normal;
}
.lnkBtn {
	height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    background: rgba(255,255,255,.95);
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #009cd1;
    pointer-events: none;
}

.lnkBtn.withBorder {
    border-color: #000;
    font-weight: 900;
}

.ul_sitemap .lnkBtn {
    display: block;
}
 .ul_sitemap ul a {
    color: #808080;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
	line-height: 23px;
}
.ul_sitemap ul a:hover , .ul_sitemap ul a:active , .ul_sitemap ul a:focus{
	color:#009cd1;
}
ul.sitemap-inside{padding-left: 30px;margin-bottom: 20px;}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#ui-datepicker-div{z-index:3!important;border: 1px solid white;border-radius: 2px;}


@media (max-width:1200px){
 .tool-fields h3{
    height: 34px;
 }   
 .tool-pregnancy .result .progress-display .arrow-week.prev-week{
    padding-right:0px;
 }
     .tab-article .media-body {
        display: block;
        margin-top: 20px;
    }
.section-tmimata .tmimata-ref {
    height: 150px;
}
.owl-nav{
    margin-top: 20px;
}
.section-tmimata .tmimata-ref ul.tmimata-list {
    position: static;
}
p.video iframe{
    width: 450px!important;
}
}
@media (max-width:991px) {
    .tmimata-ref .container{width:100%;}
    .section-tmimata .tmimata-ref ul.tmimata-list{position:static;}
    .news.row{margin-left:0px;margin-right:0px;}
    .no-padding-left{padding-right:0px!important;}
    .no-padding-right{padding-left:0px!important;}
.section-tmimata .tmimata-ref {
    height: auto;
}
#header .header-menu .main-menu {
    overflow: hidden;
}
p.video iframe{
    width: 350px!important;
}
div.presentation .presentation-actions a h3{
    height:40px;
}
.presentation-actions {
    margin-top: 92px;
}
}
@media (max-width: 768px){
.tool-pregnancy .result .progress-display .arrow-week.next-week{
    padding-left:200px;
}
p.video iframe{
    width: 100%!important;
}
body .modal-content{
    width: 100%;
}
.news-sections.row{text-align:center;}
.news-sections.row img{margin:0 auto;}
.news-sections.row .news-text{width:100%}
.news-sections.row .news-text a{width:50%;display:block;margin:0 auto;}
.tab-article .media-left .article-media{display:block;margin:0 auto;}
.tab-article .media-body{width:100%;text-align:center;}
.tab-article .media-body p{width: 50%;display: block;margin: 0 auto;}
#header .header-top{padding:10px 20px;}
#header .header-main .header-user-actions .header-appointment .button-orange{font-size:12px;}
.tool-pregnancy .result .progress-display .arrow-week a{
    font-size: 12px;
}
.tool-pregnancy .result .progress-display .arrow-week a sup {
    font-size: 9px;
    position: relative;
    top: -3px;
}
#footer{
   text-align:center;
}
#footer .company-logo img{
    margin:0 auto;
    display:block;
}
#footer .footer-social a{
    margin-right:5px;
}
#footer .social.youtube{margin-left:-3px;}
.footer-social a{padding-bottom:5px;}
    .presentation-actions {
        margin-top: 0;
    }
}
/*body .modal-content img{
    width: 100%;
}*/
@media (max-width:480px) {
.tool-pregnancy .result .progress-display .arrow-week.next-week {
    padding-left: 20px;
    margin-top: 160px;
}
body .modal-content{
    width: 100%;
}
body .modal-content img{
    width: 100%;
}
.tool-pregnancy .result .progress-display .progress-donut{
    top: 40%;
}
.tool-pregnancy .result .progress-display .arrow-week a {
    font-size: 18px;
}
.tool-pregnancy .result .date-result-general{
    line-height:34px;
}
.header-search button{
    background-position: 15px 10px;
}
}

  @media (max-width:600px){
    .first,.last,.second{width:400px!important;height:auto!important;}
  }
    @media (max-width:452px){
    .first,.last,.second{width:380px!important;height:auto!important;}
  }
  @media (max-width:379px){
    .first,.last,.second{width:320px!important;height:auto!important;}
  }
  #circle{
      position: relative;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: #000;
    }
    #img-div {    z-index: 2;}
    #img-div img{z-index: 9;}
    #circle-in{
      position: absolute;
      top: 35px;
      left: 35px;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      background: #fff;
    }
    
.tep-input, 
.per-input {
	position:absolute;
}

.tep-input {
    top: 30px;
    width: 100px;
	height: 34px;
    border: 3px solid #004870 !important;
    border-radius: 2px;
    color: #004870;
    font-weight: 900;
	text-align: center;
}

.per-input {
	top: 30px;
    width: 100px;
	height: 34px;
    border: 3px solid #d1495b;
    border-radius: 2px;
    color: #d1495b;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
}

.per-input:disabled {
	background: #fff;
}

.calendar-mobile-inputs .per-input,
.calendar-mobile-inputs .tep-input{
	position: static;
	text-align: left;
}

#innerBM118{
	margin-top:120px;
	position: relative;
	height: 600px;
	width: 770px;
}

p.per {
    color: #d1495b;
}
p.tep {
    color: #004870;
}

p.per,
p.tep {
    font-size: 16px;
    font-weight: 900;
	width: 100%;
	text-align: center;
	margin: 0;
}

#tep-container {
    position: absolute;
    left: 265px;
    width: 100px;
    height: 60px;
    top: -84px;
    transform: rotate(0deg);
}

#per-container {
    position: absolute;
    left: -100px;
    width: 100px;
    height: 60px;
    top: 214px;
    transform: rotate(0deg);
}

/*#per-container {
    position: absolute;
    left: 265px;
    width: 60px;
    height: 60px;
    top: -76px;
    transform: rotate(0deg);
}*/
    #picker{
      position: absolute;
      top: 50%;
      left: 50%;
      height: 30px;
      margin-top: -15px;
      width: 50%;
      
        -webkit-transform-origin: center left;
          -moz-transform-origin: center left;
            -ms-transform-origin: center left;
        -o-transform-origin: center left;
            transform-origin: center left;
    }
    
  #picker-circle {
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: transparent;
    cursor: move;
    position: absolute;

  }
  
#img-in{
	/* fallback if grab is unsupported */
	/*cursor: move;*/
    cursor: pointer;
	cursor: grab;
}

#img-in:active{
	/* fallback if grab is unsupported */
	/*cursor: move;*/
    cursor: pointer;
	cursor: grabbing;
}


.menu-no-link{
    font-size: 14px;
    color: #595864;
    font-weight: 900;

}
.widget-tools .slider-tools .tool .tool-content a:hover , .widget-tools .slider-tools .tool .tool-content a:active , .widget-tools .slider-tools .tool .tool-content a:focus{
    color: #ffffff;
}
    .title-overview{
        background-color: #F1F2F4;
    }
    .title-overview h2.search-title{
        margin:0;
        font-size: 38px;
        font-weight:900;
        color: #403f4c;
        padding: 40px 0;
    }
    .main-content .search-results-for{
        font-size: 28px;
        font-weight: 900;
        color: #403f4c;
    }
    .search-results-for span , .search-results-for form{
        display: inline-block;
    }
    .search-results-for input[type="text"] {
        border: 1px solid transparent!important;
        border-bottom: 1px solid #009cd1!important;
        text-align:center;
        font-size: 28px;
        font-weight: 900;
        color: #009cd1;
        width: 81%;
    }
    .search-results-for input[type="submit"] {
        background-image: url(/wp-content/themes/rea/images/search-button.png);
        width: 44px;
        height: 42px;
        border: none!important;
        position: relative;
        top: 9px;
        right: -20px;
    }
    p.results-found{
        color: #403f4c;
        font-size: 16px;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 30px!important;
    }
    .search-items{
        margin-top: 50px;
;   }
    .search-items h4.results-title{
        font-size: 18px;
        color: #403f4c;
        font-weight: 900;
        margin-bottom: 20px;
    }
    .search-items .search-desc{
        font-size:14px;
        font-weight: 400;
        color: #403f4c;
        width: 90%;
    }
    .read-more-title {
        color: #787781;
        font-size: 14px;
        font-weight: 400;
    }
    .read-more-title:hover , .read-more-title:active , .read-more-title:focus{
        color: #009cd1;
    }
@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform:     translateY(-30px);
        transform:         translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform:     translateY(-15px);
        transform:         translateY(-15px)
    }
}
    .tmima-icon {  
      height: 180px;
      width: 180px; 
      border-radius: 50%;
      text-align: center;
      text-transform: uppercase;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      color: white;
      transition: all .2s ease-in-out;
    }
    .tmimata-list li.item .tmima-icon:hover{
        transform: scale(1.08);
    }
    .tmimata-list li.item .tmima-icon:hover img{
        width: 100%;
    }
        
.newsletters .alert.alert-danger , .newsletters h2 , .newsletters p , .newsletters form table , .newsletters h3 , .newsletters form p , .newsletters.newsletters-management , .newsletters.wpmlunsubscribe.wpml ul{display:none;}
.newsletters form p.submit{display:block}
.newsletters form p.submit button{margin:0 auto;
    margin-bottom: 18px;
    margin-top: 18px;
    display: block;
    background: #f49e00;
    color: #fff;
    font-size: 13px;
    padding: 14px 38px;
    font-weight: 700;
    border: none;
    border-radius: 2px;   
}
.newsletters form p.submit button:active, .newsletters form p.submit button:focus,.newsletters form p.submit button:hover{background: #f49e00;}
.last-step{display:none;}
.newsletters .alert.alert-success ,#subscriberauthloginform{display:none;}

.category-posts .media .media-body .media-heading a:hover ,.category-posts .media .media-body .media-heading a:focus , .category-posts .media .media-body .media-heading a:active {color:#009cd1;}
.tparrows .tp-arr-allwrapper {display:none;}

.virtual-tour .rev_slider_wrapper .tparrows:before{
    color: #ffffff;
}
.virtual-tour .tp-tabs,.virtual-tour .tp-thumbs{
    top: -20px!important;
    padding: 0!important;
    padding-bottom: 20px!important;  
}
.company-title.very-heavy p{margin-bottom: 10px;}
.virtual-tour .rev_slider_wrapper .tp-leftarrow{left:-60px!important;}

.first-level {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
	color: #009cd1;
}
.second-level span,
.second-level {
	color: #403f4c;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

.third-level {
	color: #403f4c;
	font-size: 12px;
	font-weight: 400;
	margin-left: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .header-search button {
        padding: -8 19px 24px 20px;
   }
   #header .header-main .header-user-actions > div{
    vertical-align: auto!important;
   }
   #header .header-main .header-user-actions .header-search input{
        padding: 14px 36px 14px 10px!important;
   }
   #header .header-main .header-user-actions .header-appointment .button-orange{
    padding:11px!important;
    top:-2px;
   }
   .menu-selected select, select.filter-field{
    background-image: none!important;
   }
   #footer .footer-newsletter .field input{
    padding: 13px;
    position:relative;
   }
   #footer .footer-newsletter #wpml-1email{
    top:3px;
   }
   #header .header-top .header-top-left .language-select{
    background-image: none!important;
   }
   #header .header-main .header-user-actions .header-search.custom-head input{
    line-height: 15px;
   }
}
.first-col .area1{
	border-right: 1px solid #dddddd;
}
.language{
	display: inline-block;
}
.useful-info{
	display: inline-block;
}
.useful-info-action{
    font-weight: bold;
    color: #555;
    font-size: 14px;	
}
/* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    /*background-color: #fefefe;*/
    /*margin: 13% auto; 15% from the top and centered */
    /*padding: 20px;*/
    /*margin: 2% auto;*/
    margin: 11% auto;
    padding: 0px 160px;
    /*border: 1px solid #888;*/
    /*width: 56%;*/
    width: 60%;
    box-shadow: none;
    background: none;
    border: none;
    text-align: center;
}
/*@media (max-width: 1025px) {*/
    .modal-content img {
        width: 100%;
    }
/*}*/
@media (max-width: 1500px) {
    .modal-content {
        margin: 5% auto;
        padding: 0px 90px;
    }
}
@media (max-width: 1350px) {
    .modal-content {
    margin: 7% auto;
    padding: 0px 30px;
    }
}
@media (max-width: 1000px) {
    .modal-content {
    margin: 12% auto;
    padding: 0px 0px;
    }
}
@media (max-width: 768px) {
    body .modal-content img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}
/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
    opacity: 1;
    position: relative;
    top: 30px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.useful-menu{
    position: absolute;
    background: #f1f2f4;
    z-index: 9;
    padding-left:20px;
    padding-right:20px;
    margin-top: 10px;
    display: none;
    width: 17.4%;
}
.useful-menu .menu li a{
    color: #595864;
    font-size: 14px;
    line-height: 30px;
}
.useful-menu .menu li a:hover {
      color: #009CD1;  
}
.useful-menu .menu{
    padding: 20px 0px;
}
.useful-info a:hover , .useful-info a:focus , .useful-info a:active{
    color: #009cd1;
}
.useful-info-action i {
    font-size: 17px;
    font-weight: bold;
}
.header-top-left a{
    font-weight: bold;
}
.menu-top-head-menu-container .menu li a:hover, .menu-top-head-menu-container .menu li a:active , .menu-top-head-menu-container .menu li a:focus{
    color: #009cd1;
}
.gallery-image{
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.gallery-hover {
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    left: 4px;
    text-align: center;
    background-color: rgba(0,0,0,0.0,5);
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    line-height: 200px;
}
.gallery-image a:hover .gallery-hover {
    background: #009cd182;
}

.single-doctors_type .doctor-title{
 margin:0;
 font-size:32px;
 font-weight: 900;   
}

.single-doctors_type .bottom-line{
    border-bottom: 1px solid #e0e0e0;
    margin-top: 50px;
    margin-bottom: 50px;
}
body .a2a_menu a , body .a2a_menu_show_more_less.a2a_more{
    color:#403f4c;  
}
body .a2a_menu a:hover , body .a2a_menu_show_more_less.a2a_more:hover{
    color:#009cd1;  
}
body .a2a_svg svg{
    width:  20px;
    height: 20px;
}
.display-none{
    display:none;
}
body .content .main-content .physician-details{
    margin-bottom: 0;
    font-weight: 900;  
    margin-top: 10px; 
    display: inline-block;
}
.sidebar .main-menu{
    margin-bottom: 50px;
}
#footer .footer-newsletter .field .submit-button-news{
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius:2px;   
}
.margin-top-170-desk {
    margin-top: 170px;
}
.the-content table{
    font-size:14px;
}
ul.breadcrumbs li:last-child {
    font-weight: bold;
}

.en_US #header .header-menu .main-menu li{
    min-width: 90px;
}
.rev_slider_wrapper p{
    font-family: "Roboto",sans-serif; 
}
.snow{
    position: fixed;
}
#header .container-fluid .header-top {
    background-color: #f1f2f4;
    position: relative;
}
#header .header-main {
    padding: 10px 0;
    position: relative;
}
body .content .main-content .filters {
    margin-bottom: 0;
    position: relative;
}
.breadcrumbs-section {
    margin-bottom: 30px;
    position: relative;
}
.desktop.home .news-item img {
    width: 100%;
}
.desktop.home .news-banner.news-sections {
    margin-bottom: 0;
    margin-top: 70px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    margin-bottom: 30px;   
}
.newsletter-unsub #wpml-1email {
    background: #fff;
    border: none;
    font-size: 13px;
    padding: 10px;
    height: 43px;
    width: 25%;
    margin-right: -4px;
    border: 1px solid #eaebed;
}
.newsletter-unsub .submit-button-news {
    background: #009cd1;
    color: #fff;
    font-size: 13px;
    padding: 10px 24px;
    font-weight: 700;
    border: none;
    position: relative;
    top: -1px;
    height: 43px;
    display: inline-block;
}
/* homepage owl */
.news-homepage-owl.owl-carousel .owl-nav {
    background: transparent;
    color: #869791;
    font-size: 25px;
    line-height: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15%;
    width: 100%;
}
.news-homepage-owl.owl-carousel .owl-nav .owl-prev {
    left: -14px;
    position: absolute;
}
.news-homepage-owl.owl-carousel .owl-nav .owl-next {
    right: -14px;
    position: absolute;
}
#exitReaPopup {
   /*position: relative;
   top: 33px;
   left: -10px;
   font-size: 25px;
   height: 100%;
   object-fit: cover;
   float: right;*/
   color: #ffffff;
   -webkit-text-stroke: 2px #a473c3;
   height: 7%;
}

#reaPopup {
    top: 58%;
    left: 50%;
	width: 600px;
    transform: translate(-50%, -79%);
}


.home .news.row .col-sm-6 img{
 height:160px;
 margin-bottom: 39px;	
 }


/* homepage owl END*/

.card-parent{
	 display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
     gap: 0rem;
}

.card-child{
	
}

.card-menu .card-parent .card-item{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.card-menu .card-parent .card-item .card-desc{	
	min-height: 85px;
}

@media (max-width: 1250px) {
	.card-parent{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 1446px) {
	.card-menu .card-parent .card-item{
		min-height: 307px !important;
		padding: 20px 11px;
	}
	.card-menu .card-parent .card-desc p{
		min-height: 85px;
	}
}
@media (max-width: 1618px){
.card-menu .card-parent .card-item {
    min-height: 307px;
	}}