/*!
 * 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}}
/** * @file * Generic theme-independent base styles. *//** * Autocomplete. * * @see autocomplete.js *//* Suggestion list */#autocomplete {border: 1px solid;overflow: hidden;position: absolute;z-index: 100;}#autocomplete ul {list-style: none;list-style-image: none;margin: 0;padding: 0;}#autocomplete li {background: #fff;color: #000;cursor: default;white-space: pre;zoom: 1; /* IE7 */}/* Animated throbber */html.js input.form-autocomplete {background-image: url(../../misc/throbber.gif);background-position: 100% 2px; /* LTR */background-repeat: no-repeat;}html.js input.throbbing {background-position: 100% -18px; /* LTR */}/** * Collapsible fieldsets. * * @see collapse.js */html.js fieldset.collapsed {border-bottom-width: 0;border-left-width: 0;border-right-width: 0;height: 1em;}html.js fieldset.collapsed .fieldset-wrapper {display: none;}fieldset.collapsible {position: relative;}fieldset.collapsible .fieldset-legend {display: block;}/** * Resizable textareas. * * @see textarea.js */.form-textarea-wrapper textarea {display: block;margin: 0;width: 100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}.resizable-textarea .grippie {background: #eee url(../../misc/grippie.png) no-repeat center 2px;border: 1px solid #ddd;border-top-width: 0;cursor: s-resize;height: 9px;overflow: hidden;}/** * TableDrag behavior. * * @see tabledrag.js */body.drag {cursor: move;}.draggable a.tabledrag-handle {cursor: move;float: left; /* LTR */height: 1.7em;margin-left: -1em; /* LTR */overflow: hidden;text-decoration: none;}a.tabledrag-handle:hover {text-decoration: none;}a.tabledrag-handle .handle {background: url(../../misc/draggable.png) no-repeat 6px 9px;height: 13px;margin: -0.4em 0.5em; /* LTR */padding: 0.42em 0.5em; /* LTR */width: 13px;}a.tabledrag-handle-hover .handle {background-position: 6px -11px;}div.indentation {float: left; /* LTR */height: 1.7em;margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */padding: 0.42em 0 0.42em 0.6em; /* LTR */width: 20px;}div.tree-child {background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */}div.tree-child-last {background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */}div.tree-child-horizontal {background: url(../../misc/tree.png) no-repeat -11px center;}.tabledrag-toggle-weight-wrapper {text-align: right; /* LTR */}/** * TableHeader behavior. * * @see tableheader.js */table.sticky-header {background-color: #fff;margin-top: 0;}/** * Progress behavior. * * @see progress.js *//* Bar */.progress .bar {background-color: #fff;border: 1px solid;}.progress .filled {background-color: #000;height: 1.5em;width: 5px;}.progress .percentage {float: right; /* LTR */}/* Throbber */.ajax-progress {display: inline-block;}.ajax-progress .throbber {background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;float: left; /* LTR */height: 15px;margin: 2px;width: 15px;}.ajax-progress .message {padding-left: 20px;}tr .ajax-progress .throbber {margin: 0 2px;}.ajax-progress-bar {width: 16em;}/** * Inline items. */.container-inline div,.container-inline label {display: inline;}/* Fieldset contents always need to be rendered as block. */.container-inline .fieldset-wrapper {display: block;}/** * Prevent text wrapping. */.nowrap {white-space: nowrap;}/** * For anything you want to hide on page load when JS is enabled, so * that you can use the JS to control visibility and avoid flicker. */html.js .js-hide {display: none;}/** * Hide elements from all users. * * Used for elements which should not be immediately displayed to any user. An * example would be a collapsible fieldset that will be expanded with a click * from a user. The effect of this class can be toggled with the jQuery show() * and hide() functions. */.element-hidden {display: none;}/** * Hide elements visually, but keep them available for screen-readers. * * Used for information required for screen-reader users to understand and use * the site where visual display is undesirable. Information provided in this * manner should be kept concise, to avoid unnecessary burden on the user. * "!important" is used to prevent unintentional overrides. */.element-invisible {position: absolute !important;clip: rect(1px 1px 1px 1px); /* IE6, IE7 */clip: rect(1px, 1px, 1px, 1px);overflow: hidden;height: 1px;}/** * The .element-focusable class extends the .element-invisible class to allow * the element to be focusable when navigated to via the keyboard. */.element-invisible.element-focusable:active,.element-invisible.element-focusable:focus {position: static !important;clip: auto;overflow: visible;height: auto;}/** * Markup free clearing. * * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack */.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */* html .clearfix {height: 1%;}/* IE7 */*:first-child + html .clearfix {min-height: 1%;}/** * @file * Styles for menus and navigation markup. *//** * Markup generated by theme_menu_tree(). */ul.menu {border: none;list-style: none;text-align: left; /* LTR */}ul.menu li {margin: 0 0 0 0.5em; /* LTR */}ul li.expanded {list-style-image: url(../../misc/menu-expanded.png);list-style-type: circle;}ul li.collapsed {list-style-image: url(../../misc/menu-collapsed.png); /* LTR */list-style-type: disc;}ul li.leaf {list-style-image: url(../../misc/menu-leaf.png);list-style-type: square;}li.expanded,li.collapsed,li.leaf {padding: 0.2em 0.5em 0 0; /* LTR */margin: 0;}li a.active {color: #000;}td.menu-disabled {background: #ccc;}/** * Markup generated by theme_links(). */ul.inline,ul.links.inline {display: inline;padding-left: 0;}ul.inline li {display: inline;list-style-type: none;padding: 0 0.5em;}/** * Markup generated by theme_breadcrumb(). */.breadcrumb {padding-bottom: 0.5em;}/** * Markup generated by theme_menu_local_tasks(). */ul.primary {border-bottom: 1px solid #bbb;border-collapse: collapse;height: auto;line-height: normal;list-style: none;margin: 5px;padding: 0 0 0 1em; /* LTR */white-space: nowrap;}ul.primary li {display: inline;}ul.primary li a {background-color: #ddd;border-color: #bbb;border-style: solid solid none solid;border-width: 1px;height: auto;margin-right: 0.5em; /* LTR */padding: 0 1em;text-decoration: none;}ul.primary li.active a {background-color: #fff;border: 1px solid #bbb;border-bottom: 1px solid #fff;}ul.primary li a:hover {background-color: #eee;border-color: #ccc;border-bottom-color: #eee;}ul.secondary {border-bottom: 1px solid #bbb;padding: 0.5em 1em;margin: 5px;}ul.secondary li {border-right: 1px solid #ccc; /* LTR */display: inline;padding: 0 1em;}ul.secondary a {padding: 0;text-decoration: none;}ul.secondary a.active {border-bottom: 4px solid #999;}/** * @file * Styles for system messages. */div.messages {background-position: 8px 8px; /* LTR */background-repeat: no-repeat;border: 1px solid;margin: 6px 0;padding: 10px 10px 10px 50px; /* LTR */}div.status {background-image: url(../../misc/message-24-ok.png);border-color: #be7;}div.status,.ok {color: #234600;}div.status,table tr.ok {background-color: #f8fff0;}div.warning {background-image: url(../../misc/message-24-warning.png);border-color: #ed5;}div.warning,.warning {color: #840;}div.warning,table tr.warning {background-color: #fffce5;}div.error {background-image: url(../../misc/message-24-error.png);border-color: #ed541d;}div.error,.error {color: #8c2e0b;}div.error,table tr.error {background-color: #fef5f1;}div.error p.error {color: #333;}div.messages ul {margin: 0 0 0 1em; /* LTR */padding: 0;}div.messages ul li {list-style-image: none;}/** * @file * Basic styling for common markup. *//** * HTML elements. */fieldset {margin-bottom: 1em;padding: 0.5em;}form {margin: 0;padding: 0;}hr {border: 1px solid gray;height: 1px;}img {border: 0;}table {border-collapse: collapse;}th {border-bottom: 3px solid #ccc;padding-right: 1em; /* LTR */text-align: left; /* LTR */}tbody {border-top: 1px solid #ccc;}tr.even,tr.odd {background-color: #eee;border-bottom: 1px solid #ccc;padding: 0.1em 0.6em;}/** * Markup generated by theme_tablesort_indicator(). */th.active img {display: inline;}td.active {background-color: #ddd;}/** * Markup generated by theme_item_list(). */.item-list .title {font-weight: bold;}.item-list ul {margin: 0 0 0.75em 0;padding: 0;}.item-list ul li {margin: 0 0 0.25em 1.5em; /* LTR */padding: 0;}/** * Markup generated by Form API. */.form-item,.form-actions {margin-top: 1em;margin-bottom: 1em;}tr.odd .form-item,tr.even .form-item {margin-top: 0;margin-bottom: 0;white-space: nowrap;}.form-item .description {font-size: 0.85em;}label {display: block;font-weight: bold;}label.option {display: inline;font-weight: normal;}.form-checkboxes .form-item,.form-radios .form-item {margin-top: 0.4em;margin-bottom: 0.4em;}.form-type-radio .description,.form-type-checkbox .description {margin-left: 2.4em;}input.form-checkbox,input.form-radio {vertical-align: middle;}.marker,.form-required {color: #f00;}.form-item input.error,.form-item textarea.error,.form-item select.error {border: 2px solid red;}/** * Inline items. */.container-inline .form-actions,.container-inline.form-actions {margin-top: 0;margin-bottom: 0;}/** * Markup generated by theme_more_link(). */.more-link {text-align: right; /* LTR */}/** * Markup generated by theme_more_help_link(). */.more-help-link {text-align: right; /* LTR */}.more-help-link a {background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */padding: 1px 0 1px 20px; /* LTR */}/** * Markup generated by theme_pager(). */.item-list .pager {clear: both;text-align: center;}.item-list .pager li {background-image: none;display: inline;list-style-type: none;padding: 0.5em;}.pager-current {font-weight: bold;}/** * Autocomplete. * * @see autocomplete.js *//* Suggestion list */#autocomplete li.selected {background: #0072b9;color: #fff;}/** * Collapsible fieldsets. * * @see collapse.js */html.js fieldset.collapsible .fieldset-legend {background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */padding-left: 15px; /* LTR */}html.js fieldset.collapsed .fieldset-legend {background-image: url(../../misc/menu-collapsed.png); /* LTR */background-position: 5px 50%; /* LTR */}.fieldset-legend span.summary {color: #999;font-size: 0.9em;margin-left: 0.5em;}/** * TableDrag behavior. * * @see tabledrag.js */tr.drag {background-color: #fffff0;}tr.drag-previous {background-color: #ffd;}.tabledrag-toggle-weight {font-size: 0.9em;}body div.tabledrag-changed-warning {margin-bottom: 0.5em;}/** * TableSelect behavior. * * @see tableselect.js*/tr.selected td {background: #ffc;}td.checkbox,th.checkbox {text-align: center;}/** * Progress bar. * * @see progress.js */.progress {font-weight: bold;}.progress .bar {background: #ccc;border-color: #666;margin: 0 0.2em;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.progress .filled {background: #0072b9 url(../../misc/progress.gif);}#views-slideshow-form-wrapper .form-item.dependent-options {padding-left: 5px;}#views-slideshow-form-wrapper .vs-dependent {padding-left: 30px;}#comments {margin-top: 15px;}.indented {margin-left: 25px; /* LTR */}.comment-unpublished {background-color: #fff4f4;}.comment-preview {background-color: #ffffea;}/** * @file * Main stylesheet for Date module. *//* Force start/end dates to float using inline-block, where it works, otherwise inline. */.container-inline-date {clear: both;}.container-inline-date .form-item {float: none;margin: 0;padding: 0;}.container-inline-date > .form-item {display: inline-block;margin-right: 0.5em; /* LTR */margin-bottom: 10px;vertical-align: top;}.container-inline-date .form-item .form-item {float: left; /* LTR */}.container-inline-date .form-item,.container-inline-date .form-item input {width: auto;}.container-inline-date .description {clear: both;}.container-inline-date .form-item input,.container-inline-date .form-item select,.container-inline-date .form-item option {margin-right: 5px; /* LTR */}.container-inline-date .date-spacer {margin-left: -5px; /* LTR */}.views-right-60 .container-inline-date div {margin: 0;padding: 0;}.container-inline-date .date-timezone .form-item {clear: both;float: none;width: auto;}/* The exposed Views form doesn't need some of these styles */.container-inline-date .date-padding {padding: 10px;float: left;}.views-exposed-form .container-inline-date .date-padding {padding: 0;}/* Fixes for date popup css so it will behave in Drupal */#calendar_div,#calendar_div td,#calendar_div th {margin: 0;padding: 0;}#calendar_div,.calendar_control,.calendar_links,.calendar_header,.calendar {border-collapse: separate;margin: 0;width: 185px;}.calendar td {padding: 0;}/* formatting for start/end dates in nodes and views */span.date-display-single {}span.date-display-start {}span.date-display-end {}.date-prefix-inline {display: inline-block;}.date-clear {clear: both;display: block;float: none;}.date-no-float {clear: both;float: none;width: 98%;}.date-float {clear: none;float: left;width: auto;}/* Add space between date option checkboxes ('All day' & 'Collect End Date') */.date-float .form-type-checkbox{padding-right: 1em;}/* Add space between the date and time portions of the date_select widget. */.form-type-date-select .form-type-select[class$=hour] {margin-left: .75em; /* LTR */}.date-container .date-format-delete {float: left;margin-top: 1.8em;margin-left: 1.5em;}.date-container .date-format-name {float: left;}.date-container .date-format-type {float: left;padding-left: 10px;}.date-container .select-container {clear: left;float: left;}/* Calendar day css */div.date-calendar-day {background: #F3F3F3;border-top: 1px solid #EEE;border-left: 1px solid #EEE;border-right: 1px solid #BBB;border-bottom: 1px solid #BBB;color: #999;float: left;line-height: 1;margin: 6px 10px 0 0;text-align: center;width: 40px;}div.date-calendar-day span {display: block;text-align: center;}div.date-calendar-day span.month {background-color: #B5BEBE;color: white;font-size: .9em;padding: 2px;text-transform: uppercase;}div.date-calendar-day span.day {font-size: 2em;font-weight: bold;}div.date-calendar-day span.year {font-size: .9em;padding: 2px;}/* Admin styling */.form-item.form-item-instance-widget-settings-input-format-custom,.form-item.form-item-field-settings-enddate-required {margin-left: 1.3em;}#edit-field-settings-granularity .form-type-checkbox {margin-right: .6em; /* LTR */}.date-year-range-select {margin-right: 1em;}#ui-datepicker-div {font-size: 100%;font-family: Verdana, sans-serif;background: #eee;border-right:2px #666 solid;border-bottom:2px #666 solid;z-index: 9999;}/* Datepicker----------------------------------*/.ui-datepicker { width: 17em; padding: .2em .2em 0; }.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }.ui-datepicker .ui-datepicker-prev { left:2px; }.ui-datepicker .ui-datepicker-next { right:2px; }.ui-datepicker .ui-datepicker-prev-hover { left:1px; }.ui-datepicker .ui-datepicker-next-hover { right:1px; }.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;}.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }.ui-datepicker select.ui-datepicker-month-year {width: 100%;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year { width: 49%;}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}.ui-datepicker td { border: 0; padding: 1px; }.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }/* with multiple calendars */.ui-datepicker.ui-datepicker-multi { width:auto; }.ui-datepicker-multi .ui-datepicker-group { float:left; }.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }.ui-datepicker-row-break { clear:both; width:100%; }/* RTL support */.ui-datepicker-rtl { direction: rtl; }.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }.ui-datepicker-rtl .ui-datepicker-group { float:right; }.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }/* Field display */.field .field-label {font-weight: bold;}.field-label-inline .field-label,.field-label-inline .field-items {float:left; /*LTR*/}/* Form display */form .field-multiple-table {margin: 0;}form .field-multiple-table th.field-label {padding-left: 0; /*LTR*/}form .field-multiple-table td.field-multiple-drag {width: 30px;padding-right: 0; /*LTR*/}form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {padding-right: .5em; /*LTR*/}form .field-add-more-submit {margin: .5em 0 0;}.node-unpublished {background-color: #fff4f4;}.preview .node {background-color: #ffffea;}td.revision-current {background: #ffc;}.search-form {margin-bottom: 1em;}.search-form input {margin-top: 0;margin-bottom: 0;}.search-results {list-style: none;}.search-results p {margin-top: 0;}.search-results .title {font-size: 1.2em;}.search-results li {margin-bottom: 1em;}.search-results .search-snippet-info {padding-left: 1em; /* LTR */}.search-results .search-info {font-size: 0.85em;}.search-advanced .criterion {float: left; /* LTR */margin-right: 2em; /* LTR */}.search-advanced .action {float: left; /* LTR */clear: left; /* LTR */}#permissions td.module {font-weight: bold;}#permissions td.permission {padding-left: 1.5em; /* LTR */}#permissions tr.odd .form-item,#permissions tr.even .form-item {white-space: normal;}#user-admin-settings fieldset .fieldset-description {font-size: 0.85em;padding-bottom: .5em;}/** * Override default textfield float to put the "Add role" button next to * the input textfield. */#user-admin-roles td.edit-name {clear: both;}#user-admin-roles .form-item-name {float: left; /* LTR */margin-right: 1em; /* LTR */}/** * Password strength indicator. */.password-strength {width: 17em;float: right;/* LTR */margin-top: 1.4em;}.password-strength-title {display: inline;}.password-strength-text {float: right; /* LTR */font-weight: bold;}.password-indicator {background-color: #C4C4C4;height: 0.3em;width: 100%;}.password-indicator div {height: 100%;width: 0%;background-color: #47C965;}input.password-confirm,input.password-field {width: 16em;margin-bottom: 0.4em;}div.password-confirm {float: right;/* LTR */margin-top: 1.5em;visibility: hidden;width: 17em;}div.form-item div.password-suggestions {padding: 0.2em 0.5em;margin: 0.7em 0;width: 38.5em;border: 1px solid #B4B4B4;}div.password-suggestions ul {margin-bottom: 0;}.confirm-parent,.password-parent {clear: left; /* LTR */margin: 0;width: 36.3em;}/* Generated by user.module but used by profile.module: */.profile {clear: both;margin: 1em 0;}.profile .user-picture {float: right; /* LTR */margin: 0 1em 1em 0; /* LTR */}.profile h3 {border-bottom: 1px solid #ccc;}.profile dl {margin: 0 0 1.5em 0;}.profile dt {margin: 0 0 0.2em 0;font-weight: bold;}.profile dd {margin: 0 0 1em 0;}.views-exposed-form .views-exposed-widget {float: left; /* LTR */padding: .5em 1em 0 0; /* LTR */}.views-exposed-form .views-exposed-widget .form-submit {margin-top: 1.6em;}.views-exposed-form .form-item,.views-exposed-form .form-submit {margin-top: 0;margin-bottom: 0;}.views-exposed-form label {font-weight: bold;}.views-exposed-widgets {margin-bottom: .5em;}/* table style column align */.views-align-left {text-align: left;}.views-align-right {text-align: right;}.views-align-center {text-align: center;}/* Remove the border on tbody that system puts in */.views-view-grid tbody {border-top: none;}.view .progress-disabled {float: none;}/** * Colorbox Core Style: * The following CSS is consistent between example themes and should not be altered. */#colorbox, #cboxOverlay, #cboxWrapper {position: absolute;top: 0;left: 0;z-index: 9999;overflow: hidden;}#cboxOverlay {position: fixed;width: 100%;height: 100%;}#cboxMiddleLeft, #cboxBottomLeft {clear: left;}#cboxContent {position: relative;}#cboxLoadedContent {overflow: auto;-webkit-overflow-scrolling: touch;}#cboxTitle {margin: 0;}#cboxLoadingOverlay, #cboxLoadingGraphic {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}/** * These elements are buttons, and may need to have additional * styles reset to avoid unwanted base styles. */#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {border: 0;padding: 0;margin: 0;overflow: visible;width: auto;background: none;cursor: pointer;}/** * Avoid outlines on :active (mouseclick), * but preserve outlines on :focus (tabbed navigating) */#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {outline: 0;}.cboxPhoto {float: left;margin: auto;border: 0;display: block;max-width: none;}.cboxIframe {width: 100%;height: 100%;display: block;border: 0;}/* Reset box sizing to content-box if theme is using border-box. */#colorbox, #cboxContent, #cboxLoadedContent {-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}/** * Colorbox module default style: * The styles are ordered & tabbed in a way that represents * the nesting of the generated HTML. */#cboxOverlay {background: #000;}#colorbox {outline: 0;}#cboxWrapper {background: #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}#cboxTopLeft {width: 15px;height: 15px;}#cboxTopCenter {height: 15px;}#cboxTopRight {width: 15px;height: 15px;}#cboxBottomLeft {width: 15px;height: 10px;}#cboxBottomCenter {height: 10px;}#cboxBottomRight {width: 15px;height: 10px;}#cboxMiddleLeft {width: 15px;}#cboxMiddleRight {width: 15px;}#cboxContent {background: #fff;overflow: hidden;}#cboxError {padding: 50px;border: 1px solid #ccc;}#cboxLoadedContent {margin-bottom: 28px;}#cboxTitle {position: absolute;background: rgba(255, 255, 255, 0.7);bottom: 28px;left: 0;color: #535353;width: 100%;padding: 4px 6px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}#cboxCurrent {position: absolute;bottom: 4px;left: 60px;color: #949494;}.cboxSlideshow_on #cboxSlideshow {position: absolute;bottom: 0px;right: 30px;background: url(images/controls.png) no-repeat -75px -50px;width: 25px;height: 25px;text-indent: -9999px;}.cboxSlideshow_on #cboxSlideshow:hover {background-position: -101px -50px;}.cboxSlideshow_off #cboxSlideshow {position: absolute;bottom: 0px;right: 30px;background: url(images/controls.png) no-repeat -25px -50px;width: 25px;height: 25px;text-indent: -9999px;}.cboxSlideshow_off #cboxSlideshow:hover {background-position: -49px -50px;}#cboxPrevious {position: absolute;bottom: 0;left: 0;background: url(images/controls.png) no-repeat -75px 0px;width: 25px;height: 25px;text-indent: -9999px;}#cboxPrevious:hover {background-position: -75px -25px;}#cboxNext {position: absolute;bottom: 0;left: 27px;background: url(images/controls.png) no-repeat -50px 0px;width: 25px;height: 25px;text-indent: -9999px;}#cboxNext:hover {background-position: -50px -25px;}#cboxLoadingOverlay {background: #fff;}#cboxLoadingGraphic {background: url(images/loading_animation.gif) no-repeat center center;}#cboxClose {position: absolute;bottom: 0;right: 0;background: url(images/controls.png) no-repeat -25px 0px;width: 25px;height: 25px;text-indent: -9999px;}#cboxClose:hover {background-position: -25px -25px;}.ctools-locked {color: red;border: 1px solid red;padding: 1em;}.ctools-owns-lock {background: #FFFFDD none repeat scroll 0 0;border: 1px solid #F0C020;padding: 1em;}a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing {padding-right: 18px !important;background: url(../images/status-active.gif) right center no-repeat;}div.ctools-ajaxing {float: left;width: 18px;background: url(../images/status-active.gif) center center no-repeat;}.views_slideshow_cycle_no_display,.views_slideshow_cycle_hidden,.views_slideshow_cycle_controls,.views_slideshow_cycle_image_count {display: none;}/* Pager Settings */.views_slideshow_cycle_pager div a img {width: 75px;height: 75px;}.views_slideshow_pager_numbered div, .views_slideshow_pager_thumbnails div {display: inline;padding-left: 10px;}.views_slideshow_cycle_pager.thumbnails a.activeSlide img {border: 3px solid #000;}.views_slideshow_cycle_pager.numbered a.activeSlide {text-decoration: underline;}/*! * Bootstrap v3.1.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.0 | MIT License | git.io/normalize */html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}body {margin: 0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden],template {display: none;}a { background: transparent; }a:active,a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b,strong {font-weight: bold;}dfn {font-style: italic;}h1 {font-size: 2em;margin: 0.67em 0;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}pre {overflow: auto;}code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}@media print {* {text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important;}a,a:visited {}a[href]:after {content: " (" attr(href) ")";}abbr[title]:after {content: " (" attr(title) ")";}a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}pre,blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p,h2,h3 {orphans: 3;widows: 3;}h2,h3 {page-break-after: avoid;}select {background: #fff !important;}.navbar {display: none;}.table td,.table th {background-color: #fff !important;}.btn > .caret,.dropup > .btn > .caret {border-top-color: #000 !important;}.label {border: 1px solid #000;}.table {border-collapse: collapse !important;}.table-bordered th,.table-bordered td {border: 1px solid #ddd !important;}}* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}html {font-size: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}body {line-height: 1.428571429;color: #999;background-color: #ffffff;}input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;}a {text-decoration: none;}a:hover,a:focus {text-decoration: underline;}a:focus {}figure {margin: 0;}img {vertical-align: middle;}.img-responsive {display: block;max-width: 100%;height: auto;}.img-rounded {border-radius: 6px;}.img-thumbnail {padding: 4px;line-height: 1.428571429;background-color: #ffffff;border: 1px solid #dddddd;border-radius: 4px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;display: inline-block;max-width: 100%;height: auto;}.img-circle {border-radius: 50%;}hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eeeeee;}.sr-only {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}.container {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}@media (min-width: 1200px) {.container {width: 1170px;}}.container-fluid {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}.row {margin-left: -15px;margin-right: -15px;}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;}.col-xs-12 {width: 100%;}.col-xs-11 {width: 91.66666666666666%;}.col-xs-10 {width: 83.33333333333334%;}.col-xs-9 {width: 75%;}.col-xs-8 {width: 66.66666666666666%;}.col-xs-7 {width: 58.333333333333336%;}.col-xs-6 {width: 50%;}.col-xs-5 {width: 41.66666666666667%;}.col-xs-4 {width: 33.33333333333333%;}.col-xs-3 {width: 25%;}.col-xs-2 {width: 16.666666666666664%;}.col-xs-1 {width: 8.333333333333332%;}.col-xs-pull-12 {right: 100%;}.col-xs-pull-11 {right: 91.66666666666666%;}.col-xs-pull-10 {right: 83.33333333333334%;}.col-xs-pull-9 {right: 75%;}.col-xs-pull-8 {right: 66.66666666666666%;}.col-xs-pull-7 {right: 58.333333333333336%;}.col-xs-pull-6 {right: 50%;}.col-xs-pull-5 {right: 41.66666666666667%;}.col-xs-pull-4 {right: 33.33333333333333%;}.col-xs-pull-3 {right: 25%;}.col-xs-pull-2 {right: 16.666666666666664%;}.col-xs-pull-1 {right: 8.333333333333332%;}.col-xs-pull-0 {right: 0%;}.col-xs-push-12 {left: 100%;}.col-xs-push-11 {left: 91.66666666666666%;}.col-xs-push-10 {left: 83.33333333333334%;}.col-xs-push-9 {left: 75%;}.col-xs-push-8 {left: 66.66666666666666%;}.col-xs-push-7 {left: 58.333333333333336%;}.col-xs-push-6 {left: 50%;}.col-xs-push-5 {left: 41.66666666666667%;}.col-xs-push-4 {left: 33.33333333333333%;}.col-xs-push-3 {left: 25%;}.col-xs-push-2 {left: 16.666666666666664%;}.col-xs-push-1 {left: 8.333333333333332%;}.col-xs-push-0 {left: 0%;}.col-xs-offset-12 {margin-left: 100%;}.col-xs-offset-11 {margin-left: 91.66666666666666%;}.col-xs-offset-10 {margin-left: 83.33333333333334%;}.col-xs-offset-9 {margin-left: 75%;}.col-xs-offset-8 {margin-left: 66.66666666666666%;}.col-xs-offset-7 {margin-left: 58.333333333333336%;}.col-xs-offset-6 {margin-left: 50%;}.col-xs-offset-5 {margin-left: 41.66666666666667%;}.col-xs-offset-4 {margin-left: 33.33333333333333%;}.col-xs-offset-3 {margin-left: 25%;}.col-xs-offset-2 {margin-left: 16.666666666666664%;}.col-xs-offset-1 {margin-left: 8.333333333333332%;}.col-xs-offset-0 {margin-left: 0%;}@media (min-width: 768px) {.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}.col-sm-12 {width: 100%;}.col-sm-11 {width: 91.66666666666666%;}.col-sm-10 {width: 83.33333333333334%;}.col-sm-9 {width: 75%;}.col-sm-8 {width: 66.66666666666666%;}.col-sm-7 {width: 58.333333333333336%;}.col-sm-6 {width: 50%;}.col-sm-5 {width: 41.66666666666667%;}.col-sm-4 {width: 33.33333333333333%;}.col-sm-3 {width: 25%;}.col-sm-2 {width: 16.666666666666664%;}.col-sm-1 {width: 8.333333333333332%;}.col-sm-pull-12 {right: 100%;}.col-sm-pull-11 {right: 91.66666666666666%;}.col-sm-pull-10 {right: 83.33333333333334%;}.col-sm-pull-9 {right: 75%;}.col-sm-pull-8 {right: 66.66666666666666%;}.col-sm-pull-7 {right: 58.333333333333336%;}.col-sm-pull-6 {right: 50%;}.col-sm-pull-5 {right: 41.66666666666667%;}.col-sm-pull-4 {right: 33.33333333333333%;}.col-sm-pull-3 {right: 25%;}.col-sm-pull-2 {right: 16.666666666666664%;}.col-sm-pull-1 {right: 8.333333333333332%;}.col-sm-pull-0 {right: 0%;}.col-sm-push-12 {left: 100%;}.col-sm-push-11 {left: 91.66666666666666%;}.col-sm-push-10 {left: 83.33333333333334%;}.col-sm-push-9 {left: 75%;}.col-sm-push-8 {left: 66.66666666666666%;}.col-sm-push-7 {left: 58.333333333333336%;}.col-sm-push-6 {left: 50%;}.col-sm-push-5 {left: 41.66666666666667%;}.col-sm-push-4 {left: 33.33333333333333%;}.col-sm-push-3 {left: 25%;}.col-sm-push-2 {left: 16.666666666666664%;}.col-sm-push-1 {left: 8.333333333333332%;}.col-sm-push-0 {left: 0%;}.col-sm-offset-12 {margin-left: 100%;}.col-sm-offset-11 {margin-left: 91.66666666666666%;}.col-sm-offset-10 {margin-left: 83.33333333333334%;}.col-sm-offset-9 {margin-left: 75%;}.col-sm-offset-8 {margin-left: 66.66666666666666%;}.col-sm-offset-7 {margin-left: 58.333333333333336%;}.col-sm-offset-6 {margin-left: 50%;}.col-sm-offset-5 {margin-left: 41.66666666666667%;}.col-sm-offset-4 {margin-left: 33.33333333333333%;}.col-sm-offset-3 {margin-left: 25%;}.col-sm-offset-2 {margin-left: 16.666666666666664%;}.col-sm-offset-1 {margin-left: 8.333333333333332%;}.col-sm-offset-0 {margin-left: 0%;}}@media (min-width: 1024px) {.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}div.language {left: 0;position: absolute;top: 50px;}.col-md-12 {width: 100%;}.col-md-11 {width: 91.66666666666666%;}.col-md-10 {width: 83.33333333333334%;}.col-md-9 {width: 75%;}.col-md-8 {width: 66.66666666666666%;}.col-md-7 {width: 58.333333333333336%;}.col-md-6 {width: 50%;}.col-md-5 {width: 41.66666666666667%;}.col-md-4 {width: 33.33333333333333%;}.col-md-3 {width: 25%;}.col-md-2 {width: 16.666666666666664%;}.col-md-1 {width: 8.333333333333332%;}.col-md-pull-12 {right: 100%;}.col-md-pull-11 {right: 91.66666666666666%;}.col-md-pull-10 {right: 83.33333333333334%;}.col-md-pull-9 {right: 75%;}.col-md-pull-8 {right: 66.66666666666666%;}.col-md-pull-7 {right: 58.333333333333336%;}.col-md-pull-6 {right: 50%;}.col-md-pull-5 {right: 41.66666666666667%;}.col-md-pull-4 {right: 33.33333333333333%;}.col-md-pull-3 {right: 25%;}.col-md-pull-2 {right: 16.666666666666664%;}.col-md-pull-1 {right: 8.333333333333332%;}.col-md-pull-0 {right: 0%;}.col-md-push-12 {left: 100%;}.col-md-push-11 {left: 91.66666666666666%;}.col-md-push-10 {left: 83.33333333333334%;}.col-md-push-9 {left: 75%;}.col-md-push-8 {left: 66.66666666666666%;}.col-md-push-7 {left: 58.333333333333336%;}.col-md-push-6 {left: 50%;}.col-md-push-5 {left: 41.66666666666667%;}.col-md-push-4 {left: 33.33333333333333%;}.col-md-push-3 {left: 25%;}.col-md-push-2 {left: 16.666666666666664%;}.col-md-push-1 {left: 8.333333333333332%;}.col-md-push-0 {left: 0%;}.col-md-offset-12 {margin-left: 100%;}.col-md-offset-11 {margin-left: 91.66666666666666%;}.col-md-offset-10 {margin-left: 83.33333333333334%;}.col-md-offset-9 {margin-left: 75%;}.col-md-offset-8 {margin-left: 66.66666666666666%;}.col-md-offset-7 {margin-left: 58.333333333333336%;}.col-md-offset-6 {margin-left: 50%;}.col-md-offset-5 {margin-left: 41.66666666666667%;}.col-md-offset-4 {margin-left: 33.33333333333333%;}.col-md-offset-3 {margin-left: 25%;}.col-md-offset-2 {margin-left: 16.666666666666664%;}.col-md-offset-1 {margin-left: 8.333333333333332%;}.col-md-offset-0 {margin-left: 0%;}}@media (min-width: 1200px) {.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}.col-lg-12 {width: 100%;}.col-lg-11 {width: 91.66666666666666%;}.col-lg-10 {width: 83.33333333333334%;}.col-lg-9 {width: 75%;}.col-lg-8 {width: 66.66666666666666%;}.col-lg-7 {width: 58.333333333333336%;}.col-lg-6 {width: 50%;}.col-lg-5 {width: 41.66666666666667%;}.col-lg-4 {width: 33.33333333333333%;}.col-lg-3 {width: 25%;}.col-lg-2 {width: 16.666666666666664%;}.col-lg-1 {width: 8.333333333333332%;}.col-lg-pull-12 {right: 100%;}.col-lg-pull-11 {right: 91.66666666666666%;}.col-lg-pull-10 {right: 83.33333333333334%;}.col-lg-pull-9 {right: 75%;}.col-lg-pull-8 {right: 66.66666666666666%;}.col-lg-pull-7 {right: 58.333333333333336%;}.col-lg-pull-6 {right: 50%;}.col-lg-pull-5 {right: 41.66666666666667%;}.col-lg-pull-4 {right: 33.33333333333333%;}.col-lg-pull-3 {right: 25%;}.col-lg-pull-2 {right: 16.666666666666664%;}.col-lg-pull-1 {right: 8.333333333333332%;}.col-lg-pull-0 {right: 0%;}.col-lg-push-12 {left: 100%;}.col-lg-push-11 {left: 91.66666666666666%;}.col-lg-push-10 {left: 83.33333333333334%;}.col-lg-push-9 {left: 75%;}.col-lg-push-8 {left: 66.66666666666666%;}.col-lg-push-7 {left: 58.333333333333336%;}.col-lg-push-6 {left: 50%;}.col-lg-push-5 {left: 41.66666666666667%;}.col-lg-push-4 {left: 33.33333333333333%;}.col-lg-push-3 {left: 25%;}.col-lg-push-2 {left: 16.666666666666664%;}.col-lg-push-1 {left: 8.333333333333332%;}.col-lg-push-0 {left: 0%;}.col-lg-offset-12 {margin-left: 100%;}.col-lg-offset-11 {margin-left: 91.66666666666666%;}.col-lg-offset-10 {margin-left: 83.33333333333334%;}.col-lg-offset-9 {margin-left: 75%;}.col-lg-offset-8 {margin-left: 66.66666666666666%;}.col-lg-offset-7 {margin-left: 58.333333333333336%;}.col-lg-offset-6 {margin-left: 50%;}.col-lg-offset-5 {margin-left: 41.66666666666667%;}.col-lg-offset-4 {margin-left: 33.33333333333333%;}.col-lg-offset-3 {margin-left: 25%;}.col-lg-offset-2 {margin-left: 16.666666666666664%;}.col-lg-offset-1 {margin-left: 8.333333333333332%;}.col-lg-offset-0 {margin-left: 0%;}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {content: " ";display: table;}.clearfix:after,.container:after,.container-fluid:after,.row:after {clear: both;}.center-block {display: block;margin-left: auto;margin-right: auto;}.pull-right {float: right !important;}.pull-left {float: left !important;}.hide {display: none !important;}.show {display: block !important;}.invisible {visibility: hidden;}.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}.hidden {display: none !important;visibility: hidden !important;}.affix {position: fixed;}@-ms-viewport {width: device-width;}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {display: none !important;}@media (max-width: 767px) {.visible-xs {display: block !important;}table.visible-xs {display: table;}tr.visible-xs {display: table-row !important;}th.visible-xs,td.visible-xs {display: table-cell !important;}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {display: none !important;}@media (min-width: 768px) and (max-width: 991px) {.visible-sm {display: block !important;}table.visible-sm {display: table;}tr.visible-sm {display: table-row !important;}th.visible-sm,td.visible-sm {display: table-cell !important;}}.visible-md,tr.visible-md,th.visible-md,td.visible-md {display: none !important;}@media (min-width: 992px) and (max-width: 1199px) {.visible-md {display: block !important;}table.visible-md {display: table;}tr.visible-md {display: table-row !important;}th.visible-md,td.visible-md {display: table-cell !important;}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {display: none !important;}@media (min-width: 1200px) {.visible-lg {display: block !important;}table.visible-lg {display: table;}tr.visible-lg {display: table-row !important;}th.visible-lg,td.visible-lg {display: table-cell !important;}}@media (max-width: 767px) {.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {display: none !important;}}@media (min-width: 768px) and (max-width: 991px) {.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm {display: none !important;}}@media (min-width: 992px) and (max-width: 1199px) {.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md {display: none !important;}}@media (min-width: 1200px) {.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {display: none !important;}}.visible-print,tr.visible-print,th.visible-print,td.visible-print {display: none !important;}@media print {.visible-print {display: block !important;}table.visible-print {display: table;}tr.visible-print {display: table-row !important;}th.visible-print,td.visible-print {display: table-cell !important;}}@media print {.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print {display: none !important;}}/*! *Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome *License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */@font-face{font-family:'FontAwesome';src:url('i/fontawesome-webfont.eot?v=4.0.3');src:url('i/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('i/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('i/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('i/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{color:#ffffff;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.progressjs-inner {width: 0;}.progressjs-progress {z-index: 9999999;}/* blue theme, like iOS 7 progress bar */.progressjs-theme-blue .progressjs-inner {height: 7px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background-color: #0e1217;}.progressjs-theme-blue.progressjs-end {-webkit-transition: opacity 0.2s ease-out;-moz-transition: opacity 0.2s ease-out;-o-transition: opacity 0.2s ease-out;transition: opacity 0.2s ease-out;opacity: 0;}.progressjs-theme-blue .progressjs-percent {display: none;}/* blue theme with overlay layer, no percent bar */.progressjs-theme-blueOverlay {background-color: white;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}.progressjs-theme-blueOverlay .progressjs-inner {height: 100%;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background-color: #3498db;}.progressjs-theme-blueOverlay.progressjs-end {opacity: 0 !important;}.progressjs-theme-blueOverlay .progressjs-percent {display: none;}/* blue theme with overlay layer, no percent bar */.progressjs-theme-blueOverlay {background-color: white;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}.progressjs-theme-blueOverlay .progressjs-inner {height: 100%;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background-color: #000;}.progressjs-theme-blueOverlay.progressjs-end {opacity: 0 !important;}.progressjs-theme-blueOverlay .progressjs-percent {display: none;}/* Blue theme with border radius and overlay layer */.progressjs-theme-blueOverlayRadius {background-color: white;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;border-radius: 5px;}.progressjs-theme-blueOverlayRadius .progressjs-inner {height: 100%;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background-color: #000;border-radius: 5px;}.progressjs-theme-blueOverlayRadius.progressjs-end {opacity: 0 !important;}.progressjs-theme-blueOverlayRadius .progressjs-percent {display: none;}/* Blue theme with border radius and overlay layer */.progressjs-theme-blueOverlayRadiusHalfOpacity {background-color: white;opacity: 0.5;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;border-radius: 5px;}.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-inner {height: 100%;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background-color: #000;border-radius: 5px;}.progressjs-theme-blueOverlayRadiusHalfOpacity.progressjs-end {opacity: 0 !important;}.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-percent {display: none;}/* Blue theme with border radius, overlay layer and percent bar */.progressjs-theme-blueOverlayRadiusWithPercentBar {background-color: white;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;border-radius: 5px;}.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-inner {height: 100%;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background-color: #000;border-radius: 5px;}.progressjs-theme-blueOverlayRadiusWithPercentBar.progressjs-end {opacity: 0 !important;}.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-percent {width: 70px;text-align: center;height: 40px;position: absolute;right: 50%;margin-right: -35px;top: 50%;margin-top: -20px;font-size: 30px;opacity: .5;}.progressjs-theme-blackRadiusInputs {height: 10px;border-radius: 10px;overflow: hidden;}.progressjs-theme-blackRadiusInputs .progressjs-inner {height: 2px;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;background-color: #000;}.progressjs-theme-blackRadiusInputs.progressjs-end {-webkit-transition: opacity 0.2s ease-out;-moz-transition: opacity 0.2s ease-out;-o-transition: opacity 0.2s ease-out;transition: opacity 0.2s ease-out;opacity: 0;}.progressjs-theme-blackRadiusInputs .progressjs-percent {display: none;}html,body { margin: 0px; height: 100%; }body { margin: 0px; height: 100%; min-height:100%; overflow:hidden; }* { box-sizing: border-box; outline:none; -webkit-tap-highlight-color: rgba(0,0,0,0); }img, embed, object, video { width: 100%; max-width: 100%; height: auto;}body.loaded{ overflow:visible;}/* ------------------- Elements ------------------- */.item-list { padding-bottom: 0.4em;}.item-list .label { font-weight: 600; color: #000; text-align: right; font-size: 0.938em; line-height: 1.3em; }.item-list .label span { display: inline-block; max-width: 75%; text-align: right;}.item-list .field { line-height: 1.3em;}.separator { background-color: #dadada; height: 1px; width: 7.500em; margin: 1.250em auto 2em auto; }/* ------------------- Preloader ------------------- */#preloader { position:fixed; top:0; left:0; right:0; bottom:0;background-color:#fff; /* change if the mask should have another color then white */z-index:99; /* makes sure it stays on top */ }#wrapper { background:#fff; width: 100%; margin: 0 auto; position: absolute; z-index: 10; top: 0; bottom:0; left: 0;overflow-x:hidden; overflow-y:scroll;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }/*.header-sub { display: table; width: 100%; position: relative; z-index: 50; height:100%; text-align: center; }.header-sub > div{ display: table-cell; vertical-align: middle; float: none; }.header-sub * { z-index:2; }.container { position: relative; z-index: 2; top:-50px; }.header-sub .background { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;background: center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-image: url(../images/backgrounds/bg-home-left.jpg); }*//* ------------------- LAYOUT ------------------- *//* section page-background */.page-header-container { display: table; width: 100%; position: relative; z-index: 10; height:100%; text-align: center;background: center center no-repeat ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }.page-header-container .background { position: absolute; left: 0; top: 0; right: 0; bottom: 4.688em; z-index: 1;background: center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-image: url(../images/backgrounds/bg-home-left.jpg); }/* .content { background: #f1f1f1;}*/.page-header-container .close_btn{position:absolute;bottom:0.5em;left:50%;margin-left:-30px;background: transparent;right: auto;top:auto;cursor:pointer;z-index:11;}.page-header-container .close_btn .stick{background:#000;height:1px;width:30px;margin-left:-5px;}.page-header-container .close_btn .stick.-first {margin-left: -26px;}/*#home .page-header-container .background { background-image: url(i/ana-sayfa1920.jpg); }#sto #story .page-header-container .background { background-image: url(i/story-bg.jpg); }#castandcrew #story.page-header-container .background { background-image: url(../images/backgrounds/bg-2.jpg); }#awards #story .page-header-container .background { background-image: url(../images/backgrounds/bg-3.jpg); }#gallery #story .page-header-container .background { background-image: url(../images/backgrounds/bg-4.jpg); }#trailer #story .page-header-container .background { background-image: url(../images/backgrounds/bg-5.jpg); }#distribution #story .page-header-container .background { background-image: url(../images/backgrounds/bg-6.jpg); }#press #story .page-header-container .background { background-image: url(../images/backgrounds/bg-7.jpg); }#credits #story .page-header-container .background { background-image: url(../images/backgrounds/bg-8.jpg); }*/#home .page-header-container .background { background-image: url(i/ana-sayfa1920.jpg); }#story .page-header-container .background { background-image: url(i/story-bg.jpg); }#cast #story .page-header-container .background { background-image: url(i/story-bg.jpg); }#awards .page-header-container .background { background-image: url(i/bg-3.jpg); }#gallery .page-header-container .background { background-image: url(i/bg-4.jpg); }#trailer .page-header-container .background { background-image: url(i/bg-5.jpg); }#distribution .page-header-container .background { background-image: url(i/bg-6.jpg); }#press .page-header-container .background { background-image: url(i/bg-7.jpg); }#credits .page-header-container .background { background-image: url(i/bg-8.jpg); }/* section page-top */.page-top { position: fixed; top: 0; z-index: 22; border-bottom: 0px solid #ddd; color:#f1f1f1; width:100%; background:transparent;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }.page-top .row { margin: 1.3em 3em; }.page-top.white .row { margin: 1em 3em; }.page-top.white { background:#f1f1f1; color:#000; opacity: .9; border-bottom: 1px solid #d0d0d0; }.page-top a .logo { color: #fff;}.page-top.white a .logo { color: #000;}.page-top .logo { float: left; width:auto; color:inherit;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }.page-top .logo div { float: left; width: auto; color:inherit; text-align: left;}.page-top .logo .title {display:block; font-size:2.313em; line-height:1.25em; letter-spacing:0.05em; padding-right:0.250em; margin:0px; color:inherit; ;font-style: normal; font-weight: 700; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}.page-top .logo .film-by , .preloader-logo .film-by{ color: inherit; float: none; font-size: 0.813em; line-height: 1.4em; padding-top: 0.6em;}.page-top .logo .director, .preloader-logo .director { color: inherit; float: none; font-size: 0.813em; line-height: 1em; font-weight: 600; text-transform: uppercase;}.page-top .menu_toggle { color:inherit; float:right; }.preloader-logo h1{color:#000;text-shadow:none;padding-left:0.4em;}.director a {color:#ffffff;}/* section page-header */.page-header { display: table-cell; vertical-align: bottom; padding-bottom:11.500em; float: none; position:relative; z-index:10; }.page-header div { text-align: center; color: #f1f1f1; }.page-header .header-text {max-width: 44.500em; color: #ddd; padding: 0em 3em; font-size: 2em; letter-spacing: 0px; margin: 0 auto; line-height: 1.45em; font-weight: normal; font-weight: 300; }.page-header .header-text-author { max-width: 39.500em; color: #ddd; padding: 0.5em 3em 2em 3em; font-size: 0.913em; letter-spacing: 0px; margin: 0 auto; line-height: 1.65em; font-weight: 600; text-transform: uppercase; }.content-cont { position: relative; z-index: 2; }.page-header .page-header-content { display:none; }.contact { padding-top: 4em;}.contact, .copyright { font-size: 0.879em; line-height: 1.45em; }#story .page-header,#castandcrew .page-header,#press .page-header { padding-bottom: 9em;}#gallery .page-header { padding-bottom: 7em; padding-top: 25em;}#awards .page-header { padding-bottom: 7em; padding-top: 11em;}#credits .page-header { padding-bottom: 7em; padding-top: 11em;}#bas #story .page-header {padding-bottom: 3em;}#bas .en #story .page-header {padding-bottom: 5em;}/* section page-content */.page-content { padding: 5em 7em; }.content-wrapper-narrow { max-width: 750px; margin: 0 auto; padding: 0 1em;}.content-wrapper-normal { max-width: 850px; margin: 0 auto; padding: 0 1.5em;}.content-wrapper-wide { max-width: 1000px; margin: 0 auto; padding: 0 2em;}/* ------------------- Home ------------------- */#home .menu_toggle { color: #000; padding: 0.20em 0.0em 0.20em 0.20em; margin-right: 0em; margin-top: 1em; background:#fff; background-color: rgba(0,0,0, 0.8);}#home .menu_toggle i { color: #fff; font-size: 0.7em;}#home .content { background: none;}#home .page-header-container .background { bottom: 0; }#home .page-header { padding-top: 13em; padding-bottom: 8em;}#home .page-header div { color: #111;}#home .page-header h1 { color: #111; font-size: 9.7em; letter-spacing: 0.24em; text-shadow: 0 0 0px #555; line-height: 0.900em;}#home .page-header .film-by { font-size: 1.250em; font-weight: 300; color: #000;}#home .page-header .director { font-size: 1.563em; line-height: 1.8em; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; -webkit-font-smoothing: antialiased;}#home .page-header .director span { font-weight: 300; -webkit-font-smoothing: auto;}#home .review { padding: 0.9em 0 0em 0; font-size: 1.125em; max-width: 430px; }#home .review p { margin: 0; padding: 0;}#home .review .line-1 { }#home .review .line-2 { font-size: 0.813em; font-family: "freight-display-pro",sans-serif; font-weight: 600; text-rendering: optimizeLegibility; }#home .views-slideshow-cycle-main-frame-row { text-align: center; width: 100% !important; margin: 0 auto; right: 0;}#home .views-slideshow-cycle-main-frame { height: 70px; text-align: center; width: 100% !important; margin: 0 auto; display: block; text-align: center;}#home .views-slideshow-cycle-main-frame-row-item { display: inline-block; min-height: 60px; width: auto; margin: 0; padding: 0;}#home .awards .views-slideshow-cycle-main-frame { height: 70px; text-align: center; width: 370px; margin: 0 auto;}#home .awards { width: auto; margin: 0 auto; background: none; padding-top: 1em; padding-bottom: 0.5em; min-height: 60px; }#home .awards .item { font-size: 11px; line-height: 1.1em; text-align: center; display: block; padding: 1em 0.2em 1em 0.2em; width: 130px !important;}#home .awards .item .line-bold { font-weight: 700;}#home .awards .item .laurel-left { float: left; width:2em; height: 4.2em; background: url(../images/laurel-left.png) right top no-repeat; background-size: contain; }#home .awards .item .laurel-right { float: left; width:2em; height: 4.2em; background: url(../images/laurel-right.png) left top no-repeat; background-size: contain; }#home .awards .item .info { float: left; padding: 0.1em 0; width: auto; min-width: 65px; overflow: hidden;}#home .follow { padding-top: 2em; text-align: center; text-transform: uppercase; font-size: 0.875em; }#home .follow span { font-weight: 600;}#home .logotypes {text-align: center; padding-top: 12em; max-width: 400px; margin: 0 auto; }#home .logotypes img { display: inline; max-height: 60px; width:auto; padding: 0 0.5em 0.5em 0.5em; }#home .oscar-img { display: none; float: left; width: 20px;}#home .oscar-img img { height: auto !important; width: 100% !important; ;}#home .oscar-desc { display: block; text-align: center; width: auto; min-width: 440px; padding-left: 30px; background: url('../images/oscar.png');background-size: 23px 60px;background-repeat: no-repeat; }/* ------------------- PAGES ------------------- *//* Cast and crew */#castandcrew .director_photo img { padding: 1.5em 0.5em 0.5em 0; }#castandcrew .director_films { }#castandcrew h6 { padding: 0.9em 0 0.3em 0; }#castandcrew ul { padding: 0; margin: 0; list-style: none; font-size: 0.875em; line-height: 1.55em;}#castandcrew ul li { padding-bottom: 0.4em;}#castandcrew .cast_main .character { font-weight: 600; color: #000; text-align: center; line-height: 1.6em; padding: 1em 0 0 0; }#castandcrew .cast_main .name { text-align: center;}#castandcrew .cast_other { padding-top: 4em;}#castandcrew .producers .name { font-weight: 600; color: #000; text-align: left; line-height: 1.6em; padding: 1em 0 0 0; }#castandcrew .producers .photo { text-align: center;}#castandcrew .producers img { padding-top: 3em; max-width: 250px; margin: 0 auto;}/* Awards */#awards .content-wrapper-normal { text-align: center;}#awards h3 { max-width: 450px; margin: 0 auto}#awards .item { font-size: 0.875em; line-height: 1.1em; text-align: center; display: inline-block; padding: 0 0em 2em 0;}#awards .item .line-bold { font-weight: 700;}#awards .item .laurel-left { float: left; width:3em; height: 5em; background: url(../images/laurel-left.png) right top no-repeat; background-size: contain; }#awards .item .laurel-right { float: left; width:3em; height: 5em; background: url(../images/laurel-right.png) left top no-repeat; background-size: contain; }#awards .item .info { float: left; padding: 0.4em 0; width: auto; min-width: 85px; overflow: hidden;}#awards .view-footer .item { display: block; text-align: center; font-size: 1em;}#awards .view-footer h3 { padding: 5em 0 2em 0;}/* Trailer */#trailer .video h2 { padding-bottom: 1em; }#trailer .video .award { padding-bottom: 3em; text-align: center; }/* Gallery */#gallery .item { padding: 0 10px 20px 10px;}#gallery .backstage { padding-top: 3em;}/* Distribution */#distribution h3 { padding-top: 4em;}#distribution ul { text-align: center; padding: 0 2em; max-width: 700px; margin: 0 auto;}#distribution ul li { display: inline-block; font-weight: 600; margin: 0 0.5em 0.5em 0.5em; padding: 0em 0.5em 0em 0.5em; border-bottom: 1px solid #f1f1f1; }#distribution ul li.active,#distribution ul li:hover { border-bottom: 1px solid #333;}#distribution .item { text-align: center;}#distribution .item .poster { padding: 3em 2em; max-width: 500px; margin: 0 auto;}#distribution .item p { margin: 0;}/* Credits */#credits .page-header-container .background { box-shadow: inset 0px -150px 100px -50px #0e1217;}#credits .page-top.white { background:#0e1217; color:#000; opacity: .8; border-bottom: 0px solid #d0d0d0; }#credits .page-top .logo div { color: #fff;}#credits .page-top .menu_toggle { color:#fff; }#credits .header-text { font-size: 1em; line-height: 1.8em; max-width: 39.2em;}#credits .header-text a { color: #fff; padding: 0 3px;}#credits .page-content,#credits .page-header-container { background-color: #0e1217;}#credits .page-content { padding-top: 0em;}#credits .logotypes { padding: 0 2em 6em 2em;}#credits ul { text-align: center; margin: 0; padding: 0 0 2em 0;}#credits ul li { list-style: none; display:inline-block; width: auto; margin: 0; padding: 0 1em; max-height: 90px; text-align: center; }#credits .item { color: #ddd; line-height: 1.3em; padding-bottom: 0.7em;}#credits .item p { padding: 0; margin: 0;}#credits .item .label { text-align: right; font-size: 0.938em; }#credits .item .person { font-size: 0.938em; text-transform: uppercase; font-weight: 400;}#credits .item .hdr-line-1 { font-size: 0.938em; padding-top: 3em; padding-bottom: 0.3em; text-align: center; }#credits .item .hdr-line-2 { font-size: 0.938em; text-transform: uppercase; font-weight: 400; text-align: center;}#credits .songs { text-align: center; }#credits .songs span { font-size: 0.875em; text-transform: uppercase; font-weight: 400;}#credits .songs .item { padding-top: 1em;}/* Press */#press .isotope-element { color: #000; height: auto; width: 33%; padding-bottom: 2em; background: none; margin: 0px;}#press .isotope-element .title a, .isotope-element a code { color: #000;}#press .isotope-element .item { padding: 0 1.5em 1.5em 1.5em; line-height: 1.5em; text-align: center; }#press .isotope-element .item a:hover { text-decoration: underline; color: #000;}#press .isotope-element .item .writer-medium { padding: 0em 2em 0 2em; font-weight: 600; font-size: 0.875em; line-height: 1.35em; }#press #isotope-options { background: #f1f1f1; }#press ul#filters { text-align: center; list-style: none; background-color: none; padding: 0; margin: 0;}#press ul#filters li { display: inline-block; font-size:1.625em; line-height:1.25em; letter-spacing:1px; padding: 4em 0.5em 2em 0.5em; margin:0px; color:#000; text-align: center;font-family: "freight-display-pro",sans-serif; font-style: italic; font-weight: 400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; text-transform: capitalize;}#press ul#filters li a.selected, #press ul#filters li a:hover { border-bottom: 1px solid #333;}.preloader-logo-container{display:table;position:relative;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:none;}.preloader-logo {display:table-cell;text-align:center;vertical-align:middle;}#cboxTitle, #cboxMiddleLeft, #cboxMiddleRight{display:none !important;}#cboxWrapper{background:transparent !important;-moz-border-radius: 0px !important;-webkit-border-radius: 0px !important;border-radius: 0px !important;}#cboxCurrent{bottom:0 !important;}#cboxContent{background:transparent !important;}.main_footer{background: rgb(241, 241, 241);border-top: 1px solid #d0d0d0;padding:2em 0;text-align:center;}.main_footer .logotypes{margin-top:3em;}.main_footer .logotypes img{width:auto;max-width:70px;margin-left:15px;zoom: 1;filter: alpha(opacity=50);opacity: 0.5;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}.main_footer .logotypes img:hover{filter: alpha(opacity=100);opacity: 1;}#banery { text-align: center; padding: 6em 3em; }#banery h1 { text-shadow: 0 0 0px #555; padding-bottom: 1em;}#banery p { font-size: 0.913em;} #banery p img { width: auto !important; height: auto !important; margin-bottom: 2em;}#banery p img.img-border { border: 20px solid #fff;}@media (min-width: 1024px) and (max-width: 1280px) {.page-content { padding: 5em 7em; }.content-wrapper-narrow { max-width: 750px; margin: 0 auto; padding: 0 1em;}.content-wrapper-normal { max-width: 850px; margin: 0 auto; padding: 0 1.5em;}.content-wrapper-wide { max-width: 1000px; margin: 0 auto; padding: 0 2em;}#home .page-header h1 { font-size:8em; }div.language {left: 0;position: absolute;top: 35px !important;}#slogan {float: none;left: 50%;margin-left: -460px !important;position: absolute;top: 7%;width: auto;z-index: 958;}}@media screen and (max-width: 1023px) {/*#home .page-header { box-shadow: 0px -20px 100px 50px #fff;}*/#home .page-header h1 { font-size:6em;}#home .page-header { padding-top: 2em; padding-bottom: 3em; position: absolute; left: 0; top: 80%; right: 0; background: #fff; }#home .page-header .logotypes { padding-top: 3em;}#home .page-top { position: absolute;}#home .page-header-container .background { background-position: 53% 0 !important; }#home .page-header {padding-top: 2em;padding-bottom: 3em;position: absolute;left: 0;top: 100%;bottom: 0;height: 124px;right: 0;background: #fff;}}@media screen and (max-width: 768px) {.page-top .row, .page-top.white .row {margin: .7em .8em;}.page-top.white a .logo, .page-top a .logo{font-size:0.7em;}.subpage .page-top .menu_toggle{font-size:1.4em !important;padding-top:1em !important;}.close_btn{right:.8em !important;}.page-content{ padding:4em 2em; }}#press ul#filters li { font-size:1.1em; } #press .isotope-element { width:100%; }@media (min-width: 481px) and (max-width: 767px) {.page-content { padding: 5em 7em; }.content-wrapper-narrow { max-width: 750px; margin: 0 auto; padding: 0 1em;}.content-wrapper-normal { max-width: 850px; margin: 0 auto; padding: 0 1.5em;}.content-wrapper-wide { max-width: 1000px; margin: 0 auto; padding: 0 2em;}.director_photo { text-align: center;}.director_photo img { max-width: 360px; height: auto;}#press .isotope-element { color: #000; height: auto; width: 50%; padding-bottom: 2em; background: none; margin: 0px;}.item-list .label span { display: inline-block; max-width: 90%; text-align: right;}.page-header h1 { font-size: 2.5em !important;}.page-header { padding-top: 11em !important; padding-bottom: 6em !important;}#castandcrew .page-header-container .background { background-position: 40% 0 !important; }#awards .page-header-container .background { background-position: 70% 0 !important; }#trailer .page-header-container .background { background-position: 20% 0 !important; }#distribution .page-header-container .background { background-position: 85% 0 !important; }#press .page-header-container .background { background-position: 85% 0 !important;}#home .page-header h1 { font-size:6em !important;}#home .page-header-container .background { background-position: 53% 0 !important; margin-bottom: 4em; }.page-header .header-text {font-size: 2em !important;}}@media (max-width: 480px) {.page-header .header-text {display:block;width:100%;height: 120px;}.en .page-header .header-text {display:block;width:100%;height: 120px;}.background {}.director_photo { }.director_photo img { max-width: 200px; height: auto; margin: 0 auto;}#press .isotope-element { color: #000; height: auto; width: 100%; padding-bottom: 2em; background: none; margin: 0px;}.page-header { padding-bottom: 0 !important;padding-top: 0em !important;}#home .page-header { padding-bottom: 3em !important; padding-top: 2em !important;}.page-header .header-text {line-height: 1.5em;font-weight: 400;font-size: 0.9em;}.page-header h1 { font-size: 2em;}.item-list .label span { display: inline-block; max-width: 90%; text-align: right;}#menu ul li a { color: #b5b5b5; font-weight: 300; font-size: 1.3em; letter-spacing: 1px; }#hab #syn #baslik h2, #hab #hab-icerik .title h2 {padding: 1em 0 0em 0;}#castandcrew .page-header-container .background { background-position: 40% 0 !important; }#awards .page-header-container .background { background-position: 70% 0 !important; }#trailer .page-header-container .background { background-position: 20% 0 !important; }#distribution .page-header-container .background { background-position: 85% 0 !important; }#press .page-header-container .background { background-position: 85% 0 !important; }#home .page-header-container .background { background-position: 55% 0 !important; }#home .awards .item { font-size: 11px; line-height: 1.1em; text-align: center; display: block; padding: 1em 0.2em 1em 0.2em; width: 130px;}#gal .page-header,#afis .page-header {padding-bottom:5em !important; }#gal .page-content,#afis .page-content{padding: 5em 1em;}#gal .page-content ul.gallery,#afis .page-content ul.gallery {padding:0;} #gal .page-content li,#afis .page-content li { margin:1%;}}@media (max-width: 430px) {#home .oscar-desc { display: block; text-align: center; width: auto; min-width: 300px; padding-left: 30px; } #home .awards { padding-top: 2em;}#home .awards .views-slideshow-cycle-main-frame { height: 140px; }#home .awards .item { font-size: 11px; line-height: 1.1em; text-align: center; display: block; padding: 1em 0.2em 1em 0.2em; width: 130px;}#gal #page-header {padding-bottom:5em !important; }#gal .page-content li,#afis .page-content li { margin:1%;}#gal .page-content,#afis .page-content{padding: 5em 1em;} #gal .page-content ul.gallery,#afis .page-content ul.gallery {padding:0;} }.col6 { float: left;padding: 0 5%;width: 50%;}@media (min-width: 768px) and (max-width: 1023px) {/* section page-content */.page-content { padding: 5em 7em; }.content-wrapper-narrow { max-width: 750px; margin: 0 auto; padding: 0 3em;}.content-wrapper-normal { max-width: 850px; margin: 0 auto; padding: 0 1.5em;}.content-wrapper-wide { max-width: 1000px; margin: 0 auto; padding: 0 2em;}#press .isotope-element { color: #000; height: auto; width: 50%; padding-bottom: 2em; background: none; margin: 0px;}}/* menu */#menu {position:fixed;top:0;left:0;right:0;height:0;background:#0e1217;color:#fff;z-index:1050;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;overflow-x:hidden;color: #fff;}.menu-open #menu { height:100%; }#menu .row.btn { text-align: right;}.page-top .menu_toggle { padding-top: 0.4em;}.menu_toggle { font-size: 1.8em;}.close_btn { position: relative; float: right; top: 0.5em; right: 2.1em; display: block; width: 61px; height: 61px; background: #000; outline: 0; padding: 0; border: 2.5px solid transparent; cursor: pointer;}.close_btn .stick { position: absolute; top: 50%; left: 50%; margin-left: -6%; width: 30%; height: 3px; background: #fff;}.close_btn .stick.-first { margin-top: -5px; margin-left: -13px;	-moz-border-radius: 1px 1px 2px 2px; -webkit-border-radius: 1px; border-radius: 1px 1px 2px 2px;	-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}.close_btn .stick.-second {	margin-top: 5px;	margin-left: -13px;	-moz-border-radius: 1px 1px 2px 2px; -webkit-border-radius: 1px; border-radius: 1px 1px 2px 2px;	-moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}.close_btn .stick.-third {	margin-top: -5px;	-moz-border-radius: 1px 1px 2px 2px; -webkit-border-radius: 1px; border-radius: 1px 1px 2px 2px;	-moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}.close_btn .stick.-fourth {	margin-top: 5px;	-moz-border-radius: 1px 1px 2px 2px; -webkit-border-radius: 1px; border-radius: 1px 1px 2px 2px;	-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}#menu .content { background: transparent;}#menu h2 { text-align: center; color: #fff; font-size: 2em; padding: 2em 0 0 0;}#menu .separator { padding:0px;}#menu ul{ list-style: none; text-align: center; padding: 0; margin: 0; padding-bottom: 3em;}#menu ul li { list-style: none; text-align: center; padding: 0 0 0.3em 0; margin: 0; }#menu ul li a { color: #b5b5b5; font-weight: 300; font-size: 1em; letter-spacing: 1px; }#menu ul li a:hover,#menu ul li.active-trail a { color: #fff; text-decoration: none;}@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic&subset=latin,latin-ext);html { font-size: 100%; }body { font-family: 'Source Sans Pro', sans-serif; font-weight:300; font-size:100%; line-height:1.6em; color:#000;}.page-content { font-size: 1em; line-height: 1.65em;}.intro { font-weight: 600; font-size: 1.063em; padding-bottom: 2em;}strong { font-weight: 600; }span.italic {font-style: italic;}.text-medium { font-weight: 400; font-size:1em; line-height:1.6em; }@media (max-width: 1281px) {	.text-medium { font-weight: 400; font-size:1em; line-height:1.6em; }}.text-small { font-weight: 400; font-size:0.750em; line-height:2em; color:#333; }a {color:#000; }a:hover { color:#888; text-decoration:none; }/* HEADINGS DEFAULT/CONTENT */h1 { font-size:3.500em; line-height:1.25em; letter-spacing:0.4em; padding-left:0.280em; margin:0px; color:#fff; text-shadow: 0 0 10px #555; text-transform: uppercase;	font-family: "freight-display-pro",sans-serif; font-style: normal; font-weight: 400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}h2 { font-size:1.625em; line-height:1.25em; letter-spacing:1px; padding:2em 0; margin:0px; color:#000; text-align: center; 	font-family: "freight-display-pro",sans-serif; font-style: italic; font-weight: 400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}h3 { font-size:1.188em; line-height:1.25em; letter-spacing:1px; padding: 2em 0 3em 0; margin:0px; color:#000; text-align: center; 	font-family: "freight-display-pro",sans-serif; font-style: italic; font-weight: 400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}h4 { color:#000; font-size:1.375em; /* 22px */ line-height:1.6em; letter-spacing:0em; padding: 0px; margin: 0px;	font-family: 'Source Sans Pro', sans-serif; font-weight:600; text-rendering: optimizeLegibility; }h5 { color:#000; font-size:1.125em; /* 18px */ line-height:1.6em; letter-spacing:0em; padding: 0px; margin: 0px;	font-family: 'Source Sans Pro', sans-serif; font-weight:600; text-rendering: optimizeLegibility; }h6 { color:#000; font-size:0.938em; /* 15px */ line-height:1.6em; letter-spacing:0em; padding: 0px; margin: 0px;	font-family: 'Source Sans Pro', sans-serif; font-weight:600; text-rendering: optimizeLegibility; }/* HEADINGS TITLE */h1.title { text-align: center; }h1.title span { display: inline-block; border-bottom: 10px solid #f0f0f0; padding: 1em 1em 0.344em 1em; margin-bottom: 1em; }h1.title-header, div.page-title h2 { font-family:'Cardo', serif; text-transform:uppercase; font-size:65px; font-weight:normal; letter-spacing:0px; line-height:70px; padding:0px; margin:0px; color:#f0f0f0; font-weight:400;}h2.title-header { font-family:'Cardo', serif; text-transform:uppercase; font-size:48px; font-weight:normal; letter-spacing:0px; line-height:52px; padding:0px; margin:0px; color:#f0f0f0; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased;}h3.title-header { font-family:'Cardo', serif; text-transform:uppercase; font-size:28px; font-weight:normal; letter-spacing:0px; line-height:34px; padding:0px; margin:0px; color:#0f0f0f; }h1.slideshow { font-family:'Cardo', serif; text-transform:uppercase; font-size:47px; font-weight:normal; letter-spacing:0px; line-height:54px; padding:0px; margin:0px; color:#f0f0f0; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased; }@media only screen and (max-width: 480px) {	html { font-size:90%; }	/*	h1 { font-size:1.4em; } */} @media (min-width: 481px) and (max-width: 768px) {	html { font-size:94%; }	/*h1 { font-size:1.8em; }*/}@media (min-width: 769px) and (max-width: 991px) {	html { font-size:98%; }} @media (min-width: 992px) and (max-width: 1099px) {	body { font-size:100%; }} @media (min-width: 1100px) and (max-width: 1440px) {	body { font-size:100%; }} @media (min-width: 1441px) and (max-width: 1679px) {	body { font-size:105%; }} @media only screen and (min-width: 1680px) {	body { font-size:110%; }} .title {display:none;}@import url(http://fonts.googleapis.com/css?family=Open+Sans);#foot .follow,#foot .logotypes {display: none;}#fot {bottom: 13px;left: 0;max-height: 169px;position: fixed;width: 100%;} #fot img {}.soc { bottom: 1px;position: absolute;right: 0;}.soc img {margin: 5px 10px 7px 0 !important;max-height: 40px;float: right;width: 40px;}.footlogos {display: table;margin: 0 auto;position: relative;}.footlogos li {float: left;list-style: outside none none;margin-bottom: 10px;margin-right: 14px;}/* .footlogos li img{max-height: 30px;}*/div.language {left: 0;position: absolute;top: 25px;}div.language a {color:#ffffff !important;}.footlogos li.item-2 {line-height: 53px;}.footlogos li.item-4 {line-height: 53px;}.footlogos li.item-5 {line-height: 53px;}.footlogos li.item-6 {line-height: 53px;}.footlogos li.item-7 {line-height: 33px;}.footlogos li.item-8 {line-height: 36px;}#yh div.language { left: 0;position: relative;top: -9px;}div.language li {float: left;list-style: outside none none;margin-right: 15px;}div.language li a { font-family: "arno-pro";font-size: 26px;font-weight: bold;color: #dadada;}div.language li a:hover {color:#000000 !important}.sitealtsayfa div.language li a:hover {color:#737373;}.sitealtsayfa div.language li a {color:#000000 !important;}.sitealtsayfa div.language {width:146px;margin:0 auto;}/* Cast and crew */#castandcrew .director_photo img { padding: 1.5em 0.5em 0.5em 0; }#castandcrew .director_films { }#castandcrew h6 { padding: 0.9em 0 0.3em 0; }#castandcrew ul { padding: 0; margin: 0; list-style: none; font-size: 0.875em; line-height: 1.55em;}#castandcrew ul li { padding-bottom: 0.4em;}#castandcrew .cast_main .character { font-weight: 600; color: #000; text-align: center; line-height: 1.6em; padding: 1em 0 0 0; }#castandcrew .cast_main .name { text-align: center;}#castandcrew .cast_other { padding-top: 4em;}#castandcrew .producers .name { font-weight: 600; color: #000; text-align: left; line-height: 1.6em; padding: 1em 0 0 0; }#castandcrew .producers .photo { text-align: center;}#castandcrew .producers img { padding-top: 3em; max-width: 250px; margin: 0 auto;}/**CUSTOM**************************************************************/.bio {width:800px;max-height: 500px;font-family: "arno-pro";}.bio p{font-family: "arno-pro";}.biofoto {width:25%;float:left;margin-right:40px;}.bioyazi {width:65%;float:left;}.biodepo {display:none;}.bioad {width:65%;float:left;font-size:25px;font-weight:bold;}#easyCenter { margin-left: -400px !important;margin-top: -250px !important;max-height:500px !important;width: 800px !important;}#easyContainer {width: 800px !important;max-height:500px !important;}#sto .background {background-image: url("i/story-bg.jpg") !important;} #cast .background {background-image: url("i/cast-bg.jpg") !important;} #tra .background {background-image: url("i/fragman-bg2.jpg") !important;}#gal .background {background-image: url("i/galeri-bg.jpg") !important;}#afis .background {background-image: url("i/afis-bg2.jpg") !important;} #hab .background {background-image: url("i/haber-bg.jpg") !important;} #bas .background {background-image: url("i/basin-bg.jpg") !important;} #ilet .background {background-image: url("i/ilet-bg.jpg") !important;}.tr.gallery li {float: left;margin: 0 10px 18px;width: 30%;}.en .tr.gallery li {float: left;}div.item {float: left;margin: 2%;min-height: 100px;width: 45%;}div.item.full { width: 98%;}div.item p{line-height: 23px !important;margin: 0;text-align: center;}div.item a {font-weight:bold;}.haberler #syn .post .title,.news #syn .post .title {display:block;}.haberler #syn .post .title h2,.news #syn .post .title h2{ font-weight: bold;font-size: 1.625em;line-height: 1.25em;letter-spacing: 1px;padding: 0.5em 0;text-align: left;}.haberler #syn .post,.news #syn .post {border-bottom: 1px solid #000;padding-bottom: 0px;padding-top: 23px;}.haberler #syn .post_last, .news #syn .post_last {border:none;}#ilet #syn #page img {width:auto;}.en #slogan {margin-left: -335px;}/***Easy****************************************************************//*	Overlay*/#easyOverlay {	position: fixed;	z-index: 9998;	left: 0;	top: 0;	width: 100%;	height: 100%;	background: url(i/easy-bg.png);	cursor: pointer;}/*	Main window*/#easyCenter {	position: fixed;	left: 50%;	top: 50%;	z-index: 9999;	overflow: hidden;	background: #fff;	border-top-left-radius: 4px;	border-top-right-radius: 16px;	border-bottom-right-radius: 4px;	border-bottom-left-radius: 16px;<}/*	Loading class*/#easyLoadingIndicator {	position: relative;	left: 50%; top: 50%;	width: 24px;	height: 24px;	margin-left: -12px;	margin-top: -12px;	background: url(i/easy-loading.gif) no-repeat;}#easyContainer {	overflow: hidden;}/*	Error class*/#easyContainer.error {	background: url(i/easy-error.png) no-repeat center;}/*	Resource container and Label/Number/Buttons container	Border replaces padding*/#easyContainer, #easyBottom {	padding: 16px;}#easyBottom {	padding-top: 0;}/*	Disable borders*/#easyContainer img, #easyContainer iframe {	border: 0;	}/*	Bottom settings*/#easyBottom {	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	color: #666;	text-align: left;	border-top: none;}/*	Close button*/#easyCloseLink {background: rgba(0, 0, 0, 0) url("i/easy-controls.png") no-repeat scroll -96px 0;display: block;height: 24px;margin: 0 0 0 10px;outline: medium none;position: absolute;right: 10px;top: 10px;width: 24px;z-index: 1000;}#easyCloseLink:hover {	background: url(i/easy-controls.png) no-repeat -96px -24px;}/*	Next and previous button container*/#easyNavigation {	float: left;	width: 50px;	height: 24px;	margin: 0 10px 0 0;}/*	Previous button*/#easyPrevLink {	display: block;	float: left;	width: 24px;	height: 24px;	background: url(i/easy-controls.png) no-repeat 0px 0px;	outline: none;}#easyPrevLink:hover {	background: url(i/easy-controls.png) no-repeat 0px -24px;}#easyPrevLink.disabled {	background: url(i/easy-controls.png) no-repeat 0px -48px;}/*	Next button*/#easyNextLink {	display: block;	margin: 0 0 0 26px;	width: 24px;	height: 24px;	background: url(i/easy-controls.png) no-repeat -24px 0px;	outline: none;}#easyNextLink:hover {	background: url(i/easy-controls.png) no-repeat -24px -24px;}#easyNextLink.disabled {	background: url(i/easy-controls.png) no-repeat -24px -48px;}/*	Slideshow button*/#easySlideLink {	display: block;	float: right;	width: 24px;	height: 24px;	background: url(i/easy-controls.png) no-repeat -48px 0px;	margin: 0 0 0 10px;	outline: none;}#easySlideLink:hover {	background: url(i/easy-controls.png) no-repeat -48px -24px;}/*	Disabled slideshow button*/#easySlideLink.disabled {	background: url(i/easy-controls.png) no-repeat -72px 0px;}#easySlideLink.disabled:hover {	background: url(i/easy-controls.png) no-repeat -72px -24px;}/*	Caption and number container*/#easyCaption, #easyNumber {	display: block;	margin-right: 60px;}/*	Caption and number moved right when navigation arrows are present*/#easyCaption.nav, #easyNumber.nav {	margin-left: 60px;}/*	Caption container*/#easyCaption {	font-size: 12px;	font-weight: bold;	line-height: 16px;	padding-top: 2px;}/*	Number container*/#easyNumber {	font-size: 10px;	line-height: 10px;	height: 10px;	padding: 4px 0 6px;}/***Touch*****************************************************************//* The gallery overlay */ul.touch.bolum { margin: 0;padding: 0;width: 100%;}ul.touch.bolum li { float: left;list-style: outside none none;margin: 0 5px 10px;width: 31%;}ul.touch li {float:left;margin:0 10px 10px 0;}#galleryOverlay{	width:100%;	height:100%;	position:fixed;	top:0;	left:0;	opacity:0;	z-index:100000;	background-color:#222;	background-color:rgba(0,0,0,0.8);	overflow:hidden;	display:none;		-moz-transition:opacity 1s ease;	-webkit-transition:opacity 1s ease;	transition:opacity 1s ease;}/* This class will trigger the animation */#galleryOverlay.visible{	opacity:1;}#gallerySlider{	height:100%;		left:0;	top:0;		width:100%;	white-space: nowrap;	position:absolute;		-moz-transition:left 0.4s ease;	-webkit-transition:left 0.4s ease;	transition:left 0.4s ease;}#gallerySlider .placeholder{	background: url("i/preloader.gif") no-repeat center center;	height: 100%;	line-height: 1px;	text-align: center;	width:100%;	display:inline-block;}/* The before element moves the * image halfway from the top */#gallerySlider .placeholder:before{	content: "";	display: inline-block;	height: 50%;	width: 1px;	margin-right:-1px;}#gallerySlider .placeholder img{	display: inline-block;	max-height: 80%;	max-width: 80%;	width: auto !important;	vertical-align: middle;}#gallerySlider.rightSpring{	-moz-animation: rightSpring 0.3s;	-webkit-animation: rightSpring 0.3s;}#gallerySlider.leftSpring{	-moz-animation: leftSpring 0.3s;	-webkit-animation: leftSpring 0.3s;}/* Firefox Keyframe Animations */@-moz-keyframes rightSpring{	0%{		margin-left:0px;}	50%{	margin-left:-30px;}	100%{	margin-left:0px;}}@-moz-keyframes leftSpring{	0%{		margin-left:0px;}	50%{	margin-left:30px;}	100%{	margin-left:0px;}}/* Safari and Chrome Keyframe Animations */@-webkit-keyframes rightSpring{	0%{		margin-left:0px;}	50%{	margin-left:-30px;}	100%{	margin-left:0px;}}@-webkit-keyframes leftSpring{	0%{		margin-left:0px;}	50%{	margin-left:30px;}	100%{	margin-left:0px;}}/* Arrows */#prevArrow,#nextArrow{	border:none;	text-decoration:none;	background:url('i/arrowws.png') no-repeat;	opacity:0.5;	cursor:pointer;	position:absolute;	width:43px;	height:58px;		top:50%;	margin-top:-29px;		-moz-transition:opacity 0.2s ease;	-webkit-transition:opacity 0.2s ease;	transition:opacity 0.2s ease;}#prevArrow:hover, #nextArrow:hover{	opacity:1;}#prevArrow{	background-position:left top;	left:40px;}#nextArrow{	background-position:right top;	right:40px;}/* ------------------------------------------------------------------------	This you can edit.------------------------------------------------------------------------- */	div.light_rounded .pp_top .pp_left { background: url(i/3dsprite.png) -88px -53px no-repeat; } /* Top left corner */	div.light_rounded .pp_top .pp_middle { background: url(i/dcontentPattern.png) top left repeat; } /* Top pattern/color */	div.light_rounded .pp_top .pp_right { background: url(i/3dsprite.png) -110px -53px no-repeat; } /* Top right corner */		div.light_rounded .pp_content { background: url(i/dscontentPattern.png) top left repeat; } /* Content background */	div.light_rounded .pp_content a.pp_next:hover { background: url(i/2dbtnNext.png) center rightno-repeat; cursor: pointer; } /* Next button */	div.light_rounded .pp_content a.pp_previous:hover { background: url(i/2dbtnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */	div.light_rounded .pp_content a.pp_expand { background: url(i/3dsprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */	div.light_rounded .pp_content a.pp_expand:hover { background: url(i/3dsprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */	div.light_rounded .pp_content a.pp_contract { background: url(i/3dsprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */	div.light_rounded .pp_content a.pp_contract:hover { background: url(i/3dsprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */	div.light_rounded .pp_content a.pp_close { width: 75px; height: 22px; background: url(i/3dsprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(i/3dsprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(i/3dsprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }	div.light_rounded .pp_bottom .pp_left { background: url(i/3dsprite.png) -88px -80px no-repeat; } /* Bottom left corner */	div.light_rounded .pp_bottom .pp_middle {background: url(i/dscontentPattern.png) top left repeat; } /* Bottom pattern/color */	div.light_rounded .pp_bottom .pp_right { background: url(i/3dsprite.png) -110px -80px no-repeat; } /* Bottom right corner */	div.light_rounded .pp_loaderIcon { background: url(i/dsloader.gif) center center no-repeat; } /* Loader icon */		ul.gallery li {display:block;float:left;margin:0 5px 0 0;width:auto;}/* ------------------------------------------------------------------------	DO NOT CHANGE------------------------------------------------------------------------- */	div.pp_pic_holder a:focus { outline:none; }	div.pp_overlay {		background: #000;		position: absolute; top: 0; left: 0;		z-index: 9500;		width: 100%;	}		div.pp_pic_holder {		position: absolute; z-index: 10000;		width: 100px;	}				div.pp_pic_holder .pp_top {			position: relative;			height: 20px;		}			* html div.pp_pic_holder .pp_top { padding: 0 20px; }					div.pp_pic_holder .pp_top .pp_left {				position: absolute;				left: 0;				width: 20px; height: 20px;			}			div.pp_pic_holder .pp_top .pp_middle {				position: absolute;				left: 20px; right: 20px;				height: 20px;			}				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }						div.pp_pic_holder .pp_top .pp_right {				position: absolute;				top: 0; left: auto; right: 0;				width: 20px; height: 20px;			}				div.pp_pic_holder .pp_content {			position: relative;			text-align: left;			width: 100%; height: 40px;		}					div.pp_pic_holder .pp_content .pp_details {				display: none;				margin: 10px 15px 2px 20px;			}				div.pp_pic_holder .pp_content .pp_details p.pp_description { width:auto;display: none; float: left; margin: 0; }								div.pp_pic_holder .pp_content .pp_details .pp_nav {					float: left;					margin: 3px 0 0 0;					width:auto;				}									div.pp_pic_holder .pp_content .pp_details .pp_nav p {width:auto; float: left; margin: 2px 4px; text-indent:-1000px; }									div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {						float: left;						display: block;						width: 14px; height: 15px;						overflow: hidden;						text-indent: -10000px;						margin-top: 3px;					}				div.pp_pic_holder .pp_content div.pp_hoverContainer {			position: absolute; z-index: 2000;			top: 0; left: 0;			width: 100%;		}				div.pp_pic_holder .pp_content a.pp_next {			display: block; float: right;			text-indent: -10000px;			width: 49%; height: 100%;			background: url(i/lbtnNext.png) 10000px 10000px no-repeat;		}					div.pp_pic_holder .pp_content a.pp_previous {			display: block; float: left;			text-indent: -10000px;			width: 49%; height: 100%;			background: url(i/lbtnNext.png) 10000px 10000px no-repeat;		}				div.pp_pic_holder .pp_content a.pp_expand,		div.pp_pic_holder .pp_content a.pp_contract {			position: absolute; z-index: 20000;			top: 10px; right: 30px;			cursor: pointer;			display: none;			text-indent: -10000px;			width: 20px; height: 20px;			}					div.pp_pic_holder .pp_content a.pp_close {			float: right;			display: block;			text-indent: -10000px;			width:73px;		}				div.pp_pic_holder .pp_bottom {			position: relative;			height: 20px;		}			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }						div.pp_pic_holder .pp_bottom .pp_left {				position: absolute;				left: 0;				width: 20px; height: 20px;			}			div.pp_pic_holder .pp_bottom .pp_middle {				position: absolute;				left: 20px; right: 20px;				height: 20px;			}				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }							div.pp_pic_holder .pp_bottom .pp_right {				position: absolute;				top: 0; left: auto; right: 0;				width: 20px; height: 20px;			}				div.pp_pic_holder .pp_loaderIcon {			display: none;			position: absolute;			top: 50%; left: 50%;			margin: -12px 0 0 -12px;			width: 24px; height: 24px;		}				div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }		div.pp_pic_holder #pp_full_res object,		div.pp_pic_holder #pp_full_res embed { visibility: hidden; }			div.ppt {			display: none;			position: absolute;			top: 0; left: 0;			z-index: 9999;			color: #fff;			font-size: 17px;			text-indent:-99999px;		}				.gallery {float:left;}/* ------------------------------------------------------------------------	Miscellaneous------------------------------------------------------------------------- */	.clearfix:after {	content: "."; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;	}	.clearfix {display: inline-block;}	/* Hides from IE-mac \*/	* html .clearfix {height: 1%;}	.clearfix {display: block}	/* End hide from IE-mac */#log,#rgt {}#slogan {float: none;left: 50%;margin-left: -392px;position: absolute;top: 7%;width: auto;z-index: 1000;}#slogan h2 {font-family: "arno-pro";color: #05303f;font-size: 123px;font-style: normal;line-height: 120px;padding: 0;}#slogan h6{ font-family: "arno-pro";color: #05303f;font-size: 24px;font-weight: normal;letter-spacing: 4px;text-align: right;}.en #slogan h6{}#slogan h5 { font-family: "arno-pro";color: #05303f;font-size: 35px;font-weight: normal;letter-spacing: 5px;line-height: 75px;}#slogan h5 span {}@media only screen and (max-width: 800px) {.cast-crew_page .page-content .item-list .field,.oyuncular-ekip_page .page-content .item-list .field{font-size: 15px;} .csponsor {width: 50% !important;/* float: left; *//* text-align: center; */margin: 0 auto;height: 133px;}#slogan {float: none;left: 50%;margin-left: -213px;position: absolute;top: 7%;width: auto;z-index: 1000;}#slogan h5 {font-family: "arno-pro";color: #05303f;font-size: 24px;font-weight: normal;letter-spacing: 5px;line-height: 37px;}#slogan h2 {font-family: "arno-pro";color: #05303f;font-size: 64px;font-style: normal;line-height: 54px;padding: 0;}#fot {bottom: 37px;}div.language {left: 0;position: absolute;top: 75px;}.soc {bottom: -41px;position: absolute;right: 0;}.csponsor .cs2 {font-size:14px !important;}.csponsor .cs img {width:auto;}}@media screen and (max-width: 768px) {.page-top .row, .page-top.white .row {margin: .7em .8em;}#ida #home .page-header {position: fixed;}div.language {left: 0;position: absolute;top: 49px;}.character.saga {margin-left:0px;}.page-top.white a .logo, .page-top a .logo{font-size:0.7em;}.subpage .page-top .menu_toggle{font-size:1.4em !important;/* padding-top:2em !important;*/}.close_btn{right:.8em !important;} #gal .page-content { padding: 5em 0; }.page-content{ padding:4em 2em; }#slogan { margin-left: -36%;top: 3%;width: 70%;} #slogan h2 {font-size: 75px;line-height: 75px;} #slogan h5 {font-size: 23px;line-height: 44px;}#slogan h6 {font-size:15px;text-align: right;line-height: 42px;}}@media (min-width: 481px) and (max-width: 767px) {.subpage .page-top .menu_toggle{font-size:1.4em !important;padding-top:0em !important;}.page-content { padding: 5em 7em; }#gal .page-content { padding: 5em 0; }.content-wrapper-narrow { max-width: 750px; margin: 0 auto; padding: 0 1em;}.content-wrapper-normal { max-width: 850px; margin: 0 auto; padding: 0 1.5em;}.content-wrapper-wide { max-width: 1000px; margin: 0 auto; padding: 0 2em;}.director_photo { text-align: center;}.director_photo img { max-width: 360px; height: auto;}#press .isotope-element { color: #000; height: auto; width: 50%; padding-bottom: 2em; background: none; margin: 0px;}.item-list .label span { display: inline-block; max-width: 90%; text-align: right;}.page-header h1 { font-size: 2.5em !important;}.page-header { padding-top: 0em !important; padding-bottom: 0em !important;}#castandcrew .page-header-container .background { background-position: 40% 0 !important; }#awards .page-header-container .background { background-position: 70% 0 !important; }#trailer .page-header-container .background { background-position: 20% 0 !important; }#distribution .page-header-container .background { background-position: 85% 0 !important; }#press .page-header-container .background { background-position: 85% 0 !important;}#home .page-header h1 { font-size:6em !important;}#Xhome .page-header { padding-top: 2em !important; padding-bottom: 3em !important; position: absolute; left: 0; top: 80%; right: 0; background: #fff; }#home .page-header-container .background { background-position: 53% 0 !important;margin-bottom:0em;}body#ida {overflow-x:hidden;height:100vh !important;}#home .page-header {position: fixed;} .footlogos {top: -22px;}.footlogos ul {display: table;margin: 0 auto;}/* .footlogos li img {max-height:18px;}.item-6 {clear: both;margin-left: 23%;}*/#slogan {margin-left: -41%;width: 82%;} #slogan h2 {font-size: 55px !important;line-height: 55px !important;} #slogan h5 {font-size: 20px !important;line-height: 23px !important;}#slogan h6 {font-size:15px !important;text-align:right;display:block;margin-right:100px;}.tr.gallery li {float: left;margin: 0 10px;width: 29%;}#hab #syn #baslik h2, #hab #syn #hab-icerik .title h2 {padding: 1em 0 0em 0;}.page-header .header-text {font-size: 1.5em !important;padding: 2em 3em;}.en #slogan {margin-left: -42% !important;}}}@media (max-width: 480px) {#logolar {display: block !important;margin: 0 auto !important;clear: both;font-size:15px;}.mobildegoster {}.director_photo { }.director_photo img { max-width: 200px; height: auto; margin: 0 auto;}#press .isotope-element { color: #000; height: auto; width: 100%; padding-bottom: 2em; background: none; margin: 0px;}.page-header { padding-bottom: 6em !important; padding-top: 17em !important;}#home .page-header { padding-bottom: 3em !important; padding-top: 2em !important;}.page-header .header-text { font-size: 0.875em; line-height: 1.3em; font-weight: 400;}.page-header h1 { font-size: 2em;}.item-list .label span { display: inline-block; max-width: 90%; text-align: right;}#menu ul li a { color: #b5b5b5; font-weight: 300; font-size: 1.3em; letter-spacing: 1px; } .en #slogan {margin-left: -42% !important;}#castandcrew .page-header-container .background { background-position: 40% 0 !important; }#awards .page-header-container .background { background-position: 70% 0 !important; }#trailer .page-header-container .background { background-position: 20% 0 !important; }#distribution .page-header-container .background { background-position: 85% 0 !important; }#press .page-header-container .background { background-position: 85% 0 !important; }#home .page-header-container .background { background-position: 55% 0 !important; }#home .awards .item { font-size: 11px; line-height: 1.1em; text-align: center; display: block; padding: 1em 0.2em 1em 0.2em; width: 130px;}/* .footlogos li img {max-height:15px;}*/.footlogos li {margin: 4px;}.footlogos ul {padding:0 12px;display: table;margin: 0 auto;}.main_footer {padding:0px;padding-bottom:10px;overflow: hidden;}.content-wrapper-narrow {width: 100% !important;overflow: hidden;float: left;max-width: 100% !important;}#syn ul {font-size: 0.875em;line-height: 1.55em;width: 100% !important;float: none;padding: 0px;list-style: outside none none;}#syn ul li {width:100% !important;}.footlogos {top: -53px;}#fot {max-height:none !important;}/*.item-6 {clear: both;margin-left: 24% !important;}*/.en #slogan {margin-left: -42% !important;}#slogan {margin-left: -47%;width: 95%;} #slogan h2 {font-size: 45px;line-height: 40px;} #slogan h5 {font-size:16px;letter-spacing: 3px;}#slogan h6 {font-size: 14px;text-align: center;}a.menu_toggle { position: absolute;right: 7px;top: -11px;}div.language {left: -27px;position: absolute;top: 13px;}div.language li a{}#ida #home .language {float: left !important;position: absolute;left: 9px !important;top: 13px;}#ida #home .language ul {padding:0px;}#ida #home .language a {color:#ffffff;}#ida #home .footlogos {display: block;float: left;position: relative;width: 100% !important;}#ida #home .mobildegoster {position: absolute;background: url(i/saydamtabaka.png) repeat;top: -193px;}/*#ida #home .footlogos .item-5 img {width: 100px;}*/.footlogos li {margin: 4px;height: 57px;}#bot {width:100%;}#bot #cpy {float:right;margin-right: 10px;}#bot #yh {float: left;left: 0px;width: 27%;position: initial;}#bot #yh .language {top: 0px;position: initial;}#bot div.language ul {overflow: hidden;margin: 0px;padding-left: 6px;}#bot div.language li a {font-size: 16px;}}@media (max-width: 430px) {#home .oscar-desc { display: block; text-align: center; width: auto; min-width: 300px; padding-left: 30px; } #home .awards { padding-top: 2em;}#home .awards .views-slideshow-cycle-main-frame { height: 140px; }#home .awards .item { font-size: 11px; line-height: 1.1em; text-align: center; display: block; padding: 1em 0.2em 1em 0.2em; width: 130px;}#slogan {margin-left: -41%;width: 82%;} #slogan h2 {font-size: 40px !important;line-height: 50px;font-family: "arno-pro";} #slogan h5 {font-size:14px !important;font-family: "arno-pro";}#slogan h6 {font-size: 12px !important;font-family: "arno-pro";text-align: right;font-family: "arno-pro";display:block;margin-right:37px;}a.menu_toggle { position: absolute;right: 7px;top: 8px;} .en #slogan {margin-left: -42% !important;}}@media only screen and (max-device-width: 320px) {#slogan h2 {font-size: 2em !important;}#slogan h5 {font-size: 0.6em !important;}#slogan h6 {font-size: 0.6em !important;display: block;margin-right: 30px;}.page-header .header-text {font-size: 8px;display: block;height: 80px;}.en .page-header .header-text {font-size: 8px;display: block;height: 120px;}.item-list .field {font-size: 11px;}}#foot .contact {display:none;}@media screen and (width:480px) {}@media screen and (width:736px) {div.language {left: 0;position: absolute;top: 20px !important;}}@media only screen and (orientation: portrait) {#yh div.language {/* left: 0; */position: relative;/* top: -7px; */text-align: center;display: block;margin: 0 auto;width: 21% !important;} /* .subpage .page-top .menu_toggle {font-size: 1.4em !important;padding-top: 0em !important;}*/#yh div.language a {color:#242424 !important;}}@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {#tra .background {background-image: url("i/fragman-dikey-resim-bg.jpg") !important;}#yh div.language {/* left: 0; */position: relative;margin-top: 77px;text-align: center;display: block;margin: 0 auto;width: 21% !important;}#yh div.language a {color:#242424 !important;}.subpage .page-top .menu_toggle {font-size: 1.4em !important;padding-top: 0em !important;}.footlogos li {margin-right: 2px;} }/* Smartphones (portrait and landscape) ----------- */@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {#ida #home .page-header {position: fixed;}.footlogos li {margin-right: 2px;}.footlogos li.item-1 {}.footlogos li.item-1 img{width: 19px;}.footlogos li.item-2 {}.footlogos li.item-2 img {width: 45px;}.footlogos li.item-3 {}.footlogos li.item-3 img{width: 34px;}.footlogos li.item-4 {}.footlogos li.item-4 img{width: 24px;}.footlogos li.item-5 {}.footlogos li.item-5 img{width: 58px;}.footlogos li.item-6 {margin-top: -8px;}.footlogos li.item-6 img{width: 29px;}.footlogos li.item-7 {}.footlogos li.item-7 img{width: 27px;}.footlogos li.item-8 {}.footlogos li.item-8 img{width: 45px;}.footlogos ul, .language ul {padding:0px;}#slogan h5 {font-size: 13px;}#slogan h2 {font-size: 23px;}#slogan h2 {line-height: 19px;}#slogan h6 {font-size: 10px;} #yh div.language a {color: #242424 !important;font-size: 13px;}#tra .background {background-image: url("i/fragman-dikey-resim-bg.jpg") !important;}.soc {bottom: -16px;position: absolute;right: 0;}.soc img {margin: 5px 10px 7px 0 !important;max-height: 40px;float: right;width: 30px;}}@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {.footlogos li {margin-right: 2px;}.footlogos li.item-1 {}.footlogos li.item-1 img{width: 19px;}.footlogos li.item-2 {}.footlogos li.item-2 img {width: 45px;}.footlogos li.item-3 {}.footlogos li.item-3 img{width: 34px;}.footlogos li.item-4 {}.footlogos li.item-4 img{width: 24px;}.footlogos li.item-5 {}.footlogos li.item-5 img{width: 58px;}.footlogos li.item-6 {margin-top: -8px;}.footlogos li.item-6 img{width: 29px;}.footlogos li.item-7 {}.footlogos li.item-7 img{width: 27px;}.footlogos li.item-8 {}.footlogos li.item-8 img{width: 45px;}.footlogos ul, .language ul {padding:0px;}}/* iPhone 6+ ----------- */@media only screen and (min-device-width: 414px) and (max-device-height: 736px) {.footlogos li {margin-right: 2px;}.footlogos li.item-1 {}.footlogos li.item-1 img{width: 25px;}.footlogos li.item-2 {}.footlogos li.item-2 img {width: 55px;}.footlogos li.item-3 {}.footlogos li.item-3 img{width: 44px;}.footlogos li.item-4 {}.footlogos li.item-4 img{width: 42px;}.footlogos li.item-5 {}.footlogos li.item-5 img{width: 75px;}.footlogos li.item-6 {}.footlogos li.item-7 {}.footlogos li.item-7 img{width: 37px;}.footlogos li.item-8 {}.footlogos li.item-8 img{width: 55px;}.footlogos ul, .language ul {padding:0px;}.page-header .header-text {font-size: 10px;display: block;height: 80px;}.en .page-header .header-text {font-size: 10px;display: block;height: 120px;}}@media only screen and (max-device-width: 568px) {#yh .language {width: 90px;margin: 0 auto;}#yh .language li a {font-size:13px;}}/* iPhone 5 ----------- @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){.footlogos li {margin-right: 2px;}.footlogos li.item-1 {}.footlogos li.item-1 img{width: 25px !important;}.footlogos li.item-2 {}.footlogos li.item-2 img {width: 25px !important;}.footlogos li.item-3 {}.footlogos li.item-3 img{width: 34px !important;}.footlogos li.item-4 {}.footlogos li.item-4 img{width: 12px !important;}.footlogos li.item-5 {}.footlogos li.item-5 img{width: 65px !important;}.footlogos li.item-6 {}.footlogos li.item-6 img{width: 47px !important;}.footlogos li.item-7 {}.footlogos li.item-7 img{width: 27px !important;}.footlogos li.item-8 {}.footlogos li.item-8 img{width: 45px !important;}.footlogos ul, .language ul {padding:0px;}}*/@font-face {font-family:'arno-pro';src:url('i/arno-pro.eot');src:url('i/arno-pro.eot?#iefix') format('embedded-opentype'),url('i/arno-pro.woff') format('woff'),url('i/arno-pro.ttf') format('truetype'),url('i/arno-pro.svg#arno-pro') format('svg');font-weight:normal;font-style:normal;}@media only screen and (max-device-width: 1280px) {div.language li a {font-family: "arno-pro";font-size: 26px;font-weight: bold;color: #dadada;}}@media only screen and (max-device-width: 768px) {#fot {bottom:47px;}div.language {top: 83px;}.soc {bottom: -51px;}}.csponsor {width: 50%;float: left;/* text-align: center; *//* margin: 0 auto; */height: 133px;}.csponsor .cs {float: left;width: 82px;text-align: center;}.csponsor .cs2 {float: left;/* width: 277px; */margin-left: 9px;font-size: 23px;}.csponsor .cs2 .s {display: block;}@media only screen and (max-device-width: 414px) {.csponsor {width:100% !important;}.csponsor .cs img {width:50%;}.csponsor .cs2 {float: left;width: 172px;font-size: 12px;}.csponsor .cs {float: left;width: 77px;text-align: center;}}@media only screen and (max-device-width: 320px) {.csponsor {width:100% !important;}.csponsor .cs img {width:50%;}.csponsor .cs2 {float: left;width: 172px;font-size: 12px;}.csponsor .cs {float: left;width: 77px;text-align: center;}}