article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:0}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
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}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
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}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/*! reset */
html, button, input, select, textarea { color: #000; }
body { font-size: 1em; line-height: 1.4; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
a { text-decoration: none; outline:0;}

@-ms-viewport {
  max-zoom: 1;
  zoom: 1;
  width: device-width;
}

img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
}

#cizgi {
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

#bosluk {
	width: 100%;
	height: 120px;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.video-background video {
	min-height: 100%; 
	min-width:100%; 
}

.ui-video-background-controls {
	margin: 0;
	padding: 0 10px;
}
.ui-video-background-controls li {
	float: left;
	padding: 10px;
}
.seven {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* ==========================================================================
   Background Changer
   ========================================================================== */

ul,li { 
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
	margin: 0 auto; 
	padding: 8px;
}

.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:nth-child(1) span { 
    background-image: url(../img/back4.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/back6.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(../img/back5.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(../img/back7.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(../img/back5.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(../img/back6.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-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
.ie7 body{
	overflow:hidden;
}

/* ==========================================================================
   Video Play / Pause
   ========================================================================== */

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }

/* ==========================================================================
   Content Panel Switcher
   ========================================================================== */

a, a:visited, a:hover {
  cursor: pointer;
}

.switcher-content {
	display:none;
}

/* ==========================================================================
   Fur/Leather Collection Images Styles
   ========================================================================== */
#tiles {
  list-style-type: none;
  position: relative;
  margin: 0;
}

#tiles1 {
  list-style-type: none;
  position: relative;
  margin: 0;
}

#tiles2 {
  list-style-type: none;
  position: relative;
  margin: 0;
}

#tiles3 {
  list-style-type: none;
  position: relative;
  margin: 0;
}

#tiles4 {
  list-style-type: none;
  position: relative;
  margin: 0;
}

.baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.galleryimage
{
    width: 100%;
    margin: 0 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	background: #dddddd;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: url(../img/blank.gif) repeat 0 0; /* TO SCROLL OVER TRANSPARENT AREA */
	/*z-index: 50;*/
	/*-webkit-overflow-scrolling: touch;*/
	-ms-touch-action: none;
}

#offscroll {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/blank.gif) repeat 0 0;
	z-index: 80;
	display: none;
}

#media-controller {
	position: absolute; 
	bottom: 65px; 
	left: 10px; 
	z-index: 55;
	display: none;
}

#bg-ghost-area { /* TRANSPARENT AREA CORRESPONDANT TO #bg-fixed */
	position: relative;
	width: 100%;
	height: 100%;
	-background: url(../img/back4.jpg) repeat 0 0;
	-background-size: cover;
	-cursor: pointer;
	-background-color:#b0c4de;
}

#background_cycler{padding:0;margin:0;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;}
-#background_cycler img{position:fixed;left:0;top:0;width:100%;z-index:1;background-color:white}
-#background_cycler img.active{z-index:3}

#background_cycler1{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1;}
#background_cycler1 img{position:absolute;left:0;top:0;width:100%;z-index:1;background-color:white; background-size: cover;}

#beyaz { /* TRANSPARENT AREA CORRESPONDANT TO #bg-fixed */
	position: relative;
	width: 100%;
	height: 100%;
	-background: url(../img/UstCerceve.png) repeat 0 0;
	-background-size: cover;
	-cursor: pointer;
	-background-color:#b0c4de;
}

.no-js #bg-ghost-area {
	margin-top: -60px;
}
.lt-ie8 #bg-ghost-area {
	margin-top: 0px;
    height: expression(document.body.offsetHeight - 60 + "px");
}

#content {
	position: relative;
	min-height: 100%; /* TODO: verifier IE6 */
	-background: none;
	background-size: cover;
}

#footer {
	position: relative;
	height: 100%;
	top: 8px;
	border-top: 2px solid #ccc;
	background: #dddddd;
	z-index: 60;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-boxsizing #footer { /* BOX-SIZING POLYFILL */
	behavior: url(boxsizing.htc); /* TODO: v�rifier IE6 */
}

.upLinkBaslik {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 4px;
}

.upLinkYazi {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

.upLinkMobileBaslik {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 4px;
}

.upLinkMobileYazi {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
}

html, body, #myContent	{ height:100%; }
	body{ margin:0; padding:0; overflow:hidden; }
	#myAlternativeContent		
	{
		position:absolute;
		margin:0 auto;
		top:0;
		left:0;
		z-index:-1;
	}
	object { outline:none; }

pre
{
	background-color: rgba(102 , 102 , 102, 0.6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color:#FFF;
	-moz-box-shadow: inset #000 0px 0px 3px;
	-webkit-box-shadow: inset #000 0px 0px 3px;
	box-shadow: inset #000 0px 0px 3px;
}

.ContentBox{
	font: 12px arial;
	text-decoration: none;
	border: 1px solid #333;
	background: rgba(17 , 17 , 17, 0.6);
	margin: 10px 5px 5px 0;
	padding: 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #000 0px 0px 3px;
	-webkit-box-shadow: #000 0px 0px 3px;
	box-shadow: #000 0px 0px 3px;
}
/* ==========================================================================
   $JSCROLL
   ========================================================================== */
#container .jscroll-content-wrap {
	position: relative;
    height: auto;
    width: 100%;
    -visibility: hidden;
}
#container .jscroll-scrollbar{
    position: absolute;
    background: none;
    display: none;
    cursor: pointer;
    z-index: 65;
}
#container .jscroll-scrollbar.vertical{
    width: 7px;
    height: 98%;
    top: 1%;
    left: 100%;
    margin-left: -12px;
    margin-top: 0px;
	z-index: -1;
	display : none;
}
.touch #container .jscroll-scrollbar.vertical{
    opacity: 0;
	display : none;
}
#container .jscroll-handler {
    background: #cccccc;
    position: absolute;
    top: 0;
    left: 0; 
	z-index: -1;
	display : none;
}
#container .jscroll-scrollbar.vertical .jscroll-handler {
    width: 7px;
    height: 50px;
	z-index: -1;
	display : none;
}


/* ==========================================================================
   $COVER
   ========================================================================== */
.cover {
	position: absolute;
	z-index: 10;
	visibility: hidden;
}
.no-js .cover {
	visibility: visible;
}
.no-crop {
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
}
.no-js .no-crop {
	top: 0;
	left: 0;
}

.img-fill {
	width: 100%;
	height: auto;
}
.img-width-fixed {
	width: 100%;
	height: auto;
}
.img-height-fixed {
	width: auto;
	height: 100%;
}
.crop-valign-top {
	top: 0;
}
.crop-valign-middle {
	top: 50%;
}
.no-js .crop-valign-middle {
	top: 0;
}
.crop-valign-bottom {
	bottom: 0;
}
.crop-halign-left {
	left: 0;
}
.crop-halign-center {
	left: 50%;
}
.no-js .crop-halign-center {
	left: 0;
}
.crop-halign-right {
	right: 0;
}

   
/* ==========================================================================
   $NAV
   ========================================================================== */
.overlap-fix-left {
	float: left;
	padding: 0;
	height: 53px;
	width: 1px;
	font-size: 13px;
	font-weight: 300;
	visibility: hidden;
	overflow: hidden;
}
.overlap-fix-right {
	float: right;
	padding: 0 35px 0 0;
	height: 53px;
	width: auto;
	font-size: 13px;
	font-weight: 300;
	visibility: hidden;
	overflow: hidden;
}
#main-nav {
	/*position: relative;*/
	min-height: 53px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
}
#main-nav ul {
	display: inline-block;
	/*width: 100%;*/
	padding: 0;
	margin: 16px 20px 0;
}
#main-nav li {
	display: inline-block;
	padding: 0 20px 0 20px;
	line-height: 22px;
	background: url(../img/nav_bullet.gif) no-repeat left center;
}
.lt-ie8 #main-nav ul, 
.lt-ie8 #main-nav li {
	display: inline;
	zoom: 1;	
}
#main-nav li.first {
	padding: 0 20px;
	background: none;
}
#main-nav h1 {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	z-index: 1;
}
#main-nav a {
	color: #000;
}
#main-nav a:hover {
	color: #808080;
}
#main-nav1 {
	/*position: relative;*/
	min-height: 53px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
}
#main-nav1 ul {
	display: inline-block;
	/*width: 100%;*/
	padding: 0;
	margin: 14px 20px 0;
}
#main-nav1 li {
	display: inline-block;
	padding: 0 10px 0 12px;
	line-height: 22px;
	background: url(../img/nav_bullet.gif) no-repeat left center;
}
.lt-ie8 #main-nav1 ul, 
.lt-ie8 #main-nav1 li {
	display: inline;
	zoom: 1;	
}
#main-nav1 li.first {
	padding: 0 14px;
	background: none;
}
#main-nav1 h1 {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	z-index: 1;
}
#main-nav1 a {
	color: #000;
}
#main-nav1 a:hover {
	color: #808080;
}

/* ==========================================================================
   $FOOTER
   ========================================================================== */
#btn-scroll {
	position: absolute;
	top: 17px;
	right: 20px;
	color: #4c4c4c;
	font-size: 13px;
	font-weight: 300;
	padding-right: 15px;
	background: url(../img/arrow_top_bottom.gif) no-repeat right 0px;
}
#btn-scroll:hover {
	color: #000;
}
#btn-scroll.tobottom {
	background-position: right -20px;
}
#language {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	text-align: center;
	color: #000;
	font-size: 9px;
	font-weight: 300;
	line-height: 0px;
}
#language a {
	margin: 0 10px;
	color: #000;
	font-size: 9px;
}
#language a:hover {
	color: #808080;
}


/* ==========================================================================
   $SERVICES
   ========================================================================== */
#services {
	position: relative;
	padding: 0 0;
	-text-align: center;
}
.service {
	margin: 65px 0;
	font-size: 13px;
	font-weight: 300;
	color: #808080;
	-text-transform: uppercase;
}
.service h2 {
	color: #000;
    font-size: 27px;
    font-weight: 200;
    height: 21px;
    line-height: 24px;
    margin: 0 0 8px;
}
.lt-ie8 .service h2 {
	height: auto;
	line-height: 27px;
}

.service ul {
	margin: 0;
	padding: 0;
}
.service li {
	display: inline-block;
	margin: 0 10px;
}
.lt-ie8 .service li {
	display: inline;
	zoom: 1;	
}
.service a {
	color: #000;
}
.service a:hover {
	color: #808080;
}
#follow {
	position: relative;
	-background: #000;
	color: #fff;
	min-height: 60px;
}
#follow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: top;
	height: 58px;
	border-bottom: 1px solid #3a3a3a;
}
#follow li {
	display: inline-block;
	width: 25%;
	min-width: 78px;
	height: 58px;
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lt-ie8 #follow li {
	display: inline;
	zoom: 1;
}
.lt-ie9 #follow li {
	width: 80px;
}
.no-boxsizing #follow li { /* BOX-SIZING POLYFILL */
	behavior: url(boxsizing.htc);
}
#follow li:first-child { border-left: none; }
#follow li:last-child { border-right: none; }
#follow li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 58px;
	font-size: 0px;
	-color: #fff;
}

.share-facebook { background: url(../img/icon-facebook.png) no-repeat center center; }
.share-twitter { background: url(../img/icon-twitter.png) no-repeat center center; }
.share-google { background: url(../img/icon-google.png) no-repeat center center; }
.share-youtube { background: url(../img/icon-youtube.png) no-repeat center center; }
.share-renren { background: url(../img/icon-renren.png) no-repeat center center; }
.share-weibo { background: url(../img/icon-weibo.png) no-repeat center center; }
.share-youku{ background: url(../img/icon-youku.png) no-repeat center center; }

@media all and (-webkit-min-device-pixel-ratio: 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {  
  	.share-facebook { background-image: url(../img/icon-facebook@2x.png); background-size: 78px 78px; }
	.share-twitter { background-image: url(../img/icon-twitter@2x.png); background-size: 78px 78px; }
	.share-google { background-image: url(../img/icon-google@2x.png); background-size: 78px 78px; }
	.share-youtube { background-image: url(../img/icon-youtube@2x.png); background-size: 78px 78px; }
	.share-renren { background-image: url(../img/icon-renren@2x.png); background-size: 78px 78px; }
	.share-weibo { background-image: url(../img/icon-weibo@2x.png); background-size: 78px 78px; }
	.share-youku{ background-image: url(../img/icon-youku@2x.png); background-size: 78px 78px; }
}

#mobile-background {
	position: relative;
	height: 100%;
	background: url(../img/mobileBack.jpg) repeat 0 0;
	background-size: cover;
	padding-top: 20px;
}
#mobileAbout {
	position: relative;
	height: 100%;
	background: url(../img/mobileAbout.jpg) repeat 0 0;
	background-size: cover;
	overflow:auto;
}
#mobile-services {
	position: relative;
	color: #000;
	text-transform: uppercase;
	height: 90%;
}
#mobile-services ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#mobile-services li {
	display: inline-block;
	padding: 0 12px;
	height: 40px;
}
.lt-ie8 #mobile-services li {
	display: inline;
	zoom: 1;	
}
#mobile-services li a {
	color: #000;
	font-size: 11px;
	font-weight: 300;
	line-height: 25px;
}

#mobile-services li a:hover {
	color: #808080;
	font-size: 11px;
	font-weight: 300;
	line-height: 25px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.wrapper-valign-fix {
	display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 0px;
}
/*.valign-fix:after,
.lt-ie8*/ .after {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    height: 100%;
    content: "";
}
/*.after {
	display: none;
}*/

.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix { zoom: 1;}

.mobile-display {
	display: none;
}

.invisible {
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	clip: rect(0,0,0,0);
	display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/*@media all and (min-width: 361px) and (max-width: 640px) {*/
@media all and (min-width: 1px) and (max-width: 640px) {
	#media-controller {
		visibility: hidden;
		width: 0px;
		height: 0px;
		overflow: hidden;
		opacity: 0;
		clip: rect(0,0,0,0);
		display: none;
	}
	
	#container .jscroll-scrollbar.vertical{
	    width: 5px;
	    margin-left: -10px;
	}
	#container .jscroll-scrollbar.vertical .jscroll-handler {
	    width: 5px;
	}

	#content { background-color: #dddddd; }
	
	.overlap-fix-left, 
	.overlap-fix-right {
		display: none;
	}
	
	#main-nav {
		position: relative;
		font-size: 25px;
		padding-top: 5px;
		-color: #dddddd;
		-background-color: #dddddd;
		padding-bottom: 30px;
	}
	#main-nav ul {
		display: block !important;
		margin: 14px 0 0;
	}
	.lt-ie8 #main-nav ul {
		margin-top: 40px;
	}
	#main-nav #push {
		margin-top: 45px;
	}
	#main-nav li {
		display: block !important;
		padding: 6px 0 !important;
		line-height: 30px;
		background: none !important;
		text-align: center;
	}
	#main-nav h1 {
		display: block;
		font-size: 25px;
		text-align: center;
	}
	#main-nav a {
		color: #000;
	}
	#main-nav1 {
		position: relative;
		font-size: 25px;
		padding-top: 5px;
		-color: #dddddd;
		-background-color: #dddddd;
		padding-bottom: 30px;
	}
	#main-nav1 ul {
		display: block !important;
		margin: 14px 0 0;
	}
	.lt-ie8 #main-nav1 ul {
		margin-top: 40px;
	}
	#main-nav1 #push {
		margin-top: 45px;
	}
	#main-nav1 li {
		display: block !important;
		padding: 6px 0 !important;
		line-height: 30px;
		background: none !important;
		text-align: center;
	}
	#main-nav1 h1 {
		display: block;
		font-size: 25px;
		text-align: center;
	}
	#main-nav1 a {
		color: #000;
	}

	#btn-scroll {
		position: absolute;
		top: -4px;
		left: -1px;
		right: auto;
		width: 100%;
		height: 20px;
		font-size: 0px;
		padding-right: 0px;
		background: url(../img/arrow_top_bottom.png) no-repeat center 0;
	}
	#btn-scroll span {
		display: none;
	}
	#btn-scroll.tobottom {
		background-position: center -20px;
	}
	
	#wrapper-slideshow-news,
	#services {
		display: none;
	}
	.mobile-display {
		display: block;
	}
	
	#language {
		position: relative;
		height: 30px;
		color: #000;
		font-size: 11px;
		font-weight: 300;
		line-height: 25px;
		background: #dddddd;
		padding-bottom: 20px;
		border-bottom: 4px solid #000;
	}
	#language a {
		color: #000;
		font-size: 11px;
	}
	#language a:hover {
		color: #808080;
	}
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1px) and (max-width: 640px),
 all and (-o-min-device-pixel-ratio: 3/2) and (min-width: 1px) and (max-width: 640px),
 all and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1px) and (max-width: 640px),
 all and (min-device-pixel-ratio: 1.5) and (min-width: 1px) and (max-width: 640px) {  
  	.recent #btn-scroll {
		background-image: url(../img/arrow_top_bottom@2x.png);
		background-size: 13px 40px;
	}
}

@media all and (min-width: 641px) and (max-width: 768px) {
	#main-nav,
	#main-nav h1 {
		font-size: 10px;
	}
	#main-nav1,
	#main-nav1 h1 {
		font-size: 10px;
	}
	
	.overlap-fix-left, 
	.overlap-fix-right {
		display: none;
	}
	
	#main-nav {
		position: relative;
	}
	#main-nav1 {
		position: relative;
	}
	
	#btn-scroll {
		position: relative;
		display: inline-block;
		width: 9px;
		height: 20px;
		top: 0;
		left: 50%;
		right: auto;
		margin-left: -5px;
		font-size: 0px;
		padding-right: 0;
	}
	.ar_ME #btn-scroll {
	    right: 50%;
	    left: auto;
	    margin-left: 0px;
	    margin-right: -5px;
	}
	.lt-ie8 #btn-scroll {
		display: inline;
		zoom: 1;	
	}
	#btn-scroll.tobottom {
		-visibility: hidden;
	}
	#btn-scroll span {
		display: none;
	}
	
	#wrapper-slideshow-news {
		margin: 0;
	}
	
	.service {
		margin: 35px 0;
	}
	.service h2 {
		font-size: 25px;	
	}
}

@media all and (min-width: 769px) and (max-width: 1024px) {
	#main-nav,
	#main-nav h1 {
		font-size: 11px;
	}
	#main-nav1,
	#main-nav1 h1 {
		font-size: 11px;
	}
	
	.overlap-fix-left, 
	.overlap-fix-right {
		display: none;
	}
	
	#main-nav {
		position: relative;
	}
	#main-nav1 {
		position: relative;
	}

	#btn-scroll {
		position: absolute;
		display: inline-block;
		width: 9px;
		height: 20px;
		top: 10;
		left: 98%;
		right: auto;
		margin-left: -5px;
		font-size: 0px;
		padding-right: 0;
	}
	.lt-ie8 #btn-scroll {
		display: inline;
		zoom: 1;	
	}
	#btn-scroll.tobottom {
		-visibility: hidden;
	}
	#btn-scroll span {
		display: none;
	}
	.ar_ME #btn-scroll {
	    right: 50%;
	    left: auto;
	    margin-left: 0px;
	    margin-right: -5px;
	}
	
	#wrapper-slideshow-news {
		margin: 0;
	}
	
	.service {
		margin: 35px 0;
	}
	.service h2 {
		font-size: 25px;	
	}
}

@media all and (min-width: 1025px) and (max-width: 1152px) {
	#main-nav,
	#main-nav h1,
	#main-nav1,
	#main-nav1 h1,
	#btn-scroll,
	.overlap-fix-left,
	.overlap-fix-right {
		font-size: 12px;
	}

	#btn-scroll {
		top: 18px;
	}
}

@media all and (min-width: 1153px) and (max-width: 1280px) {
	#main-nav,
	#main-nav h1,
	#main-nav1,
	#main-nav1 h1,
	#btn-scroll,
	.overlap-fix-left,
	.overlap-fix-right {
		font-size: 10px;
	}

	#btn-scroll {
		top: 19px;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	#main-nav,
	#main-nav h1,
	#main-nav1,
	#main-nav1 h1,
	#btn-scroll,
	.overlap-fix-left,
	.overlap-fix-right {
		font-size: 11px;
	}
	
	#main-nav ul {
		margin-left: 20px;
		margin-right: 20px;
	}
	#main-nav1 ul {
		margin-left: 20px;
		margin-right: 20px;
	}

	#btn-scroll {
		top: 18px;
	}
}