/* Add here all your css styles (customizations) */
.header-v8 .navbar {
z-index:999;
}
.navbar-brand a {
text-decoration: none;
}
body {
	background-color:#ccc;
}

.primary-color {
    color: #008080;
}

/**
* Great Book
* Upd: 2-05-2018;
*/
article.pageIn section img.bc-img {
    width: 122px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #008080;
}

.g-recaptcha{
    margin-bottom:10px;
}
.content-marg {
    margin-left: 6px;
}

#book-wrapper {
    display: block;
    position: relative;
    /*height: 100vh;
    height: calc(100vh - 50px);
    max-height: 960px;
    min-height: 320px;*/
}

.flipbook-color-light:hover {
    color: #008180 !important;
}

.flipbook-tocItem {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 8px !important;
}

.flipbook-tocItem:hover {
    background: rgba(128, 128, 128, .2) !important;
    text-decoration: none !important;
}

#book-wrapper .p1,
#book-wrapper .p3,
#book-wrapper .p5 {
    background-image: url('../../images/book2/acknowledgments-2.jpg');
    background-size: 100% auto;
}

#book-wrapper .p2,
#book-wrapper .p4,
#book-wrapper .p6 {
    background-image: url('../../images/book2/biology-2.jpg');
    background-size: 100% auto;
}

.flipbook-frame {
    background-color: #cdcdcd;
    margin-top: 15px;
}

.section-title {
    font-weight: 400;
    font-size: calc(1.9em + 0.3vw );
}

.section-caption {
    font-size: calc(1.1em + 0.3vw );
    font-weight: 300;
}

.book-wrapper {
    padding-left: 10%;
    padding-right: 10%;
}

/*faq*/

.acc-v1 .fa {
color: #008080;
/*color: #ff5368;*/
margin-right: 10px;
opacity: 0.75;
}

.acc-v1 .panel-heading a {
text-decoration:none;
}
.acc-v1 .panel-heading a:hover {
color: #008080;
}
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    background: #008080;
}
.tab-v1 .nav-tabs > li > a:hover {
    color: #1a1a19;
    background: #e9ef0a;
}
.tab-v1 .nav-tabs {
    border-bottom: solid 2px #008080;
}

.tab-v1 div a {
  text-decoration:none;
  color: #1a1a19;
}

.tab-v1 div a:hover {
  color: #008080;
}
/* end faq*/

.promo-item.slider1 {
  background-position: 50% 50%;
}
.promo-item.slider2 {
  background-position: 50% 50%;
}
.promo-item.slider3 {
  background-position: 50% 50%;
}
.promo-item.slider4 {
  background-position: 50% 50%;
}

.slider1.promo-item:after {
  background-color: rgba(0,0,0,1);
  opacity:0.3;
}
.slider2.promo-item:after {
  background-color: rgba(0,0,0,1);
  opacity:0.4;
}

.slider3.promo-item:after {
  background-color: rgba(0,0,0,1);
  opacity:0.4;
}

.slider4.promo-item:after {
  background-color: rgba(0,0,0,1);
  opacity:0.4;
}
.slider5.promo-item:after {
  background-color: rgba(0,0,0,1);
  opacity:0.4;
}
.slider6.promo-item:after {
  background-color: rgba(0,0,0,1);
  opacity:0.4;
}



.pace .pace-progress {
  background: #008080;
}
/* Default highlight color */
::-moz-selection {
  color: #fff;
  background: #1a1a19;
}
::selection {
  color: #fff;
  background: #1a1a19;
}

.header-v8  {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li .blog-grid-title-sm a {
  color: #008080;
}
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li .blog-grid-title-sm a:hover {
  color: #1a1a19;
  opacity:0.66;
}

.g-color-default { color: #008080; }

.blog-thumb:hover .blog-thumb-hover:after {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: #008080;
   opacity:0.4;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  transform: 0.55s;
  transition: opacity 0.55s,
}

.btn-u {
  color: #fff;
  background: #008080;
}
.btn-u:hover,
.btn-u:focus {
  color: #fff;
  background: #1a1a19;
}

.btn-u-base {
    color: #fff;
    border-width:0;
    font-size: 11px;
    border-radius: 1.1em;
    padding: 0.5em 1.1em;
    background: #008080;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .3s ease-out;
}
.btn-u-base:hover,
.btn-u-base:focus,
.btn-u-base:active {
    color: #fff;
    background: #5cc2ad;
    text-decoration: none;
}

.promo-section .slick-dots .slick-active {
  color: #008080;
  border-color: #008080;
}

.promo-section .slick-dots .slick-active:before {
  content: "";
  position:absolute;
  top:-2px;
  left:-2561px;
  right:0;
  width: calc(100vw + 2561px);
  height:1px;
  border-top: solid 1px rgba(255,255,255,.25);
}

.g-bg-color-base {
    background: #1a1a19;
}

.u-info-box-v1 {
    background-color: #1a1a19;
}

.blog-thumb {
    margin-bottom: 14px;
}

.mega-menu .container {
    width: 95%;
    padding-left:0;
}

.navbar-toggle {
    position:absolute;
    right: 20px;
}

.g-color-white--dark { 
    color: rgba(255,255,255,.75); 
}


.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

.blog-topbar  {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    color: #1a1a19;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background-color: #ccccccd1;
}
.blog-topbar* {
    box-sizing: border-box;
}

.blog-topbar  #topbar_telephoneBlock .topbar_telephone, .blog-topbar  #topbar_time {
    padding: 7px 12px;
    margin:0;
}

.blog-topbar  #topbar_time {
    font-size:10px;
}

.blog-topbar  #topbar_telephoneBlock  {
    padding: 0;
}

.blog-topbar  #topbar_telephoneBlock .topbar_telephone  {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    width:auto;
    margin:0 0 -1px 0;
    display:inline-block;
    animation: introCTA 1.5s 1;
}


@-webkit-keyframes introCTA {
    0% {
        opacity:0;
        -ms-transform: translateX(200%);
        -webkit-transform: translateX(200%); 
        transform: translateX(200%);
    }
    30% {
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%); 
        transform: translateX(100%);
    }
    100% {
        opacity:1;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%); 
        transform: translateX(0%);
    }

} 

@keyframes introCTA {
    0% {
        opacity:0;
        -ms-transform: translateX(200%);
        -webkit-transform: translateX(200%); 
        transform: translateX(200%);
    }
    30% {
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%); 
        transform: translateX(100%);
    }
    100% {
        opacity:1;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%); 
        transform: translateX(0%);
    }
}



@media (max-width: 990px) {
    .blog-topbar  #topbar_telephoneBlock {
        border-top: 1px solid rgba(0, 0, 0, 0.14);
    }
    .blog-topbar  #topbar_telephoneBlock .topbar_telephone {
        border-left: 0px solid rgba(0, 0, 0, 0.14);
        -webkit-transition-property: all;
        transition-property: all ;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}


.promo-item-content {
    animation: introCTA 1.5s 1;
}

.blog-topbar  #topbar_telephoneBlock .topbar_telephone:hover  {
    background-color: #008080;
    /*cursor:pointer;*/
    -webkit-transition-property: all;
    transition-property: all ;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.blog-topbar  #topbar_telephoneBlock .topbar_telephone .fa {
    color: #1a1a19;
    font-size: 10px;
    margin-right:5px;
    -ms-transform: rotate(90deg);
    -webkit-transform:  rotate(90deg);
    transform:  rotate(90deg);
    -webkit-transition-property: all;
    transition-property: all ;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.blog-topbar  #topbar_telephoneBlock .topbar_telephone:hover .fa {
    -ms-transform: rotate(0deg);
    -webkit-transform:  rotate(0deg);
    transform:  rotate(0deg);
    -webkit-transition-property: all;
    transition-property: all ;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.blog-thumb .blog-thumb-desc h3 a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}


@media (max-width: 991px) {
    .header-v8 .blog-topbar {
        width:100%;
    }
}

.header-v8 .dropdown-menu  {
    background: rgba(255, 255, 255, 0.75);
    background: -webkit-linear-gradient( 135deg, rgba(255, 255, 255, 1) 45% , rgba(255, 255, 255, 0.90)  35% , #008080); 
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0.90)  35% , #008080 ); 
    background: -moz-linear-gradient( 135deg, rgba(255, 255, 255, 1) 45% , rgba(255, 255, 255, 0.90)  35% , #008080); 
    background: linear-gradient( 135deg, rgba(255, 255, 255, 1) 45% , rgba(255, 255, 255, 0.90)  35% , #008080 ); 
}

.header-v8 .dropdown-menu li [class^="fa-"], .header-v8 .dropdown-menu li [class*=" fa-"]{
    color: #1f8781;
}

.header-v8 .dropdown-menu li [class^="fa-"], .header-v8 .dropdown-menu li a  {
    color: #1a1a19;
}



.header-v8 .dropdown-menu li [class^="fa-"], .header-v8 .dropdown-menu li [class*=" fa-"]:hover,
.header-v8 .dropdown-menu li [class^="fa-"], .header-v8 .dropdown-menu li a:hover  {
    color: #008080;
}
/*.header-v8 .navbar-nav > li > a  {padding: 0px 15px !important;}*/
.blog-thumb .blog-thumb-info li {
    color: #000;
    font-size: 14px;
}

.blog-thumb .blog-thumb-info li a {
    font-size: 12px;
}


.blog-thumb .blog-thumb-hover img {
    border-radius: 3px;
    height: 83px;
    max-width: 100%;
    max-height:100%;
}


.blog-grid img {
    width:100%;
    border-radius: 5px;
}


.promo-section .slick-dots {
    bottom: 20vh;
}

@media (max-width: 991px) {
  .promo-section .slick-dots {
    bottom: 18vh;
}
}


.promo-section p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    background: rgba(0,0,0,0.4);
    padding: 10px;
}

@media (max-width: 991px) {
    .promo-section p {
      max-width: 90%;
  }
}

.topbar-list > li:before {
    display:none;
}



.header-v8 .navbar-brand  {
    padding: 10px 15px 15px 0px;
}
.navbar-brand img.logomark {
    width: 200px ;
    /*height: 59px ;*/
    float: left;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-top: -5px;
    margin-left: 10px;
}

.navbar-brand .institutionalIdentityBlock {
    margin-left: 109px;
    position: relative;
}
.navbar-brand h3.companyName {
    position: relative;
    display: inline-block;
    width: auto;
    color: #1a1a19;
    font-family: 'Fauna One';
    font-size: 29px;
    letter-spacing:2px;
    line-height:1.3;
    font-weight: 900;
    margin: 11px 15px 0 0px;
    text-align: left;
    -webkit-transition: all 1s;
    transition: all 1s;
    white-space:nowrap;
}
.navbar-brand h3.companySlogan{
    position: relative;
    display: inline-block;
    width: auto;
    color: #1a1a19;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    margin: 0px 0px 0px 115px;
    -webkit-transition: all 1s;
    transition: all 1s;
    white-space: nowrap;
    bottom: 22px;
    font-family: 'Annie Use Your Telescope', cursive;
}
@media (max-width: 991px) {
    .header-v8 .navbar-brand  {
        padding: 10px 15px 15px 10px;
    }
    .navbar-brand    .institutionalIdentityBlock {
        margin-left: 0px;
        margin-top: 12px;
        -webkit-transition: all 1s;
        transition: all 1s;
        width:auto;
    }
    .navbar-brand img.logomark {
       width: 100%;
       max-width: 250px;
       height: auto;
       float: left;
       z-index:1;
       margin-top: 10px;
       margin-right: 15px;
       -webkit-transition: all 1s;
       transition: all 1s;
    }
    .navbar-brand h3.companyName {
        position: relative;
        display: block;
        font-size: 17px;
        letter-spacing:2px;
        font-weight: 900;
        margin: 7px 10px 0 0;
        text-align: left;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .navbar-brand h3.companySlogan  {
    position: relative;
    display: block;
    font-size: 15px;
    margin: 35px 0px 0 0;
    padding-top: 0px;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}
}


::-webkit-scrollbar { width: 1.2em; }
/* ::-webkit-scrollbar-button            {} */
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4); background-color: #1a1a19  ; 
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #008080;  
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: transparent; 
}
/* ::-webkit-scrollbar-corner            {} */
/* ::-webkit-resizer                     {} */
.mâs::-webkit-scrollbar {
    width: 1em; 
    margin-left: 10px !important; 
}
/* .contact_to_Trigger_Long::-webkit-scrollbar-button            {} */
.mâs::-webkit-scrollbar-track {
    background-color: #008080; 
}
/* .contact_to_Trigger_Long::-webkit-scrollbar-track-piece       {} */
.mâs::-webkit-scrollbar-thumb {
    background-color: #008080; height: 3px; 
}
.mâs::-webkit-scrollbar-thumb:window-inactive {
 background-color: #008080;  
}
/* .contact_to_Trigger_Long::-webkit-scrollbar-corner            {} */
/* .contact_to_Trigger_Long::-webkit-resizer                     {} */
/*
:horizontal
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive
*/


#map{
    width:100%; 
    height:500px;
}

#mapMenu {
    width:100%; 
    height:400px; 
}

.mapBlock{
    padding-left:0; 
    padding-right:0; 
    padding-top:0;
}

#dropdown_map .row {
    padding:0;
    margin:0;
}


@media (max-width: 991px) {
    .mapBlock{
        margin-bottom:20px;
    }
}


.header-v8 .navbar-collapse, .header-v8 .navbar-collapse .container {
    width: 100%;
}


#services .infoblock-content h3 {
    font-size: 24px ;
}


#services .infoblock.service1  {
    background-color: #584d47 ;
}

#services .infoblock.service2  {
    background-color: #684c41 ;
}

#services .infoblock.service3  {
    background-color: #46433e ;
}


.toggleResponsive {
    zoom:0.21;
    display:none;
    position:absolute;
    top: -127px;
    right:20px;
    width:160px;
    height:80px;
    border-radius:40px;
   /* cursor:pointer;*/
    background:linear-gradient(to bottom, #9c9c9c, #f9f9f9);
}

@media (max-width: 991px) {
    .toggleResponsive {
        display:block;
        opacity:0.15;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }
    .header-sticky:hover .toggleResponsive {
        opacity:1;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }
}

.toggleResponsive input[type="checkbox"] { display:none }
.toggleResponsive:before, .toggleResponsive:after, .toggleResponsive .switch:after, .toggleResponsive .switch .brushed-metal:before, .toggleResponsive .switch .brushed-metal:after {
    content:'';
    display:block;
    position:absolute;
    z-index:1;
}
.toggleResponsive:before {
    width:156px;
    height:76px;
    top:2px; left:2px;
    border-radius:38px;
    background:linear-gradient(to bottom, #7b7b7b, #ececec);
}
.toggleResponsive:after {
    width:120px;
    height:48px;
    top:16px; left:20px;
    border-radius:24px;
    background-color:#3b3b3d;
    box-shadow:inset rgba(0,0,0,.7) 0 6px 12px;
    -webkit-transition:background-color .3s linear;
    -moz-transition:background-color .3s linear;
    transition:background-color .3s linear;
}
.toggleResponsive.checked:after { background-color:#008080}
.toggleResponsive .switch {
    display:block;
    width:66px;
    height:66px;
    border-radius:50%;
    position:absolute;
    top:0px; left:5px;
    z-index:9;
    background:linear-gradient(to bottom, #ddd, #636363);
    -webkit-transition:left .2s linear;
    -moz-transition:left .2s linear;
    transition:left .2s linear;
}
.toggleResponsive.checked .switch { left:86px }
.toggleResponsive .switch:after {
    width:24px;
    height:24px;
    top:22px; left:22px;
    border-radius:50%;
    background:#3b3b3d;
    box-shadow:inset rgba(0,0,0,.6) 0 3px 6px;
    z-index:8;
}
.toggleResponsive .switch .brushed-metal {
    display:block;
    width:64px; height:64px;
    position:absolute;
    top:2px; left:2px;
    border-radius:50%;
    z-index:4;
    background-color:#a9a9a9;
    background-image:
    -webkit-radial-gradient(  50%   0%,  8% 50%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%),
    -webkit-radial-gradient(  50% 100%, 12% 50%, hsla(0,0%,100%,.6) 0%, hsla(0,0%,100%,0) 100%),
    -webkit-radial-gradient(   0%  50%, 50%  7%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%),
    -webkit-radial-gradient( 100%  50%, 50%  5%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%),

    -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   3%, hsla(0,0%,  0%,.1) 3.5%),
    -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%,.1) 7.5%),
    -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.2) 2.2%),

    -webkit-radial-gradient( 50% 50%, 200% 50%, hsla(0,0%,90%,1) 5%, hsla(0,0%,85%,1) 30%, hsla(0,0%,60%,1) 100%);
}
.toggleResponsive .switch .brushed-metal:before, .toggleResponsive .switch .brushed-metal:after {
    top:0; left:0;
    width:inherit;
    height:inherit;
    border-radius:inherit;

    /* fake conical gradients */
    background-image:
    -webkit-radial-gradient(  50%   0%, 10% 50%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%),
    -webkit-radial-gradient(  50% 100%, 10% 50%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%),
    -webkit-radial-gradient(   0%  50%, 50% 10%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%),
    -webkit-radial-gradient( 100%  50%, 50% 06%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%);
}
.toggleResponsive .switch .brushed-metal:before { transform:rotate(65deg) }
.toggleResponsive .switch .brushed-metal:after { transform:rotate(-65deg) }


#services {
    background-color:#000;
}

#services .owl-carousel  {
    height:500px;
}

#services .owl-carousel .owl-item  {
    height:calc(500px + 1px);
}

#services .owl-carousel .owl-item img {
  width: calc(100% + 1px);
  height:100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#services .owl-carousel .imageService1 img{
    object-position: 50% 50%;
}
#services .owl-carousel .imageService2 img{
    object-position: 50% 50%;
}
#services .owl-carousel .imageService3 img{
    object-position: 50% 50%;
}
#services .owl-carousel .imageService4 img{
    object-position: 100% 50%;
}
#services .owl-carousel .imageService5 img{
    object-position: 55% 50%;
}
#services .owl-carousel .imageService6 img{
    object-position: 50% 50%;
}
#services .owl-carousel .imageService7 img{
    object-position: 70% 50%;
}


#services .owl-carousel .owl-item:hover img {
    height:70%;
}

#services .owl-carousel .owl-item:hover .u-info-box-v1__in {
    position:absolute;
    bottom:0;
    height:auto;
}

#contact header p  {
    font-size:110%;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}
#contact header p .highlight  {
    color:#008080;
}
.u-heading-v1 span {
    color:#008080;
    white-space: nowrap;
    border: 1px solid #008080;
    padding: 0.5em 1em;
    font-size: 57%;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    #contact header p  {
    padding: 0 2em;
    }
    #contact header p  {
    text-align: center;
    }
}

.u-info-box-v3__text {
    font-size: 14px;
    letter-spacing: .5px;
}

article .container {
    width:100%;
}

article.pageIn {
  color: #ccc;
}
@media (min-width: 55em) {
  article.pageIn {
    margin: 0;
    position: relative;
    width: 100%;
}
}

article.pageIn header {
  text-align: center;
  padding: 3em 2em;
}

article.pageIn h1 {
  font-size : calc(1.9em + 0.3vw );
  font-weight: 400;
}


article.pageIn .lead {
    color: #1a1a19;
    opacity:0.75;
    font-size : calc(1.1em + 0.3vw );
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}


article.pageIn  span.pageTitle {
    color: #008080;
}

article.pageIn  span.pageTitle:after {
    content: "|";
    margin: 0 0.3em;
    color: #1a1a19 ;
}



article.pageIn section {
  display:inline-block;
}


article.pageIn section.columnText{
    font-size: 1.05em;
    color: #1a1a19 ;
    padding: 0 25px 25px ;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
     height: auto !important;
}

article.pageIn section h3 {
font-size: 15px;
padding-bottom: 25px ;
}


@media (max-width: 490px) {
article.pageIn section.columnText{
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
}
}

article.pageIn section.non_columnText {
  padding: 0 25px ;
}



article.pageIn section.columnNatal {
    height:100%;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

article.pageIn section img {
  width: 100%;
  height:inherit;
  margin: 0;
  vertical-align: top;
  object-fit:cover;
}

article.pageIn section.columnText p:first-of-type:first-letter {
  color: #008080;
  float: left;
  font-size: 5.5em;
  line-height: 1;
  margin-top: -0.1em;
  margin-left: -0.1em;
  margin-right: 0.1em;
  margin-bottom: -0.2em;
}


article.pageIn section blockquote {
    width:86%;
    border-left: 0 solid #008080;
    background-color: transparent;
    color: #1a1a19;
    text-align:left;
    font-size: 1.45em;
    font-family: 'Fauna One';
    margin-top: -5px;
    padding: 0;
    line-height: 1.3;
    margin-left: 15px;
    margin-right: 0;
    background-image:url('../img/logo_GenericCare_Generic.svg');
    background-repeat:no-repeat;
    background-position: 0 3px;
    background-size: 30px auto;
    /*quotes: "<"">""\2018""\2019";*/
}

@media (max-width: 992px) {
 article.pageIn section blockquote {
  margin-top: 25px;
}
}

/* article.pageIn section blockquote::before,  article.pageIn section blockquote::after {
    display: inline-block;
  font-size: 2.1em;
  font-family: "Palatino";
  line-height: 0;
vertical-align:text-middle;
}
 article.pageIn section blockquote::before {
  content: open-quote;
  margin-right: 0.1em;
}
 article.pageIn section blockquote::after {
  content: close-quote;
margin-left: 0.1em;
margin-top: 0.4em;
}*/

article.pageIn section blockquote cite {
    color: #008080;
    font-style: normal;   
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
article.pageIn section blockquote cite span.nameEmphasis{
    font-weight: 600;   
}

article.pageIn section blockquote cite:before {
    content: "\2014 \2009";
}

.socialMedia_contactCTAs {
    position: relative;
    width: 100%;
    height: auto;
    color: #1a1a19;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.socialMedia_contactCTAs .container, .socialMedia_contactCTAs .row {
    width:100%;
}

.socialMedia_contactCTAs a, .socialMedia_contactCTAs a:hover {
    color: initial ;
    -webkit-transition:color .7s linear;
    -moz-transition:color .7s linear;
    transition:color .7s linear;
}

.socialMedia_contactCTAs #cta_mini_unit:hover .inside span {
    color: #008080;
    -webkit-transition:color .5s linear;
    -moz-transition:color .5s linear;
    transition:color .5s linear;
}

.socialMedia_contactCTAs #cta_mini_unit:hover .inside i {
    color: #008080;
    -webkit-transition:color .3s linear;
    -moz-transition:color .3s linear;
    transition:color .3s linear;
}

.socialMedia_contactCTAs #cta_mini_unit {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    padding: 0 0 0 7px;
}


.socialMedia_contactCTAs #cta_mini_unit.telephone {
    float:right;
}

.socialMedia_contactCTAs #cta_mini_unit .inside {
    padding: 7px 0px 7px 12px;
    width: auto;
    margin: 0 0 -1px 0;
    display: inline-block;
    animation: introCTA 1.5s 1;
}

.socialMedia_contactCTAs #cta_mini_unit .inside .fa {
    color: #1a1a19;
    font-size: 11px;
    margin-right: 5px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media (max-width: 860px) {
    .socialMedia_contactCTAs #cta_mini_unit span {
        display:none;
    }
}

.socket_signature {
 position: relative;
 display: inline-block;
 opacity: 1;
 padding: 20px 25px;
 width: auto;
 height: auto;
 float: right;
}

.socket_signature .baseline_socket_signature {
    color: #686766 ;
    font-size: 10px ;
    float: left;
    font-weight: 400;
    letter-spacing: 2px;
    padding:0px ;
    margin:0px ;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.socket_signature .logo_socket {
    position : relative;
    display:inline-block;
    height:12px;
    float: left;
    margin:0px 0px 0px 7px;
}

.socket_signature:hover .baseline_socket_signature .highlight {
    color: #ff6600;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}



.sky-form .state-error + em {
    color: #008080;
}




.companyName span{
    display:inline-block;
    padding: 1px 9px 2px;
    margin: 0 -3px -1px;
}
.companyName .char1{
    color: #fff;
    background-color: #ff0321;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.companyName .char2{
    color: #fff;
    background-color: #B3A219;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char3{
    color: #fff;
    background-color: #9D7684;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.companyName .char4{
    color: #fff;
    background-color: #ffc60b;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.companyName .char5{
    color: #fff;
    background-color: #a9c358;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.companyName .char6{
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.companyName .char7{
    color: #fff;
    background-color: #ffc60b;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.companyName .char9{
    color: #fff;
    background-color: #a04608;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.companyName .char10{
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.companyName .char11{
    color: #fff;
    background-color: #12ca91;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.companyName .char12{
    color: #fff;
    background-color: #12c8ca;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}
.companyName .char13{
    color: #fff;
    background-color: #4db3e1;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.companyName .char15{
    color: #fff;
    background-color: #a9e341;
    -ms-transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
}

.companyName .char16{
    color: #fff;
    background-color: #313313;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
.companyName .char17{
    color: #fff;
    background-color: #f26521;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


.companyName .char19{
    color: #fff;
    background-color: #B3A219;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char20{
    color: #fff;
    background-color: #8ba2dd;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.companyName .char21{
    color: #fff;
    background-color: #313313;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
.companyName .char22{
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.marketingAdvantageBlock {
display:block;
position:absolute;
bottom: -67px;
right: 40px;
z-index:100;
}

.marketingAdvantageBlockDET {
display:none;
}

@media (max-width: 860px) {
.marketingAdvantageBlock {
top: 215px;
right: 40px;
zoom: 0.75;
}
}

.marketingAdvantage {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin: 5px;
  position: relative;
  display: inline-block;
  float:right;
   border: 1px solid #fff;
  width: auto;
  height: auto;
padding: 3px 10px 4px 25px;  
font-size: 11px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  border-top-right-radius:15px;
  border-bottom-right-radius:15px;
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;
  opacity: 0.49;
  -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    white-space: nowrap;
}


.marketingAdvantage:hover {
     opacity: 1;
  background-color: #f2496b;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}


.marketingAdvantage.m1:hover {
   cursor: url(../img/cursorNefer1.svg), auto;
}

.marketingAdvantage.m2:hover {
   cursor: url(../img/cursorNefer2.svg), auto;
}

.marketingAdvantage.m3:hover {
   cursor: url(../img/cursorNefer3.svg), auto;
}


.marketingAdvantage:before {
  content: "";
  width: 5px;
  height: 5px;
    border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 10px;
}
.header-v8 .navbar-nav > li > a{
    padding: 75px 15px 70px;
    line-height: 54px;
    font-size: 16px;
}
@media (max-width: 768px){
    .navbar-brand{
        float: none;
        display: block;
        text-align: center;
    }
    .navbar-brand img.logomark {
        width: 100%;
        max-width: 250px;
        height: auto;
        float: none;
    }
}

.navbar {
    border-radius: 0px;
    background-color: #028482a3;
	margin-top:-6px;
}

.header-v8 .navbar-nav > li > a {
    border-radius: 0px;

    margin-top: -6px;
}


section.col-md-7.col-sm-12.columnText{
    height: auto !important;
}
.lead strong{
    color: #000;
}
.danielle_img{
    width: 100%;
    /*max-width: 450px;*/
}

.paymentmethods        {
    margin: 20px -32px;
    list-style: none;
}
.paymentmethodsimg      {width:auto !important;}

.qandans{
    font-size: 20px !important;
    border: 3px solid #5DB0AF;
    padding: 22px;
    width: 95%;
    transition: all .5s;
    text-align: center;
    background-color: #5DB0AF;
}

.qandans:hover{
	background-color:#5DB0AF;
	color:#fff;
}

.qandans:hover a{
	background-color:#5DB0AF;
	color:#fff;
}

.book_ul{
    
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
}

.store img {
	width:100%;
}

.store div {
    display: inline-block;
    vertical-align: bottom;
    height: 604px;
}

@media (max-width:1300px){
	.store div {
		height:548px;
	}
}

.store a{
    position: absolute;
    top: 0px;
    width: 95%;
    padding: 1%;
    text-align: center;
}

.para:first-of-type:first-letter   { font-size:1.05em !important; float: none !important; color: #555 !important; }

.para1:first-of-type:first-letter   { font-size:1.05em !important; float: none !important; color: #555 !important; }

.para1 {font-size:21px !important;}

.imgheight                  { height:20px !important; }
.error{
  color: #f00 !important;
}
form label.error{
    color:white !important;
}
.shopping_ul{
    margin: 0px 0px 15px;
    padding: 0px;
    text-align: center;
}
.shopping_ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    margin: 0 15px;
    vertical-align: top;
}
.shopping_ul li img{
    width: 100%;
    padding: 5px 0px;
}
.shopping_ul li h2{
    font-size: 25px;
}