
@import url(http://fonts.googleapis.com/css?family=Great+Vibes&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Calligraffitti&subset=latin,latin-ext);
@import url("fonts.css");

/* CSS Reset */
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, 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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding:1px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*CSS Reset*/
body{
    background-color: #EDDDC3;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    width: 960px;
    margin: auto;
}
.product-expanded-header .container {
    width:100%;
}

/* Top Menu */
.top-menu {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 30px;
	
    background: url('../images/topMenuBg.png') repeat-x top center;
    font-family: Neutraface2TextBook;
}
.top-menu .container ul {
    float: right;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.top-menu .container ul li {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
}
.top-menu .container ul li a, .top-menu .container ul li a:hover, .top-menu .container ul li a:active, .top-menu .container ul li a:visited {
    color: #f1c469;
    font-size: 13px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.top-menu .container ul li a:hover, .top-menu .container ul li a.active {
    color: #fff;
    cursor: pointer;
}
/* Top Menu */

.content {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 600px;
    background: url('../images/contentBg.png') repeat-x top center;
	min-height:450px;
}

/* Main Menu */
.main-menu {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 61px;
    font-family: Neutraface2TextBook;
}
.main-logo {
    float: left;
    margin: 5px 0 0 5px;

}
.main-logo img { width:228px; 	-webkit-transition: width 1s, height 1s,-webkit-transform 1s;  /* For Safari 3.1 to 6.0 */
    transition: width 1s, height 1s, transform 1s;}
.main-menu .container ul {
    float: right;
    list-style: none;
    display: block;
    margin: 35px 0 0 0;
    padding: 0;
}
.main-menu .container ul li {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    height: 20px;
    line-height: 20px;
}
.main-menu .container ul li a, .main-menu .container ul li a:hover, .main-menu .container ul li a:active, .main-menu .container ul li a:visited {
    color: #ffffff;
    font-size: 17px;
    float: left;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}
.main-menu .container ul li a:hover, .main-menu .container ul li a.active {
    color: #e4be7e;
    cursor: pointer;
}
.main-menu .container ul li a.passive {
    cursor: default;
    color: #303030;
}
.main-menu .container ul li .down-arrow {
    padding-right: 20px;
    background: url('../images/downArrow.png') right center no-repeat;
}

.main-menu .container ul li .down-arrow:hover, .main-menu .container ul li .down-arrow.active {
    background: url('../images/downArrowHover.png') right center no-repeat;
}

.main-menu .container { width:960px; margin-left:auto; margin-right:auto; }
/* Main Menu */

/* Index */

/* Index */

/* Collection */
.collection-header{
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 98px;
    margin-top: 119px;
}
.collection-header .container a {
    float: left;
    width: 945px;
    height: 68px;
    font-size: 90px;
    line-height: 68px;
    font-family: Neutraface2TextLight;
    font-weight: 100;
    letter-spacing: 2mm;
    	   color: #fff;
	text-shadow:2px 2px 4px rgba(0,0,0,0.6);
    cursor: default;
}
.collection-container {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 684px;
    background: url('../images/collectionBg.png');
}
.collection-container .container {
    padding-top: 100px;
    width: 1325px;
    height: 490px;
}
.collection-nav-prev, .collection-nav-next {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-top: 195px;
}
.collection-nav-prev {
    float: left;
    margin-left: 57px;
    background-image: url('../images/collectionNavPrev.png');
}
.collection-nav-prev:hover {
    background-image: url('../images/collectionNavPrevHover.png');
}
.collection-nav-next {
    float: right;
    margin-right: 58px;
    background-image: url('../images/collectionNavNext.png');
}
.collection-nav-next:hover {
    background-image: url('../images/collectionNavNextHover.png');
}
.collection-product {
    float: left;
    width: 223px;
    height: 223px;
    /*border: 1px solid #ffffff;*/
    margin: 10px 9px 10px 10px;
}

.collection-product img {
    width: 223px;
    height: 223px;
}
.collection-footer {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    font-family: Neutraface2TextLight;
    font-size: 36px;
}
.collection-footer a {
    cursor: default;
}
.collection-footer .activePage {
    color: #dab67b;
}
.collection-footer .passivePage {
    color: #786e5c;
}
/* Collection */

/* Brand */
.brand-header {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 98px;
    margin-top: 119px;
}
.brand-header .container a {
    float: left;
    width: 945px;
    height: 68px;
    font-size: 65px;
    line-height: 68px;
    font-family: Neutraface2TextLight;
    font-weight: 100;
    letter-spacing: 1mm;
    color: #fff;
    cursor: default;
	text-shadow:2px 2px 4px rgba(0,0,0,0.6);
}
.brand-container {
    width: 100%;
    *min-width: 1325px;
    min-width: 1325px;
    height: 684px;
    background: url('../images/collectionBg.png');
    overflow: hidden;
}
.brand-container .container {
    width: 1010px;
    height: 635px;
    padding: 45px 0 0 45px;
}
.brand-container .container h2 {
    font-family: PFDinTextCondProBold;
    font-size: 48px;
    padding: 0 0 0 30px;
    width: 950px;
    color: #ffffff;
}
.brand-products {
    width: 1010px;
    height: 330px;
    margin-top: 30px;
}
.brand-product {
    width: 285px;
    height: 330px;
    margin: 0 25px 0 25px;
    float: left;
}
.brand-product img {
    width: 285px;
    height: 285px;
    float: left;
}
.brand-product a {
    width: 285px;
    height: 26px;
    line-height: 26px;
    font-family: Neutraface2TextLight;
    font-size: 26px;
    float: left;
    margin-top: 19px;
    text-align: center;
    color: #bf9b5f;
    text-decoration: none;
}
.brand-container .container p {
    font-family: Georgia;
    font-size: 16px;
    color: #bf9b5f;
    margin-top: 25px;
}
/* Brand */

/* Footer */
.footer {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 106px;
	z-index:1500;
	position:relative;
}


/* Footer Store */
.footer-store {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 48px;
    background: url('../images/footerStoreBg1.png') bottom;
}
.footer-store-transparent {
    background: url('../images/footerStoreBg.png') bottom;
}
.footer-store .footer-store-logo, .footer-store .footer-store-logo:hover, .footer-store .footer-store-logo:active, .footer-store .footer-store-logo:visited {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    float: left;
    margin: 14px 0 0 20px;
    font-family: GothamRoundedLight;
    text-decoration: none;
    color: #fae2b1;
}
.footer-store .footer-store-logo span {
    margin-left: 5px;
    font-family: GothamRoundedMedium;
}
.footer-store-social-icons {
    float: right;
    width: 253px;
    height: 36px;
   margin-top: 5px;
}
.footer-store-social-icon {
    float: left;
    width: 46px;
    height: 38px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
 
.facebook {
    background-image: url('../images/facebook-icon.png');
}
.facebook:hover {
    background-image: url('../images/facebook-icon-hover.png');
}
.instagram {
    background-image: url('../images/instagram_icon.png');
}
.instagram:hover {
    background-image: url('../images/instagram_icon_hover.png');
}


.twitter {
    background-image: url('../images/twitter-icon.png');
}
.twitter:hover {
    background-image: url('../images/twitter-icon-hover.png');
}
.pinterest {
    background-image: url('../images/pinterest-icon.png');
}
.pinterest:hover {
    background-image: url('../images/pinterest-icon-hover.png');
}
.footer-store-up-arrow {
    float: right;
    margin: 10px 25px 0 0;
    width: 44px;
    height: 36px;
    background: url('../images/upArrow.png') center no-repeat;
    cursor: pointer;
}
.footer-store-up-arrow:hover {
    background: url('../images/upArrowHover.png') center no-repeat;
}
.footer-store-up-arrow-close {
    background: url('../images/upArrowClose.png') center no-repeat !important;
}
.footer-store-up-arrow-close:hover {
    background: url('../images/upArrowCloseHover.png') center no-repeat !important;
}
/* Footer Store */

/* Footer Store Expanded */
.footer-store-expanded {
    display: none;
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 149px;
    background: url('../images/footerStoreBg.png') top;
}
.footer-store-expanded .container {
    min-width: 1325px;
    *min-width: 1325px;
    width: 100%;
    height: 149px;
}
.footer-store-element-container {
    float: left;
    width: 295px;
    height: 134px;
    position: relative;
}
.footer-store-left, .footer-store-right {
    float: left;
    width: 215px;
    height: 124px;
    margin-top: 5px;
}
.footer-store-left img, .footer-store-right img {
    float: left;
    width: 215px;
    height: 124px;
    margin: 0;
}
.footer-store-left {
    margin-right: 5px;
}
.footer-store-right {
    margin-left: 5px;
}
.footer-store-center {
    float: left;
    width: 885px;
    height: 134px;
}
.footer-store-element {
    float: left;
    width: 285px;
    height: 124px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-store-img {
    float: none;
    width: 285px;
    height: 124px;
    margin: 5px 5px 0 5px;    
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
}
.footer-store-hover-img {
    display:none;
    margin:5px 0 0 5px;    
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
}
.footer-store-element:hover .footer-store-hover-img { 
    display:block;    
}
/*
.footer-store-element:hover {
    background: url('../images/footerStoreElementHover.png') center center no-repeat;
    cursor: pointer;
}
*/

/* Carousel */
.image_carousel {	
	position: relative;
}
.image_carousel ul{
	float: left;
	width: 90%;	
}
.image_carousel ul li 
{
	float: left;
	display: block;
	width: 295px;
	height: 135px;
}
.image_carousel ul li  a
{
	float: left;
	display: block;
}

.image_carousel ul li a img {
	/*display: block;
	float: left;	*/
}

.prev{
	background: url(../images/footer-slide-prev-button.png) no-repeat transparent;
	width: 65px;
	height: 124px;
	display: block;
	position: absolute;
	top: 5px;
	opacity: 0.50;
}
.prev {left: 0px; background-position: top center; }
.prev:hover {	  background-position: bottom center; opacity: 0.30;}
.prev.disabled {  background-position: 0 -100px !important;  }


.next {
	background: url(../images/footer-slide-next-button.png) no-repeat transparent;
	width: 65px;
	height: 124px;
	display: block;
	position: absolute;
	top: 5px;
	opacity: 0.50;
}
.next {right: 0px; background-position: top center; }
.next:hover {	   background-position: bottom center; opacity: 0.30; }
.next.disabled {   background-position: -50px -100px !important;  }

.prev.disabled, a.next.disabled {
	cursor: default;
}

.prev span, .next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
/* Carousel */
/* Footer Store Expanded */

/* Footer Bar */
.footer-bar {
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 28px;
    background: url('../images/footerBarBg.png');
    font-family: Georgia;
    font-size: 11px;
    color: #36322d;
    line-height: 28px;
}
.footer-bar .container .left {
    float: left;
    margin-left: 40px;
	color:#fff;
}
.footer-bar .container .right {
    float: right;
    margin-right: -20px;
}
.footer-bar .container .right a, .footer-bar .container .right a:hover, .footer-bar .container .right a:active, .footer-bar .container .right a:visited {
    font-family: Georgia;
    font-size: 11px;
    color: #36322d;
    line-height: 28px;
    height: 28px;
    text-decoration: none;
    font-weight: bold;
}
.footer-bar .container p {
    height: 28px;
    line-height: 28px;
}
/* Footer Bar */
/* Footer */



.main-menu-expanded {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/mainMenuExpandedBg.png');
    z-index: 10000;
}
.main-menu-expanded hr {
    float: right;
    margin-top: 90px;
    margin-bottom: 20px;
    border-color: #e4be7e;
}
.main-menu-expanded-item, .main-menu-expanded-item:hover, .main-menu-expanded-item:active, .main-menu-expanded-item:visited {
    display: none;
    float: left;
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-color: #edddc3;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 1px;
}
.main-menu-expanded-item h2 {
    height: 160px;
    line-height: 160px;
    font-size: 80px;
    font-family: bauer_bodoni_bold_btregular;
	 text-shadow:2px 2px 5px rgba(0,0,0,0.6);
}

.product-expanded {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1325px;
    *min-width: 1325px;
    height: 992px;
    background-repeat: no-repeat;
    background-color: #edddc3;
    background-position: top center;
    background-size: cover;
    z-index: 10000;
}
.product-expanded-header {
    width: 100%;
    height: 120px;
}
.product-expanded-header .container .main-logo {
    margin-top: 28px;
    margin-left:200px;
    float: left;
}
.buy, .buy:hover, .buy:active, .buy:visited, 
.share, .share:hover, .share:active, .share:visited,
.catalog, .catalog:hover, .catalog:active, .catalog:visited {
    float: right;
    width: 105px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    font-family: futura_xblkcn_btextra_black;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}
.buy{
    background-image: url('../images/productExpandedBuyBg.png')
}
.share {
    background-image: url('../images/productExpandedPaylasBg.png')
}
.catalog{
    background-image: url('../images/productExpandedKatalogBg.png')
}
.product-expanded-footer {
    margin-top: 810px;
    width: 100%;
    height: 62px;
    background: url('../images/productExpandedFooterBg.png');
}
.collection-name {
    font-family: Neutraface2TextLight;
    font-size: 55px;
    line-height: 62px;
    height: 62px;
    float: left;
    margin-left: 10px;
    color: #ffffff;
    cursor: default;
}
.back-categories, .back-categories:active, .back-categories:visited {
    font-family: bauer_bodoni_bold_btregular;
    font-size: 16px;
    line-height: 62px;
    height: 62px;
    float: right;
    margin-right: -30px;
    padding-right: 40px;
    color: #be9b5f;
    cursor: pointer;
    background: url('../images/backCategories.png') no-repeat right center;
}
.back-categories:hover {
    color: #ffffff;
    background: url('../images/backCategoriesHover.png') no-repeat right center;
}
.product-expanded-close {
    float: right;
    background:#000 url('../images/productExpandedClose.png') center no-repeat;    
    width: 105px;
    height: 55px;    
    cursor: pointer;
}
.product-expanded-close:hover {
    background:#000 url('../images/productExpandedCloseHover.png') center no-repeat;
}






/*-*/
.cn-slideshow{
    width: 820px;
    height: 410px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    display: none;
}
.cn-loading{
    position: absolute;
    z-index:999;
    text-indent: -9000px;
    opacity:0.6;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    width:50px;
    height:50px;
    background:#000 url(../images/ajax-loader.gif) no-repeat center center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.cn-images{
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    position: relative;
    display: none;
}
.cn-images img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.cn-bar{
    /*background: transparent url(../images/bar.png) repeat top left;*/
   min-height:560px;
    position: absolute;
    top: 110px;
    right: 50px;
    left: 50px;
    color: #f8f8f8;
	z-index: 999;
}
.cn-nav-content{
    position: absolute;
    top: 0px;
    height: 100%;
    right: 70px;
    left: 70px;
    overflow: hidden;
    text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.cn-nav-content div{
    float: left;
    max-width: 960px;
    color:#aaa;
	width:100%;
}
.cn-nav-content span{
    color:#777;
}
.cn-nav-content div.cn-nav-content-current{
    text-align: left;
    position: absolute;
    top: 0;
    left: 80px;
}
.cn-nav-content h2{ 
    float: left;
	width:100%;
    max-width: 1000px;
    font-family: 'Great Vibes', cursive;
    font-size:100px;
    color:rgba(250,175,23,0.6);
    margin-top: 200px;
	line-height:100px;
	text-emphasis:circle;
	letter-spacing:7px;
	text-shadow:1px 1px 2px rgba(202,137,6,0.4);
	  
 
}
.cn-nav-content hr {
    float: left;
    width: 510px;
    border-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cn-nav-content p {
    float: left;
    width: 550px;
    font-size: 30px;
    font-family: 'Calligraffitti', cursive;
    color:#fff;
	padding:15px; background-color:rgba(0,0,0,0.5);
}
.cn-nav-content-current span{
    color:#d0ab47;
}
.cn-nav-content div.cn-nav-content-prev{
    margin-left: 20px;
}
.cn-nav-content div.cn-nav-content-next{
    text-align: right;
    margin-right: 20px;
    float:right;
}
.cn-nav-content div span{
    display: block;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.cn-nav > a{
    position: absolute;
    top: 300px;
    height: 74px;
    width: 74px;
}
a.cn-nav-prev{
    left: 0px;
}
a.cn-nav-next{
    right: 0px;
}
.cn-nav a span{
    width: 74px;
    height: 74px;
    display: block;
    text-indent: -9000px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    /*background-size: 17px 25px;*/
    margin: -37px 0 0 -37px;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cn-nav a.cn-nav-prev span{
    background: url(../images/prev.png) no-repeat center center;
}
.cn-nav a.cn-nav-next span{
    background: url(../images/next.png) no-repeat center center;
}
.cn-nav a div{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.cn-nav a:hover span{
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.6;
    margin: -50px 0 0 -50px;
    background-size: 22px 32px;
    background-color:#a8872d;
}
.cn-nav a:hover div{
    width: 90px;
    height: 90px;
    background-size: 120% 120%;
    margin: -45px 0 0 -45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px; 
}

body {
    background-image: url('../images/large/1.jpg'); /* Koleksiyon Resmi */
    background-size: cover;
}
.content {
    height: 962px;
	min-height:560px;
}
.footer {
    height: 75px;
}
.product-expanded .cn-nav a.cn-nav-prev span {
    background-image: url('../images/prev2.png');
}
.product-expanded .cn-nav a.cn-nav-next span {
    background-image: url('../images/next2.png');
}
.slides_container {
    width: 980px;
    height: 490px;
    display:none;
    margin: auto;
}
.slides_container .slide {
    width: 980px;
    height: 490px;
    display:block;
}


label
{
	width: 25%;
	line-height: 20px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
 color:#bf9b5f;
 font-size:16px;
	   font-family: Neutraface2TextBook;
}

input, textarea, select
{
	float: left;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	width: 70%;
	margin-left: 1%;
	border: 1px solid #dedede;
}

textarea { min-height: 100px; }

input:hover, textarea:hover, select:hover { border: 1px solid #f6a400; }

input[type=submit]
{
	width: 120px;
	background-color: #f6a400;
	color: #fff;
	line-height: 25px;
	height: 25px;
}

input[type=submit]:hover
{
	background-color: #fff;
	color: #f6a400;
}

img#refresh
{
	height: 25px;
	margin-top: 5px;
	padding: 1px;
	background-color: #fff;
	margin-left: 8px;
}


.sol { width:48%; margin-right:2%; float:left;    font-family: Neutraface2TextBook; line-height:30px;}
.sol a { text-decoration:none; color:#bf9b5f;} 


gmap3
{
	background: #296484;
	border: 6px solid #f6f6f6;
	width: 100%;
	height: 400px;
}

.labels
{
	color: #fff;
	background: #296484;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
    font-family:Calibri, Tahoma border: 1px solid #f3af01;
	padding: 7px;
	white-space: nowrap;
}

#map
{
	width: 100%;
	height: 250px;
	margin-bottom: 3px;
}

h3  { color:#fff;}



@media screen and  (max-width:1100px) { .cn-nav-content h2 { margin-top:100px; font-size:60px;}}

@media screen and  (max-width:680px) { .cn-nav-content h2 { margin-top:120px; font-size:40px; line-height:45px;} .cn-nav-content p { font-size:20px;} body { min-width:650px;}}


 
 
 	#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 999999;
	overflow:hidden;
}
#status {
	width: 200px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
 
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
