html {
	width:100%;
	height:100%;
}
@font-face {
    font-family: 'TallDarkAndHandsomeCondensed';
    src: url('../css/fonts/talldark-webfont.eot');
    src: url('../css/fonts/talldark-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/talldark-webfont.woff') format('woff'),
         url('../css/fonts/talldark-webfont.ttf') format('truetype'),
         url('../css/fonts/talldark-webfont.svg#TallDarkAndHandsomeCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GnuolaneFree';
    src: url('../css/fonts/gnuolane_free-webfont.eot');
    src: url('../css/fonts/gnuolane_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/gnuolane_free-webfont.woff') format('woff'),
         url('../css/fonts/gnuolane_free-webfont.ttf') format('truetype'),
         url('../css/fonts/gnuolane_free-webfont.svg#GnuolaneFree') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IbizaRegular';
    src: url('../css/fonts/ibiza-webfont.eot');
    src: url('../css/fonts/ibiza-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/ibiza-webfont.woff') format('woff'),
         url('../css/fonts/ibiza-webfont.ttf') format('truetype'),
         url('../css/fonts/ibiza-webfont.svg#IbizaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GrotzecHdCnLightRegular';
    src: url('../css/fonts/grotzechdcnlight-webfont.eot');
    src: url('../css/fonts/grotzechdcnlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/grotzechdcnlight-webfont.woff') format('woff'),
         url('../css/fonts/grotzechdcnlight-webfont.ttf') format('truetype'),
         url('../css/fonts/grotzechdcnlight-webfont.svg#GrotzecHdCnLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GrotzecHdCnBold';
    src: url('../css/fonts/grotzechdcn-bold-webfont.eot');
    src: url('../css/fonts/grotzechdcn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/grotzechdcn-bold-webfont.woff') format('woff'),
         url('../css/fonts/grotzechdcn-bold-webfont.ttf') format('truetype'),
         url('../css/fonts/grotzechdcn-bold-webfont.svg#GrotzecHdCnBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000; 
	background: url(../images/bgs/darkbg3.jpg) repeat left top;
	background-attachment:fixed !important;
	
}


a {text-decoration:none; color: #ff5e08;}

#wrapper {	position:relative;
}
#left_panel {
	position:fixed;
	top:198px;
	left:0;
	z-index:500;	
}
#left_panel_btn {float:left;
}
#left_panel_btn a {
	background:url(../images/set_light.png) no-repeat;
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
}
.sub_package, .sub_menu {display:none
}
.settings {	
	width:183px;
	background:#f8f8f8;	
	float:left;
	padding:13px 12px 23px 22px;	
}
.settings select {width:175px;	
}

.settings h3 {
	padding:13px 0 10px 0;
	margin:0;
	font-weight:normal;
	font-size:16px;
	font-family: 'GnuolaneFree';
	text-transform:uppercase;
	color:#999;
	line-height:17px;
}
.settings ul {
	margin:0;
	padding:0;	
}
.settings li {
	padding:0;
	margin:0 5px 5px 0;	
	float:left;
	list-style:none;
}
.settings li img {
	border:1px #dcdcdc solid;
	width:38px;
	height:28px;
}




#page { margin:0 auto; width: 930px; padding: 0 35px; background: #f8f8f8; position: relative; min-height:100%;
}

a.more {
	background: #000;
	font-size: 16px;
	padding: 9px 15px 7px 15px;
	color: #afafaf;
	text-transform: uppercase;
	margin-right: 10px;
	position: relative;
	overflow: visible;
	font-family: 'GnuolaneFree';
	display:block;
	float:left;
	letter-spacing:1px;
}
a.more:hover {
	color: #fff;
	background: #ff5e08;
}

p{
	margin-bottom: 15px;
	color: #444444;
	line-height: 20px;
}
h2{
	font-size: 32px;
	font-weight: normal;
	color: #0b0b0b; 
	text-transform: uppercase;
	margin-bottom: 14px;
	font-family: 'GrotzecHdCnLightRegular';
	line-height:33px;
	word-spacing:4px;
}
h3{
	font-size: 14px;
	color: #444444;
	margin:3px 0 18px 0;
	line-height:16px;
}
.orange-list li {
	display: block;
	background: url("../images/bird-orange.jpg") 0px 5px no-repeat;
	padding-left: 16px;
	margin-bottom: 14px;
	font-weight: bolder;
	color: #000;
	line-height:20px;
}
.orange-list li .postdate {
	font-weight: normal;
	color: #4f4f4f;
	font-size: 12px;
}
ul.orange-list {text-indent: 0; margin-left: 0; list-style-type:none; width: 100%; }

.orange-list li a{color: #000;}




hr {
	color: #f8f8f8;
	background: #f8f8f8;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	height: 13px;
	margin-bottom: 39px;
	margin-top:0;
}
.block {margin-bottom: 25px;}


/*****************head***************/
#head {
	height: 160px;
	position: fixed;
	margin:0 auto;
	width: 930px;
	background: #f8f8f8;
	z-index: 100; 
	border-top:2px solid #000;
	border-bottom:1px #dcdcdc solid;
}
#head .in {
	padding-top: 20px;
	background-color: #f8f8f8;
} 
#phone {
	position: absolute;
	left: 0;
	top:48px;
	font-size:12px !important;
	line-height:16px;
}

#pics-links { position: absolute; right: 0;  top:46px;}
#pics-links ul {
	padding:0;
	margin:0;
}
#pics-links ul li {
	padding:0;
	margin:0 0 0 5px;
	float:left;
	list-style:none;
	width:25px;
	height:25px;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
#pics-links a {
	background: url(../images/social_icons.png) no-repeat left top;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	background-position:0 0;
}
#pics-links a:hover{
	background-position:0 -25px;
}
#pics-links a.in_l {background-position:-25px 0;
}
#pics-links a.in_l:hover {background-position:-25px -25px;
}
#pics-links a.twitter {background-position:-50px 0;
}
#pics-links a.twitter:hover {background-position:-50px -25px;
}
#pics-links a.mail {background-position:-75px 0;
}
#pics-links a.mail:hover {background-position:-75px -25px;
}

#logo {
	line-height:80px;
	text-align:center;	
}
#logo h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'IbizaRegular';
	color:#0b0b0b;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:80px;
}
#logo h1 span {	color: #ff5e08;
}
#logo a {color:#0b0b0b;
}


#menu ul {
	padding:0;
	margin:0;
}
#menu ul li {
	float: left;
	margin: 0 9px 0 8px;
	padding:0;
	list-style:none;
	height:40px;
	line-height:40px;
}
#menu ul li a {
	padding: 3px 12px 0 12px;
	color:#999;
	font-family: 'GnuolaneFree';
	font-size:18px;
	text-transform:uppercase;
	display:block;
	float:left;
	letter-spacing:1px;
}
#menu ul li a.active {
	color:#0b0b0b;	
	border-bottom:2px #ff5e08 solid;
	line-height:30px !important;
	padding-top:8px !important;
}

.up-menu {
	position:absolute;
	width:100%;
	left:0;
	bottom:-1px;	
}
.up-menu .in-mmenu {
	float: right;
	right: 50%;
	position:relative;
}
.up-menu .in-mmenu #menu {
	position: relative;
	width: 100%;
	right: -50%;
}



.topspace, .topspace_last {
	padding-top: 197px;
	overflow: hidden;
	margin-bottom:-150px;
}
.topspace_last {margin-bottom:-38px !important;
}

#slider {	background: #f8f8f8;	margin-bottom: 40px;}



/*****************top Section***************/
.tricol {overflow: hidden; width: 930px; position: relative; padding-bottom: 20px;}
.tricol .column {width: 290px; padding-right: 7px; margin-right: 35px;  float: left; border-right: 1px solid #dcdcdc; overflow: hidden; position: relative; padding-bottom: 10px;
padding-top:3px;
}
.tricol .last {margin-right: 0 !important; padding-right: 0 !important; border-right: none !important; width: 262px !important}
#contact .tricol {margin-bottom: 50px;
}
.tricol .column h2 { padding:0 0 0 3px !important;
}
.tricol .column p { padding-right:30px;
}
.tricol .last p { padding-right:0 !important;
}



/*****************about Section***************/
.sidebar, .main-col {margin-bottom: 20px;}

.section-wraper{ width: 930px; overflow: hidden; position: relative;}
.persons img {float: left;}
.sidebar img {display: block; margin-bottom: 12px; padding: 5px 0;}
.main-col {
	float: left;
	width: 596px;
}
.sidebar{
	float: right;
	width: 264px;
	border-left: 1px #dcdcdc solid;
	padding-left: 35px;
}


.persons {overflow: hidden; margin-bottom: 31px;}
.persons h3, .persons p {margin-left: 143px; }





.wraper { float:left; width:100%;}

/*****************services Section***************/
.three-images {overflow: hidden; margin-bottom: 25px;}
.three-images img {float: left; margin-right: 6px;}
.three-images img.last {margin-right: 0;}

ul.black-list {overflow: hidden; width: 107%; margin-bottom: 0px;}
ul.black-list li {width: 42%; float: left; padding-left: 8%; position: relative; left:-6%; background: url(../images/bird-black.png) 38px 5px no-repeat; margin-bottom: 30px;}
ul.black-list li h4 {color: #ff5e08; font-weight: bolder; font-size: 14px; margin-bottom: 10px;}



/*****************news Section***************/
h2 span {
	float: right;
	background: #dcdcdc;
	border-bottom: 2px #000 solid;
	padding: 11px 10px 4px 10px;
	font-size: 18px;
	font-family: 'GrotzecHdCnLightRegular';
	position: relative;
	top: -5px;
	left: -12px;
	line-height:18px !important;
}
#output {
	width: 605px;
	padding-bottom:0px;
	position:relative;
}
.entry {
	position:absolute;
	left:0;
	top:0;
}

#news .scroll {float: left; margin-right: 2px; width:30px; height:30px;}


/*****************contact Section***************/
#contact, #contact .column {}
address { font-style: normal;}
address b {float: left; width: 77px;}
#contact address p {
	margin-bottom: 11px !important;
	line-height:15px !important;
}

#tweet p a {color: #000;}

#contactform {font-size: 13px;}
#contactform label {
	display: block;
	line-height:22px;
}
#contactform label span {color: red;}
#contactform .inpt {
	height: 30px;
	border: 1px solid #dcdcdc;
	background: #fff;
	width: 241px;
	margin-bottom: 8px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding:0 10px;
}
#contactform textarea {
	height: 135px;
	border: 1px solid #dcdcdc;
	background: #fff;
	width: 241px;
	margin-bottom: 20px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding:10px;
	resize:none;
}

#submit-button, #reset-button {background: #000; font-size: 12px; padding: 4px 8px; color: #fff; text-transform: uppercase; line-height: 34px; border: none; }
#submit-button:hover, #reset-button:hover {font-size: 12px; padding: 4px 8px; color: #fff; text-transform: uppercase; line-height: 34px; background: #ff5e08; border: none;}


.button {display: none;}


/*****************footer***************/
.footer { clear:left; width:100%; background:#f8f8f8; border-bottom: 2px solid #000;}
.footer hr {margin-bottom: 21px;}
.footer div.center {margin-bottom: 23px; font-size: 12px; color: #999999; text-align:center}
.counter {}



/*****************collection Section***************/
#portfolio_list {width: 999px; overflow: hidden;}
#portfolio_list li {
	float: left;
	width: 263px;
	margin-right: 70px;
	margin-bottom: 9px;
}
#portfolio_list li a {margin-bottom: 17px; display: block;}
#portfolio_list li strong {margin-bottom: 7px; display: block;}

.boxcaption {
	line-height:20px;
	margin-bottom:14px;
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#0b0b0b;
}


.filter {
	border-top:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
	margin-bottom:20px;	
	padding:13px 0 11px 0;
}


#filters {
	position: relative;
}
#filters li {
	display: block;
	margin-right:20px;
	float: left 
}
#filters li:first-child {
	margin-right:15px !important;
	color: #999;
	font-size: 16px;
	text-transform: none;
	font-family: 'GrotzecHdCnLightRegular';
	line-height:15px;
}
#filters li a{
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'GrotzecHdCnLightRegular';
	line-height:15px;
}
#filters li a.selected {
	color: #1b1b1b; padding-bottom: 2px;
	border-bottom: 1px solid #1b1b1b;
}

/*****************scroll-pane for news Section***************/

.scroll-pane {
	height:550px;
	overflow: hidden;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: 0;
	border:none;
	padding-right:5px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 0;
	height: 100%;
}

.jScrollPaneDrag {
	position: absolute;
	overflow: hidden;
	background: #8B8A88;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color:#949392;

}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;}
	
.jScrollPaneContainer {height: 610px;}
.jScrollPaneScrollable {height: 610px;}

#news h2 { margin-bottom: 34px;
}
.loader {
	width:145px;
	height:20px;
	background:url(../images/loading.gif);
	margin:0 auto;	
}

table.load {
	padding:0;
	margin:0;
	border:0;
	width:100%;
	height:100%;
}
table.load td {	height:100%;
}


.clear_btn {
	width:58px;
	height:35px;
	background:url(../images/clear.png) no-repeat left top;
	border:0;
}
.clear_btn:hover {background:url(../images/clear_h.png) no-repeat left top;
}
.send_btn {
	width:58px;
	height:35px;
	background:url(../images/send.png) no-repeat left top;
	border:0;
	margin-right:5px;
}
.send_btn:hover {background:url(../images/send_h.png) no-repeat left top;
}





.statusMessage {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}

/* Style for the contact form and status messages */

.statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}

/* Position the form in the middle of the window (if JavaScript is enabled) */

#contactForm.positioned {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}


/* Dimensions and position of the status messages */

.statusMessage {
  display: none;
  margin: auto;
  width: 200px;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Give form elements consistent margin, padding and line height */

#contactForm ul {
  margin: 0;
  padding: 0;
}

#contactForm ul li {
  margin: 0;
  padding: 0;
}


.contact_form {
	z-index:200;	
}


.page_title {
	font-size:85px;
	color:#dcdcdc;
	font-family: 'GrotzecHdCnBold';
	line-height:70px;
	padding:0 0 29px 0;
	text-transform:uppercase;
}
.testimonials  {
	
}
.testimonials li  {
	padding:0 0 19px 30px;
	background:url(../images/quotes.png) no-repeat left top;
	font-style:italic;
}
.testimonials li p.author  {
	color:#ff5e08;
	text-align:right;
	font-style:normal;
}

.img_pad {
	float:left;
	margin:0 20px 22px 0;
}

ul.services_list {
	padding:0;
	margin:-9px 0 0 0;
}
ul.services_list li {
	padding:0 25px 0 68px;
	margin:0 0 35px 0;
	width:217px;
	float:left; 
	background:url(../images/serv_1.png) no-repeat left top;
} 
h4 {
	margin:3px 0 16px 0;
	padding:0;
	color:#ff5e08;
	line-height:16px;
	font-size:14px;
}
ul.services_list li.serv2 {	background:url(../images/serv_2.png) no-repeat left top;
} 
ul.services_list li.serv3 {	background:url(../images/serv_3.png) no-repeat left top;
} 
ul.services_list li.serv4 {	background:url(../images/serv_4.png) no-repeat left top;
} 
ul.services_list li.serv5 {	background:url(../images/serv_5.png) no-repeat left top;
} 
ul.services_list li.serv6 {	background:url(../images/serv_6.png) no-repeat left top;
} 

.google-map img {
	margin-bottom:15px;
}
.google-map p {
	line-height:17px;
	margin-bottom:17px;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

#container {
	margin-right:-100px;
}


.element {
  width: 263px;
  margin-right: 70px;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative;  
}
.element  a {
	margin-bottom: 17px;
	display: block;
}
.element  strong {
	margin-bottom: 7px;
	display: block;
}








