@charset "utf-8";
/*
  ************************************************************************
  * STYLE
  ************************************************************************  
*/
html, body { height:100%; }
body { color:#333333; font-size:15px; font-family: 'Open Sans', sans-serif; }

.wrapper { max-width:1280px; margin-left:auto; margin-right:auto; }

.mobile-contact { width:100%; display:none; margin:0px; padding:0px; list-style:none; text-align:center; position:fixed; left:0px; bottom:0px; z-index:2; }
.mobile-contact > li { width:14%; display:inline-block; vertical-align:top; background-color:#e23e57; }
.mobile-contact > li.whatsapp { background-color:#27bc80; }
.mobile-contact > li.youtube { background-color:#ff0000; }
.mobile-contact > li.phone { width:29%; background-color:#f19d1a; }
.mobile-contact > li.map { width:29%; background-color:#4285F4; }
.mobile-contact > li > a { display:block; color:#ffffff; font-size:14px; font-weight:600; line-height:40px; cursor:pointer; }
.mobile-contact > li > a > i { margin-right:5px; font-size:17px; }

.comment-link { width:100%; display:none; padding:10px 0px; text-align:center; color:#e23e57; font-size:16px; font-weight:700; position:absolute; left:0px; top:64px; z-index:1; border-bottom:1px solid #edf1f3; background-color:#ffffff; }

.header { min-height:90px; text-align:center; position:relative; z-index:2; }
.header .brand { display:inline-block; margin-top:20px; }
.header .menu { min-width:250px; float:left; margin:0px; margin-top:30px; text-align:left; }
.header .menu.float-right { float:right; text-align:right; }
.header .menu > li { display:inline-block; margin-right:25px; }
.header .menu > li:last-child { margin-right:0px; }
.header .menu > li > a { display:block; color:#141516; font-size:16px; cursor:pointer; }
.header .menu > li > a > i { margin-left:5px; color:#e23e57; }
.header .menu > li > a:hover { color:#e23e57; }
.header .headsub-menu { width:220px !important; overflow:hidden; margin:0px; padding-top:25px; padding-right:25px; padding-bottom:10px; padding-left:30px; top:65px !important; background-color:#311d3f; }
.header .about-menu { left:0px; }
.header .comment-menu { right:0px; }
.header .headsub-menu li { min-height:auto; margin-bottom:10px; line-height:normal; position:relative; }
.header .headsub-menu li > a { padding:0px; color:#ffffff; font-size:14px; }
.header .headsub-menu li > a:hover { color:#e23e57; }
.header .headsub-menu li:hover { background-color:transparent; }

.navigation { min-height:72px; line-height:72px; background-color:#e23e57; }
.navigation .brand { display:none; float:left; color:#ffffff; font-size:22px; font-weight:700; }
.navigation .button-collapse { height:auto; display:none; float:right; margin:0px; padding:0px; color:#ffffff; font-size:22px; font-weight:300; line-height:64px; position:relative; background-color:transparent; }
.navigation .button-collapse:before { padding-right:5px; content:"MENÜ"; }
.navigation .button-collapse > i { height:auto; line-height:64px; }
.navigation .menus { margin:0px; padding:0px; text-align:center; }
.navigation .menus > li { display:inline-block; float:none; margin-left:22px; margin-right:22px; vertical-align:top; position:relative; }
.navigation .menus > li:first-child { margin-left:0px; }
.navigation .menus > li:last-child { margin-right:0px; }
.navigation .menus > li > a { display:block; padding:0px; color:#ffffff; font-size:17px; line-height:72px; font-weight:700; position:relative; background-color:transparent; }
.navigation .menus > li > a:before { width:16px; height:8px; position:absolute; left:calc(50% - 8px); bottom:-8px; opacity:0; background-image:url(/images/ok.png); background-repeat:no-repeat; background-position:center bottom; content:""; }
.navigation .menus > li > a:hover:before, .navigation .menus > li > a.active:before { opacity:1; }
.navigation .menus-list { min-width:300px !important; overflow:hidden; margin:0px; padding-top:30px; padding-right:10px; padding-bottom:20px; padding-left:30px; top:95px !important; left:-22px !important; background-color:#311d3f; }
.navigation .menus-list li { min-height:auto; margin-bottom:10px; line-height:normal; position:relative; }
.navigation .menus-list li > a { padding:0px; color:#ffffff; font-size:15px; background-color:transparent; }
.navigation .menus-list li > a:hover { color:#e23e57; }
.navigation .menus-list li:hover { background-color:transparent; }

.mobile-navigation {  }
.mobile-navigation .profile-mobile { min-height:168px; padding:0px 30px; padding-top:20px; color:#ffffff; font-size:13px; font-weight:300; background-image:url(/images/mobile-nav-bg.jpg); background-repeat:no-repeat; background-position:center top; }
.mobile-navigation .profile-mobile strong { display:block; margin-top:10px; font-size:15px; font-weight:700; }
.mobile-navigation .phone { padding:10px 15px; text-align:center; color:#2b2b2b; font-size:14px; font-weight:600; border-bottom:1px solid #dfe2e4; }
.mobile-navigation .phone a { display:inline-block; font-size:14px !important; color:#2b2b2b; }
.mobile-navigation .phone i { margin:0px 10px; color:#2b2b2b; }
.mobile-navigation .social-media { margin:0px; padding:10px 15px; text-align:center; border-top:1px solid #dfe2e4; }
.mobile-navigation .social-media > li { display:inline-block; overflow:hidden; margin-left:3px; margin-right:3px; }
.mobile-navigation .social-media > li > a { width:36px; height:36px; display:block; overflow:hidden; padding:0px; color:#222222; font-size:14px; line-height:34px; border:1px solid #c9ced2; border-radius:20px; }
.mobile-navigation .social-media > li > a:hover { color:#e0a833; }
.mobile-navigation .social-media li > a > i { width:auto; height:auto; float:none; margin:0px; color:#2b2b2b; line-height:normal; }
.mobile-navigation a { height:auto; padding:0px; color:#141516; font-size:16px; font-weight:600; line-height:normal; }
.mobile-navigation a:hover { color:#e23e57; background-color:transparent; }
.mobile-navigation ul { padding:15px 30px;}
.mobile-navigation ul > li { overflow:hidden; margin-bottom:2px; }
.mobile-navigation ul > li > a { padding:2px 0px; font-size:14px; }
.side-nav .collapsible-header, .side-nav.fixed .collapsible-header { min-height:inherit; padding:0px; }
.side-nav li.active, .side-nav .collapsible-header:hover, .side-nav.fixed .collapsible-header:hover { background-color:transparent; }
.side-nav li { line-height:normal; }
.side-nav li > a { padding:3px 0px; font-size:14px; }
.side-nav li > a > i { height:auto; float:right; margin-right:0px; margin-left:32px; line-height:normal; }
.side-nav .collapsible-body { margin-top:10px; margin-bottom:15px; margin-left:15px; padding:0px; }
.side-nav .collapsible-body li { margin-bottom:3px; }
.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a { padding:0px; font-size:13px; }

.slider-area { width:100%; height:calc(100% - 162px); min-height:500px; max-height:687px; overflow:hidden; margin-bottom:10px; position:relative; background-image:url(/images/slider-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.slider-area .owl-carousel { width:100%; height:100%; position:relative; }
.slider-area .owl-carousel .owl-stage-outer { overflow:inherit; }
.slider-area div:not(.owl-controls) { height:100%; position:relative; }
.slider-area .owl-dots { width:100%; height:20px !important; text-align:center; position:absolute !important; left:0px; bottom:100px; z-index:0; }
.slider-area .owl-dots > .owl-dot { width:18px; height:18px; display:inline-block; overflow:hidden; margin-left:3px; margin-right:3px; border:2px solid #ffffff; border-radius:50%; background-color:transparent; }
.slider-area .owl-dots > .owl-dot.active { background-color:#ffffff; }
.slider-area .owl-slide { text-align:left; }
.slider-area .slide-valign { width:100%; height:auto !important; }
.slider-area .subhead { color:#e23e57; font-size:24px; }
.slider-area .head { max-width:40%; margin:0px; margin-top:50px; color:#ffffff; font-size:30px; font-weight:700; }
.slider-area .summary { max-width:50%; margin-top:40px; margin-bottom:40px; color:#ffffff; font-size:18px; }
.slider-area .link { display:inline-block; margin-bottom:100px; padding:10px 32px; color:#ffffff; font-size:14px; border-radius:25px; background-color:#e23e57; }
.slider-area .comments { width:220px; height:auto !important; display:inline-block; text-align:center; color:#ffffff; font-size:17px; font-weight:500; line-height:66px; position:absolute !important; left:-62px; top:calc(50% - 33px); z-index:1; background-color:#311d3f; transform: rotate(-90deg); }
.slider-area .profile { width:300px; height:auto !important; padding:35px 30px; position:absolute !important; right:15px; top:calc(50% - 156px); z-index:1; background-color:#e23e57; }
.slider-area .profile .name { margin-bottom:6px; color:#ffffff; font-size:18px; font-weight:700; }
.slider-area .profile .title { margin:0px; margin-bottom:20px; color:#ffffff; font-size:13px; line-height:normal; }
.slider-area .profile .mobile { display:inline-block; margin-bottom:20px; color:#ffffff; font-size:20px; font-weight:600; }
.slider-area .profile .mobile i { width:40px; height:40px; margin-left:10px; text-align:center; color:#e23e57; line-height:40px; border-radius:50%; background-color:#ffffff; }
.slider-area .social-media { margin:0px; padding:0px; padding-top:20px; list-style:none; text-align:center; border-top:1px solid rgba(255,255,255,0.1); }
.slider-area .social-media > li { display:inline-block; margin-left:4px; margin-right:4px; vertical-align:top; }
.slider-area .social-media > li > a { width:32px; height:32px; display:block; overflow:hidden; padding:0px; color:#ffffff; font-size:13px; line-height:30px; border:1px solid #ffffff; border-radius:50%; }
.slider-area .phone, .slider-area .form { min-width:360px; display:inline-block; padding:18px 18px; text-align:center; color:#ffffff; font-size:23px; position:absolute !important; left:calc(50% - 180px); bottom:0px; z-index:1; background-color:#e23e57; cursor:pointer; }
.slider-area .phone { min-width:320px; display:none; left:calc(50% - 160px); }

.index-container { overflow:hidden; }

.about-us { overflow:hidden; margin-bottom:70px; padding:0px 36px; }
.about-us .about-image { display:inline-block; float:left; margin-right:50px; padding-top:25px; border:1px solid #ebeff1; }
.about-us .about-image img { margin-bottom:-7px; }
.about-us .head { margin:0px; margin-bottom:5px; padding-top:30px; color:#141516; font-size:25px; font-weight:700; }
.about-us .title { margin:0px; margin-bottom:25px; color:#141516; font-size:18px; }
.about-us .summary { margin-bottom:20px; color:#65676e; font-size:15px; }
.about-us .link { display:inline-block; color:#141516; font-size:15px; }
.about-us .link i { margin-left:5px; }

.contents-list-head { margin:0px; margin-top:40px; margin-bottom:45px; text-align:center; color:#e23e57; font-size:26px; font-weight:700; }
.contents-list { margin:0px; margin-bottom:40px; padding:0px; text-align:center; }
.contents-list > li { max-width:360px; display:inline-block; margin-bottom:30px; vertical-align:top; border:1px solid #ebeff1; cursor:pointer; }
.contents-list > li > .image { display:block; overflow:hidden; position:relative; }
.contents-list > li > .image img { margin-bottom:-7px; }
.contents-list > li > .image > strong { display:none; color:#ffffff; font-size:16px; font-weight:700; position:absolute; left:30px; bottom:20px; }
.contents-list > li > .info { overflow:hidden; padding:25px 30px; text-align:left; color:#65676e; font-size:14px; border-top:1px solid #ebf0f2; }
.contents-list > li > .info > .head { margin:0px; color:#000000; font-size:16px; font-weight:600; }
.contents-list > li > .info > .head > a { color:#000000; }
.contents-list > li > .info > p { margin-top:15px; margin-bottom:20px; }
.contents-list > li > .info > a { display:inline-block; float:right; color:#000000; }

.index-videos { overflow:hidden; margin-bottom:50px; padding:0px 36px; padding-bottom:2px; text-align:center; }
.index-videos .head { display:inline-block; margin:0px 0px; margin-bottom:26px; text-align:center; color:#e23e57; font-size:26px; font-weight:700; }
.index-videos .owl-nav { width:320px; height:44px !important; margin-left:-160px; position:absolute !important; left:50%; top:-68px; z-index:-1; }
.index-videos .owl-nav .owl-prev, .index-videos .owl-nav .owl-next { width:44px; height:44px; text-align:center; color:#e23e57; font-size:24px; line-height:44px; }
.index-videos .owl-nav .owl-prev { float:left; }
.index-videos .owl-nav .owl-next { float:right; }
.index-videos .owl-dots { margin-top:30px; text-align:center; }
.index-videos .owl-dots > .owl-dot { width:14px; height:14px; display:inline-block; margin-left:3px; margin-right:3px; border:1px solid #e23e57; border-radius:50%; background-color:#ffffff; }
.index-videos .owl-dots > .owl-dot.active { background-color:#e23e57; }
.index-videos .item { max-width:505px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; }
.index-videos .item .fancybox-clip { display:inline-block; color:#141516;; font-size:16px; }
.index-videos .item .fancybox-clip > span { display:inline-block; overflow:hidden; position:relative; }
.index-videos .item .fancybox-clip > span img { vertical-align:bottom; border:1px solid #ebf0f2; /*box-shadow:0px 0px 20px 0px rgba(75,44,104,0.6);*/ }
.index-videos .item .fancybox-clip > span:before, .index-videos .item .fancybox-clip > span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:0; content:""; }
.index-videos .item .fancybox-clip > span:before { display:none; /*background-color:rgba(35,35,35,0.2);*/ }
.index-videos .item .fancybox-clip > span:after { width:64px; height:64px; left:50%; top:50%; transform:translate(-50%, -50%); background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; }
.index-videos .item .fancybox-clip > strong { display:inline-block; }

.comments-area { overflow:hidden; padding-top:70px; padding-bottom:80px; text-align:center; background-color:#e23e57; }
.comments-area .head { margin-bottom:5px; color:#ffffff; font-size:26px; font-weight:700; }
.comments-area .owl-nav { width:50px; position:absolute; left:calc(50% - 25px); top:0px; }
.comments-area .owl-nav .owl-prev, .comments-area .owl-nav .owl-next { width:25px; float:left; text-align:center; color:#ffffff; font-size:32px; }
.comments-area .comments-slider { padding-top:60px; }
.comments-area .item { color:#ffffff; }
.comments-area .item .head { font-size:16px; font-weight:700; }
.comments-area .item .date { display:none; font-size:16px; font-weight:300; }
.comments-area .item p { margin-top:20px; margin-bottom:30px; padding:0px 50px; font-size:14px; }
.comments-area .item a { display:inline-block; padding:12px 32px; color:#ffffff; font-size:18px; font-weight:700; background-color:#000000; }

.transport-section { padding-bottom:100px; }
.transport-section .section-title { overflow:hidden; margin:20px 0; text-align:center; color:#e23e57; font-size:26px; font-weight:700; }
.transport-list { max-width:768px; margin:0px auto; padding:0px !important; color:#000000; box-shadow:none !important; text-shadow:none !important; border:1px solid #edf0f1; border-bottom:none; }
.transport-list li { list-style:none !important; }
.transport-list .collapsible-header, .transport-list .collapsible-body { min-height:inherit; padding:20px 30px; text-align:left; font-size:15px; line-height:normal; border-bottom-color:#edf0f1; }
.transport-list li.active .collapsible-header { background-color:#edf0f1; }
.transport-list .collapsible-header { padding-left:82px; font-size:16px; font-weight:700; background-image:url(/images/icon-map-signs.svg); background-repeat:no-repeat; background-position:30px 20px; }

.footer { overflow:hidden; padding-top:80px; padding-bottom:30px; color:#c4bcca; font-size:14px; position:relative; background-color:#311d3f; }
.footer .brand { display:inline-block; float:left; margin-bottom:30px; color:#c4bcca; font-size:26px; font-weight:700; }
.footer .social-media { margin:0px; margin-bottom:50px; padding:0px; float:right; }
.footer .social-media > li { display:inline-block; margin-left:8px; }
.footer .social-media > li > a { width:36px; height:36px; display:block; overflow:hidden; padding:0px; text-align:center; color:#c4bcca; font-size:14px; line-height:34px; border:1px solid #c4bcca; border-radius:50%; }
.footer .links { overflow:hidden; clear:both; margin:0px; margin-bottom:40px; padding:0px; }
.footer .links > li { margin-bottom:40px; vertical-align:top; }
.footer .links > li > ol { margin:0px; margin-top:20px; padding:0px; }
.footer .links > li > ol > li { margin-bottom:6px; }
.footer .links > li a { color:#c4bcca; }
.footer .links > li.title > a { display:inline-block; padding-bottom:20px; color:#c4bcca; font-size:17px; border-bottom:1px solid #392647; }
.footer .links > li a:hover { color:#ffffff; }
.footer .contacts { overflow:hidden; padding-top:20px; padding-bottom:5px; color:#c4bcca; font-size:14px; border-top:1px solid #392647; }
.footer .contacts strong { color:#ffffff; font-weight:700; }
.footer .contacts a { color:#c4bcca; }
.footer .contacts p { float:left; margin-top:20px; }
.footer .contacts p:last-child { float:right; }
.footer .scroll-up { display:inline-block; float:right; color:#30c4d8; font-size:19px; cursor:pointer; }

.copyright { overflow:hidden; clear:both; padding-top:35px; padding-bottom:50px; color:#141516; font-size:14px; }
.copyright p { float:left; margin-top:0px; }
.copyright p i { font-size:12px; }
.sevenadworks { display:inline-block; float:right; color:#141516; font-size:13px; line-height:17px; }
.sevenadworks > span { display:inline-block; margin-right:7px; vertical-align:top; }

/* Content Style */
.container-area { padding-top:70px; position:relative; }
.container-area .content-title, .container-area .content-count { margin-top:5px; margin-bottom:20px; color:#311d3f; font-size:30px; font-weight:700; }
.container-area .comment-title { padding-bottom:20px; border-bottom:1px solid #edf1f3; }
.container-area .comment-title > i { float:right; }
.container-area .content-summary { margin-bottom:30px; color:#31333c; font-size:17px; }
.container-area .content-count { float:right; margin-top:0px; line-height:110%; }

.pages-area { margin-bottom:50px; }

/*.content-right { width:344px; float:right; position:relative; z-index:2; }
.content-right .doctor { text-align:center; border:1px solid #edf1f3; }
.content-right .doctor > a { display:inline-block; }
.content-right .doctor > a img { margin-bottom:-6px; }
.content-right .doctor > .info { padding:25px 0px; border-top:1px solid #edf1f3; }
.content-right .doctor > .info > strong { color:#e23e57; font-size:22px; font-weight:700; }
.content-right .doctor > .info > p { margin:0px; color:#31333c; font-size:14px; }
.content-right .phone { display:block; overflow:hidden; margin-bottom:40px; padding:20px 0px; text-align:center; color:#ffffff; font-size:26px; font-weight:600; background-color:#e23e57; }
.content-right .menu-list { margin:0px; margin-bottom:40px; padding:0px;  }
.content-right .menu-list > li { margin-bottom:30px; border-bottom:1px solid #d9dbde; }
.content-right .menu-list > li:last-child { margin-bottom:0px; border-bottom:none; }
.content-right .menu-list > li > strong { display:block; padding:15px 30px; color:#ffffff; font-size:16px; font-weight:700; background-color:#311d3f; }
.content-right .menu-list > li ol { margin:0px; padding:20px 30px; border:1px solid #edf1f3; }
.content-right .menu-list > li li { margin-bottom:12px; padding-bottom:12px; border-bottom:1px solid #edf1f3; }
.content-right .menu-list > li li:last-child { margin-bottom:0px; border-bottom:none; }
.content-right .menu-list > li a { color:#31333c; font-size:15px; }
.content-right .menu-list > li a:hover, .content-right .menu-list > li a.active { color:#311d3f; }
.content-right .videos { overflow:hidden; margin-bottom:40px; padding-bottom:2px; }
.content-right .videos .item { border:1px solid #edf1f3; }
.content-right .videos .item .fancybox-clip { display:inline-block; overflow:hidden; position:relative; }
.content-right .videos .item .fancybox-clip > span { width:68px; height:68px; display:inline-block; text-indent:-9999px; position:absolute; left:calc(50% - 34px); top:calc(50% - 34px); z-index:1; background-image:url(/images/play-icon.png); background-repeat:no-repeat; background-position:left top; }
.content-right .videos .item .info { overflow:hidden; padding:15px 20px; text-align:center; color:#e23e57; font-size:14px; }
.content-right .videos .item .info > span, .content-right .videos .item .info > em { display:inline-block; float:left; font-style:normal; }
.content-right .videos .item .info > em { float:right; }
.content-right .videos .item .info > strong { max-height:40px; display:block; overflow:hidden; margin-top:15px; padding-top:15px; padding-bottom:5px; color:#141516; font-weight:600; border-top:1px solid #edf1f3; }
*/
.content-area { overflow:hidden; margin-bottom:40px; }

.content-text {  }
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:20px; margin-bottom:15px; color:#e23e57; font-size:22px; font-weight:700; }
.content-text h2 { font-size:21px; }
.content-text h3 { font-size:20px; }
.content-text h4 { font-size:19px; }
.content-text h5, .content-text h6 { font-size:18px; }
.content-text .prew-image { float:left; margin-right:40px; text-align:center; }
.content-text .prew-image img { border:1px solid #edf1f3; }
.content-text p { margin-bottom:24px; line-height:1.74; font-family: Verdana,Geneva,sans-serif; }
.content-text p strong { color:#141516; font-weight:600; }
.content-text .fancybox-clip { display:inline-block; overflow:hidden; position:relative; }
.content-text .fancybox-clip:before { width:68px; height:68px; position:absolute; left:calc(50% - 34px); top:calc(50% - 34px); z-index:0; background-image:url(/images/play-icon.png); background-repeat:no-repeat; background-position:center center; content:""; }
.content-text ul:not(.browser-default) { margin-bottom:26px; padding-left:40px; }
.content-text ul:not(.browser-default) li { list-style:disc; }
.content-text a { color:#e23e57; }
.content-text table { border:1px solid #edf1f3; }
.content-text table thead { border-color:#edf1f3; }
.content-text table thead th { padding:10px 20px; color:#000000; font-size:14px; font-weight:700; border-radius:0px; border:1px solid #edf1f3; }
.content-text table tbody th { font-weight:700; }
.content-text table tbody th, .content-text table tbody td { padding:10px 20px; color:#000000; border-radius:0px; border:1px solid #edf1f3; }
.content-text .info { margin-top:50px; margin-bottom:35px; padding:35px 45px; text-align:center; color:#ffffff; position:relative; background-color:#e23e57; }
.content-text .info h2, .content-text .info h3, .content-text .info h4, .content-text .info h5, .content-text .info h6 { display:inline-block; margin-top:0px; margin-bottom:10px; padding-bottom:10px; color:#ffffff; font-size:22px; border-bottom:1px dashed #ffffff; }
.content-text .info p { margin-bottom: 10px; color:#ffffff; font-size:15px; }
.content-text .info a { display:inline-block; padding:0px 25px; text-align:left; color:#ffffff; font-size:15px; font-weight:700; line-height:48px; border-radius:25px; border:1px solid #ffffff; }
.content-text .info p strong { color:#ffffff; font-weight:700; }
.content-text iframe { border:1px solid #edf1f3; }
#gmap_canvas { max-width:940px; height:450px; margin:0px auto; margin-top:10px; padding: 0px; border:1px solid #edf1f3; }

.publisher-section { max-width:700px; overflow:hidden; clear:both; margin:0 auto; margin-bottom:30px; }
.publisher-section .update { margin-bottom:30px; text-align:center; font-size:16px; font-style:italic; }
.publisher-section .publisher { overflow:hidden; clear:both; margin-bottom:30px; border:1px solid #edf1f3; }
.publisher-section .image { width:29%; display:inline-block; overflow:hidden; float:left; }
.publisher-section .image img { vertical-align:bottom; border-right:1px solid #edf1f3; }
.publisher-section .info { width:71%; overflow:hidden; float:left; padding:30px 50px; padding-bottom:0; }
.publisher-section .headline { font-size:20px; color:#000000; font-weight:bold; }
.publisher-section .title { font-size:20px; color:#000000; font-weight:bold; }
.publisher-section .subtitle { font-size:16px; margin-bottom:30px; }
.publisher-section .links { margin:0; padding:0; list-style:none; }
.publisher-section .links > li { display:inline-block; margin-right:30px; vertical-align:top; }
.publisher-section .links > li:last-child { margin-right:0; }
.publisher-section .links > li > a { display:inline-block; color:#000000; font-weight:bold; }
.publisher-section .links > li > a i { margin-right:5px; }

.questions-list { margin-bottom:40px; color:#3a1f5d; box-shadow:none !important; text-shadow:none !important; border:1px solid #eef1f3; border-bottom:none; }
.questions-list .collapsible-header, .questions-list .collapsible-body { border-bottom-color:#eef1f3; }
.questions-list li.active .collapsible-header { background-color:#eef1f3; }
.questions-list .collapsible-header strong { font-weight:600; }

.videos-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; text-align:center; }
.videos-list > li { max-width:505px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; }
.videos-list > li a { display:inline-block; color:#141516; font-size:16px; }
.videos-list > li a > span { display:inline-block; overflow:hidden; position:relative; }
.videos-list > li a > span img { vertical-align:bottom; border:1px solid #edf1f3; /*box-shadow:0px 0px 20px 0px rgba(75,44,104,0.6);*/ }
.videos-list > li a > span:before, .videos-list > li a > span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:0; content:""; }
.videos-list > li a > span:before { display:none; /*background-color:rgba(35,35,35,0.2);*/ }
.videos-list > li a > span:after { width:64px; height:64px; left:50%; top:50%; transform:translate(-50%, -50%); background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; }
.videos-list > li a > strong { display:block; }

.news-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; text-align:center; }
.news-list > li { max-width:360px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; }
.news-list > li a { display:inline-block; color:#141516; font-size:16px; }
.news-list > li a img { vertical-align:bottom; border:1px solid #edf1f3; }
.news-list > li a strong { display:block; padding-top:10px; }

.content-questions { overflow:hidden; margin-bottom:30px; }
.content-questions .head { margin-top:30px; color:#311d3f; font-size:22px; font-weight:500; }
.content-questions .head > strong { font-weight:700; }
.question-answer-list { overflow:hidden; margin:0px; margin-top:20px; padding:0px; list-style:none; }
.question-answer-list > li { overflow:hidden; margin-bottom:30px; }
.question-answer-list > li > span { width:60px; height:60px; display:block; overflow:hidden; float:left; margin-right:20px; text-align:center; color:#ffffff; font-size:20px; font-weight:500; line-height:60px; border-radius:50%; background-color:#311d3f; }
.question-answer-list > li .question-answer { width: calc(100% - 80px); display:block; float:left; }
.question-answer-list > li .question-answer .question { padding-top:6px; color:#3e3f41; font-size:14px; font-weight:400; }
.question-answer-list > li .question-answer .question strong { color:#191b1e; font-size:16px; font-weight:600; }
.question-answer-list > li .question-answer .question span { padding-left:5px; color:#737679; font-size:14px; font-weight:400; }
.question-answer-list > li .question-answer .question p { margin-top:8px; margin-bottom:22px; }
.question-answer-list > li .question-answer .answer { padding:25px 25px; border-radius:4px; background-color:#edf1f3; }
.question-answer-list > li .question-answer .answer strong { color:#311d3f; font-size:16px; font-weight:600; }
.question-answer-list > li .question-answer .answer p { margin-top:10px; margin-bottom:0px; color:#3e3f41; font-size:14px; font-weight:400; }

.content-comments { overflow:hidden; }
.content-comments .head { margin:0px; margin-bottom:5px; text-align:center; color:#541b7c; font-size:26px; font-weight:700; }
.comments-list { display:none; overflow:hidden; clear:both; margin:0px; padding:0px; padding-top:25px; }
.comments-list > li { overflow:hidden; margin-bottom:20px; padding:45px; border:1px solid #f0f4f7; background-color:#fbfcfd; background-image:url(/images/comment-bg.jpg); background-repeat:repeat; background-position:center center; background-size:cover; }
.comments-list > li .fa-quote-right { float:right; margin-top:-5px; color:#5c1091; font-size:40px; }
.comments-list > li .image { max-width:150px; float:left; margin-top:10px; margin-right:30px; }
.comments-list > li .image img { border:1px solid #f0f4f7; }
.comments-list > li .title { display:inline-block; color:#5c1091; font-size:18px; font-weight:600; }
.comments-list > li .title > i { margin-left:5px; }
.comments-list > li .summary, .comments-list > li .text { margin-top:15px; margin-bottom:0px; color:#000000; font-size:16px; }
.comments-list > li .text { font-size:14px; }
.comments-list > li .images { display:inline-block; float:left; margin-right:30px; }

.list-prev-next { overflow:hidden; clear:both; margin:0px; margin-top:30px; padding:0px; padding-top:15px; border-top:1px solid #edf1f3; }
.list-prev-next > li { display:inline-block; }
.list-prev-next > li.prev { float:left; }
.list-prev-next > li.next { float:right; }
.list-prev-next > li > a { display:inline-block; color:#e23e57; font-size:16px; font-weight:500; }
.list-prev-next > li > a > span { display:inline-block; vertical-align:top; }
.list-prev-next > li > a > i {  vertical-align:top; font-size:22px; }
.list-prev-next > li.prev > a > i { margin-right:10px; }
.list-prev-next > li.next > a > i { margin-left:10px; }

.form-area { overflow:hidden; padding-top:60px; padding-bottom:50px; background-color:#f0f5f6; }
.form-contact .head { margin-bottom:30px; text-align:center; color:#e23e57; font-size:26px; font-weight:700; }
.form-contact .input-field label { color:#4d5964; font-size:15px; }
.form-contact .input-field input[type="text"]:focus + label, .form-contact .input-field input[type="email"]:focus + label, .form-contact .input-field .materialize-textarea:focus + label { color:#141516; }
.form-contact input[type="text"], .form-contact input[type="email"], .form-contact textarea.materialize-textarea { color:#141516; margin-bottom:14px; border-bottom:1px solid #ced3d5; }
.form-contact .input-field input[type=text]:focus, .form-contact .input-field input[type="email"]:focus, .form-contact .input-field .materialize-textarea:focus { color:#141516; border-bottom-color:#141516; box-shadow: 0 1px 0 0 #141516; }
.form-contact .require-text { display:block; margin:0px; text-align:center; color:#4d5964; font-size:15px; }
.form-contact .btn { height:auto; float:none; margin-bottom:30px; padding:12px 24px; text-align:center; color:#ffffff; font-size:18px; font-weight:700; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:0px; background-color:#e23e57; }
.form-question { overflow:hidden; margin-top:0px; margin-bottom:40px; padding:30px 30px; padding-bottom:15px; border:1px solid #edf1f3; background-color:#ffffff; }
.form-question .form-question-head { margin-bottom:10px; color:#311d3f; font-size:20px; font-weight:700; }
.form-question .input-field input[type="text"] + label, .form-question .input-field input[type="email"] + label, .form-question .input-field .materialize-textarea + label { color:#4d5964; font-size:15px; }
.form-question .input-field input[type="text"]:focus + label, .form-question .input-field input[type="email"]:focus + label, .form-question .input-field .materialize-textarea:focus + label { color:#141516; }
.form-question input[type="text"], .form-question input[type="email"], .form-question textarea.materialize-textarea { color:#311d3f; font-size:14px; font-weight:500; margin-bottom:16px; border-bottom-color:#311d3f; box-shadow: 0 1px 0 0 #311d3f; }
.form-question .input-field input[type=text]:focus, .form-question .input-field input[type="email"]:focus, .form-question .input-field .materialize-textarea:focus { color:#141516; border-bottom-color:#141516; box-shadow: 0 1px 0 0 #141516; }
.form-question .btn { height:auto; margin-bottom:30px; padding:12px 24px; text-align:center; color:#ffffff; font-size:18px; font-weight:700; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:0px; background-color:#e23e57; }

.images-gallery-head { margin-top:50px; margin-bottom:30px; color:#141516; font-size:24px; }
.images-gallery { overflow:hidden; margin:0px; margin-bottom:40px; padding:0px; }
.images-gallery > li { display:inline-block; margin-right:20px; margin-bottom:24px; vertical-align:top; }
.images-gallery > li img { border:1px solid #ebf0f2; }
.images-gallery > li span { display:block; text-align:center; color:#000000; font-size:13px; font-weight:400; }

.documents-gallery { overflow:hidden; margin-top:20px; margin-bottom:0px; }
.documents-gallery > li { overflow:hidden; margin-bottom:8px; color:#1d2024; font-size:13px; position:relative; border:1px solid #edf0f3; }
.documents-gallery > li:before { width:0%; height:100%; position:absolute; left:0px; top:0px; z-index:-1; content:""; background-color:#00af35; transition: all 0.5s ease-in-out; }
.documents-gallery > li:hover:before { width:100%; }
.documents-gallery > li:after { height:100%; color:#000000; position:absolute; right:30px; top:16px; z-index:-1; content:"İndir - Görüntüle"; }
.documents-gallery > li a { display:block; overflow:hidden; color:#1d2024; }
.documents-gallery > li:hover > a { color:#ffffff; transition: all 0.3s ease-in-out; }
.documents-gallery > li i { width:66px; height:48px; float:left; margin-right:25px; text-align:center; font-size:20px; line-height:48px; color:#ffffff; background-color:#00af35; }
.documents-gallery > li span { display:block; float:left; margin-top:16px; padding-right:150px; }

.pagination { margin:30px 25px; margin-top:45px; }
.pagination li { width:30px; height:30px; margin:0px 4px; }
.pagination li.active { background-color:#26a69a; }
.pagination li a { display:block; padding:0px; color:#65676e; font-size:17px; font-weight:600; }
.pagination li a i { color:#26a69a; }

.cookieConsentContainer { width:300px; opacity:0; font-size:14px; position:fixed; right:15px; bottom:40px; z-index:999; background-color:#e7ebed; }
.cookieConsentContainer .cookieContent { overflow:hidden; padding:15px; color:#000000; }
.cookieConsentContainer .cookieDesc { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieButtons { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieButtons span { display:inline-block; padding:7px 17px; color:#ffffff; cursor:pointer; background-color:#000000; }

.padding-top-0 { padding-top:0px !important; }
.padding-right-0 { padding-right:0px !important; }
.padding-bottom-0 { padding-bottom:0px !important; }
.padding-left-0 { padding-left:0px !important; }

.margin-top-0 { margin-top:0px !important; }
.margin-right-0 { margin-right:0px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }
.margin-left-0 {margin-left:0px !important;  }

.margin-top-10 { margin-top:10px; }
.margin-right-10 { margin-right:10px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-left-10 {margin-left:10px;  }

.margin-top-20 { margin-top:20px; }
.margin-right-20 { margin-right:20px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-left-20 {margin-left:20px;  }

.margin-top-30 { margin-top:30px; }
.margin-right-30 { margin-right:30px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-left-30 {margin-left:30px;  }

.margin-top-40 { margin-top:40px; }
.margin-right-40 { margin-right:40px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-left-40 {margin-left:40px;  }


.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none !important; }
.border-none { border:0px !important; }
.radius-none { border-radius:0px !important; }
.shadow-none { box-shadow:none !important; text-shadow:none !important; }
.outline-none, a { outline:none !important; }
.box-shadow { -webkit-box-shadow: 0px 0px 14px 0px rgba(34,31,31,0.6); -moz-box-shadow: 0px 0px 14px 0px rgba(34,31,31,0.6); box-shadow: 0px 0px 14px 0px rgba(34,31,31,0.6); }
.position-relative { position:relative; }
.position-absolute { position:absolute; }
.overflow-hidden { overflow:hidden; }
.display-none { display:none !important; }
.display-block { display:block; }
.display-inline-block { display:inline-block; }
.middle { margin-left:auto; margin-right:auto; }
.text-indent-9999 { text-indent:-9999px; }
.img-border { border:1px solid #edf0f3; }
.font-light { font-weight:300; }
.font-medium { font-weight:500; }
.font-bold { font-weight:600; }
.height-0 {  height:0px;}

@media (max-width: 1900px) {
	body { /*background-color:#F0F;*/ } /* Pembe */
	
}
@media (max-width: 1800px) {
	body { /*background-color:#0FF;*/ } /* Turkuaz */
	
}
@media (max-width: 1700px) {
	body { /*background-color:#FF0;*/ } /* Sarı */
	
}
@media (max-width: 1600px) {
	body { /*background-color:#00F;*/ } /* Mavi */
	
}
@media (min-width: 1600px) {
	.slider-area .comments { left:-30px; }
	.slider-area .profile { right:10%; }
}
@media (max-width: 1500px) {
	body { /*background-color:#0F0;*/ } /* Yeşil */
	
}
@media (max-width: 1400px) {
	body { /*background-color:#F00;*/ } /* Kırmızı */	
	
}
@media (max-width: 1300px) {
	body { /*background-color:#F0F;*/ } /* Pembe */
	.slider-area .comments { display:none; }
}
@media (max-width: 1200px) {
	body { /*background-color:#0FF;*/ } /* Turkuaz */
	.slider-area .profile, .slider-area .form { display:none; }
	.navigation .menus > li { margin-left:8px; margin-right:8px; }
	.navigation .menus > li > a { font-size:16px; font-weight:500; }
	.footer .contacts p, .footer .contacts p:last-child { float:none; text-align:center; }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.contents-list > li:nth-child(3n+2), .contents-list > li:nth-child(3n+3), .news-list > li:nth-child(3n+2), .news-list > li:nth-child(3n+3) { margin-left:30px; }
	.videos-list > li:nth-child(2n+2) { margin-left:30px; }
	.footer .links { -webkit-column-count:4; -moz-column-count:4; column-count:4; -webkit-column-gap:45px; -moz-column-gap:45px; column-gap:45px; }
}
@media (max-width: 1100px) {
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*body { background-color:red; }*/
	.contents-list > li:nth-child(2n+2), .news-list > li:nth-child(2n+2) { margin-left:30px; }
	.footer .links { -webkit-column-count:4; -moz-column-count:4; column-count:4; -webkit-column-gap:45px; -moz-column-gap:45px; column-gap:45px; }
}
@media (max-width:991.98px) {
	.mobile-contact { display:inline-block; }
	.comment-link { display:block; }
	.header, .navigation .menus { display:none; }
	.navigation { min-height:68px; line-height:68px; background-color:#311d3f; }
	.navigation .brand, .navigation .button-collapse { display:block; }
	.slider-area { height:calc(100% - 64px); }
	.slider-area .head, .slider-area .summary { max-width:inherit; }
	.slider-area .owl-dots { bottom:70px; }
	/*.footer, .copyright { text-align:center; }
	.footer .brand, .footer .social-media, .copyright p, .sevenadworks { float:none; }*/
	.comment-container-area { padding-top:30px; }
	.content-text .float-left { float:none; margin-left:auto; margin-right:auto; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	/*body { background-color:green; }*/
	.contents-list > li:nth-child(2n+2), .news-list > li:nth-child(2n+2) { margin-left:15px; }
	.videos-list > li { margin-left:15px; margin-right:15px; }
	.footer .links { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:45px; -moz-column-gap:45px; column-gap:45px; }
}
@media (max-width: 767.98px) {
	.container-area .content-title, .container-area .content-count { font-size:25px; }
	.footer, .copyright { text-align:center; }
	.footer .links { margin-bottom:20px; }
	.footer .brand, .footer .social-media, .copyright p, .sevenadworks { float:none; }
	.comments-area .item p { padding:0px; }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*body { background-color:yellow; }*/
	.contents-list > li, .news-list > li, .videos-list > li { margin-left:15px; margin-right:15px; }
}
@media (max-width: 675.98px) {
	/*body { background-color:brown; }*/
	.publisher-section .publisher { text-align:center; border:none; }
	.publisher-section .image, .publisher-section .info { width:auto; float:none; }
	.publisher-section .info { padding-top:15px; }
	.publisher-section .image img { border:1px solid #edf1f3; }
	
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	/*body { background-color:blue; }*/
	.navigation .brand, .navigation .button-collapse { font-size:18px; }
	.slider-area { min-height:420px; max-height:420px; }
	.slider-area .head { margin-top:150px; font-size:24px; }
	.slider-area .summary { margin-top:25px; margin-bottom:35px; font-size:15px; }
	.slider-area .owl-dots { bottom:30px; }
	.about-us { padding:0px; text-align:center; }
	.about-us .about-image, .content-text .prew-image, .videos-list > li a { float:none; margin-right:0px; }
	.content-text .prew-image { text-align:center; }
	.videos-list > li a { max-width:344px; }
	.index-videos .item .fancybox-clip { display:block; }
	.form-contact .head { font-size:22px; }
	.container-area .content-title, .container-area .content-count { font-size:21px; }
	.content-text h2 { font-size:20px; }
	.content-text h3 { font-size:19px; }
	.content-text h4 { font-size:18px; }
	.content-text h5, .content-text h6 { font-size:17px; }
	.content-text iframe { width:100%; height:auto; }
	.comments-list > li { padding:20px; }
}
@media (max-width: 549.98px) {
	/*body { background-color:grey; }*/
	
}
@media (max-width: 499.98px) {
	/*body { background-color:beige; }*/
	
}
@media (max-width: 449.98px) {
	/*body { background-color:coral; }*/
		
}
@media (max-width: 399.98px) {
	/*body { background-color:hotpink; }*/
	
}
@media (max-width: 349.98px) {
	/*body { background-color:lavender; }*/
	
}

.container { width:auto; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) { .container { /*max-width: 576px;*/ } }
/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) { .container { max-width: 768px; } }
/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px) { .container { max-width: 992px; } }
/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) { .container { max-width: 1170px; } }
@-webkit-keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 
}