
/* 
    Created on : 23.Mar.2015, 16:47:22
    Author     : user
*/

@import url('fonts/raleway/RalewayRegular.css');
@import url('fonts/raleway/RalewayMedium.css');
@import url('fonts/raleway/RalewayBold.css');
@import url('fonts/raleway/RalewayExtraBold.css');
@import url('fonts/raleway/RalewayLight.css');
@import url('fonts/raleway/RalewaySemiBold.css');

body {    
    font-family: 'RalewayRegular', sans-serif;
    background-color: #eeeeee;
    color: #666666;
}
body#page {
    background-color: #fdfdfd;
}

body#page #body .container {
    max-width: 1050px;
}

#body .container p:first-child {
    margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-family: 'RalewayBold', sans-serif;
}



.borderSec1 {
    border: 4px solid #aad0d5;
}
hr,
hr.std 
{
    border: 0; 
    border-bottom: 1px solid #d4d4d4; 
    background: none;
    color: #d4d4d4;
    display: block;
    margin: 24px 0 20px 0;
}

.pageTitle {}

.sidebar {}
.sidebarItem {
    padding: 0px;
    margin-bottom: 20px;
}
.sidebarTitle {
    color: #004d8a;
    font-size: 150%;
    padding: 5px 0 5px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #0c3f68;
    text-transform: uppercase;
}
.sidebarBody li {}
.sidebarBody ul > li > a {
    text-transform: uppercase;
}
.sidebarBody li a:hover,
.sidebarBody li.active > a
{
    color: #004d8a;
}
.sidebarBody li.active a {}

.navBarContent {
    clear: both;
    position: relative;
    margin: 10px 0 0 0;
    padding: 2px 0 0 0;
    border-top: 1px solid #b2b2b2;
    display: table;
    width: 100%;
}
.navBarContent .wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 20px 0 20px;
    border-right: 1px solid #cccccc;
    font-weight: bold;
}
.navBarContent .wrap:first-child {
    padding-left: 0;
    color:#00a1e1;
}
.navBarContent .wrap:last-child {
    padding-right: 0;
    padding-left: 10px;
    border-right: none;
}


/* Top input SearchBox */
.searchBox {
    /*clear: both;*/
    position: relative;
} 
.searchBox form {}
.searchBox #s {
    border: 1px solid #666666;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    width: 180px;
    padding: 4px 8px 4px 35px;
    margin: 0 5px 0 -2px;
    background: url('../img/search_icon.png') no-repeat 5px center scroll #fff;

    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
}
.searchBox input[type='submit'] {
    cursor: pointer;
    border: none;
    background-color: #666666;  
    color: #ffffff;
    line-height: none;
    padding: 0px 15px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.searchBox #s:focus {
    background-color: #00a1e1;
    background-color: rgba(0,161,225,0.7);
    color: #ffffff;
}

.searchBox #s:focus ::-webkit-input-placeholder,
.searchBox #s:focus :-moz-placeholder
{    
    color: #ffffff;
}

.searchBox #s:focus + input[type='submit'] {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}



.flexslider .slides > li {
    margin: 0;
}

/*body#frontPage #container {    
    margin-bottom: -130px;
}
body#frontPage #push,
body#frontPage #footer {
    height: 130px;    
}*/

#headerTop {
    border-bottom: 3px solid #e8e8e8;
    border-bottom: 3px solid rgba(232,232,232, 0.99);
}
.headerImage {
    position: relative;
    z-index: 1;    
}
.headerImage img {
    width: 100%;
}

.strip {
    position: relative;
    width: 100%;

    background: rgba(247,247,247,1);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(223,223,223,1) 49%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(49%, rgba(223,223,223,1)), color-stop(100%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(223,223,223,1) 49%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(223,223,223,1) 49%, rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(223,223,223,1) 49%, rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(223,223,223,1) 49%, rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
}

.strip h1 {
    line-height: 2.5em;
    font-weight: 500;
}

.frontPageContent1 {
    position: relative;
    text-align: center;
}

.frontPageContent2 {
    position: relative;
}
.frontPageContent2 #myTabs {
    position: relative;    
    overflow: hidden;
}
.frontPageContent2 #myTabs > li {
    position: relative;
    z-index: 1;
    margin-right: 2px;

    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 49%, rgba(208,208,208,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(49%, rgba(221,221,221,1)), color-stop(100%, rgba(208,208,208,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 49%, rgba(208,208,208,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 49%, rgba(208,208,208,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 49%, rgba(208,208,208,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 49%, rgba(208,208,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d0d0d0', GradientType=0 );
}
.frontPageContent2 #myTabs > li:last-child {
    margin-right: 0;
}    
.frontPageContent2 #myTabs > li.active {    
    z-index: 2;
    -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);

    background: rgba(57,197,252,1);
    background: -moz-linear-gradient(top, rgba(57,197,252,1) 0%, rgba(16,172,233,1) 49%, rgba(2,162,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(57,197,252,1)), color-stop(49%, rgba(16,172,233,1)), color-stop(100%, rgba(2,162,226,1)));
    background: -webkit-linear-gradient(top, rgba(57,197,252,1) 0%, rgba(16,172,233,1) 49%, rgba(2,162,226,1) 100%);
    background: -o-linear-gradient(top, rgba(57,197,252,1) 0%, rgba(16,172,233,1) 49%, rgba(2,162,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(57,197,252,1) 0%, rgba(16,172,233,1) 49%, rgba(2,162,226,1) 100%);
    background: linear-gradient(to bottom, rgba(57,197,252,1) 0%, rgba(16,172,233,1) 49%, rgba(2,162,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c5fc', endColorstr='#02a2e2', GradientType=0 );
}

.frontPageContent2 #myTabs > li > a {
    position: relative;
    text-align: center;
    display: block;
    border: 4px solid #ffffff;
    margin: 15px auto 15px auto;
    padding: 0;
    color: #fff;

    width: 140px;
    height: 140px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: 50% 40%;
    /*background-size: auto;*/ 
    background-color: #00a1e1;
}
.frontPageContent2 #myTabs > li.active > a {
    color:#42647f;
    background-color: #fff;
}

.frontPageContent2 #myTabs > li:nth-child(1) > a { background-image: url('../img/custom_icons/tab_icon1.png'); }
.frontPageContent2 #myTabs > li:nth-child(2) > a { background-image: url('../img/custom_icons/tab_icon3.png'); }
.frontPageContent2 #myTabs > li:nth-child(3) > a { background-image: url('../img/custom_icons/tab_icon2.png'); }
.frontPageContent2 #myTabs > li:nth-child(4) > a { background-image: url('../img/custom_icons/tab_icon4.png'); }


.frontPageContent2 #myTabs > li.active:nth-child(1) > a { background-image: url('../img/custom_icons/tab_icon1_dark.png'); }
.frontPageContent2 #myTabs > li.active:nth-child(2) > a { background-image: url('../img/custom_icons/tab_icon3_dark.png'); }
.frontPageContent2 #myTabs > li.active:nth-child(3) > a { background-image: url('../img/custom_icons/tab_icon2_dark.png'); }
.frontPageContent2 #myTabs > li.active:nth-child(4) > a { background-image: url('../img/custom_icons/tab_icon4_dark.png'); }

.frontPageContent2 #myTabs > li > a > p {    
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
}

.frontPageContent2 #myTabs > li > .dent {
    display: none;
    background: url('../img/dent_icon.png') no-repeat center center scroll transparent;
    width: 18px;
    height: 21px;
    position: absolute;
    left: 15px;
    top: 15px;
}   
.frontPageContent2 #myTabs > li.active > .dent {
    display: block;
}

.frontPageContent2 .tabC {
    background-color: rgba(2,162,226,1);
    color: #ffffff;
    padding: 7px 0;
}
.frontPageContent2 .tabC ul {}
.frontPageContent2 .tabC ul li {
    display: list-item;
    list-style: inside disc;
    float: left;
    margin: 5px 24px 5px 0;
    cursor: pointer;
}
/*.frontPageContent2 .tabC ul li:last-child {
    width: auto !important;
}*/

.frontPageContent2 .tabC.hekimler ul li {
    width: 45%;
} 
.frontPageContent2 .tabC.hekimler ul li:nth-child(4n) 
{
    width: auto;    
}



/* carousel */
.frontPageContent3 {
    position: relative;
    background-color: #b6dbe0;
}
.frontPageContent3 #carousel {
    width: 100%;
    position: relative;
}
.frontPageContent3 #carousel .flex-viewport {
    width: 100%;  
}
.frontPageContent3 #carousel ul.slides li a img {
    width: 100%;
    display: block;
}
.frontPageContent3 .slides {}
.frontPageContent3 .slides li {
    width: 50%;
    /*margin-left: 10px;*/
    text-align: center;
}
.frontPageContent3 .slides li:first-child {    
    margin-left: 0;
}
.frontPageContent3 .slides li:last-child {
}

.frontPageContent3 #carousel:hover > .slidePrev,
.frontPageContent3 #carousel:hover > .slideNext
{
    /*display: block;*/
}
.frontPageContent3 .slides li a {
    position: relative;
    display: block;
}
.frontPageContent3 .slides li a p {
    left: 0%;
    right: 0%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    transform: translate(0%,-50%);

    background-color: #f9a25b;
    background-color: rgba(249,162,91,0.8);
    padding: 8px 0;
    color: #ffffff;
}

#mainSlider {
}
#mainSlider .controlNav {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

#menu_top {
    height:32px;
    width:32px;
    position:relative;
    cursor:pointer;

    border: 1px solid #ffffff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#menu_top_inside {
    background-image:url(../img/menu_bottom_top_bg.png);
    background-size:18px 11px;
    background-position: 0 0;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 3px;
    transition: background-position 0.3s linear 0s;
    width: 18px;
}

#menu_top:hover #menu_top_inside {
    -webkit-animation: bottom_top_over .3s linear infinite;
    -moz-animation: bottom_top_over .3s linear infinite;
    -o-animation: bottom_top_over .3s linear infinite;
    animation: bottom_top_over .3s linear infinite;
}

@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }


.breadcrumb {
    list-style: outside none none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 10px 0 0;
    padding: 8px 0 8px 15px;
}
.breadcrumb > li {
    text-shadow: none;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}
.breadcrumb > .active {
    color: inherit;
    font-weight: bold;
}
.breadcrumb > li > .divider {
    color: #ccc;
    padding: 0 5px;
}


.tedList {}
.tedList > li {
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.tedList > li > h1
{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'RalewayExtraBold', sans-serif;
    line-height: 30px;
}
.tedList > li > ul {
    display: inline-block;
    vertical-align: top;
}
.tedList > li > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'RalewayBold', sans-serif;
    line-height: 28px;
}
.tedList > li > ul > li > a {
    margin: 0 5px 0 5px;
    font-weight: normal;
    font-size: 95%;
    font-family: inherit;
}
.tedList > li > ul > li.active > a {
    color: #f9a25b;
}
.tedList .sparator {    
    font-family: inherit;
}
.tedList > li > ul > li:last-child .sparator {
    display: none;
}
.tedList h1 {
    font-size: 160%;
}

.ted #myTabs {}
.ted #myTabs li {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #00a1e1;
}
.ted #myTabs li a {    
    color: #00a1e1;
    padding: 3px 6px;
}
.ted #myTabs li.active a {
    color: #ffffff;
    background: #00a1e1;
}


.hoverdir-item {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 450px;
}
.hoverdir-content {
    position: absolute;
    background-color: #0c3f68;
    background-color: rgba(12, 63, 104, 0.75);
    width: 100%;
    height: 100%;
    text-align: center;
}
.hoverdir-content .btn-wrap {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
}
figure {display: block;}
figure.hover-figcaption {
    max-width: 450px;
}
figure.hover-figcaption a {
    position: relative;
    display: block;
    overflow: hidden;
}
figure.hover-figcaption a .figcaption {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    bottom: -50%;
    left: 0;
    padding: 1em;
    background-color: #450000;
    background-color: rgba(69, 0, 0, 0.75);
    transition: all 0.25s ease-in;
    color: #ffffff;
}
figure.hover-figcaption a:hover .figcaption {
    bottom: 0;
}

.galleryImages {
    /*    -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;*/
}
.galleryImages li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
    /*margin-right: 20px;*/
    margin-bottom: 20px;

    position: relative;
    overflow: hidden;
    /*    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;*/
}
.galleryImages li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
.galleryImages li .pTitle {
    font-size: 20px;
}
.galleryImages li img {
    width: 100%;
    display: block;
}
.galleryImages li:hover span {
    display: block;
}
.klinikler .galleryImages.flexParent {
    justify-content: center;
}
.klinikler .galleryImages li.flexChild {
    max-width: 25%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.klinikler {

}



.drList {
    position: relative;
}
.drList a {
    display: block;
    position: relative;
}
.drList a img {
    display: block;
}
.drList .shadowImg {
    opacity: 1;
    background: rgba(225,225,225,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;

    -webkit-transition-duration: 400ms;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: opacity;
    -o-transition-timing-function: ease;
}
.drList a:hover > .shadowImg {
    opacity: 0;
}


.blogButton {
    /*color:#fff;*/
    margin: 0px 0 0 10px;
    padding: 2px 6px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
}



/*Styles for screen 960px and lower*/
@media screen and (max-width: 1100px) {

    .drList .shadowImg {
        opacity: 0;
    }


}

/* Smartphone */
@media only screen and (max-width : 768px) {
    .frontPageContent2 #myTabs > li > a {
        width: 70px;
        height: 70px;
        margin: 15px auto 20px auto;
    }
    .frontPageContent2 #myTabs > li.active > .dent {        
        display: none;
    }

    .frontPageContent2 #myTabs > li > a > p  {                
        /*display: none;*/
        bottom: -33px;
        font-size: 0.9em;
        color:#42647f;
    }
    .frontPageContent2 #myTabs > li.active > a > p  {  
        color:#ffffff;
    }

    .frontPageContent2 .tabC ul li {
        width: 100% !important;
    }


    #slideCaption * {
        font-size: 100% !important;
    }
}

