
@font-face {
        font-family: "MyriadPro";
        font-style: normal;
        src: url(fonts/25FFAE_0_0.eot); /*if IE */
        src: local("Grandesign Regular"), url("fonts/25FFAE_0_0.ttf") format("truetype"); /* non-IE */
}
html{
     min-width : 640px;
}
body{
    background-color: transparent;
    background-image: url('images/bg.png');
    background-repeat: repeat;
    width: 100%;
    padding: 0px;
    margin: auto;
    font-family: 'MyriadPro';
    min-width: 640px;
}

a{
  text-decoration:none;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style : none;
    float : left;
    padding: 10px 0 10px 0;
    cursor : pointer;
}

h2{
    color : #333;
}

.background-dark-bottom{
    background: #fff;
    background: -moz-linear-gradient(top,  #fdfdff 55%, #e1e4ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#fdfdff), color-stop(100%,#e1e4ea));
    background: -webkit-linear-gradient(top,  #fdfdff 55%,#e1e4ea 100%);
    background: -o-linear-gradient(top,  #fdfdff 55%,#e1e4ea 100%);
    background: -ms-linear-gradient(top,  #fdfdff 55%,#e1e4ea 100%);
    background: linear-gradient(to bottom,  #fdfdff 55%,#e1e4ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdff', endColorstr='#e1e4ea',GradientType=0 );
    width: 100%;
    border-bottom: 1.5px solid rgba(54, 69, 79, 0.49);
}

.centertext,.content{
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    height: auto;
    width: 50%;
    padding: 20px;
}
.content{
    width: 70% !important;
}

.menu-border{
    height: 148px;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
}

.logo{
   width:70%;
   text-align:center;
   margin-top: 20px;
   margin-left: 15%;
   z-index: 999;
   position: relative;
   /*background: rgba(255, 255, 255, .3);*/
   
   padding: 10px;
   /*box-shadow:0 0px 10px #fff,inset 0px 0px 7px #000;
   border-radius : 10px;*/
   min-width: 457px;
}
.logo img{
    height:70%;
    float: left;width: 70%;
}
.logo h2{
    margin: 0;padding: 0 0 4px 0;float: left;text-align: center;color:#ff9900;cursor:pointer;font-size: 140%;
    text-shadow:0 0 5px #000, 0 0 1px #000;
}
.logo a{
    text-decoration: none;
    text-transform: none;
    color: inherit;
}
nav{
    width: 80%;
    float: left;
    margin-bottom: -3px;
    margin-left : -5%;
}

li.active {
	/*background: #ffc570;
	background: -moz-linear-gradient(top,  #ffc570 0%, #ff9900 30%, #f99500 70%, #ffc570 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc570), color-stop(30%,#ff9900), color-stop(70%,#f99500), color-stop(100%,#ffc570));
	background: -webkit-linear-gradient(top,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffc570 100%);
	background: -o-linear-gradient(top,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffc570 100%);
	background: -ms-linear-gradient(top,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffc570 100%);
	background: linear-gradient(to bottom,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffc570 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc570', endColorstr='#ffc570',GradientType=0 );*/
        /* Chrome 10+,Safari */
background : -webkit-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);

/* Firefox 4+ */ 
background : -moz-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);

/* Opera */
background : -o-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);

/* IE 10+ */
background : -ms-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%); 

/* W3C */
background : -linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);
        border-radius : 3px;
        padding-bottom: 12px;
	color : #fff;
	
	box-shadow : inset 0 0 0 1px #666,inset 0 0 5px #fff;
}

div.topmenu{
	text-align : center;
	height : 40px;
	width : 100%;
	
	margin-right : auto;
        font-size: 100%;
}

.topmenu li{
	width : 20%;
}

.topmenu ul{
	width : 100%;
}

div.submenu{
	position : absolute;
	width : 80%;
	float : left;
	/*min-width : 280px;*/
	height : 0px;
	overflow : hidden !important;
	margin-top : 8px;
        margin-left: -17%;
	color : #000;
	border-radius : 5px;
}

.submenu ul{
	width : 60%;
	float : left;
	box-shadow : inset 0 0px 0 1px #999,inset 0 0 5px #fff;
	
	/*background: #ffc570;
	background: -moz-linear-gradient(top,  #ffc570 0%, #ff9900 30%, #f99500 70%, #ffa62b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc570), color-stop(30%,#ff9900), color-stop(70%,#f99500), color-stop(100%,#ffa62b));
	background: -webkit-linear-gradient(top,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffa62b 100%);
	background: -o-linear-gradient(top,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffa62b 100%);
	background: -ms-linear-gradient(top,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffa62b 100%);
	background: linear-gradient(to bottom,  #ffc570 0%,#ff9900 30%,#f99500 70%,#ffa62b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc570', endColorstr='#ffa62b',GradientType=0 );
	*/
        /* Chrome 10+,Safari */
background : -webkit-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);

/* Firefox 4+ */ 
background : -moz-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);

/* Opera */
background : -o-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);

/* IE 10+ */
background : -ms-linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%); 

/* W3C */
background : -linear-gradient(top, rgb(255, 162, 0) 00%, rgb(255, 191, 0) 47%, rgb(255, 162, 0) 99%);
	border-radius : 5px;
}

.submenu li{
	padding : 10px 0 10px 0;
	width : 50%;
	text-shadow: none;
	border-radius : 5px;
}

.submenu li:hover{
	color : #fff;
	text-shadow: 0px 0px 5px #f0a001;
	box-shadow : inset 0 0 5px #333;
	border-radius : 5px;
}

.langbar{
    float: right;
    padding: 10px 0 0 0;
    font-size: 16px;
    margin-left: -21px;
    clear: both;
    margin-top: -100px;
}

.langbar img{
    height: 12px;
    vertical-align: top;
    padding-right: 2px;
    margin-top: 2px;
}

.slide{
    background-color: #e1e4ea;
    height: 450px;
    padding: 0;margin: 0;background-repeat: no-repeat;overflow: hidden;
    margin-top: -56px;
    border-bottom: 1px solid #888; border-top: 1px solid #888;
    box-shadow: inset 0px 0px 20px #B87209;
}

#slidediv{
    width:100%;margin: 0;float:left;min-height: 350px !important;
}

.TB_Wrapper {
    width: 100%;
    background: url(trans_banner/preloader.gif) center center no-repeat;
    background-color: transparent;
    /*box-shadow:0px 0px 60px 8px #000;*/
    position: relative;
    overflow: hidden;
}

.caption span{
    font-family: 'MyriadPro';
    text-shadow: 0px 1px 1px #666; 
    font-size: 16px;
}

#main{
    clear: both;
    /*background : url('images/cbx_11.png') repeat;
    border: 1px solid #666;*/
    box-shadow: 0 7px 20px rgb(75, 73, 69);
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
    width: 75%;
    margin: 120px auto 0 auto;
    min-height: 350px !important;
}

.main_urun{
    height: 150px;overflow: hidden;cursor: pointer;border-radius:50%;
}
.main_urun img{
    position: relative;
}

#main1_1 {
    text-align: center;float: left;width: 100%;border-bottom: 1px dotted #ccc;height: 80px;
}
#main1_2{
    clear: both;padding: 10px 0 0 0;text-align: justify;color: #f0a001;text-shadow : 0px 0px 1px rgba(240, 160, 1, 0.65);
}
#main1_2 p{
    color: #333;
    margin-top: 0;
    -webkit-margin-before: .5em;
-webkit-margin-after: .5em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
#main1 img{
    float: left;
    height: 80px;
}

#main1 h2{
    color: #f0a001;
    font-size: 30px;
    padding: 24px 0 0 0;
    text-shadow:0px 0px 1px rgba(175, 118, 3, 0.3);
}

#main2{
    /*background: url('images/cbx_013.png') repeat;*/
    width: 100%;border-bottom: 1px solid #888;border-top: 1px solid #888;
    text-align: center;
    margin: auto;
}

#main2 h2{
    border-bottom: 1px dotted #ccc;
    text-align: center;
    color: #f0a001;
    padding: 0;
    text-shadow:0px 0px 1px rgba(175, 118, 3, 0.3);
}

.urundiv{
    float:left;width: 45%;padding: 0 5px 0 5px;
}

.footer{
    text-align : center;
    height: auto;
    width: 100%;
    background:  url('images/cbx_017.png') repeat;
    border-top:1px solid #222;
    box-shadow:inset 0 -3px 20px #fff,inset 0px 3px 5px #222, 0px 15px 10px #222;
    font-size:14px;
    padding: 0;
    margin: 0px;
}
.footer ul{
    padding: 5px 0 0 0;
}
.footer li{
    width : 20%;
}

.footer a{
    text-decoration: none !important;
    color : #111;
    text-shadow : 0 0 2px #fff;
}

.footer_logo{
    float: left;
    width:100%;
}
.footer_logo img{
    width:15%;
    opacity:0.7;
    min-width: 90px;
}
.footer_content{
    clear:both;
    width: 100%;
    float:none;
    border-bottom: 1px dotted #ccc;
    margin:0;
    height : 30px;
    font-size:15px;
}
.footer_content div{
    width: 100%;
    padding: 0;
}

.footer_contact{
    float:left;
    width:100%;
    color:#777;
    padding:5px 0 0 0;
    text-shadow : 0 0 2px #fff;
}
.footer_contact span{
    font-size: 12px;
}

#social{
  background-color:transparent;
  width:100%;
  -webkit-transition: background .5s;
	-moz-transition: background .5s;
	-ms-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
  padding:0;
}

#social ul{
  text-align:center;
  margin:0px auto;
}

#social li{
    padding: 0;
    float: none;
    width: auto;
}

#social p{
  text-align:center;
  font-family:Arial;
  font-weight:bold;
  opacity:.4;
  padding:0px;
}

#social ul > li {
	display: inline-block;
	margin: 0 15px;
	background-image: url('images/sprite2.png');
	opacity: .7;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
        
}

#social ul > li > a {
	display: block;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
}

#social ul > li.facebook { background-position:0 0;}
#social ul > li.twitter  { background-position:0 -36px;}
#social ul >  li.google { background-position:0 -72px;}

#social ul  > li.facebook:hover { background-position:-40px 0; opacity : 1 !important; }
#social ul > li.twitter:hover { background-position:-36px -36px; opacity : 1 !important; }
#social ul > li.google:hover { background-position:-37px -72px; opacity : 1 !important; }
/*
.facebook.active{
  background-color:#3B5998  !important;
}
.twitter.active{
  background-color:#2094CA !important;
}
.google.active{ 
  background-color:#0274b3 !important;
}
*/

.active p{
  opacity:.7 !important;
  color:white;
}

#up {
    background: url(images/icon_top.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    right: 100px;
    top: 500px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    opacity : .5;
}

.main1{
    margin-top: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 7px 9px rgb(0, 0, 0);
}

.main1_1 a{
    color: #000;
}

.backPageIcon{
    float: left;
    transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);
    font-size: 25px;
    color: #f0a001;
}

.backPageText{
    float: left;padding: 5px 0 0 5px;font-size: 20px;
}

.prodsTableTop{
    width: 25%;float: left;margin: 20px 0;text-align: center;
}

.prodsTableMiddle{
    width: 80%;text-align: center;padding: 5px;margin: auto;box-shadow: 0 0 3px #000;border-radius: 5px;
}

.prodTop{
    margin-top: 100px;
}

.prodImg{
    width: 20%;float: left;
}

.prodRight{
    width: 75%;float: right;
}

.prodDesc{
    width: 100%;border-bottom: 1px dotted #f0a001;padding-bottom: 10px;
}

.prodTableHead{
    border-radius:10px;margin-top: 20px;width: auto;height: 120px;border: 1px solid #ccc;text-align: center;font-size: 13px;padding: 20px;
}
.prodTableHeader{
    width: 25%;float: left;
}
.prodTableHeaderTitle{
    background: #f0a001;padding: 7px;color: #fff;
}

.prodTableContent{
    padding-top: 5px;
}