@charset "utf-8";
/* CSS Document */

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden}
.relative {
	position:relative
}
/* Global properties */
/*-- portfolio --*/
.item-pic{
	position:relative;
}
.item-text {
	position: absolute;
    top: 13.5%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 80%;
    height: 73%;
    text-align: center;
    padding: 4em 2em 0;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.item-text p{
	color: #000;
    font-size: 1.2em;
    margin-bottom: 1em;
}
.item-text h5{
    color: #6E6E6E;
    font-size: 2.5em;
    margin: 0;
    letter-spacing: 2px;
	line-height:1.2em;
}
.item-text:hover {
	background-color:rgba(51, 130, 201, 0.59);
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	color:#fff;
}
.item-text:hover p.s-para {
	color:#fff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.item-text:hover h5.s-heading {
	color:#fff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.style_2 {
  position: relative;
  margin-top: 72px;
  z-index: 2;
}
.style_2:before {
  background: url(../images/box_top.png) no-repeat 50% 0%;
  display: block;
  position: absolute;
  top: -195px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 195px;
  z-index: -1;
  content: '';
}
.style_2 > div {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.style_2:after {
  background: url(../images/box_bottom.png) no-repeat 50% 0%;
  display: block;
  position: absolute;
  right: 0;
  bottom: -195px;
  left: 0;
  height: 195px;
  z-index: -1;
  content: '';
}
/*-- /portfolio --*/

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
ul.simplefilter {
    text-align: center;
	margin-bottom: 1em;
}

.baner-top a {
    padding: 10px 10px;
    display: block;
    box-shadow: 0px 0px 9px #BDBDBD;
}
.img-box-content, .gal-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.gal-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gal-text-box .info-gal-con {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.divider {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 25px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}


.gal-spin-effect {
  display: block;
  overflow: hidden;
  position: relative;

}
.gal-spin-effect .gal-text-box {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
  z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #FF9036;
}
.info-gal-con p {
    font-size: 14px;
    line-height: 2.2em;
}
.ban-mar {
    margin: 35px 0;
}

/* */
.about-us {
    margin: 10px;
    padding: 0;
}

.about-us h3 {
    color: black;
    font-size: 30px;
    font-weight: 400;
    padding: 75px 0 20px;
    text-transform: uppercase;
}

.about-us p.text-center {
    word-spacing: 5px;
    color: black;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0 50px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}.text-center {
    text-align: center;
}
.col-md-6 {
    width: 50%;
}

.video img {box-shadow: 0px 0px 10px #000;
	border-radius:10px;    
    display: inline-block;
	box-sizing: border-box;
	float:left;
	margin-left:15px;
    
	opacity:1;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.video img:hover {
	opacity: 0.7;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}


body {
	font-family: Arial;
	color:#000;
	width:1349px;
	margin:auto;
	
	line-height:20px;
	background:url(../images/bg_top.gif) top center repeat-x;
	font-weight: 100
}
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;padding:0}
.main {	margin:0 auto; 	width:100%;  }
.body1 {width:1349px ;
	}
.body2 {background:url(../images/bg_top2.png ) center 214px no-repeat;width:100%  ; position:relative;    }
#page2 .body2 {background:url(../images/bg_header2.png) center 214px no-repeat }
.body3 {background:url(../images/bg_footer.png) no-repeat bottom  #e6e6e6;}
/* main layout */
a {color: #ff9900;text-decoration:underline;outline:none}
a:hover {text-decoration:none; color: #000; }
h1 {float:left;padding:23px 0 0 30px}
#menu h1 {float:left;padding:10px 0 0 30px}
h2 {font-size:36px;color:#000;line-height:1.2em;padding:36px 0 21px 0;letter-spacing:-1px}
table{font-size:20px;}
.ca-content h2 {color:#000;line-height:1.2em;padding:20px 0 0px 0;letter-spacing:-1px}
h2.pad_bot1 {padding-bottom:11px}
h2.pad_top1 {padding-top:10px}
h3 {font-size:24px;color:#000;padding:10px 0 13px 0;letter-spacing:-1px}
#content h3 {font-size:24px; display:inline-block;  color:#000;padding:10px 0 13px 0;letter-spacing:-1px}
h4 {font-size:24px; color:#000;padding:10px 0 13px 0;letter-spacing:-1px}

h5 {font-size:20px; display: inline-table;  color:#000;letter-spacing:-1px; padding:5px 0 5px 0;}
p {padding-bottom:18px}
/* table*/
table.tableizer-table {
                            border: 1px solid #CCC;
							font-size:12px
							
                            
                        } 
                        .tableizer-table td {
                            padding: 4px;
                            margin: 3px;
                            border: 1px solid #000;
                        }
                        .tableizer-table th {
                            background-color: #ff9900; 
                            color: #FFF;
                            font-weight: bold;border: 1px solid #000;
                        }
						
/*opacity*/
.col1:hover .opacity {

	opacity: 0.5;filter:alpha(opacity=50);
}

.opacity {
	opacity:1.0;filter:alpha(opacity=100);
}
.opacity:hover {

	opacity: 0.5;filter:alpha(opacity=50);
}
/* header */
header {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.row-1 {width:1000px;padding-top:2px; margin: auto; }
.row-2 {width:1000px;height:130px;padding-top:2px; margin: auto; }
.row-3 {width:1000px;position:relative;margin: auto;}
article .col1:hover{ background: #006666 ; color:#FFFFFF; -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear; border-radius:5px }
section.col1:hover{ background:none }
#page2 .row-3 {width:1000px;position:relative;margin: auto;height:160px;  }
#top_nav {float:right;padding:5px 32px 0 0}
#top_nav li {float:left;padding-right:8px;margin-right:7px;background:url(../images/line_top.gif) right 5px no-repeat}
#top_nav li a {color:#000;text-decoration:none;font-size:12px}
#top_nav li a:hover {text-decoration:underline}
#top_nav .end {padding-right:0;margin-right:0;background:none}
.date {float:left;font-size:12px;color:#000;padding:5px 0 0 32px}
.logo {display:block;background:url(../images/logo7.png) 0 0 no-repeat;width:260px;height:68px;text-indent:-5555px}
#menu .logo {display:block;padding-top:0x;background:url(../images/logo9.png) 0 0 no-repeat;width:260px;height:68px; float:left}
.slog {display:block;font-size:14px;line-height:1.2em;color:#8a8a8a;text-transform:uppercase;letter-spacing:-1px; font-family:"Arial"}
/* main menu */
.menu {float:right;padding:1px 0 0 0; }
.menu li {float:left;position:relative;margin-right:1px}
.menu li.last-item {margin:0}
.menu li a {/*agar slowmotion*/-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;display:inline-block;width:95px;font-size:10px;line-height:1.22em;padding:18px 2px 17px 2px;margin-top:9px;color:#fff;background:#000;text-align:center; font-family:"Arial";border-radius:15px 15px 0 0;-moz-border-radius:15px 15px 0 0;-webkit-border-radius:15px 15px 0 0; text-decoration:none}
.menu li a.active, .menu li a:hover {color:#0f0f0f;line-height:1.22em;font-size:11px;background:#FF9900;padding:25px 2px 18px 2px;margin:0}
/* sub menu*/
.menu li ul{-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	position:absolute;
	left:-1000em;
	z-index:9999;
	background:#FF9900;
	padding:10px 10px;
	
}

.menu li:hover ul.sub1 { left:-85px;}
.menu li:hover ul.sub2 { left:-185px;}
.menu li:hover ul.sub3 { left:-285px;}
.menu li:hover ul.sub4 { left:-385px;}
.menu li li a:hover{ padding:17px 2px 17px 2px; }
/*text*/
.text {font-size:20px;line-height:1.2em;color:#fff;padding:43px 0 0 45px;letter-spacing:-1px;float:left;width:340px;position:relative}
.text p span {display:block;margin-top:-4px}
.text p {padding-left:5px;padding-bottom:0px}
.text .tittle {font-size:75px;line-height:1.2em;display:block;letter-spacing:-2px;margin-bottom:-10px}
.text .tittle span {font-size:46px;line-height:1.2em;color:#000;display:block;margin-top:-22px;letter-spacing:-1px}
.text .button1 {display:block;position:absolute;top:295px;left:49px;background:url(../images/button_1.png) 0 0 no-repeat;width:158px;height:56px;text-align:center;font-size:24px;line-height:46px;color:#3d6c00;text-transform:uppercase;text-decoration:none}
.text .button1:hover {color:#000}
.roundabout-holder { height:5em}
.roundabout-moveable-item {cursor:pointer;width:700px;height:403px;margin-top:178px;}
.roundabout-in-focus {cursor:auto}

#menu {
	width: 1349px;
	height:80px;
	border-bottom:3px solid rgb(5,143,252);
	background: -moz-linear-gradient(top, #ff9900, #fff);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9900), to(#EEEEEE));
	webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    transition: all 70ms linear;
	
}

.menu2{
width:415px;
margin:auto;
float:left}

.menu2 li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	
	padding: 30px 13px 30px 13px;
	border-left:2px solid #ff9900;
}
.menu2 li.last {
	border-right:2px solid #ff9900;
	border-left:2px solid #ff9900;
}
.menu2 li:hover {
	display:block;
	padding: 29px 12px 29px 12px;
	background:#ff9900;
	background: -moz-linear-gradient(top, #ff9900, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9900), to(#EEEEEE));

	border:2px solid #058ffc;
}

.menu2 li a {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:17px; 
	outline:0;
	text-decoration:none;
	color:#000;
}

.menu2 li:hover a {
	color:#000;
	text-shadow: 0px 1px 0px #ccc;
	
}

.menu2 li a.active {
    background:#0990ff;
    color: #fff;
    padding:8px 15px 7px 15px;
	text-decoration:none;
}

.menu2 li .drop {
	background:none;
}

.menu2 li:hover .drop {
	background:none;
}


#gallery {position:relative; }
#gallery img {display:block;width:100%;height:100%}
#gallery li {background:url(../images/img_bg.png) center 2px no-repeat;overflow:hidden}
/* search-form */
#menu #search {width:244px;min-height:59px;float:right; margin-top:0px; border-radius:18px;-moz-border-radius:18px;-webkit-border-radius:18px;}
#search {width:244px;min-height:43px;padding:20px;margin-right:10px;margin-top:20px; border-radius:18px;-moz-border-radius:18px;-webkit-border-radius:18px;float:right}
.search-form {background:#fefefe;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;width:100%;overflow:hidden;}
#search input {font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:1.214em;width:170px;padding:10px 18px 11px;margin:0;color:#9d9d9d;border:none;background:url(../images/newsletter_input.png) 0 0 no-repeat;float:left}
#search #searchsubmit {display:block;width:38px;height:38px;text-indent:-5000px;background:url(../images/search-button.png) 9px 8px no-repeat  #FF9933;border-radius:0 8px 8px 0;-moz-border-radius:0 8px 8px 0;-webkit-border-radius:0 8px 8px 0;float:right}
#search #searchsubmit:hover {background-color:#aaa}
/* slider */
.slider-wrapper {
	overflow:hidden;
	width:1000px;
	position:absolute;
	top:57px;
	background: #FF9900;
	border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px
}
.slider {height:380px;width:948px;}
.items {display:none}
.pagination {position:absolute;top:0;z-index:999}
.banner {width:400px;height:205px;position:absolute;top:92px;left:98px; }
.banner2 {width:950px;height:360px; padding:10px 0px; z-index:9999; font-family:"Dekar"   }
.prev {display:block;width:22px;height:37px;text-indent:-5000px;position:absolute;left:25px;top:183px;z-index:99;background:url(../images/slider-control.png) left top no-repeat}
.prev:hover {background-position:left bottom}
.next {display:block;width:22px;height:37px;text-indent:-5000px;position:absolute;right:22px;top:183px;z-index:99;background:url(../images/slider-control.png) right top no-repeat}
.next:hover {background-position:right bottom}
.b1 {color:#0f0f0f;font-size:50px;line-height:1.2em;display:block;letter-spacing:-3px; font-weight:100}
.b2 {color:#00a9ff;font-size:80px;line-height:1.2em;display:block;text-transform:uppercase;letter-spacing:-4px;margin:-12px 0 13px -5px}
*+html .b2 {margin:-12px 0 5px -5px}
.b3 {color:#0f0f0f;font-size:17px;line-height:1.2em;display:block; font-weight:200}
.b4 {color:#fff;font-size:20px;line-height:1.2em;display:block; font-weight:100;margin:110px 0 0 0; width:450px; background:#FF9900 ; padding:10px; border-top-right-radius:10px;border-bottom-right-radius:10px; -webkit-box-shadow: 4px 4px 4px  #000; text-align:justify }
/* content */
#page1 {margin-top:-20px}
#page1 #content {padding-bottom:48px;width:100%;overflow:hidden; font-size:12pt; margin:auto; }
#content {padding-bottom:48px;width:1050px ; font-size:12pt; margin:auto;  color: #000;line-height:26px; }
#content2 {padding:30px 0 49px 0;width:1000px;overflow:hidden; font-size:12pt; margin:auto;}
#content3 {padding-bottom:48px;width:1050px ; font-size:12pt; margin:auto;  color: #000;}
#market:hover{ background:#ff9900;-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;}
#market{ background:#aaa;-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;}
.marg_right1 {margin-right:19px}
.pad_bot1 {padding-bottom:6px}
.pad_bot2 {padding-bottom:18px}
.pad_bot3 {padding-bottom:12px}
.pad_top1 {padding-top:6px}
.pad_left1 {padding-left:40px}
.color1 {color:#000} 
.link1 {text-decoration:none}
.link1:hover {color:#76a300}
.button {display:inline-block;background:url(../images/button_2.png) 0 0 no-repeat;width:129px;height:44px;font-weight:bold;text-align:center;text-decoration:none;line-height:36px; color: #666666}
.button:hover {color:#76a300}
.button2 {background:#0099CC;
text-decoration:none;
border-radius: 5px;
box-shadow:0px 1px 0px #000;	   
height: 37px;
padding: 10px 60px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
line-height: 37px;font-size: 1em;
font-weight: 300;;-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;}
.button2:hover {background: #55aaee;-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
               
}
.button3 { font-family: "Arial";background:#f90;
color: #fff;
text-decoration:none;
border-radius: 5px;
box-shadow:0px 1px 0px #000;	   
height: 20px;
padding: 150px 40px;
font-weight: 400;
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
line-height: 30px;font-size: 15px;
margin-left:80px;
;-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;}
.button3:hover {background: #55aaee;-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
               
}

.list1 li {font-size:12px;line-height:24px}
.list1 li a {padding-left:8px;background:url(../images/marker_1.gif) 0 5px no-repeat}
.list2 {margin-top:-6px}
.list2 li {line-height:24px}
.list2 li a {padding-left:8px;background:url(../images/marker_1.gif) 0 5px no-repeat}
.list3 {
	margin-top:-1px;
	float:left
}
.list3 li {
	font:14px Tahoma, Geneva, sans-serif;
	line-height:30px;
	width:160px;
	float:left;
	position:relative;
	margin-right:10px
	
}
.list3 li a {
	color:#4c4c4c;
	text-decoration:none;
	padding-left:10px;
	background:url(../images/marker_3.gif) 0 6px no-repeat;
	
}
.list3 li a:hover {
	color:#0055a2;
	background-position:0 -17px
}
.list3 li img.foto {
	-webkit-box-shadow  :0px 0px 5px #000000; -moz-box-shadow:0px 0px 5px #000000; -o-box-shadow:0px 0px 5px #000000;box-shadow:0px 0px 5px 
                     #000000;  margin: 5px 9px;  border-radius: 150px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
#newsletter {}
#newsletter .bg {background:url(../images/newsletter_input.png) 0 0 no-repeat;min-height:43px}
#newsletter .input {background:none;padding:7px 10px;width:231px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#c0c0c0;height:14px} 
#icons {}
#icons li {line-height:24px;font-size:12px}
#icons img {float:left;margin-right:10px;margin-top:4px}
.address {line-height:24px;font-size:12px}
.address span {width:57px;float:left;color:#000}
.address a {color:#76a300}
/* footer */
footer {color:#aaa;font-size:12px;padding:27px 0 10px 0;text-align:center;width:100%;overflow:hidden; }
footer a {color:#fff; text-decoration:none }
footer a:hover {}
/* forms ======= */
#ContactForm {padding-top:1px}
#ContactForm span {float:left;width:94px;line-height:28px;color:#000}
#ContactForm .wrapper {min-height:34px}
#ContactForm .bg {float:left;background:#fff;border-left:1px solid #bfbfbf;border-top:1px solid #bfbfbf;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;position:relative}
#ContactForm .textarea_box {height:230px;width:100%;overflow:hidden}
#ContactForm a {margin-left:2px;float:right}
#ContactForm .input {width:230px;background:none;padding:6px 10px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#c0c0c0;height:15px;margin:0}
#ContactForm textarea {overflow:auto;width:434px;background:none;padding:6px 10px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#c0c0c0;height:207px;margin:0}

.pad {
padding:0px 5px;
}

/*sidebar*/
.navbox {
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 270px;
	position: relative;
	padding: 0px 0 0px 0;
	background: url(../images/shad2.png) no-repeat;
	-webkit-background-size: 50% 100%;
}

.nav li {
	margin: 5px 0 0 0;
}

ul.nav li a {
font-family:"Segoe UI";
font-size:17px;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	background: #cbcbcb url(../images/border.png) no-repeat;
	color: #174867;
	padding: 7px 15px 7px 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 270px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover, ul.nav li a.active{
	background: #ebebeb url(../images/border.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
	
}

/*ul kta*/
ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	width:175px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:175px;
	height:85px;
	background: #111 url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:17;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li a span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:175px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li a:hover span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:175px;
	height:60px;
	z-index:17;
}
ul.sdt_menu li a:hover span.sdt_active{
	position:absolute;
	background:#FF9900;
	top:0px;
	width:0px;
	height:85px;
	left:0px;
	z-index:17;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#FF9900;
	top:0px;
	width:0px;
	height:85px;
	left:0px;
	z-index:15;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
	line-height:10px
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

/*news*/
#news{
width:900px;
margin:auto;

}
#chat{
            position: fixed;
            margin-right: -230px;
            margin-top: 100px;
            width: 270px;        
            right: 0;
            z-index: 100000;
        }
        #chat #act_chat{
            background: none;
            border: none;
            cursor: pointer;
        }
        #chat #act_chat{
            background: url(../images/btn_livechat.png) top left no-repeat transparent;
            width: 43px;
            margin-right:2px;
            height: 130px;
            float: left;
            display: block;
        }
        #chat #head_chat{
            background: url(../images/bg_head_chat.png) top left repeat-x transparent;
            height: 5px;
            border: 1px solid silver;
            border-bottom: none;        
        }
        #chat #chat_dalam{
            background: url(../images/bg_chat.png) top left repeat-x #ededed;
            width: 220px; 
            border-left: 1px solid silver;
            border-right: 1px solid silver;
            padding:10px;
        }
        #chat #chat_dalam h1{        
            background: url(../images/border_h1.png) bottom left repeat-x transparent;
            color: #c38102;        
            font-size: 14px;
            padding-top:0px;
            padding-left:5px  
        }
        #chat #chat_dalam table{
            margin-bottom: 20px;
        }
        #chat #main_chat{
            background: url(../images/top_chat.png) top left repeat-x transparent;
            width: 220px;
            padding-top: 3px;
            border-bottom: 1px solid silver;        
            float: left;                           
        }
 * {

        -webkit-touch-callout: none;

    }



  img {

	    -webkit-touch-callout: none;

    }