/*!
 * Datepicker v1.0.3
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-12-20T12:51:39.076Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid rgba(0,0,0,0);content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}

.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}
/* cyrillic-ext */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0ysmIAjcQ-woy.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0w8mIAjcQ-woy.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* latin-ext */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0ycmIAjcQ-woy.woff2) format('woff2');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0x8mIAjcQ-w.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOydIhUd0TA7i2bI.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOydKxUd0TA7i2bI.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* latin-ext */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOydIRUd0TA7i2bI.woff2) format('woff2');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: 'PT Sans';font-style: italic;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOydLxUd0TA7iw.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0aExcOPIDUg-g.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* latin-ext */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format('woff2');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* latin-ext */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format('woff2');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: 'PT Sans';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCLwR2oefDofMY.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCCwR2oefDofMY.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* latin-ext */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCIwR2oefDofMY.woff2) format('woff2');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCGwR2oefDo.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiIW_3CRs-2UEU.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiBW_3CRs-2UEU.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* latin-ext */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiLW_3CRs-2UEU.woff2) format('woff2');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: 'PT Sans Narrow';font-style: normal;font-weight: 700;src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_3CRs-2.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: 'droid_serifbold';src: url('/s/1356/i/droidserif-bold-webfont.eot');src: url('/s/1356/i/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/s/1356/i/droidserif-bold-webfont.woff2') format('woff2'),url('/s/1356/i/droidserif-bold-webfont.woff') format('woff'),url('/s/1356/i/droidserif-bold-webfont.ttf') format('truetype');font-weight: normal;font-style: normal;}html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 18px;-webkit-tap-highlight-color: transparent;}html, body, .ltr, #core {height: 100%;}.page-wrap {min-height: 100%;/* equal to footer height */margin-bottom: -50px; }.page-wrap:after {content: "";display: block;}.site-footer, .page-wrap:after {height: 50px; }.site-footer {background: #f1bd1a;}*, :after, :before {-webkit-box-sizing: inherit;box-sizing: inherit;}* {outline: none;margin:0;padding: 0;}h1,h2,h3,h4,h5 {margin:0;}p {margin:0;}a {color: #494f53;text-decoration: none;}ul, ol {padding: 0;margin:0;list-style: none;}input, button {font-family: 'PT Sans', sans-serif;}.widget .title,#category .title {display:none;}body {font-family: 'PT Sans Narrow', sans-serif;font-size: 21px;line-height: 1.42857143;background-color: #e5ecef;color: #231f20;overflow-y: scroll;}.header {background-color: #f1bd1a;height: 124px;position: relative;z-index: 99999;box-shadow: 0 2px 2px rgba(0,0,0,0.1);}.container {width: 1100px;margin:0 auto 0 auto;overflow: hidden;}.main .container {padding-top:40px;}.header .logo {background-color: #494f53;height: 124px;}.header .logo img {padding-top:34px;}.header .nav ul li:last-child {margin-right: 0;}.header .nav li a {font-family: 'PT Sans', sans-serif;font-weight: 400;font-size: 18px;}.header .nav li.current a {font-weight: 700;}.slider h2 {font-family: 'PT Sans Narrow', sans-serif;color: #f2be1a;font-size: 30px;}.slider h3 {color: #fff;font-weight: 400;font-size: 20px;}.bxslider .caption {width: 100%;position: absolute;text-align: center;top:60px;}.slider .bx-wrapper .bx-pager {position: absolute;bottom:10%;width: 100%;text-align: center;}.slider .bx-wrapper .bx-pager.bx-default-pager a {background-color: rgba(255, 255, 255, 0.34);}.slider .bx-wrapper .bx-prev {background: url(/s/1356/i/arrow-left.png) no-repeat;}.slider .bx-wrapper .bx-next {background: url(/s/1356/i/arrow-right.png) no-repeat;}.slider .bx-wrapper .bx-controls-direction a {opacity: 0.3;width: 15px;height: 25px;}.slider .bx-wrapper .bx-controls-direction a:hover {opacity: 1;background-position:none;}.six-pack {padding-top: 100px;}.six-pack .item {float:left;text-align:center;width: 33.33333%;min-height: 380px;padding:0 25px;position: relative;border-right: 1px solid #ddd;margin-bottom: 140px;}.six-pack .item span {width: 81px;height: 81px;background: url(/s/1356/i/icons.png);position: absolute;left: 50%;margin-left: -40px;top:-100px;}.six-pack .item:nth-child(1) span {background-position: -9px -11px;}.six-pack .item:nth-child(2) span {background-position: -95px -11px;}.six-pack .item:nth-child(3) span {background-position: -181px -11px;}.six-pack .item:nth-child(4) span {background-position: -9px -97px;}.six-pack .item:nth-child(5) span {background-position: -95px -97px;}.six-pack .item:nth-child(6) span {background-position: -181px -97px;}.six-pack .item h3 {margin-bottom: 15px;font-family: 'droid_serifbold', serif;font-size: 21px;text-align: center;color: #494f53;}.person {overflow: hidden;}.person h2 {font-family: 'PT Sans', sans-serif;font-weight: 700;font-size: 24px;}.person h3 {font-family: 'droid_serifbold', serif;color: #f1bd19;font-size: 21px;margin-bottom:15px;}.person-img {width: 200px;height: 200px;float: left;margin-right: 50px;}.person-content {font-family: 'PT Sans Narrow', sans-serif;float: left;width: auto;font-size: 20px;color: #231f20;}.divider {width: 100%;height: 2px;position: relative;background-color: #bec2c6;margin:40px 0;}.divider:after {content:"";position: absolute;width: 6px;height: 6px;background-color: #bec2c6;border-radius: 100%;top:-2px;right: 0;}.divider:before {top:-2px;left:0;content:"";position: absolute;width: 6px;height: 6px;background-color: #bec2c6;border-radius: 100%;}.calisma-alanlarimiz h1 {font-family: 'PT Sans Narrow', sans-serif;color: #484e52;font-size: 58px;line-height: 1em;margin-bottom: 20px;}.calisma-alanlarimiz h3 {color: #f3be18;font-size: 30px;margin-bottom: 20px;}.calisma-alanlarimiz h5 {font-family: 'PT Sans Narrow', sans-serif;font-weight: 700;font-size: 21px;color: #231f20;}.calisma-alanlarimiz .item {margin-bottom: 20px;}.calisma-alanlarimiz li {font-family: 'PT Sans Narrow', sans-serif;font-size: 21px;color: #231f20;}.calisma-alanlarimiz .last h5 {margin-bottom: 20px;}.iletisim:before,.iletisim:after {display: table;content: " ";}.iletisim:after {clear:both;}.iletisim .item-container {float:left;width: 500px;margin-right: 50px;}.iletisim .map {border:2px solid #f1bd19;background: #fff;}.iletisim .map iframe {max-width: 100%;}.iletisim h1 {font-family: 'PT Sans Narrow', sans-serif;color: #484e52;font-size: 58px;line-height: 1em;margin-bottom: 20px;}.iletisim h3 {font-family: 'droid_serifbold', serif;color: #f1bd19;font-size: 21px;}.iletisim .item {margin-bottom: 24px;}.kadromuz .container_,.iletisim .container_,.calisma-alanlarimiz .container_, .iletisim .container_,.is-basvurusu .container_ ,.odeme .container_,.sms_page .container_ {display:none;}form .form_field{margin-bottom:20px;overflow:hidden;}form .form_field label {width:auto;float:none;display:block;}form input,form select,form textarea {font-family: 'PT Sans', sans-serif;background: #fff;padding: 8px 12px;width: auto;border: 2px solid #f1bd1a;}.headnote{margin-bottom:30px;}.headnote strong {color:#484e52;font-size:36px;}.headnote em {font-family: 'droid_serifbold', serif;color: #f1bd19;font-size: 21px;font-style:normal;}.simple_captcha {margin-left:0;}#form_plugin_form_datum_submit {margin-left: 0;font-family: 'PT Sans Narrow', sans-serif;background: #494f53;padding: 3px 24px;border: 2px solid #f1bd1a;font-size: 24px;color: #fff;margin-top: 20px;}.field_error {color:#C53232;margin-left:320px;clear:both;}#core .field_with_errors input,#core .field_with_errors textarea {border: 2px solid #C53232;}.six-pack .item {float:none;width:100%;}.main .container {padding-top:0;}.slider img {min-height:200px;}.container {width:auto;}#category {padding:20px;}.iletisim .map {clear:both;}.nav {width: 100%;background-color: #494F53;clear:both;}.header .nav {display:none;position:relative;z-index:100;padding:0 20px 20px 20px;}.header .nav li {float:none;}.header .nav li a {color:#fff;}.menu-trigger a {position:absolute;top:20px;right:20px;width:36px;height:36px;cursor:pointer;text-indent:-9999em;background: url(/s/1356/i/menu.png) no-repeat;background-size: 100% 100%;}.header .logo {padding:0 20px 20px 20px;}.is-basvurusu .main .widget {padding:0 20px 0 20px;}.site-footer {text-align:center;font-size:17px;line-height:50px}.ekibimiz p {margin-bottom:15px;}/* Large devices (large desktops, 1200px and up) */@media (min-width: 992px) { .header .nav li a {color:#333;}.person-content {width: 850px;}#form_plugin_form_datum_submit {margin-left: 320px;}.simple_captcha {margin-left:320px;}form .form_field label {width:320px;float:left;}form .radio_button label {width:auto;float:left;}#core form input[type="text"],#core form input[type="email"],#core form textarea,#core form select {width: 400px;float:left;}.slider h2 {font-size: 58px;}.slider h3 {font-size: 42px;}.bxslider .caption {top:212px;}.menu-trigger {display:none;}.six-pack .item {float:left;width: 33.33333%;}.main .container {padding-top:40px;}.slider img {min-height:inherit;}.container {width:1100px;}#category {padding:0;}#sms2 .main .container .widget {padding:0;}.iletisim .map {clear:none;width: 500px;float:right;}.header .nav {float:left;display:block;clear:none;padding:0;background:none;width:auto; }.header .nav ul {overflow: hidden;float: left;margin-left:50px;margin-top:65px;}.header .nav li {float: left;margin-right: 24px;}.header .logo {float: left;padding: 0 40px;}.six-pack .item:after,.six-pack .item:before {content: "";position: absolute;width: 5px;height: 5px;background-color: #ccc;border-radius: 100%;}.six-pack .item:before {top:0;right:-3px;}.six-pack .item:after {bottom:0;right:-3px;}.six-pack .item:nth-child(3n+0) {padding-right: 0;border:none;}.six-pack .item:nth-child(3n+0):after,.six-pack .item:nth-child(3n+0):before {display: none;}.six-pack .item:nth-child(1) {padding-left: 0;}}/*** BxSlider v4.1.2 - Fully loaded, responsive content slider* http://bxslider.com** Written by: Steven Wanderski, 2014* http://stevenwanderski.com* (while drinking Belgian ales and listening to jazz)** CEO and founder of bxCreative, LTD* http://bxcreative.com*//** RESET AND LAYOUT===================================*/.bx-wrapper {position: relative;margin: 0 auto 60px;padding: 0;*zoom: 1;}.bx-wrapper img {width: 100%;display: block;}/** THEME===================================*/.bx-wrapper .bx-viewport {background: #fff;/*fix other elements on the page moving (on Chrome)*/-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {position: absolute;bottom: -30px;width: 100%;}/* LOADER */.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}/* PAGER */.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {background: #F2BE1A;}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {left: 10px;background: url(images/controls.png) no-repeat 0 -32px;}.bx-wrapper .bx-next {right: 10px;background: url(images/controls.png) no-repeat -43px -32px;}.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 9999;}.bx-wrapper .bx-controls-direction a.disabled {display: none;}/* AUTO CONTROLS (START / STOP) */.bx-wrapper .bx-controls-auto {text-align: center;}.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url(images/controls.png) -86px -11px no-repeat;margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {background-position: -86px 0;}.bx-wrapper .bx-controls-auto .bx-stop {display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(images/controls.png) -86px -44px no-repeat;margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left;width: 80%;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0;width: 35px;}/* IMAGE CAPTIONS */.bx-wrapper .bx-caption {position: absolute;bottom: 0;left: 0;background: #666\9;background: rgba(80, 80, 80, 0.75);width: 100%;}.bx-wrapper .bx-caption span {color: #fff;font-family: Arial;display: block;font-size: .85em;padding: 10px;}#form_491 {display:none;}.iletisim .headnote h1 { margin-top:20px;font-size:32px;}.iletisim form textarea {height:130px;}.iletisim .radio_button { float:left;}.iletisim .radio_button input { margin-left:5px;margin-top:7px;}.form_field:not(.radio_button) { clear:both;}.form_field:before,.form_field:after {content: " ";display: table;}.form_field:after {clear: both;}.iletisim .form_field_7,.iletisim .form_field_8 {float:left;}.iletisim .radio_button_2 {margin-left:40px;}#sikayet-form .ui-dialog {width: 800px !important;left: 50% !important;margin-left: -400px;font-size: 14px;z-index: 99999;}#sikayet-form .ui-dialog p {margin-bottom:12px;}#form_492 { margin-bottom:40px;}.iletisim .main .container {padding:20px;}#sms2 .form_submit {cursor: pointer;margin-top: 11px;}#sms2 label span {display: block;font-size: 17px;}#sms2 .main .container .widget {padding:20px;}select{height: 38px;}.os_Windows .six-pack .item{min-height: 456px;}.os_Windows .header .nav ul{margin-left:25px;}.browser_Firefox.os_Linux .header .nav ul,.browser_Chrome.os_Linux .header .nav ul{margin-left:25px;}