/*
============================================================
home
============================================================
*/
#home_logo {
	position: absolute;
	text-decoration: none;
	cursor: pointer;
	top: -62px;
	left: 0px;
	z-index: 2000;
}

.slider_wrapper {
	margin-bottom: 50px;
}

.slider_mask {
	
}

.slider {
	width: 940px;
	margin: 0 auto;
	direction: ltr;
}

#slide_nav {
	background-image: url("../images/content/next_slide.png");
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 3000;
	bottom: -16px;
	left: 31px;
}

#slide_nav  a {
	display: block;
	height: 40px;
	width: 40px;
}

.slide {
	height: 300px;
	width: 960px;
}

#home_slider_text{
	width:465px;
	height:50px;
	background-repeat:no-repeat;
	background-image: url("../images/content//withebox.png"); 
	direction: rtl;
	top:250px;
	position: absolute;
	right: 0px;
	vertical-align: middle;
	font-size: 28px;
	color:#717171;
}
#home_slider_text div{
	margin-right: 25px;
	line-height: 50px;
}
#home_slider_text input{
	height: 40px;
}

.home_block1 {
	width: 300px;
	padding-right: 10px;
}

.home_block1 img {
	margin-bottom: 20px;
}

.home_block2 {
	width: 620px;
}

.home_block2 ul {
	overflow: hidden;
	margin: 0px;
}

.home_block2 li {
	float: right;
	display: block;
	width: 110px;
	height: 100px;
	margin: 0px 9px 0px 9px;
}

.home_block2 li img {
	margin: 0px;
}

.home_block2 img {
	margin-bottom: 15px;
	
}



/*
============================================================
about
============================================================
*/

/*
============================================================
clients
============================================================
*/
.client_box {
	margin: 0px 10px 30px 10px;
	height: 124px;
	overflow: visible;
}

.client_text {
	width: 300px;
	height: 120px;
	overflow: hidden;	
}

.client_image {
	width: 140px;
	height: 120px;
	background-color: #fff;
	border: solid 1px #acacac;
}

.client_image img {
	width: 140px;
	height: 120px;
}

/*
============================================================
prj
============================================================
*/
.prj_box {
	width: 218px;
	height: 168px;
	background-color: #fff;
	border: solid 1px #dfdfdf;
	margin: 0 10px 30px 10px;
}

.prj_box a {
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.prj_col2 a:hover > div{
	display: block;
}

.box_overlay {
	display: none;
	background: url("../images/content/overlay_bg.png") repeat center center;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
}
.prj_box:HOVER > div{
	
	display: block;
}

.box_overlay a {
	display: block;
	width: 100%;
	height: 100%;
}



.prj_box span {
	line-height: 29px;
	padding: 0 10px 0 10px;
}

/*
==============
prj page
==============
*/
.prj_col1 {
	width: 355px;
}

.prj_col2 {
	width: 560px;
	height: 400px;sitemin
}

.prj_col2 a {
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.prj_col2 > div {
	position: absolute;
	border: solid 1px #cecece;
	z-index: 100;
}

.prj_title {
	
}

.prj_title span {
	line-height: 31px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	width: 787px;
	float: right;	
}

.prj_top_left {
	top: 1px;
	left: 1px;
	width: 278px;
	height: 198px;
}

.prj_top_right {
	top: 1px;
	right: 1px;
	width: 278px;
	height: 198px;
	border-bottom: none;
	border-left: none;
}

.prj_bottom_right {
	bottom: 1px;
	right: 1px;
	height: 198px;
	width: 346px;
}

.prj_bottom_left {
	bottom: 1px;
	left: 1px;
	height: 198px;
	width: 210px;
	border-top: none;
	border-right: none;
}

.prj_img:HOVER>div {
	display: block;
}

.prj_img a {
	display: block;
	border: none;
	width: inherit;
	height: inherit;
}

.prj_overlay {
	background: url("../images/content/box_overlay.png") center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: inherit;
	height: inherit;
	display: none;
	border: none;
}

.prj_to_pop {
	background-image: url("../images/content/mag.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%
}

/*
==============
prj-pop
==============
*/

/*
============================================================
gimmics
============================================================
*/
.gimmick_box {
	margin: 0px 10px 10px 10px;
	float: right;
}

.gimmick_block1 {
	width: 300px;
}

.gimmick_block2 {
	width: 140px;
	height: 100px;
	margin-top: 50px;
}

.gimmick_block2 img {
	width: 140px;
	height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #070e13;
	-webkit-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	-moz-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	border: solid 1px #848484;
}

/*
============================================================
gallery
============================================================
*/
.gallery_block2 {
	margin: 10px;
}

.gallery_block2 img {
	width: 138px;
	height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #070e13;
	-webkit-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	-moz-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	border: solid 1px #848484;
}

.gallery_nav {
	width: 960px;
	margin-top: 30px;
}

.gallery_nav  a {
	display: block;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.gallery_nav  a img {
	border: none;
}

/*
==============
gallery-pop
==============
*/
.pop_frame {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	display: inline-block;
}

.pop_image img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	-moz-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	border: solid 1px #848484;
}

.top_nav a {
	
}

.pop_nav {
	
}

.bottom_nav a {
	margin-top: 15px;
}

.top_nav a {
	margin-bottom: 15px;
}

/*
============================================================
rec
============================================================
*/
.rec_block {
	min-height: 115px;
}

/*
==============
rec-pop
==============
*/
.rec_pop {
	width: 760px;
}

/*
============================================================
contact
============================================================
*/
.contact_top {
	background-image: url("../images/content/conatct_bg.png");
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
}

#cos_contact_form input {
	width: 136px;
	display: block;
	margin: 0px 0px 10px 0px;
	height: 11px;
	background-color: #fff;
	border: solid 1px #bbb;
	border-radius: 0px;
	font-size: 14px;
	line-height: 11px;
	color: #cacaca;
}

#cos_contact_form textarea {
	width: 170px;
	max-width: 170px;
	border-radius: 0px;
	height: 81px;
	background-color: #fff;
	border: solid 1px #bbb;
	height: 73px;
	max-height: 73px;
	color: #cacaca;
	resize:none;
}

#cos_contact_form .focused input {
	color: black;
}

.send_btn {
	background-image: url("../images/content/send_btn.png");
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
	display: block;
	border: none;
	float: right;
	clear: both;
}


.send_btn:HOVER {
	background-image: url("../images/content/send_btn_hover.png");
}
	
.con_map {
	border: solid 1px #bbbbbb;
	height: 228px;
	width: 938px;
}

.icons {
	margin-left: 10px;
}

.icons_text {
	line-height: 28px;
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	margin-bottom: 6px;
}

.icons_text span {
	display: block;
	float: right;
}

.orenge {
	color: #f1592a;
	width: 150px;
	overflow: hidden;
	height: 28px;
}

.eg {
	width: 65px;
}

.full_image {
	width: 940px;
	height: 250px;
	margin-bottom: 30px;
}

.full_image img {
	width: 938px;
	height: 248px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	-moz-box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	box-shadow: inset 3px 4px 5px rgba(53, 44, 32, .37);
	border: solid 1px #848484;
}

.contact_wrapper {
	background-image: url("../images/content/contact_bg.png");
	background-repeat: no-repeat;
	width: 440px;
	height: 190px;
	background-color: transparent;
	padding: 40px 0px 0px 20px;
}

.contact_wrapper input {
	width: 149px;
	height: 20px;
	background-color: #fff;
	-webkit-box-shadow: inset 2px 3px 3px rgba(53, 44, 32, .39);
	-moz-box-shadow: inset 2px 3px 3px rgba(53, 44, 32, .39);
	box-shadow: inset 2px 3px 3px rgba(53, 44, 32, .39);
	border: solid 1px #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0px 5px 0px 5px;
}

.contact_wrapper label {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	display: block;
	width: 50px;
	padding-left: 10px;
	float: right;
	text-align: left;
}

.contact_block1 {
	width: 210px;
}

.contact_block2 {
	width: 230px;
}

.contact_head {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #b4b4b4;
	padding-right: 15px;
	padding-bottom: 15px;
}

.contact_wrapper textarea {
	width: 149px;
	height: 75px;
	max-width: 161px;
	max-height: 80px;
	background-color: #fff;
	-webkit-box-shadow: inset 2px 3px 3px rgba(53, 44, 32, .39);
	-moz-box-shadow: inset 2px 3px 3px rgba(53, 44, 32, .39);
	box-shadow: inset 2px 3px 3px rgba(53, 44, 32, .39);
	border: solid 1px #777;
	padding: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: left;
	margin-bottom: 17px;
}

.contact_block1 label {
	width: 35px;
	float: right;
}

.contact_block1 input {
	width: 164px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url("../images/content/send_btn.png");
	text-decoration: none;
	border: none;
	background-color: transparent;
	display: block;
}

.send_btn {
	
}

.con_icons {
	margin-left: 10px;
	margin-bottom: 5px;
}

.con_lable {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	margin-bottom: 5px;
}

.con_lable2 {
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

.fix {
	margin-right: 3px;
}

.get_offer {
	margin-right: 20px;
}

.ticker {
	margin-top: 10px;
}

.ticker li {
	display: block;
	text-decoration: none;
}


#cos_contact_form .inactive {
	color: #cecece;
}
#cos_contact_form .active {
	color: #757575;
}
#cos_contact_form .focused {
	color: #757575;
	background: #fffee7;
}
