/*!
 * 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}}
/*************************************************************************************************************//*reset.css baslangici*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}/* remember to define focus styles! */:focus {outline: 0;}ol, ul {list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}/*reset.css sonu*//****************************************************************************************************************/body {background: none repeat scroll 0 0 #000000;color: #AA3E03;font-family: Georgia,serif;font-size: 15px;text-align: center;/*IE hack for centering*/line-height:1.5;text-align: left;}h1,h2,h3,h4,h5,h6 {font-weight: bold;}h1 {font-size:2.2em;}h2 {font-size:2em;}h3 {font-size:1.8em;}h4 {font-size:1.4em;}h5 {font-size:1.2em;}h6 {font-size:1em;}a {text-decoration:none;}p {font-size:12px;}strong {font-weight:bold;}#default div#container {width: 960px;margin: 0 auto;}#default div#header {float: left;background-color: #eee;padding: 5px;width: 950px;}#default div#main {float: left;width:960px;padding-top: 5px;padding-bottom: 5px;}#default div#yield {background-color: #eee;margin-left: 205px;margin-right: 205px;}#default div#left {float: left;width: 190px;background-color: #eee;padding: 5px;}#default div#right {float: right;width: 190px;background-color: #eee;padding: 5px;}#default div#footer {float: left;width: 950px;background-color: #eee;padding: 5px;}/* Tables-------------------------------------------------------------- */table{ margin-bottom: 1.4em; width:100%; }th{ font-weight: bold; }thead th{ background: #c3d9ff; }th,td,caption { padding: 4px 10px 4px 5px; }tr.even td{ background: #e5ecf9; }tfoot{ font-style: italic; }caption{ background: #eee; }/****************************************//*HEADER*/div.title {display:none;}/*LEFT*/#default div#left div.widget {margin-bottom: 10px;}#default div#left div.widget div.title {font-weight: bold;}#default div#left div.widget ul{padding-left: 5px;}/*YIELD*/#default div#yield div.widget_1 div.title {display:none;}#default div#yield div.widget_1 div.post div.title {display:block;}/* başlıkları göstermek istemezseniz bu satırı kaldırın*/#default div#yield div.widget_1 div.post div.info {}#default div#yield div#index {background-color: #fff;}#default div#yield div#index div.post {background-color: #eee;margin-bottom: 5px;padding: 10px;}#default div#yield div#index div.post_last{margin-bottom: 0px;}#default div#yield ol {list-style-type: decimal;margin-left: 30px;}#default div#yield strong {font-weight: bold;}/*RIGHT*/#default div#right div.widget {margin-bottom: 10px;}#default div#right div.widget div.title {font-weight: bold;}#default div#right div.widget ul{padding-left: 5px;}/*FOOTER*/#default div#footer div.widget ul li {display: inline;padding-left: 20px;}#default div#footer div.widget {/* margin-bottom: 10px;*/}#default div#footer div.widget div.title {display: none;}#default div#footer div.widget ul{/*padding-left: 5px;*/}#default div#footer div.widget_1 {float:right;color:#0069A1;font-size:0.8em}/****************************************//*Posts*/#default div#post {padding:10px;}#default div#post div.content {margin-top: 10px;}#default div#post div.info {}#default div#post div.related div.title {font-size: 1em;font-weight: bold;}/****************************************//*Categories*/#default div#category {background-color:#fff;float:left;width:100%;}#default div#category div.static {background-color:#eee;}#default div#category div.post {background-color: #eee;margin-bottom: 5px;width:100%;}#default div#category div.post_last {margin-bottom:0px;}#default div#category div.row {float:left;width:100%;}#default div#category div.row div.post {width:50%;float:left;background-color:#eee;margin-bottom:5px;}/****************************************//*Pages*/#default div#page {padding:10px;}/****************************************//*Tabs*/#tabmenu {padding:3px 0;margin-left: 0px;border-bottom: 1px solid #000000;line-height:normal;}#tabmenu li {list-style: none;margin: 0px;display: inline;}#tabmenu li a {padding: 3px 0.5em;margin-left: 3px;border: 1px solid #778;border-bottom: none;background: #DDE;text-decoration: none;}#tabmenu li a.tab_active {background:#eeeeee none repeat scroll 0 0;border:1px solid black;border-bottom:1px solid #eeeeee;}/*#tabmenu a:hover {background:#ADC09F none repeat scroll 0 0;}*//*#tabmenu li.tab_active:hover {background:#eeeeee none repeat scroll 0 0;}*/.tab_content {height: 250px;background:#eeeeee none repeat scroll 0 0;/*border-color:-moz-use-text-color black black;*/border-color: #000;border-style:none solid solid;border-width:medium 1px 1px;padding:20px;text-align:justify;overflow:hidden;}/****************************************/.ltr {direction:ltr;}.rtl {direction:rtl;}.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height: 1%;}.clearfix {display: block;}a.rss {display:block; background: url(/images/rss.gif) no-repeat; padding-left: 20px;}/*Multi Category View*/#default div.multi_category_view {float:left;}#default div.multi_category_view div.row {float:left;width:100%;}#default div.multi_category_view div.row div.category {width:50%;float:left;background-color:#eee;margin-bottom:5px;}#default div.multi_category_view div.category {float:left;background-color:#eee;margin-bottom:5px;width:100%;}#default div.multi_category_view div.category div.content p.left {float:left;padding:5px;}#default div.multi_category_view div.category div.content p.right {float:right;padding:5px;}#default div.multi_category_view div.category div.content p.center {padding:5px;width:100%;text-align:center;}/* Auto Complete */.ac_results {padding: 0px;border: 1px solid black;background-color: white;overflow: hidden;z-index: 99999;}.ac_results ul { width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;/*width: 100%;*/font: menu;font-size: 12px;/*it is very important, if line-height not setted or settedin relative units scroll will be broken in firefox*/line-height: 16px;overflow: hidden;}.ac_loading { background: white url('/images/indicator.gif') right center no-repeat;}.ac_odd {background-color: #eee;}.ac_over {background-color: #778ec8;color: white;}/*IMAGE*/#gallery {float:left;background-color:#eee;}#gallery .image {float:left;padding:2px;}.galleria{list-style:none;width:450px;display: block;height: 110px;/* Max width here, for users without Javascript */width: 1500px;padding: 15px 0 0 15px;/* Remove default margin */margin: 0;list-style: none;}.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}.galleria li a{display:none}.galleria li div{position:absolute;display:none;top:0;left:180px}.galleria li div img{cursor:pointer}.galleria li.active div img,.galleria li.active div{display:block}.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}.galleria li .caption{display:block;padding-top:.5em}* html .galleria li div span{width:450px} /* MSIE bug */#main_image{float:left;margin:0 auto 30px auto;height:350px;width:450px;background:#eee;}#main_image img{margin-bottom:10px;}div.galleria_thumbnails {/* Set it so we could calculate the offsetLeft */position: relative;height: 145px;width: 450px;/* Add scroll-bars */overflow: auto;}div#gallery .prev_image {float:left;background-image:url(/images/arrow_left.png);}div#gallery .prev_image a {width:16px;height:16px;display:block;}div#gallery .next_image {float:left;background-image:url(/images/arrow_right.png);}div#gallery .next_image a {width:16px;height:16px;display:block;}/****************************************//*File Management*/#document{width:1000px;position:relative;margin:0 auto;}#document .wrapper{width:600px;padding-top:10px;margin:0 auto;}#document .notice{margin-bottom:20px;font-size:24px;color:red}#document .wrapper form{padding-top:58px;margin-left:50px;position:relative;}#document .elements{height:235px;background-color:khaki}#document .wrapper .textfield{width:345px;font-size:18px;font-family:"00360" ,Helvetica, Arial, sans-serif;padding:3px 0;}#document .wrapper label{float:left;width:140px;margin-top:2px;display:block;}#document .wrapper form p{font-size:18px;margin-bottom:38px;clear:both;}#document .button{width:100px;height:37px;font-size:16px;font-family:"00360" ,Helvetica, Arial, sans-serif;left:408px;top:173px;margin-left:140px;}@font-face {font-family: 'BebasNeueRegular';src: url('/s/1493/i/BebasNeue-webfont.eot');src: url('/s/1493/i/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),url('/s/1493/i/BebasNeue-webfont.woff') format('woff'),url('/s/1493/i/BebasNeue-webfont.ttf') format('truetype'),url('/s/1493/i/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');font-weight: normal;font-style: normal;}/****************************************/#container {z-index: 10;position: relative;text-align: center;}.codrops-top{float: left;	font-family: Arial, sans-serif;	line-height: 24px;	font-size: 11px;	width: 100%;	background: #000;	opacity: 0.9;	text-transform: uppercase;	z-index: 9999;	position: relative;	-moz-box-shadow: 1px 0px 2px #000;	-webkit-box-shadow: 1px 0px 2px #000;	box-shadow: 1px 0px 2px #000;}.codrops-top a {color: #DDDDDD;display: block;float: left;letter-spacing: 1px;padding: 0 10px;}.codrops-top a {color: #DDDDDD;letter-spacing: 1px;}.codrops-top a:hover {background: none repeat scroll 0 0 #F1F1F1;border-radius: 1px 1px 1px 1px;color: #000000;}.codrops-top .widget_2 a {color: #DDDDDD;display: block;float: left;letter-spacing: 1px;padding: 0 10px;}.codrops-top .widget_2 a {display: inline;float: none;}.codrops-top .widget_2 li {float:left;}.codrops-top .widget_2 {float:right;}.codrops-top .widget_2 a:hover {background: none repeat scroll 0 0 #F1F1F1;border-radius: 1px 1px 1px 1px;color: #000000;}#header{float: left;	padding: 30px 30px 10px 20px;	margin: 0px 20px 10px 20px;	position: relative;	display: block;	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);text-align: left;}#header h1{	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;	font-size: 35px;	line-height: 35px;	position: relative;	font-weight: 400;	color: #fff;	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);padding: 0px 0px 5px 0px;}#header h1 span{}#header h2, p.info{	font-size: 16px;	font-style: italic;	color: #f8f8f8;	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);}#menu {	display: block;	padding: 15px 0px;}#menu a,#menu a.current-demo,#menu a.current-demo:hover{display: inline-block;	border: 1px solid #000;	padding: 4px 10px 3px;	font-size: 12px;	line-height: 18px;	margin: 2px 3px;	font-weight: 800;	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);	color:#fff;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;	background: #000;}#menu a:hover{	background: #6d0019;}#menu a:active{	background: #6d0019;	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);}#menu a.current-demo,#menu a.current-demo:hover{	color: #A5727D;	background: #6d0019;}#menu li {float:left;}/* Media Queries */@media screen and (max-width: 767px) {	#header{		text-align: center;	}	#menu{		position: relative;		top: auto;		left: auto;	}}#alt {}#icerik {clear: both;background: #000;margin: 0 auto;overflow: hidden;position: relative;text-align: left;top: 12px;width: 600px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 25px;}.urunlerimiz #icerik {width:890px;}#icerik p {margin-bottom:12px;font-size: 14px;color: #fff;}#icerik .title{display:block;}#icerik .title h2 {font-size: 22px;margin-bottom: 8px;color: #fff;}#icerik a {color:#DFDBD4 !important;}#icerik a:hover{text-decoration:underline;}#dotted {top:0;left:0;background-image: url("i/background-dots.gif");height: 100%;position: fixed;width: 100%;z-index:-5;}.bize-ulasin_page #icerik {overflow: hidden;width: 740px;}.box {float: left;}.box1 {margin-right: 50px;}.box2 {}#yhlogo {position:absolute;bottom:20px;right:20px;}/****************************************/.cb-slideshow,.cb-slideshow:after {position: fixed;width: 100%;height: 100%;top: 0px;left: 0px;z-index: 0;}.cb-slideshow:after {content: '';background: transparent url(i/pattern.png) repeat top left;}.cb-slideshow li span {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;color: transparent;background-size: cover;background-position: 50% 50%;background-repeat: none;opacity: 0;z-index: 0;	-webkit-backface-visibility: hidden;-webkit-animation: imageAnimation 36s linear infinite 0s;-moz-animation: imageAnimation 36s linear infinite 0s;-o-animation: imageAnimation 36s linear infinite 0s;-ms-animation: imageAnimation 36s linear infinite 0s;animation: imageAnimation 36s linear infinite 0s;}.cb-slideshow li div {z-index: 1000;position: absolute;bottom: 30px;left: 0px;width: 100%;text-align: center;opacity: 0;-webkit-animation: titleAnimation 36s linear infinite 0s;-moz-animation: titleAnimation 36s linear infinite 0s;-o-animation: titleAnimation 36s linear infinite 0s;-ms-animation: titleAnimation 36s linear infinite 0s;animation: titleAnimation 36s linear infinite 0s;}.cb-slideshow li div h3 {font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;font-size: 240px;padding: 0;line-height: 200px;	color: rgba(169,3,41, 0.8);}.cb-slideshow li:nth-child(1) span { background-image: url(i/1.jpg) }.cb-slideshow li:nth-child(2) span {background-image: url(i/2.jpg);-webkit-animation-delay: 6s;-moz-animation-delay: 6s;-o-animation-delay: 6s;-ms-animation-delay: 6s;animation-delay: 6s;}.cb-slideshow li:nth-child(3) span {background-image: url(i/3.jpg);-webkit-animation-delay: 12s;-moz-animation-delay: 12s;-o-animation-delay: 12s;-ms-animation-delay: 12s;animation-delay: 12s;}.cb-slideshow li:nth-child(4) span {background-image: url(i/4.jpg);-webkit-animation-delay: 18s;-moz-animation-delay: 18s;-o-animation-delay: 18s;-ms-animation-delay: 18s;animation-delay: 18s;}.cb-slideshow li:nth-child(5) span {background-image: url(i/5.jpg);-webkit-animation-delay: 24s;-moz-animation-delay: 24s;-o-animation-delay: 24s;-ms-animation-delay: 24s;animation-delay: 24s;}.cb-slideshow li:nth-child(6) span {background-image: url(i/6.jpg);-webkit-animation-delay: 30s;-moz-animation-delay: 30s;-o-animation-delay: 30s;-ms-animation-delay: 30s;animation-delay: 30s;}.cb-slideshow li:nth-child(2) div {-webkit-animation-delay: 6s;-moz-animation-delay: 6s;-o-animation-delay: 6s;-ms-animation-delay: 6s;animation-delay: 6s;}.cb-slideshow li:nth-child(3) div {-webkit-animation-delay: 12s;-moz-animation-delay: 12s;-o-animation-delay: 12s;-ms-animation-delay: 12s;animation-delay: 12s;}.cb-slideshow li:nth-child(4) div {-webkit-animation-delay: 18s;-moz-animation-delay: 18s;-o-animation-delay: 18s;-ms-animation-delay: 18s;animation-delay: 18s;}.cb-slideshow li:nth-child(5) div {-webkit-animation-delay: 24s;-moz-animation-delay: 24s;-o-animation-delay: 24s;-ms-animation-delay: 24s;animation-delay: 24s;}.cb-slideshow li:nth-child(6) div {-webkit-animation-delay: 30s;-moz-animation-delay: 30s;-o-animation-delay: 30s;-ms-animation-delay: 30s;animation-delay: 30s;}/* Animation for the slideshow images */@-webkit-keyframes imageAnimation { 	0% {	opacity: 0;	-webkit-animation-timing-function: ease-in;	}	8% {	opacity: 1;	-webkit-transform: scale(1.05);	-webkit-animation-timing-function: ease-out;	}	17% {	opacity: 1;	-webkit-transform: scale(1.1);	}	25% {	opacity: 0;	-webkit-transform: scale(1.1);	}	100% { opacity: 0 }}@-moz-keyframes imageAnimation { 	0% {	opacity: 0;	-moz-animation-timing-function: ease-in;	}	8% {	opacity: 1;	-moz-transform: scale(1.05);	-moz-animation-timing-function: ease-out;	}	17% {	opacity: 1;	-moz-transform: scale(1.1);	}	25% {	opacity: 0;	-moz-transform: scale(1.1);	}	100% { opacity: 0 }}@-o-keyframes imageAnimation { 	0% {	opacity: 0;	-o-animation-timing-function: ease-in;	}	8% {	opacity: 1;	-o-transform: scale(1.05);	-o-animation-timing-function: ease-out;	}	17% {	opacity: 1;	-o-transform: scale(1.1);	}	25% {	opacity: 0;	-o-transform: scale(1.1);	}	100% { opacity: 0 }}@-ms-keyframes imageAnimation { 	0% {	opacity: 0;	-ms-animation-timing-function: ease-in;	}	8% {	opacity: 1;	-ms-transform: scale(1.05);	-ms-animation-timing-function: ease-out;	}	17% {	opacity: 1;	-ms-transform: scale(1.1);	}	25% {	opacity: 0;	-ms-transform: scale(1.1);	}	100% { opacity: 0 }}@keyframes imageAnimation { 	0% {	opacity: 0;	animation-timing-function: ease-in;	}	8% {	opacity: 1;	transform: scale(1.05);	animation-timing-function: ease-out;	}	17% {	opacity: 1;	transform: scale(1.1);	}	25% {	opacity: 0;	transform: scale(1.1);	}	100% { opacity: 0 }}/* Animation for the title */@-webkit-keyframes titleAnimation { 	0% {	opacity: 0;	-webkit-transform: translateY(200px);	}	8% {	opacity: 1;	-webkit-transform: translateY(0px);	}	17% {	opacity: 1;	-webkit-transform: scale(1);	}	19% { opacity: 0 }	25% {	opacity: 0;	-webkit-transform: scale(10);	}	100% { opacity: 0 }}@-moz-keyframes titleAnimation { 	0% {	opacity: 0;	-moz-transform: translateY(200px);	}	8% {	opacity: 1;	-moz-transform: translateY(0px);	}	17% {	opacity: 1;	-moz-transform: scale(1);	}	19% { opacity: 0 }	25% {	opacity: 0;	-moz-transform: scale(10);	}	100% { opacity: 0 }}@-o-keyframes titleAnimation { 	0% {	opacity: 0;	-o-transform: translateY(200px);	}	8% {	opacity: 1;	-o-transform: translateY(0px);	}	17% {	opacity: 1;	-o-transform: scale(1);	}	19% { opacity: 0 }	25% {	opacity: 0;	-o-transform: scale(10);	}	100% { opacity: 0 }}@-ms-keyframes titleAnimation { 	0% {	opacity: 0;	-ms-transform: translateY(200px);	}	8% {	opacity: 1;	-ms-transform: translateY(0px);	}	17% {	opacity: 1;	-ms-transform: scale(1);	}	19% { opacity: 0 }	25% {	opacity: 0;	-webkit-transform: scale(10);	}	100% { opacity: 0 }}@keyframes titleAnimation { 	0% {	opacity: 0;	transform: translateY(200px);	}	8% {	opacity: 1;	transform: translateY(0px);	}	17% {	opacity: 1;	transform: scale(1);	}	19% { opacity: 0 }	25% {	opacity: 0;	transform: scale(10);	}	100% { opacity: 0 }}/* Show at least something when animations not supported */.no-cssanimations .cb-slideshow li span{	opacity: 1;}@media screen and (max-width: 1140px) { 	.cb-slideshow li div h3 { font-size: 100px }}@media screen and (max-width: 600px) { 	.cb-slideshow li div h3 { font-size: 50px }}#bg img {height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: -100;}/*** set the width and height to match your images **/#slid {display:none;left: 0;position: absolute;top: 0;z-index: 1;}#slid IMG {position:fixed;top:0;left:0;z-index:8;opacity:0.0;}#slid IMG.active {z-index:10;opacity:1.0;}#slid IMG.last-active {z-index:9;}/* ------------------------------------------------------------------------	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 15px 7px 0;width:auto;}ul.gallery li img{border: 1px solid #DA9A22;height: 110px;padding: 2px;width: 157px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}/* ------------------------------------------------------------------------	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 */