@font-face {
    font-family: 'Gotham-Light';
    src: url('/public/fonts/Gotham-Light.eot');
    src: url('/public/fonts/Gotham-Light.woff2') format('woff2'),
        url('/public/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('/public/fonts/GothamLight.woff') format('woff'),
        url('/public/fonts/GothamLight.ttf') format('truetype'),
        url('/public/fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('/public/fonts/Gotham-Bold.eot');
    src: url('/public/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/public/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('/public/fonts/GothamBold.woff') format('woff'),
        url('/public/fonts/GothamBold.ttf') format('truetype'),
        url('/public/fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('/public/fonts/GothamBook.eot');
    src: url('/public/fonts/GothamBook.woff2') format('woff2'),
        url('/public/fonts/GothamBook.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/public/fonts/GothamBook.woff') format('woff'),
        url('/public/fonts/GothamBook.ttf') format('truetype'),
        url('/public/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('/public/fonts/GothamMedium.eot');
    src: url('/public/fonts/GothamMedium.woff2') format('woff2'),
        url('/public/fonts/GothamMedium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/public/fonts/GothamMedium.woff') format('woff'),
        url('/public/fonts/GothamMedium.ttf') format('truetype'),
        url('/public/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}




html, body {
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow-x: hidden;
    font-family: 'GothamBook';
    background-color: #fff;
}


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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'GothamBook';
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
.shadowText {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a:hover{
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}
.wrapper {
    padding: 5em 0 4em 0;
}
:focus {
    outline: 0;
}
.fa{vertical-align: middle;}
.error {
    color: #b92c28;
    width: 100%;
    float: left;
}
.hoverIcon > a > img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
.hoverIcon > a:hover > img:nth-child(1),
.hoverIcon > a.active > img:nth-child(1),
.hoverIcon > a > img:nth-child(2){
    display: none;
}
.hoverIcon a:hover > img:nth-child(2),
.hoverIcon a.active > img:nth-child(2){
    display: block;
}

section{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.wrapper {
    padding: 50px 0 30px 0;
}
.knowMore {
    background-repeat: no-repeat;
    background-position: left center;
    color: #BABCBE;
    padding-left: 23px;
    display: inline-block;
    box-shadow: none;

}
.knowMore:hover {
    text-decoration: underline;
}

.knowMore.grey {
    background-image: url(/public/img/grey.svg);
}
.knowMore.grey:hover {
    background-image: url(/public/img/greyHover.svg);
    color: #0193D7;
}
/*------------------------------------------------------------------------------------------------------*/

/*--Start Navbar--*/
section.menu{
    z-index: 999999;
    background-color: #fff;
    position: absolute;
    /*    opacity: 1;*/
}
section.menu .top-bar{
    background-color: #435962;
    border: 0;
    margin-bottom: 0px;
    border-radius: 0px;
    position: relative;
    width: 100%;
}

section.menu .top-bar p{
    float: left;
    color: #E0E1E2;
    font-size: 11px;
    line-height: 25px;
    padding-right: 60px;
    font-family: 'GothamBold';
}
section.menu .top-bar .contact p{
    float: right;
}
section.menu .top-bar .contact span{
    padding-right: 5px;
}

section.menu .top-bar .contact ul{
    float: right;
}
section.menu .top-bar .contact li{
    float: right;
    text-align: right;
    padding: 0 4px;
}
section.menu .top-bar .contact li:first-child{
    padding-right: 0px;
}
section.menu .top-bar .contact li a{
    color: #E0E1E2;
}
section.menu .top-bar .contact li a .fa {
    vertical-align: middle;
    font-size: 13px;
    line-height: 25px; 
}
section.menu .top-bar .contact li a:hover{
    color: #82C155;
}
.menu .navbar-brand{
    height: auto;
    position: relative;
}
.menu .navbar-brand img{
    width: 145px;
    height: auto;
    position: absolute;
    top: 0;
    left: -9px;
}

.menu  .navbar-default{
    background-color: #82C155;
    border-color:#82C155;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
}
.menu .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    color: #fff;
    font-family: 'GothamBook';
}
.menu .navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0px;
}

.menu .navbar-default .navbar-nav>li>a:focus,.menu .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.menu .nav.navbar-nav.navbar-right {
    margin-top: 30px;
    padding-bottom: 26px;
}

.menu .nav>li {
    position: inherit;
    display: block;
    line-height: 10px;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
    background-color: #fff;
    margin-top: 85px
}


@media (max-width: 1000px) {

    .container>.navbar-header {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbarMenu .nav.menuBar {
        margin-right: 0px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar.navbar-default {
        height: auto;
    }
    .desktopMenu {
        display: none;
    }

    .navbar.navbar-default .container {
        width: 100%;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin: 0px;
    }

}

/*end navbar*/


/*--Navbar Responsive--*/
@media (max-width: 1200px) {
    .menu .nav.navbar-nav.navbar-right {
        margin-top: 30px;
        padding-bottom: 35px;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .menu .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .menu .nav>li>a {
        padding: 10px 6px;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    .menu .navbar-default .navbar-toggle {
        border-color: #FFF;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .menu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #FFFFFF;
    }
}


@media (max-width: 767px) { 
    .menu .navbar-default .navbar-toggle {
        border-color: #FFF;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 0px;
        background-color: #fff;
    }
    section.menu .top-bar .openingHours p {
        font-size: 11px;
    }
    section.menu .top-bar .contact p {
        float: left;
        font-size: 11px;
        padding: 5px 0px 0px 0px;
    }
    section.menu .top-bar .contact li {
        padding: 5px 0px 0px 5px;
    }
    section.menu .top-bar .openingHours span, section.menu .top-bar .contact span {
        padding-right: 10px;
    }
    section.menu .top-bar .openingHours p {
        padding: 10px 0px 10px 0px;
    }
    .menu .nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
    .menu .navbar-brand img {
        width: 120px !important;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-left: -15px;
    }
    .navbar-nav>li>a {
        line-height: 10px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) { 
    .menu .navbar-default .navbar-toggle {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 0px;
        background-color: #fff;
        border-color: #fff;
    }
    section.menu .top-bar .openingHours p {
        font-size: 10px;
    }
    section.menu .top-bar .contact p {
        float: left;
        font-size: 11px;
        padding: 5px 0px 0px 0px;
    }
    section.menu .top-bar .contact li {
        padding: 5px 0px 0px 5px;
    }
    section.menu .top-bar .openingHours span, section.menu .top-bar .contact span {
        padding-right: 10px;
    }
    section.menu .top-bar .openingHours p {
        padding: 10px 0px 10px 0px;
    }
    .menu .nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
    .menu .navbar-brand img {
        width: 120px !important;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-left: -15px;
    }
    .navbar-nav>li>a {
        line-height: 10px;
    }

}
/*--End Navbar--*/




/*Start Slider*/
section.slider{
    height: 100%;
    position: relative;
    float: left;
    z-index: 20;
    margin-top: 15px;
}


.slider carousel,
.slider .item,
.slider .active {
    height: 100%;
}

.slider .carousel-inner {
    height: 100%;
}
.slider .img-center {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.slider .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.slider .carousel {
    position: relative;

}

.bottomArrow {
    position: absolute;
    right: 15%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.slider .bottomArrow a:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.slider .carousel-caption {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    z-index: 99;
}
#myCarousel a.carousel-control{
    position: absolute;
    bottom: 60px;
    top: auto;
    right: 9%;
    width: 40px;
    height: 40px;
    background-image: none;
}
#myCarousel a.caruselHoverIcon > img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 100%
}
#myCarousel a.caruselHoverIcon:hover > img:nth-child(1),
#myCarousel a.caruselHoverIcon.active > img:nth-child(1),
#myCarousel a.caruselHoverIcon > img:nth-child(2){
    display: none;
}
#myCarousel a.caruselHoverIcon:hover > img:nth-child(2),
#myCarousel a.caruselHoverIcon.active > img:nth-child(2){
    display: block;
}



/* ==================== PRELOADER ==================== */
#preloader {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#435962;
    z-index:9999;
}
.Tloading {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.Tloader{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #82C155;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.Tloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #82C155;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
.Tloader:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #82C155;
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    -ms-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
/*rotate*/
@keyframes rotate{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
    0% {-moz-transform:rotate(0deg);}
    100% {-moz-transform:rotate(360deg);}
}
@-o-keyframes rotate{
    0% {-o-transform:rotate(0deg);}
    100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes rotate{
    0% {-ms-transform:rotate(0deg);}
    100% {-ms-transform:rotate(360deg);}
}
/*======================== INTRO ========================*/



.slider .carousel-caption {
    width: 40%;
    height: auto;
    position: absolute;
    top: 350px;
    bottom: auto;
    right: 0;
    left: auto;
    background-image: url(/public/img/img-apple/theArtB.png);
    background-size: 100%;
    text-align: right;
    z-index: 0;
    padding: 30px 9% 30px 0px
}




.slider .carousel-caption h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'GothamLight';
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .slider .carousel-caption {
        padding-right: 9%;
        top:30%;
    }
    .slider .carousel-caption h2 {
        font-size: 55px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    .slider .carousel-caption h2 {
        font-size: 45px;
    }
    .slider .carousel-caption {
        padding-right: 4%;
        top: 30%;
    }
    #myCarousel a.carousel-control {
        right: 4%;
    }
}

@media (max-width: 767px) { 
    .slider .carousel-caption h2 {
        font-size: 20px;
    }
    .slider .carousel-caption {
        top: 56px;
        padding-right: 4%;
        width: 100%;
    }
    #myCarousel a.carousel-control {
        bottom: 15px;
        right: 4%;
    }
    .section.item1 .text {
        padding-right: 15px;
    }
    .section.item2 .text {
        padding-right: 15px;
    }
    .section.item3 .text {
        padding-right: 15px;
    }
    .section.item4 .text {
        padding-right: 15px;
    }
    .section.item1 .hoverIcon {
        padding-right: 15px;
    }
    .section.item2 .hoverIcon {
        padding-right: 15px;
    }
    .section.item3 .hoverIcon {
        padding-right: 15px;
    }
    .section.item4 .hoverIcon {
        padding-right: 15px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) { 
    .slider .carousel-caption h2 {
        font-size: 18px;
    }
    .slider .carousel-caption {
        top: 56px;
        padding-right: 4%;
        width: 100%;
    }
    #myCarousel a.carousel-control {
        bottom: 15px;
        right: 4%;
    }
    .section.item1 .text {
        padding-right: 15px;
    }
    .section.item2 .text {
        padding-right: 15px;
    }
    .section.item3 .text {
        padding-right: 15px;
    }
    .section.item4 .text {
        padding-right: 15px;
    }
    .section.item1 .hoverIcon {
        padding-right: 15px;
    }
    .section.item2 .hoverIcon {
        padding-right: 15px;
    }
    .section.item3 .hoverIcon {
        padding-right: 15px;
    }
    .section.item4 .hoverIcon {
        padding-right: 15px;
    }



}
/*End Slider*/


.section.item .imagesCont{
    height: 300px;
    background-size: cover;
    background-position: center;
}



.section.item .imagesCont .color{
    height: 300px;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    left:0 !important;
    top:0 !important;
}

.section.item .hoverIcon .imagesCont{
    width: auto !important;
    height: auto !important;
}

/*Start item1*/
.section.item1 .together{
    padding: 15px 0px 0px 0px;
    height: 100%;
    width: 100%;
    float: left;
}

.section.item1 .text{
    background-color: #EEEEEF;
    height: 300px;
    width: 100%;
    float: left;
}
.section.item1 .itemCont{
    background-color: #EEEEEF;
    width: 100%;
    height: auto;
    float: left;
}
.section.item1 .text h2{
    float: right;
    padding-top: 25px;
    font-size: 40px;
    color: #8A8A89;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item1 .text h3{
    float: right;
    font-size: 40px;
    color: #8A8A89;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item1 .text h3 span{
    font-family: 'GothamMedium';
}
.section.item1 .text p{
    float: right;
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    color: #8A8A89;
    text-align: right;
    font-family: 'GothamBook';
    line-height: 20px;
}
.section.item1 .hoverIcon{
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 35px;
    right: 15px;
}
.section.item1 .hoverIcon > a > img {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    height: 20px;
    padding-left: 15px;
}
.section.item1 .hoverIcon > a {
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #AFB0B0;
    font-size: 14px;
    line-height: 17px;
    font-family: 'GothamLight';
}
.section.item1 .hoverIcon > a:hover {
    color: #82C155;
}
.section.item1 .hoverIcon > a:hover > img:nth-child(1),
.section.item1 .hoverIcon > a.active > img:nth-child(1),
.section.item1 .hoverIcon > a > img:nth-child(2){
    display: none;
}
.section.item1 .hoverIcon a:hover > img:nth-child(2),
.section.item1 .hoverIcon a.active > img:nth-child(2){
    display: block;
}
/*End item1*/



/*Start item2*/
.section.item2 .together{
    padding: 15px 0px 0px 0px;
    height: 100%;
    width: 100%;
    float: left;
}

.section.item2 .text{
    background-color: #82C155;
    height: 300px;
    width: 100%;
    float: left;
}
.section.item2 .itemCont{
    background-color: #82C155;
    width: 100%;
    height: auto;
    float: left;
}
.section.item2 .text h2{
    float: right;
    padding-top: 25px;
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item2 .text h3{
    float: right;
    font-size: 40px;
    color: #fff;
    text-align: right;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item2 .text h3 span{
    font-family: 'GothamMedium';
}
.section.item2 .text p{
    float: right;
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: right;
    font-family: 'GothamBook';
    line-height: 20px;
}
.section.item2 .hoverIcon{
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 35px;
    right: 15px;
}
.section.item2 .hoverIcon > a > img {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    height: 20px;
    padding-left: 15px;
}
.section.item2 .hoverIcon > a {
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'GothamLight';
}
.section.item2 .hoverIcon > a:hover {
    color: #435962;
}
.section.item2 .hoverIcon > a:hover > img:nth-child(1),
.section.item2 .hoverIcon > a.active > img:nth-child(1),
.section.item2 .hoverIcon > a > img:nth-child(2){
    display: none;
}
.section.item2 .hoverIcon a:hover > img:nth-child(2),
.section.item2 .hoverIcon a.active > img:nth-child(2){
    display: block;
}
/*End item2*/



/*Start item3*/
.section.item3 .together{
    padding: 15px 0px 0px 0px;
    height: 100%;
    width: 100%;
    float: left;
}

.section.item3 .text{
    background-color: #435962;
    height: 300px;
    width: 100%;
    float: left;
}
.section.item3 .itemCont{
    background-color: #435962;
    width: 100%;
    height: auto;
    float: left;
}
.section.item3 .text h2{
    float: right;
    padding-top: 25px;
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item3 .text h3{
    float: right;
    font-size: 40px;
    color: #fff;
    height: auto;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item3 .text h3 span{
    font-family: 'GothamMedium';
}
.section.item3 .text p{
    float: right;
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: right;
    font-family: 'GothamBook';
    line-height: 20px;
}
.section.item3 .hoverIcon{
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 35px;
    right: 15px;
}
.section.item3 .hoverIcon > a > img {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    height: 20px;
    padding-left: 15px;
}
.section.item3 .hoverIcon > a {
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'GothamLight';
}
.section.item3 .hoverIcon > a:hover {
    color: #82C155;
}
.section.item3 .hoverIcon > a:hover > img:nth-child(1),
.section.item3 .hoverIcon > a.active > img:nth-child(1),
.section.item3 .hoverIcon > a > img:nth-child(2){
    display: none;
}
.section.item3 .hoverIcon a:hover > img:nth-child(2),
.section.item3 .hoverIcon a.active > img:nth-child(2){
    display: block;
}
/*End item3*/



/*Start item4*/
.section.item4 .together{
    padding: 15px 0px 15px 0px;
    height: 100%;
    width: 100%;
    float: left;
}

.section.item4 .text{
    background-color: #EEEEEF;
    height: 300px;
    width: 100%;
    float: left;
}
.section.item4 .itemCont{
    background-color: #EEEEEF;
    width: 100%;
    height: auto;
    float: left;
}
.section.item4 .text h2{
    float: right;
    padding-top: 25px;
    font-size: 40px;
    color: #8A8A89;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item4 .text h3{
    float: right;
    font-size: 40px;
    color: #8A8A89;
    width: 100%;
    text-align: right;
    font-family: 'GothamLight';
}
.section.item4 .text h3 span{
    font-family: 'GothamMedium';
}
.section.item4 .text p{
    float: right;
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    color: #8A8A89;
    width: 100%;
    text-align: right;
    font-family: 'GothamBook';
    line-height: 20px;
}
.section.item4 .hoverIcon{
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 35px;
    right: 15px;
}
.section.item4 .hoverIcon > a > img {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 0px;
    height: 20px;
    padding-left: 15px;
}
.section.item4 .hoverIcon > a {
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #AFB0B0;
    font-size: 14px;
    line-height: 17px;
    font-family: 'GothamLight';
}
.section.item4 .hoverIcon > a:hover {
    color: #82C155;
}
.section.item4 .hoverIcon > a:hover > img:nth-child(1),
.section.item4 .hoverIcon > a.active > img:nth-child(1),
.section.item4 .hoverIcon > a > img:nth-child(2){
    display: none;
}
.section.item4 .hoverIcon a:hover > img:nth-child(2),
.section.item4 .hoverIcon a.active > img:nth-child(2){
    display: block;
}
/*End item4*/




/*Start Main Parallax*/

section.parallax{
    background: url(/public/img/img-apple/committed.jpg) center fixed no-repeat;
    background-size: cover;
    height: 584px;

    color: #ffffff;
    padding-top: 140px;
    z-index: 9;
}
section.parallax .parallaxBg{
    background-color: rgba(130,193,85,0.9);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

section.parallax .text{
    height: auto;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
}
section.parallax h1{
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'GothamLight';
}
section.parallax h1 span{
    font-family: 'GothamBold';
}
section.parallax .hoverIcon{
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 100%;
    height: auto;
}
section.parallax .hoverIcon > a > img {
    float: none;
    margin-right: 0px;
    height: 30px;
    text-align: center;
    margin: 10px auto;
    display: block;
}
section.parallax .hoverIcon > a {
    float: none;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
    width: 228px;
    font-family: 'GothamLight';
}
section.parallax .hoverIcon > a:hover {
    color: #435962;;
}
section.parallax .hoverIcon > a:hover > img:nth-child(1),
section.parallax .hoverIcon > a.active > img:nth-child(1),
section.parallax .hoverIcon > a > img:nth-child(2){
    display: none;
}
section.parallax .hoverIcon a:hover > img:nth-child(2),
section.parallax .hoverIcon a.active > img:nth-child(2){
    display: block;
}

/*End Main Parallax*/




/*Start ContactUs*/
section.mainContactUs{
    background-color: #F6F6F7;
    margin-top: 15px;
    float: left;
    height: auto;
    width: 100%;   
}
section.mainContactUs h2{
    font-size: 15px;
    color: #82C155;
    padding: 10px 0px 15px 0px;
    font-family: 'GothamBold';
}
section.mainContactUs p{
    font-size: 14px;
    line-height: 18px;
    color: #8A8A89;
    padding-bottom: 13px;
    font-family: 'GothamBook';
}
section.mainContactUs .textContact ul{
    float: left;
}
section.mainContactUs .textContact li{
    float: left;
    text-align: left;
    padding: 0px 5px 0px 0px;
    width: 25px
}
section.mainContactUs .textContact li a{
    color: #8A8A89;
}
section.mainContactUs .textContact li a:hover{
    color: #82C155;
}
section.mainContactUs .formContact .form-group .wrappers {
    margin-bottom: 6px;
}
section.mainContactUs .formContact .form-group .wrappers.select{
    padding-right: 6px;
}
section.mainContactUs .formContact .form-group .wrappers.email{
    padding-right: 6px;
}
/*section.mainContactUs .formContact .left{
    padding-left: 0;
}*/
section.mainContactUs .formContact .left input{
    width: 100%;
}
section.mainContactUs .formContact .right input{
    width: 100%;
    margin-left: 0px;
}
section.mainContactUs .formContact .right{
    padding-left: 0px;
}
section.mainContactUs .formContact .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8A8A89;
    background-color: #e2e2e2;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.mainContactUs .formContact textarea.form-control {
    height: auto;
    min-height: 117px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8A8A89;
    background-color: #e2e2e2;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.mainContactUs .formContact .send{
    background-color: #82C155;
    color: #fff;
    padding: 5px 10px 5px 10px;
}
/*End Main ContactUs*/


/*Start Map*/
section.map .mapContent{
    float: left;
    width: 100%;
    height: 100%;
}
/*End Map*/


/*Start Footer*/
section.footer{
    width: 100%;
    height: auto;
    float: left;
}
section.footer .copyright{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #435962;
}
section.footer .copyright .text{
    text-align: center;
}
section.footer .copyright .text p{
    color: #fff;
    font-size: 11px;
    padding: 10px 0px 20px 0px;
}

section.footer .hoverIcon.grey{
    width: 100%;
    height: auto;
    float: left;
}
section.footer .hoverIcon.grey a{
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 10px auto;
    display: block;
}
section.footer .hoverIcon.grey a img{
    width: 20px;
    height: 20px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);

}
section.footer .ziaDesigned{
    color: #fff;
    font-size: 11px;
    padding: 10px 0px 20px 0px;
} 
section.footer .ziaDesigned a{
    color: #82C155; 
}
/*End Footer*/



/*Start all Risponsive index */
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 1100px) {
    section.parallax .hoverIcon > a {
        padding-top: 69px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    section.mainContactUs .formContact .right input {
        width: 104%;
    }
    .section.item1 .text {
        padding-right: 15px;
    }
    .section.item2 .text {
        padding-right: 15px;
    }
    .section.item3 .text {
        padding-right: 15px;
    }
    .section.item4 .text {
        padding-right: 15px;
    }
    .section.item1 .hoverIcon {
        padding-right: 15px;
    }
    .section.item2 .hoverIcon {
        padding-right: 15px;
    }
    .section.item3 .hoverIcon {
        padding-right: 15px;
    }
    .section.item4 .hoverIcon {
        padding-right: 15px;
    }
    .section.item1 .text h3,
    .section.item1 .text h2 {
        font-size: 27px;
    }
    .section.item2 .text h3,
    .section.item2 .text h2 {
        font-size: 27px;
    }
    .section.item3 .text h3,
    .section.item3 .text h2 {
        font-size: 27px;
    }
    .section.item4 .text h3,
    .section.item4 .text h2 {
        font-size: 27px;
    }
    .section.item1 .text p{
        font-size: 11px;
    }
    .section.item2 .text p{
        font-size: 11px;
    }
    .section.item3 .text p{
        font-size: 11px;
    }
    section.mainContactUs .textContact{
        padding-left: 15px;
    }
    section.mainContactUs .formContact .left input {
        width: 100%;
    }
    section.mainContactUs .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.footer .copyright .text p {
        font-size: 12px;
        line-height: 19px;
        padding: 10px 0px 30px 0px;
    }
    section.parallax .hoverIcon > a {
        padding-top: 69px;
    }
    section.mainContactUs .formContact .form-group .wrappers.email{
        padding-right: 6px; 
    }




}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .section.item1 .text {
        padding-right: 15px;
    }
    .section.item2 .text {
        padding-right: 15px;
    }
    .section.item3 .text {
        padding-right: 15px;
    }
    .section.item4 .text {
        padding-right: 15px;
    }
    .section.item1 .hoverIcon {
        padding-right: 15px;
    }
    .section.item2 .hoverIcon {
        padding-right: 15px;
    }
    .section.item3 .hoverIcon {
        padding-right: 15px;
    }
    .section.item4 .hoverIcon {
        padding-right: 15px;
    }
    .section.item1 .text h3,
    .section.item1 .text h2 {
        font-size: 27px;
    }
    .section.item2 .text h3,
    .section.item2 .text h2 {
        font-size: 27px;
    }
    .section.item3 .text h3,
    .section.item3 .text h2 {
        font-size: 27px;
    }
    .section.item4 .text h3,
    .section.item4 .text h2 {
        font-size: 27px;
    }
    .section.item1 .text p{
        font-size: 11px;
    }
    .section.item2 .text p{
        font-size: 11px;
    }
    .section.item3 .text p{
        font-size: 11px;
    }
    section.mainContactUs .textContact{
        padding-left: 15px;
    }
    section.mainContactUs .formContact .left input {
        width: 100%;
    }
    section.mainContactUs .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.footer .copyright .text p {
        font-size: 12px;
        line-height: 19px;
        padding: 10px 0px 30px 0px;
    }
    section.mainContactUs .formContact .right {
        padding-left: 15px;
    }
    section.mainContactUs .formContact .form-group .wrappers.select{
        padding-right: 15px; 
    }
    section.mainContactUs .formContact .form-group .wrappers.email {
        padding-right: 15px;
    }


}



@media (max-width: 767px) { 
    .section.item1 .text {
        padding-right: 15px;
    }
    .section.item2 .text {
        padding-right: 15px;
    }
    .section.item3 .text {
        padding-right: 15px;
    }
    .section.item4 .text {
        padding-right: 15px;
    }
    .section.item1 .hoverIcon {
        padding-right: 15px;
    }
    .section.item2 .hoverIcon {
        padding-right: 15px;
    }
    .section.item3 .hoverIcon {
        padding-right: 15px;
    }
    .section.item4 .hoverIcon {
        padding-right: 15px;
    }
    .section.item1 .text h3,
    .section.item1 .text h2 {
        font-size: 27px;
    }
    .section.item2 .text h3,
    .section.item2 .text h2 {
        font-size: 27px;
    }
    .section.item3 .text h3,
    .section.item3 .text h2 {
        font-size: 27px;
    }
    .section.item4 .text h3,
    .section.item4 .text h2 {
        font-size: 27px;
    }
    .section.item1 .text p{
        font-size: 11px;
    }
    .section.item2 .text p{
        font-size: 11px;
    }
    .section.item3 .text p{
        font-size: 11px;
    }
    section.mainContactUs .textContact{
        padding-left: 15px;
    }
    section.mainContactUs .formContact .left input {
        width: 100%;
    }
    section.mainContactUs .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.footer .copyright .text p {
        font-size: 12px;
        line-height: 19px;
        padding: 10px 0px 30px 0px;
    }
    section.mainContactUs .formContact .right {
        padding-left: 15px;
    }
    section.mainContactUs .formContact .form-group .wrappers.select{
        padding-right: 15px;
    }
    section.mainContactUs .formContact .form-group .wrappers.email {
        padding-right: 15px;
    }



}

@media (max-width: 480px) { 
    .section.item1 .text {
        padding-right: 15px;
    }
    .section.item2 .text {
        padding-right: 15px;
    }
    .section.item3 .text {
        padding-right: 15px;
    }
    .section.item4 .text {
        padding-right: 15px;
    }
    .section.item1 .hoverIcon {
        padding-right: 15px;
    }
    .section.item2 .hoverIcon {
        padding-right: 15px;
    }
    .section.item3 .hoverIcon {
        padding-right: 15px;
    }
    .section.item4 .hoverIcon {
        padding-right: 15px;
    }
    .section.item1 .text h3,
    .section.item1 .text h2 {
        font-size: 27px;
    }
    .section.item2 .text h3,
    .section.item2 .text h2 {
        font-size: 27px;
    }
    .section.item3 .text h3,
    .section.item3 .text h2 {
        font-size: 27px;
    }
    .section.item4 .text h3,
    .section.item4 .text h2 {
        font-size: 27px;
    }
    .section.item1 .text p{
        font-size: 11px;
    }
    .section.item2 .text p{
        font-size: 11px;
    }
    .section.item3 .text p{
        font-size: 11px;
    }
    section.mainContactUs .textContact{
        padding-left: 15px;
    }
    section.mainContactUs .formContact .left input {
        width: 100%;
    }
    section.mainContactUs .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.footer .copyright .text p {
        font-size: 12px;
        line-height: 19px;
        padding: 10px 0px 30px 0px;
    }
    section.mainContactUs .formContact .right {
        padding-left: 15px;
    }
    section.mainContactUs .formContact .form-group .wrappers.select{
        padding-right: 15px;
    }
    section.mainContactUs .formContact .form-group .wrappers.email {
        padding-right: 15px;
    }


}
/*End all Risponsive index*/



.sub .text{
    padding-bottom: 60px;
    float: left;
    height: auto;        
}
section.sub .text h2{
    font-size: 44px;
    color: #82C155;
    padding: 30px 0px 30px 0px;
    font-family: 'GothamLight';
}
section.sub .text p{
    font-size: 14px;
    color: #8A8A89;
    line-height: 18px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    font-family: 'GothamBook';
}
section.sub .text p span{
    font-family: 'GothamMedium';
    font-size: 16px;
}
section.sub .text h3{
    font-size: 16px;
    color: #435962;
    padding: 10px 0px 5px 0px;
    font-family: 'GothamMedium';
}
section.sub .imagesCont{
    float: left;
    width: 100%;
    height: 791px;
    background-size: cover;
    background-position: center;
    margin-top: 132px;
}
section.sub .carousel-captionRight {
    width: 32%;
    height: auto;
    position: absolute;
    top: 192px;
    bottom: auto;
    right: 0;
    left: auto;
    text-align: right;
    padding: 30px 9% 30px 0px;
    z-index: 0;
    background-image: url(/public/img/img-apple/theArtS.png);
    background-size: 100%;
}
section.sub .carousel-captionRight h2{
    float: right;
    font-size: 35px;
    color: #435962;
    width: 100%;
    text-align: right;
    line-height: 40px;
    font-family: 'GothamLight';
}
section.sub .carousel-captionRight h3{
    float: right;
    font-size: 35px;
    color: #435962;
    width: 100%;
    text-align: right;
    line-height: 49px;
    font-family: 'GothamLight';
}
section.sub .carousel-captionRight h3 span{
    font-family: 'GothamMedium';
}





/*Start green Apple*/

section.greenApple{
    float: left;
    width: 100%;
    height: auto;
}
section.greenApple .text p span{
    font-family: 'GothamMedium';
    font-size: 16px;
}
/*End green Apple*/


/*Start aesthetics*/
section.aesthetics{
    float: left;
    width: 100%;
    height: auto;
}
section.aesthetics .text p span{
    font-weight: bold;
}
/*End aesthetics*/


/*Start treatment*/
section.treatment{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 200px;
}
section.treatment h2{
    width: 100%;
    text-align: center;
    color: #82C155;
    font-size: 60px;
    margin-bottom: 35px;
}
/*End treatment*/


/*Start ImproveYourSmile*/
section.ImproveYourSmile{
    float: left;
    width: 100%;
    height: auto;
}
section.ImproveYourSmile .text p span{
    font-weight: bold;
}
section.ImproveYourSmile .text h3 span{
    color: #8A8A89;
    font-family: 'GothamMedium';
    font-size: 16px;
}
/*End ImproveYourSmile*/


/*Start doctors*/
section.doctors{
    float: left;
    width: 100%;
    height: auto;
}
section.doctors .text h2 {
    font-size: 44px;
    color: #82C155;
    padding: 30px 0px 30px 0px;
    font-family: 'GothamBook';
}
section.doctors .text h3 {
    padding: 0px 0px 15px 0px;
    font-size: 20px;
    font-family: 'GothamLight';
}
section.doctors .text p {
    font-size: 14px;
    color: #8A8A89;
    line-height: 18px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    font-family: 'GothamBook';
}
/*End doctors*/


/*Start casesDetail*/
section.casesDetail{
    float: left;
    width: 100%;
    height: auto;
}
section.casesDetail .carousel-captionRight {
    width: 40%;
    height: auto;
    position: absolute;
    top: 222px;
    bottom: auto;
    right: 0;
    left: auto;
    text-align: right;
    padding: 30px 9% 30px 0px;
    z-index: 0;
    background-color: rgba(255,255,255,0.2);
}
section.casesDetail .carousel-captionRight h3 {
    float: right;
    font-size: 18px;
    color: #435962;
    width: 100%;
    text-align: right;
    line-height: 49px;
    font-family: 'GothamBook';
    padding-top: 30px;
}
section.casesDetail .text p{
    padding-bottom: 100px;
    padding-top: 30px;
}
section.casesDetail .carousel-caption h3 {
    float: right;
    font-size: 22px;
    color: #435962;
    width: 100%;
    text-align: right;
    line-height: 49px;
    padding-top: 25px;
}
section.casesDetail .different{
    padding-top: 30px;
}
section.casesDetail .different h2{
    color: #8A8A89;
    font-size: 15px;
    position: absolute;
    bottom: 30px;
    left: 50%;
}
section.casesDetail .different .after,
section.casesDetail .different .befor{
    text-align: center;
    height: 300px;
}

section.casesDetail .different .images{
    float: left;
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center;
}
section.casesDetail .bigVideo{
    width: 100%;
    height: auto;
    float: left;
}
section.casesDetail .bigVideo iframe{
    width: 100%;
    height: 565px;
    float: left;
}
section.casesDetail .text{
    width: 100%;
    height: auto;
    float: left;
}
section.casesDetail .bigVideo .view {
    width: 100%;
    height: 100%;
    margin: 0px;
    float: left;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: none;
    cursor: default;
}
section.casesDetail .bigVideo .view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
section.casesDetail .second-effect:hover .mask {
    opacity: 1;
    border: 284px solid rgba(0,0,0,0.7);
    z-index: 99;
}
/*End casesDetail*/


/*Start doctorDetail*/

section.doctorDetail .carousel-caption h3 {
    font-size: 18px;
    line-height: 49px;
    padding-top: 50px;
    font-family: 'GothamBook';
}
section.doctorDetail .text h2 {
    font-size: 44px;
    color: #82C155;
    padding: 30px 0px 30px 0px;
    font-family: 'GothamBook';
}
section.doctorDetail .text h3 {
    font-size: 27px;
    color: #435962;
    padding: 0px 0px 20px 0px;
    font-family: 'GothamLight';
}
/*End doctorDetail*/



/*Start cases*/
section.cases{
    float: left;
    width: 100%;
    height: auto;
}
section.cases .carousel-caption h2 span{
    font-family: 'GothamMedium';
}
section.cases .ourDoctors{
    padding-top: 30px;
}
section.cases .ourDoctors .item img{
    width: 100%;
}
section.cases .ourDoctors .item {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
section.cases .ourDoctors .item .caption{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
    padding: 15px;
    background-color: rgba(130,193,85,0.6);
    transition: all 1s;
    z-index: 99;
}
section.cases .ourDoctors .item a:hover .caption{
    display: block;
    transition: all 1s;

}
section.cases .ourDoctors .item a img .color{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.cases .ourDoctors .item .caption h2{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
section.cases .ourDoctors .item .caption span{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    float: left;
}
section.cases .ourDoctors .item a img{
    top:0 !important;  
}


/*End cases*/


/*Start book*/
section.book{
    float: left;
    width: 100%;
    height: auto;
}
section.book .text{
    text-align: center;
    margin:0;
    float: none;
}
section.book .text h2{
    font-size: 32px;
    color: #82C155;
    padding: 30px 0px 0px 0px;
}
section.book  .textContact{
    width: 100%;
    height: auto;
    float: left;
}
section.book .textContact p{
    font-size: 16px;
    color: #8A8A89;
    line-height: 23px;
    padding-bottom: 30px
}
section.book .formContact {
    width: 100%;
    height: auto;
    float: left;
}
section.book .formContact .form-group .wrappers {
    margin-bottom: 13px;
}
section.book .formContact .left input{
    width: 102%;
}
section.book .formContact .right input{
    width: 102%;
    margin-left: -9px;
}
section.book .formContact .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8A8A89;
    background-color: #e2e2e2;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.book .formContact textarea.form-control {
    height: auto;
    min-height: 117px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8A8A89;
    background-color: #e2e2e2;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.book .formContact .send{
    background-color: #82C155;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

/*End book*/


/*Start cases*/
section.cases{
    float: left;
    width: 100%;
    height: auto;
}
section.cases .text{
    text-align: center;
    margin:0;
    float: none;
}
section.cases .text h2{
    font-size: 44px;
    color: #82C155;
    padding: 70px 0px 0px 0px;
}
/*End cases*/






/*Start  Risponsive all page */

@media (max-width: 1006px) {
    section.book .formContact .left input {
        width: 100%;
    }
    section.book .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
}
@media (min-width: 1320px) and (max-width: 1530px) {
    section.sub .carousel-captionRight h2 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1320px) {
    section.sub .carousel-captionRight h2 {
        font-size: 25px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    section.sub .imagesCont {
        height: 580px;
    }
    section.sub .carousel-captionRight {
        width:45%;
        top: 200px;
    }
    section.sub .carousel-captionRight h2 {
        font-size: 25px;
    }

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    section.sub .carousel-captionRight {
        width:60%;
        top: 200px;
    }
    section.greenApple .carousel-captionRight h2 {
        font-size: 30px;
    }
    section.greenApple .carousel-captionRight h3 {
        font-size: 30px;
    }
    section.gallery .fancybox img {
        width: 49.6%;
        padding: 5px 0px 5px 5px;
    }
    section.appointment .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.appointment .formContact .left input {
        width: 100%;
    }
    section.sub .imagesCont {
        height: 836px;
    }
    section.sub .carousel-captionRight h2 {
        font-size: 25px;
    }

}

@media (max-width: 767px) { 
    section.sub .carousel-captionRight h2 {
        font-size: 16px;
        line-height: 20px;
    }
    section.sub .carousel-captionRight h3 {
        font-size: 16px;
        line-height: 20px;
    }
    section.sub .imagesCont {
        height: 245px;
        margin-top: 95px;
    }
    section.sub .text h2 {
        font-size: 24px;
        padding: 20px 0px 20px 0px;
    }
    section.sub .text h3 {
        font-size: 18px;
        padding: 10px 0px 5px 0px;
    }
    section.sub .text p {
        font-size: 14px;
        padding: 0px 0px 10px 0px;
    }
    section.gallery .fancybox img {
        width: 100%;
        padding: 1px 5px 2px 5px
    }
    section.appointment .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.appointment .formContact .left input {
        width: 100%;
    }

    section.sub .carousel-captionRight {
        width:100%;
        top: 110px;
    }

}

@media (max-width: 480px) { 
    section.sub .carousel-captionRight h2 {
        font-size: 16px;
        line-height: 20px;
    }
    section.sub .carousel-captionRight h3 {
        font-size: 16px;
        line-height: 20px;
    }
    section.sub .imagesCont {
        height: 385px;
        margin-top: 95px;
    }
    section.gallery .fancybox img {
        width: 100%;
        padding: 1px 5px 2px 5px
    }
    section.appointment .formContact .right input {
        width: 100%;
        margin-left: 0px;
    }
    section.appointment .formContact .left input {
        width: 100%;
    }
    section.sub .text h2 {
        font-size: 24px;
        padding: 20px 0px 20px 0px;
    }
    section.sub .text h3 {
        font-size: 18px;
        padding: 10px 0px 5px 0px;
    }
    section.sub .text p {
        font-size: 14px;
        padding: 0px 0px 10px 0px;
    }
    section.sub .carousel-captionRight {
        width: 100%;
        top: 110px;
    }

}
/*End  Risponsive all page*/

/***********************************************************/
section.parallaxSlider{
    float: left;
    width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
}
section.parallaxSlider .imgCont{
    margin: 10px 5px;
}
/*section.parallaxSlider .imgCont img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");  Firefox 10+, Firefox on Android 
    filter: gray;  IE6-9 
    -webkit-filter: grayscale(100%);  Chrome 19+, Safari 6+, Safari 6+ iOS 
    transition: all 1s;
}*/
/*section.parallaxSlider .slick-center .imgCont{
    border: 2px solid #82C155;
}*/
section.parallaxSlider .slick-center .imgCont img {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);

}

/* ==== Main CSS === */
.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
}
/*.img-fill:after {
    content: "";
    background-size:cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;    
}*/

.img-fill img {
    height:584px;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    background-size: cover;
    background-position: center;

}



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0!important;
}

.slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0;
}

/* ==== Slider Style === */
.doctorsSlider .item .img-fill{
    height:584px;
}

.doctorsSlider .item .img-fill .info{
    position: absolute;
    width: 35%;
    height: auto;
    bottom: 20%;
    top: 20%;
    left: 0px;
    background-color: #82c155;
    opacity: 0.9;
    line-height: 100vh;
    text-align: center;
    padding: 75px 0px;
}

.doctorsSlider .item .img-fill img{
    filter:blur(5px);
}



.doctorsSlider .NextArrow{
    position:absolute;
    top:auto;
    bottom: 15px;
    right:15px;
    width: 35px;
    height: 35px;
    border: 2px solid #8a8a89;
    border-radius: 50px;
    margin-top:-22.5px;
    text-align:center;
    font:20px/32px FontAwesome;
    color:#8a8a89;
    background-color: transparent;

    z-index:5;
}

.doctorsSlider .NextArrow:before{content:'\f105';}

.doctorsSlider .PrevArrow{
    position: absolute;
    top: auto;
    bottom: 15px;
    left: auto;
    right: 65px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 2px solid #8a8a89;
    border-radius: 50px;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/32px FontAwesome;
    color: #8a8a89;
    z-index: 5;
}
.doctorsSlider .slick-arrow:hover{
    border: 2px solid #82C155;
    color: #82C155;
}

.doctorsSlider .PrevArrow:before{content:'\f104';}

.doctorsSlider .slick-dots{
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;

}
.doctorsSlider .slick-dots li button{display:none;}
.doctorsSlider .slick-dots li{
    float:left;
    width:0px;
    height:0px;
    background:#82C155;
    position:absolute;
    left:0px;
    bottom:0px;
}

.doctorsSlider .slick-dots li.slick-active{
    width:100%;
    animation:ProgressDots 11s both;
}

.doctorsSlider .item h3{
    font:40px/40px GothamBook;
    color:#FFF;
    animation:fadeOutRight 1s both;
    margin:0;
    padding:0;
    width: 100%;
    float: left;
    text-align: left;
}
.doctorsSlider .item span {
    font: 16px/25px GothamBook;
    color: #FFF;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
}


.doctorsSlider .item h5{
    margin:0;
    padding:0;
    font:19px/22px GothamBook;
    color:#FFF;
    overflow:hidden;
    animation:fadeOutLeft 1s both;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;

}
.doctorsSlider .item a{
    margin:0;
    padding:0;
    font:15px/30px GothamLight;
    color:#FFF;
    overflow:hidden;
    animation:fadeOutLeft 1s both;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}
.doctorsSlider .item .info a img{
    float: right;
    padding: 0px;
    margin: 0px;
    min-width:1px;
    min-height: 1px;
    display: block;
    right: auto;
    position: relative;
    text-align: right;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: 9px;
    height: auto;
}


.doctorsSlider .item.slick-active h3{
    animation:fadeInDown 1s both 1s;
}

.doctorsSlider .item.slick-active span{
    animation:fadeInDown 1s both 1s;
}

.doctorsSlider .item.slick-active h5{
    animation:fadeInLeft 1s both 1.5s;
}
.doctorsSlider .item.slick-active a{
    animation:fadeInLeft 1s both 1.5s;
}

.doctorsSlider .item.slick-active{
    animation:Slick-FastSwipeIn 1s both;
}

.doctorsSlider {background:#ffffff;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-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;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.slick-initialized .slick-slide .imgCont img{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    cursor: pointer;
}

/*--Start our Doctors Slider--*/
section.ourDoctorsSlider{
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 132px;
}
section.ourDoctorsSlider .imgCont{
    margin: 10px 5px;
}
/*section.ourDoctorsSlider .imgCont img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");  Firefox 10+, Firefox on Android 
    filter: gray;  IE6-9 
    -webkit-filter: grayscale(100%);  Chrome 19+, Safari 6+, Safari 6+ iOS 
    transition: all 1s;
}*/
/*section.ourDoctorsSlider .slick-center .imgCont{
    border: 2px solid #82C155;
}*/
section.ourDoctorsSlider .slick-center .imgCont img{
    filter: none;
    -webkit-filter: grayscale(0);
}
/*section.ourDoctorsSlider .slick-center .imgCont img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}*/
/*End our Doctors Slider--*/



section .carousel-caption.appointement{
    width: auto;
    float: left;
    height: auto;
    position: fixed;
    top: 225px;
    bottom: auto;
    right: auto;
    left: -205px;
    background-image: none;
    padding-right: 0;
    text-align: right;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 100000!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
section .carousel-caption.appointement.on{
    left: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
section .carousel-caption.appointement .icon{
    float: right;
    width: auto;

}
section .appointement .icon img{
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}



section .appointement:hover  img:nth-child(1),
section .appointement.on  img:nth-child(1),
section .appointement img:nth-child(2){
    display: none;
}
section .appointement:hover img:nth-child(2),
section .appointement.on img:nth-child(2){
    display: block;
}
section .appointement .btnContent{
    background: #435962!important;
    padding: 16px 16px; 
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;  
    float: left;
    cursor: pointer;
}

section .appointement a{
    display: block;
    color: #f8fcfc;
    font-size: 13px;
    padding: 1px 30px;
    line-height: 16px;
    float: right;
    min-width: 208px;

}
section .appointement.on a{
    display: block;
}

section .carousel-caption.guide {
    width: auto;
    float: left;
    height: auto;
    position: fixed;
    top: 283px;
    bottom: auto;
    right: auto;
    left: -205px;
    background-image: none;
    padding-right: 0;
    text-align: right;
    padding-bottom: 0px;
    padding-top: 0;
    z-index: 100000!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
section .carousel-caption.guide.on{
    left: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}
section .carousel-caption.guide .icon{
    float: right;
    width: auto;

}
section .guide .icon img{
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}



section .guide:hover  img:nth-child(1),
section .guide.on  img:nth-child(1),
section .guide img:nth-child(2){
    display: none;
}
section .guide:hover img:nth-child(2),
section .guide.on img:nth-child(2){
    display: block;
}
section .guide .btnContent{
    background: #82c155;
    padding: 16px 16px; 
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;  
    float: left;
    cursor: pointer;
}

section .guide a{
    display: block;
    color: #f8fcfc;
    font-size: 13px;
    line-height: 16px;
    padding:1px 30px;
    float: right;
    min-width: 208px;

}
section .guide.on a{
    display: block;
}


/*Start  Risponsive all page */
@media (min-width: 1006px) {

}
@media (min-width: 768px) and (max-width: 1100px) {

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    section.parallax {

        height: 425px;

    }

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    section.parallax {

        height: 425px;

    }
    .doctorsSlider .item .img-fill .info {
        width: 45%;
        padding: 58px 30px;
    }
}

@media (max-width: 767px) { 
    .doctorsSlider .item .img-fill {
        height: 300px;
    }
    .img-fill img {
        height:300px;
    }

    .doctorsSlider .item .img-fill .info {
        width: 100%;
        bottom: 20%;
        top: 31%;
        padding: 15px 15px;
    }
    .doctorsSlider .item h3 {
        font: 30px/30px GothamLight;
    }
    .doctorsSlider .item span {
        font: 12px/17px GothamLight;
    }
    .doctorsSlider .item h5 {
        font: 14px/16px GothamLight;
        margin-top: 15px;
    }
    .doctorsSlider .item a {
        font: 12px/16px GothamLight;
        margin-top: 15px;
    }
    .doctorsSlider .item .info a img {
        margin-top: 2px;
    }
    section.parallax {
        background: url(/public/img/img-apple/committed.jpg) center fixed no-repeat;
        background-size: cover;
        height: 230px;
        color: #ffffff;
        padding-top: 42px;
    }

    section .carousel-caption.guide{
        top: 200px;
    }
    section .carousel-caption.appointement{
        top: 155px;
    }
    section.slider {
        margin-top: 93px;
    }
    section.parallax .hoverIcon > a {
        padding-top: 0px;
    }
    section .appointement .btnContent {
        padding: 10px 10px;
    }
    section .guide .btnContent {
        padding: 10px 10px;
    }
}

@media (max-width: 480px) { 
    .doctorsSlider .item .img-fill {
        height: 300px;
    }
    .img-fill img {
        height:300px;
    }

    .doctorsSlider .item .img-fill .info {
        width: 100%;
        bottom: 20%;
        top: 31%;
        padding: 15px 15px;
    }
    .doctorsSlider .item h3 {
        font: 30px/30px GothamLight;
    }
    .doctorsSlider .item span {
        font: 12px/17px GothamLight;
    }
    .doctorsSlider .item h5 {
        font: 14px/16px GothamLight;
        margin-top: 15px;
    }
    .doctorsSlider .item a {
        font: 12px/16px GothamLight;
        margin-top: 15px;
    }
    .doctorsSlider .item .info a img {
        margin-top: 2px;
    }
    section.parallax {
        background: url(/public/img/img-apple/committed.jpg) center fixed no-repeat;
        background-size: cover;
        height: 230px;
        color: #ffffff;
        padding-top: 42px;
    }

    section .carousel-caption.guide{
        top: 200px;
    }
    section .carousel-caption.appointement{
        top: 155px;
    }
    section.slider {
        margin-top: 94px;
    }
    section.parallax .hoverIcon > a {
        padding-top: 0px;
    }
    section .appointement .btnContent {
        padding: 10px 10px;
    }
    section .guide .btnContent {
        padding: 10px 10px;
    }


}
.videoImg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.videoImg img{
    width: 100%;
}
.videoImg .bg{
    background-color: rgba(26,24,24,0.6);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 91;
}
.videoImg .bg .f-center {
    width: 100%;
    height: 130px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    z-index: 92;
}
.videoImg .bg .f-center .icon {
    width: 100%;
    text-align: center;
    display: inline-block;
    text-transform: none;
}
.videoImg .bg .f-center .icon img{
    width: auto;

}
.videoImg .bg .f-center .icon p{
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
    margin-top: 10px;
}
.bwWrapper {
    position:relative;
    display:block;
}
.sub .text p strong{
    font-size: 16px;
    color: #435962;
    padding: 10px 0px 5px 0px;
    font-family: 'GothamMedium';
    font-weight: normal !important;
    line-height: 28px;
}
.sub .text p em{
    color: #8A8A89;
    font-weight: bold;
    font-style: normal !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #82C155;
    border-color: transparent;
    color: #fff;
}
.contentNew{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

/******----Start bigVideo'----*******/
.videoCont {
    position: relative;
    z-index: 9999999;
}

#big-video-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.volume {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 23px;
    cursor: pointer;
    z-index: 9999999;
    color: #435962;
}
.volume .glyphicon {
    position: relative;
    top: 0px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999999;
    opacity: 1;
}
.videoCont .buttonScroll{
    position: absolute;
    bottom: 10px;
    left: 50%;
    text-align: center;
    width: 45px;
}
.videoCont .buttonScroll a{
    width: 100%;
    height: 100%;
}
.videoCont .buttonScroll a img{
    transform: rotate(90deg); 
    width: 45px;
}
/******----End bigVideo'----*******/

.vjs-loading-spinner{
    display: none !important;
}


/******----End tooltip----*******/
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #435962;
    border-width: 5px 5px 0;
}

.tooltip-inner {
    color: #fff;
    background: #435962;
    border: solid 1px #435962 !important;
    font-size: 14px;
}
/******----Start tooltip----*******/