/* ***** browsers reset ***** */








object, a:focus {
  outline: none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, caption, th {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: 0px;
	color: #333;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
li {
  list-style: none;
}
fieldset, img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
}
sup, sub {
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	padding: 0;
	margin: 0;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ***** end browsers reset ***** */


/* ***** floating ***** */

.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
.left {
float: left;
}
.right {
  float: right;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
/* ***** end floating ***** */


/* ***** font style ***** */

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}

/* ***** end font style ***** */

.hide {
  display: none;
}


/* ***** layout ***** */

html, body {
	color: #333;
	font-family: Arial;
	background-color: #FFF;
	background-repeat: 484;
	background-position: center top;
}
#page, #page body {
  background: #ffffff !important;
}
#page #wrapper {
  margin: 0;
}
#wrapper {
  margin: 30px 0 0;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#content {
  width: 960px;
  margin: 30px auto;
  position: relative;
}
.box-wrapper {
  margin: 60px auto;
}
#home {
	margin: 33px 0;
}
h2 {
	color: #BBA6A6;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	padding: 0 0 26px;
	text-transform: uppercase;
	font-weight: lighter;
}


.s1, .s12 {
  color: #343434;
  display: block;
  font-family: Georgia,serif;
  font-size: 24px;
  line-height: 32px;
}
.s1 {
	margin: 222px 0 0 80px;
	text-align: left;
}
.s12 {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.proj-title {
  margin-top: 70px;
}
.proj-banner {
  margin-left: -46px;
}
p {
	font-size: 13px;
	font-weight: lighter;
	line-height: 144%;
}
p2 {
	font-size: 11px;
	font-weight: lighter;
	line-height: 144%;
	color: #FFF;
}
#page #content p {
  margin: 10px 0;
}
.font-style2 {
  color: #ED9936;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 40px;
}
strong {
  font-weight: bold;
}

/* ***** end layout ***** */


/* ***** links ***** */

a {
	color: #766C6C;
	text-decoration: none;
}
a:hover {
	/* [disabled]color: #CCC; */
	text-decoration: none;
}

/* ***** end links ***** */


#home-box1 {
}
#home-box2, #home-box3, #home-box4 {
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	text-align: center;
}
.box {
  margin: 30px 0 60px;
  clear: both;
}
.box2 {
	width: 960px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2ACAC;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 20px;
}
.box4 {
	width: 960px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2ACAC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
}


.box2h2 {
  padding-top: 60px;
}

#page #content {
  color: #585858;
}

#wrapp {
	min-height: 100%;
	/*padding: 10px 20px 50px;*/
	margin: 0 auto;
	position: relative;
	min-width: 960px;
	z-index: 2;
	/*text-align: center;*/
 	list-style: none outside none;
	/*padding-top: 80px;*/
	padding-top: 5px;
}


#motherwrap {
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 1;
}
ul.mcol { float: both; }
ul.mcol li.article {
	float: both;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align:top;
	}
/* ul.mcol li.article:hover img { filter:alpha(opacity=10); opacity: 0.1; } */


.mcol2 {
	margin-bottom:13px;
	margin-left:13px;
	margin-top:0px;

}

#categories .li_container ul, #archives .li_container ul {
}
.article ul, .article ol {
	margin-top:13px;
	list-style:square inside none;

}

.single .article ul, .single .article ol {
	margin-bottom:13px;
	margin-left: 0px;
	list-style:square inside none;
}

.single .article ul ul, .single .article ol ol, .single .article ul ul ul, .single .article ol ol ol{
	margin-bottom:13px;
	margin-left: 0px;
	list-style:square inside none;
}
.article ul {
	list-style:square inside none;
}

.article ul ul, .article ul ul ul {
	margin-left: auto;
	text-align: left;
	display: block;
}

.article ol {
	list-style-type: decimal;
}
.article img {
	/*margin-bottom:18px;*/
	max-width: 100%;
	/*height: 235px;*/
	max-height: 100%;
}

.articles img {
	/*margin-bottom:18px;*/
	width: 900px;
}

.article p a, .commentlist p a {
	border-bottom:1px solid #9c967c;
	text-decoration:none;
}
.article p a:hover, .commentlist p a:hover {
	border-bottom: 1px solid #9C967C;
	text-decoration:none;
	color: #9c967c;
}
li.article .postmetadata {
	color:#FFF;
	margin-top:0px;
}
li.article .postmetadata a {
	color:#9c967c !important;
}
li.article h2 {
	font-size:18px;
	line-height:1.2;
	margin-bottom:0px;
	font-weight:normal;
}

li.article h2 a {
	text-decoration:none !important;
	color: #FFFFFF;
}
.preview {
	position:relative;
	background-color: #8D7E7E;
}
.previewhome {
	position:relative;
	width: 100%;
	height: 100%;
	overflow: auto;	
	padding-bottom: 0px;
	background-color: #FFFFFF;
	display: block;
	
}
.article-over {
	position:absolute;
	left:0;
	top:0;
	padding:18px;
}
.article .article-over {
	display:none;
}
#sidebar ul, #sidebar ol {
	margin-left: 0px;
}

#sidebar .article:hover img, .li_container .article:hover img {
	filter:alpha(opacity=10);
	opacity: 0.1;
	/* -moz-opacity:0.1; */
}
.article:hover .article-over {
	display:block;
}

.single #sidebar {
	width:335px;
	padding-left:30px;
	float:right;
	padding-bottom:13px;
	padding-top:13px;
}
.single #sidebar h2 {
	font-size:17px;
	margin-bottom:5px;
	margin-left: 0px;
}
.single #sidebar li {
	padding-bottom:13px;
}
.single #sidebar li li {
	padding:0px;
	border:none;
}
.single #sidebar img {
	margin-bottom:13px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	/* -moz-opacity:0.5; */
}
#sidebar .article {
	margin:0px;
	padding-bottom:0px !important;
}
#sidebar .article p {
	margin:0;
}
#sidebar .article-over {
	margin:0;
	max-width:100%;
}
#sidebar .article-over .postmetadata {
	margin:0;
	border-bottom:none;
	padding-left:0px!important;
}
#sidebar .article h2 {
	font-size:21px;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:13px;
}
#sidebar .article:hover img {
	filter:alpha(opacity=10);
	opacity: 0.1;
	/* -moz-opacity:0.1; */
}
#sidebar #recent-posts li a {
	text-decoration:none !important;
	border-bottom:1px solid #9c967c;
	text-decoration:none;	
}
#sidebar #recent-posts li, #sidebar #get-recent-comments li {
	margin-bottom:10px;
}
#sidebar li li {
	padding:0px;
	border:none;
}
#sidebar .post-date {
	font-size:11px;
	color:#555;
}
#sidebar #get-recent-comments a {
	text-decoration:none !important;
	font-weight:bold;
	border-bottom:1px solid #9c967c;
	text-decoration:none;
}

.single .article {

	padding:0 0 18px 0;
}




h1 {
	font-size:44px;
	font-weight:normal;
	margin-top:30px;
	letter-spacing: -1px;
	padding: 10px;
	text-align: left;
	/*padding-left:15px;
	display: none;*/
	

}

h3 {
	font-size:20px;
	font-weight:lighter;
	text-align: center;
	display: block;
	color: #C9B2B2;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	font-size:20px;
	font-weight:lighter;
	text-align: left;
	display: block;
	color: #C9B2B2;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
}

h5 {
	font-size:36px;
	font-weight:normal;
	margin-top:0px;
	letter-spacing: -1px;
	padding: 10px;
	/*text-align: left;
	padding-left:15px;*/
	padding-bottom: 30px;
	text-align: center;
}

.single h1 {
	font-size:23px;
	font-weight:normal;
	/*margin-bottom:15px;*/
	margin-left: 0px;
	margin-top:15px;
}

.single .article h2, .single .article h3, .single .article h4, .single .article h5, .single .article h6 {
	margin-left: 0px;
	clear: both; 
}

.single .article h2 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 18px;
	clear: both;
}

.single .article h3 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 11px;
	clear: both;
}


.page h2, .page h3, .page h4, .page h5, .page h6 {
	 clear: right;
}

.page h2 {
	font-size: 20px;
	padding-bottom:15px;
}

.page h3 {
	font-size: 17px;
	padding-bottom:15px
}


.single .article p {
	margin-bottom:15px;
	margin-left: 0px;
}
.article h5 {
	float:left;
	width:145px;
	font-size:11px;
	color:#555555;
	font-weight:normal;
}
.single .postmetadata {
	float:left;
	width:140px;
	margin-top:0px;
	font-size:11px;
	text-align: left;
	color:#555;
	clear:both;
}
.single .postmetadata a {
	color:#9c967c !important;
	text-decoration:none !important;
}
.single .article .postmetadata {
	width:auto;
	padding-left: 0px; 
	float:none;
	padding-bottom:15px;
}
.page h1 {
	font-size:23px;
	font-weight:normal;
	margin-bottom:15px;
	float:left;
	width:145px;
	margin-top:15px;
}
.page .article {
	padding-top:15px;
	padding-left: 0px;
}
#searchform #s {
	border:0;
	padding:18px 10px 16px;
	font-size:21px;
	font-family:"Apercu Regular", Calibri, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight:normal;
	color:#9c967c;
	border:solid 3px #9c967c;
	margin:15px 0;
	width:1030px;
}

#searchform #s:focus, #searchform #s:hover {
	border:solid 3px #9c967c;
}

#searchform #searchsubmit {
	border:0;
	background-color:#424445;
	height:40px;
	line-height:40px;
	padding:0 10px;
	cursor:pointer;
}
#searchform #searchsubmit:hover {
	background-color:#9c967c;
	color:#FFF;
}

#comments {
	margin-left: 0px;
}
#comments h3 {
	font-size:16px;
}
li.comment {
	border:solid 1px #eeeeee;
	margin:15px 0;
	padding:10px;
	overflow:hidden;
	word-wrap:break-word;
}
.avatar {
	float:left;
	width: 55px;
	height: 55px;
	padding-right: 10px;
}
.comment-body em {
	font-style: italic;
	font-weight: bold;
}
.comment-author {
	font-size:11px;
	color:#555555;
	margin-bottom:5px;
}
.comment-author a {
	color:#9c967c !important;
	text-decoration:none;
}
.comment p {
	margin-left:65px;
	padding-top: 5px;
	padding-right: 5px;
}
#commentform {
	margin-top:15px;
}
#respond {
	padding-bottom:15px;
}
#respond textarea {
	border:solid 1px #eeeeee;
	width:326px;
	padding:5px 10px;
	margin-top:15px;
	margin-bottom:15px;
}
.login {
	float:right;
	font-size:11px;
}
.login a {
	color:#9c967c !important;
	text-decoration:none;
}

#author, #email, #url {
	float:left;
	padding:18px 10px 16px;
	width:90px;
	border:solid 1px #eeeeee;
}
#author:focus, #email:focus, #url:focus, #respond textarea:focus {
	border:solid 1px #9c967c;
}
#author, #email {
	margin-right:6px;
}
#submit {
	border:0;
	background-color:#eee;
	height:40px;
	line-height:40px;
	padding:0 10px;
	cursor:pointer;
}
#submit:hover {
	background-color:#9c967c;
	color:#FFF;
}

.photoinfo {
	width: 700px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left:30px;
}

.titleinformation {
	font-size:36px;
	font-weight:normal;
	margin-top:65px;
	padding-left:30px;
	color: #424445;
}

.titlesitename {
	font-size:18px;
	font-weight:bold;
	color: #424445;
	font-family: Helvetica-Neue, Helvetica, Arial;
	margin-top: -1px;
	padding-right:3px;
}


.textoinformation {
	font-size: 25px !important;
	line-height: 34px !important;
	font-weight: normal;
	width: 850px;
	padding-left:30px;
	padding-bottom:25px;
	margin-top: 25px;
	color: #424445;
}


.textoinformationdos {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	width: 850px;
	padding-left:30px;
	padding-bottom: 15px;
	text-indent: 30px;

}

.textoinformationtres {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	max-width: 50%;
	min-width: 400px;
	padding-left:30px;
	padding-bottom: 28px;
	padding-top: 30px;

}


.textocopyright {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	width: 800px;
	padding-left:30px;
	padding-bottom: 20px;
	font-style: italic;
}

.textopost {
	/*text-align: left;*/
	font-size: 42px;
	line-height: 46px;
	text-align: left;
	font-weight: normal;
	width: 900px;
	margin: auto;
}



.textopostbrown {
	/*text-align: left;*/
	font-size: 28px;
	line-height: 36px;
	text-align: justify;
	font-weight: normal;
	width: 900px;
	margin: auto;
	/*color: #B37A3B;
	text-transform: uppercase;
	letter-spacing: 1px;*/
}

.textopostsmall {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	font-weight: normal;
	width: 900px;
	margin: auto;
	margin-right:450px;
}

.textodetallepost {
	/*font-family: Courier;*/
	font-size: 12px;
	line-height: 36px;
	text-align: justify;
	font-weight: normal;
	width: 900px;
	margin: auto;
	padding-bottom: 50px;
}





.textodetalleproject {
	font-family: Courier;
	font-size: 10px;
	line-height: 36px;
	text-align: justify;
	font-weight: normal;
	width: 900px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}

.textodetalleimagenpost {
	/*color: #666666;
	font-family: Courier;*/
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	width: 350px;
	margin-top: -10px;
	line-height: 20px;
	float: left;
	clear: left;
}

.textodetalleimagenportraits {
	/*color: #666666;
	font-family: Courier;*/
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	width: 500px;
	margin-top: -20px;
	margin-bottom: 30px;
	line-height: 20px;
}

.textodetalledesignedge {
	/*color: #666666;
	font-family: Courier;*/
	font-size: 14px;
	text-align: left;
	text-align: left;
	font-weight: normal;
	width: 480px;
	margin-top: 30px;
	margin-bottom: -40px;
	line-height: 20px;
}

.textodetalleguiding {
	/*color: #666666;
	font-family: Courier;*/
	font-size: 14px;
	text-align: left;
	text-align: left;
	font-weight: normal;
	width: 480px;
	margin-top: 30px;
	margin-bottom: -40px;
	line-height: 20px;
	text-indent: 30px;
}

.textoinfo {
	/*color: #666666;
	font-family: Courier;*/
	font-size: 16px;
	text-align: left;
	text-align: justify;
	font-weight: normal;
	width: 900px;
	margin-top: 30px;
	margin-bottom: -40px;
	line-height: 20px;
}



#categories ul li a:hover, #archives ul li a:hover {
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 2px #9C967C;
	height: 48px;	
	z-index:-1;
}
#main {
	overflow:hidden;
	text-align: center;
}
#error {
	font-size:21px;
	font-weight:normal;
	line-height:1.2;
	margin:15px 15px 65px 5px;
}
.li_container {
	padding:30px;
}
#categories .li_container, #archives .li_container {
	padding-top:0px;
}
li.article {
	margin-top:0px;
	position:relative;

}
.li_cont1, .li_cont2 {
	margin-right:15px;
	
}







/*Content*/


#intro {

	width: 870px;
	height: 45px;
	margin: 0px 0px 5px 10px;

} 


.divider-line {

	width: 940px;
	height: 20px;
	margin: 0px 0px 0px 10px;
	clear: both;
	float: left;
	background-image: url('../img/main/line-home-bottom.png');
	background-repeat: no-repeat;
	
}


	.divider-line, .thumb a:link,
	.divider-line, .thumb a:visited,
	.divider-line, .thumb a:hover { 

		border: 0px; 
	
	}


	.circle {

		float: right;
		position: relative;
		margin: 0px 0px 0px 7px;

	}


.column {
	width: 300px;
	margin: 10px 10px 10px 10px;
	float: left;
	position: relative;	
}


.thumb {
	width: 300px;
	margin: 10px 0px 10px 0px;
	float: left;
	position: relative;
}


	.img-A1, .img-A2, .img-A3, .img-A4, .img-A5, .img-A6, .img-A7, .img-A8, .img-A9, .img-A10, .img-A11, .img-A12, .img-A13, .img-A14,
	.img-B1, .img-B2, .img-B3, .img-B4, .img-B5, .img-B6, .img-B7, .img-B8, .img-B9, .img-B10,
	.img-C1, .img-C2, .img-C3, .img-C4, .img-C5, .img-C6, .img-C7, .img-C8, .img-C9, .img-C10, .img-C11, .img-C12, .img-C13, .img-C14,
	.img-D1, .img-D2, .img-D3, .img-D4, .img-D5, .img-D6, .img-D7, .img-D8, .img-D9 {

		float: left;
		position: relative;

	}
	
	
	.hover-A1, .hover-A2, .hover-A3, .hover-A4, .hover-A5, .hover-A6, .hover-A7, .hover-A8, .hover-A9, .hover-A10, .hover-A11, .hover-A12, .hover-A13, .hover-A14,  
	.hover-C1, .hover-C2, .hover-C3, .hover-C4, .hover-C5, .hover-C6, .hover-C7, .hover-C8, .hover-C9, .hover-C10, .hover-C11, .hover-C12, .hover-C13, .hover-C14 {

		width: 220px;
		height: 175px;
		margin: 0px;
		position: absolute;
		z-index: 2;

	}


	.hover-B1, .hover-B2, .hover-B3, .hover-B4, .hover-B5, .hover-B6, .hover-B7, .hover-B8, .hover-B9, .hover-B10,
	.hover-D1, .hover-D2, .hover-D3, .hover-D4, .hover-D5, .hover-D6, .hover-D7, .hover-D8, .hover-D9 {

		width: 220px;
		height: 240px;
		margin: 0px;
		position: absolute;
		z-index: 2;

	}


/* ***** menu ***** */
#nextmenu {
	height: auto;
	background: #fff;
	color: #ffff;
	float: right;
	padding-top: 6px;
}
#workers {
	width: auto;
	float: left;
	height: auto;
	padding-top: 6px;
	margin-right: 10px;
}
#workas {
	width: auto;
	float: left;
	height: auto;
	padding-top: 6px;
	padding-left: 3px;
}

#menuworker {
	height: 38px;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 100;
	float: left;
	margin-top: -6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A79494;
}

#menu-wrapper-inner {
	height: 82px;
	width: 100%;
	background: #393232;
	color: #fff;
	border-bottom: 0px solid #ffffff;
	position: relative;
	z-index: 100;
}
#page #menu-wrapper-inner {
	border-bottom: 13px solid #ffffff;
}
#menu-wrapper-inner ul {
	  background: url("") no-repeat right;

	height: 80px;
	width: 960px;
	position: relative;
}
#page #menu-wrapper-inner ul {
	background: url("") no-repeat right;
}
#menu-wrapper-inner li {
	float: left;
	padding-top: 13px;
}

#menu-wrapper-inner lis {
	float: right;
	padding-top: 2px;
	color: #FFF;
}


#menu-wrapper-inner li a {
	font-size: 18px;
	color: #A9A9A9;
	padding: 17px 10px;
	display: inline-block;
	position: relative;
}
#menu-wrapper-inner li.first a {
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 8px;
}
#menu-wrapper-inner li a:hover {
	color: rgba(247,200,129,1.00);
}
#menu-wrapper-inner li.current a {
  color: #FFF;
}
.menu-home {
  display: block;
  height: 52px;
  width: 186px;
  float: right !important;;
}
.menu-home a {
  display: block;
  height: 52px;
  width: 186px;
  padding: 0 !important;
}

#lang-wrapper {
  position: absolute;
  top: 9px;
  right: 210px;
}

#lang-wrapper a {
	color: #A9A9A9;
	display: inline-block;
	font-size: 16px;
	line-height: 33px;
	height: 33px;
	text-align: center;
	width: 35px;
}

#lang-wrapper a.current{
	background: url('') no-repeat;
	color: #333;
}

#contentbox{
	height: auto;
}


/* ***** end menu ***** */


/* ***** footer ***** */

#footer {
	background: #393232;
	color: #999;
	margin-top: 100px;
}

#footerend {
	color: #F4E2C3;
	height: 80px;
	background-color: #2E2626;
	text-align: center;
	font-size: 12px;
	font-family: "Auto 1 Regular";
	font-weight: lighter;
	letter-spacing: 3px;
	padding-top: 30px;
}

#footer .wrapper {
	padding: 30px 0;
	font-size: 11px;
	position: relative;
}
#footer-top {
  border-bottom: 1px solid #555;
  padding: 30px 0;
}
#footer-top #footer-left {
	width: auto;
	float: left;
	color: #FC9;
}
#footer-top #footer-right {
	width: 220px;
	float: right;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
#footer-bottom {
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 0;
}
.footer-bottom-box {
  width: 120px;
  float: left;
  margin-right: 20px;
  position: relative;
}
#footer-bottom span.spanh6, #footer-bottom a:hover span.spanh6 {
  color: #DDD;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 10px 0;
}
#footer-bottom span.paragraph, #footer-bottom a:hover span.paragraph {
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 11px;
  display: inline-block;
  color: #999999;
}
#footer-bottom span.link {
  color: #ED9936;
  display: inline;
  width: 100%;
}
#footer-bottom div a {
  color: #999999;
}
#footer-bottom div a:hover {
  color: #848484;
}
#footer-bottom div a:hover span {
  color: #78C1D2;
}
.footer-bottom-box2 {
  float: left;
  width: 220px;
  padding: 0 170px 0 0;
}
#footer-bottom .facebook {
  background: url('') no-repeat;
  padding-left: 25px !important;
}
#footer-bottom .twitter {
  background: url('') no-repeat 0 -36px;
  padding-left: 25px !important;
}
#footer-bottom .blog {
  background: url('') no-repeat 0 -72px;
  padding-left: 25px !important;
}
#footer-bottom .news {
  background: url('') no-repeat 0 -108px;
  padding-left: 25px !important;
}
#footer-top h2 {
	color: #FC9;
	font-size: 24px;
	display: inline;
	padding: 0 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: 10px;
	letter-spacing: 1px;
}
#footer .footer-contact {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#footer .footer-contact li {
  font-size: 14px;
  margin: 10px 0;
  line-height: 16px;
  padding-left: 28px;
}
#footer .footer-contact li.email {
	text-align: left;
	height: 74px;
}
#footer .footer-contact li.phone {
  background: url('') no-repeat 0 -27px;
}
#footer-nav {
	border-top: 0px;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	margin-bottom: 30px;
}
#footer-nav p {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}

#footernavilinks {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}

#footer-nav ul {
	float: right;
	width: auto;
}
#footer-nav ul li {
	float: right;
	margin: 0 10px;
}
#footer-nav ul li a {
  font-weight: bold;
}
#footer-nav a:hover {
  color: #FFF;
}
#footer-nav ul li {

}

/* ***** end footer ***** */


/* ***** forms ***** */

.form-row {
  clear: both;
  padding: 5px 0;
}
#footer-top #footer-left .form-row:hover {
  background: #363636;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-submit {
  clear: both;
  padding: 10px 0;
}
.form-row label, .form-submit label {
  width: 140px;
  display: inline-block;
  padding: 8px 0;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  color: #CCC;
  margin-right: 20px;
  float: left;
  cursor: pointer;
}
.form-row input {
  width: 284px;
  height: 21px;
  border: 0 none;
  background: url('') no-repeat;
  padding: 6px 15px;
  color: #989797;
}
.form-row input[type=file] {
  float: left;
}
.form-row:hover input {
  background-position: 0 -43px;
}
.form-text-error {
  background-position: 0 -45px !important;
  color: #943B3B !important;
}
.form-row textarea {
  width: 403px;
  height: 173px;
  border: 0 none;
  background: url('') no-repeat 0 -129px;
  padding: 10px 15px;
  color: #989797;
  line-height: 140%;
  resize: none;
  overflow: auto;
}
.content-form .form-row:hover textarea {
  background-position:  0 0;
}
.form-row:hover textarea {
  background-position:  0 -262px;
}
.form-textarea-error {
  background-position:  0 -395px !important;
}

.form-row input, .form-row textarea {
  font-family: Verdana;
}
.errors ul {
  margin: 0 0 5px 0;
  color: #943B3B !important;
}
#footer-submit {
  background: url('') repeat-x;
  padding: 6px 20px;
  font-weight: bold;
  font-size: 13px;
  color: #CCC;
  border: 0 none;
  cursor: pointer;
}
.captcha img {
  float: right;
  margin: 1px 47px 0 0;
}
.recaptcha {
  margin: 13px 190px 10px 160px;
  background: white;
  width: 442px;
}
.captcha-group input {
  margin: 10px 0 0 158px !important;
  text-align: left;
}
.captcha-group img {
  float: left;
  margin-left: 32px;
}
#footer .captcha-group input {
  margin: 10px 0 0 0 !important;
  text-align: left;
}
#footer .captcha-group img {
  float: left;
  margin: 0 100px 0 0;
}

/* ***** end forms ***** */


/* ***** home ***** */

#home p {
	margin: 0px 0;
}

.offer-box {
	float: left;
	width: 300px;
	margin: 10px;
	color: #666;
}

.box-home-offer {
	float: left;
	width: 230px;
	font-size: 12px;
	background: url('') no-repeat;
	padding-left: 70px;
}
.box-home-offer a {
  display: block;
  padding: 0 0 0 70px;
}
.box-home-offer1 {
  background-position: 0px 0px !important;
}
.box-home-offer2 {
  background-position: 0px -248px !important;
}
.box-home-offer3 {
  background-position: 0px -496px !important;
}
.box-home-offer4 {
  background-position: 0px -744px !important;
}
.box-home-offer5 {
  background-position: 0px -992px !important;
}
.box-home-offer6 {
	background-position: 0px -1240px !important;
}
.box-home-more {
	margin-top: 15px;
	border-top: 1px solid #e5e4e1;
	background: url('') no-repeat 15px 20px;
	margin-left: 70px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	color: #393232;
}
.box-home-offer h6 {
	font-size: 22px;
	color: #393232;
	padding: 15px 0 20px 0;
}
#home .box-home-offer .ofd {
	margin: 0px 0;
	color: #585858;
	font-size: 12px;
	line-height: 18px;
	display: block;
}

.box-home-offer a p {
  color: #333;
}
.home-box2-left {
	width: 290px;
	float: left;
	margin-right: 40px;
	font-size: 14px;
	font-weight: lighter;
}
#contentbox2-right{
	width: auto;
	font-size: 14px;
	font-weight: lighter;
	float: left;
}
#contentimage{
	padding-top:10px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 3px;
}
#contentimage2{
	padding-top:10px;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B0B0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #C7B0B0;
	margin-top: 30px;
	padding-bottom: 30px;
}
#contentimage3{
	padding-top:10px;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B0B0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #C7B0B0;
	margin-top: 30px;
	padding-bottom: 30px;
}

#contentimage4{
	padding-top:10px;
	height: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7B0B0;
	margin-top: 30px;
	padding-bottom: 30px;
}

#contentimage3{
	padding-top:10px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAA5A5;
}

#contentimage6{
	padding-top:10px;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B0B0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #C7B0B0;
	margin-top: 30px;
	padding-bottom: 30px;
}
#imageinfo{
	float: left;
	width: 100%;
	text-align: left;
	padding-left: 3px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.home-box2-right {
  width: 630px;
  float: right;
}
.home-box2-right img {
  margin: 0 25px 15px 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.home-box2-right img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);          
}

#box-links {
	margin: 58px auto 68px auto;
}
.box-links {
  width: 250px;
  height: 158px;
  float: left;
  background: url('') no-repeat;
  margin: 0 10px 10px;
  padding: 10px 25px;
  position: relative;
}
.box-links {
  background: url('') no-repeat;
  float: left;
  height: 178px;
  margin: 10px;
  padding: 0;
  position: relative;
  width: 300px;
}
#page .box-links {
  background: url('') no-repeat;
  float: left;
  height: 176px;
  margin: 10px;
  padding: 0;
  position: relative;
  width: 298px;
}
.box-links a {
  height: 177px;
  left: 0;
  position: absolute;
  top: 0;
  width: 298px;
}
.box-links h2 {
  font-size: 20px;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}

/* ***** end home ***** */


/* ***** home slider ***** */


/* ***** Sliders ***** */

#slider-box {
	margin: 33px 0 20px;
	width: 960px;
	height: 650px;
	position: relative;
}
#slider-workbox {
	margin: 33px 0 20px;
	width: 960px;
	height: 99px;
	position: relative;
}
#slider-box #slider {
  margin: 0 auto;
  width: 960px;
  height: 576px;
  overflow: hidden;
  position: relative;
}
#slider-box #slider .slide {
  margin: 0 auto;
  width: 960px;
  height: 651px;
}
#placeHolder {
  margin-top: -166px;
}
#slider-list {
  overflow: hidden;
}
#slider-list2 {
  overflow: hidden;
}
.control {
  display: block;
  width: 39px;
  height: 263px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
}
#slider-btn-prev, #slider-btn-next {
	cursor: pointer;
	display: block;
	height: 277px;
	position: absolute;
	text-indent: -9999em;
	top: 100px;
	width: 70px;
	z-index: 1000;
}
#slider-btn-prev {
	left: -100px;
	background-image: url(../newalimanos/bg-slider-left.png);
	background-repeat: no-repeat;
	background-position: 20px 100px;
}
#slider-btn-next {
	clear:right;
	right: -100px;
	background-image: url(../newalimanos/bg-slider-right.png);
	background-repeat: no-repeat;
	background-position: 20px 100px;
}

.slide1 span.left {
	width: 350px;
	float: left;
	margin-top: 88px;
	margin-left: 66px;
}
.slide1 span.right {
	width: 350px;
	float: right;
}

.slide2 span.left {
	width: 484px;
	float: left;
	margin-top: 0px;
}
.slide2 span.right {
  width: 465px;
  float: right;
}

.slide3 span.left {
	width: 345px;
	float: left;
	margin-top: 130px;
	position: relative;
	z-index: 1000;
	margin-left: 0px;
}
.slide3 span.right {
	width: 569px;
	float: right;
	margin-top: 90px;
	margin-right: -170px;
}

.slide4 span.left {
	width: 484px;
	float: left;
	margin-left: 3px;
	margin-top: 60px;
}
.slide4 span.right {
	float: right;
	width: 365px;
	margin: 40px 0px 0 0;
	position: relative;
	z-index: 1000;
}

/* ***** end home slider ***** */

#worka {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0;
}

#home-projects {
  width: 960px;
  margin: 10px 0;
}
.qitem {
	width: 240px;
	height: 320px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.pl .qitem {
}
.en .qitem {
}
.qitem img {
	border: 0;
	position: absolute;
}
.qitem .caption {
  position: absolute;
  z-index: 0;
  color: #ccc;
  display: block;
  margin: 15px 25px;
}
.qitem .caption span.h4 {
  margin: 0;
  color: #EBEBEB;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.qitem .caption span.h5 {
  margin: 0;
  color: #A3A3A3;
  font-weight: bold;
  font-size: 12px;
  display: block;
}
.qitem .caption span.table {
  font-size: 11px;
  color: #A3A3A3;
}
.qitem .caption span.table span.th, .qitem .caption .span.table span.td {
  padding: 2px 5px;
  vertical-align: top;
}
.qitem .caption span.table span.table-th {
  text-transform: uppercase;
  text-align: right;
  display: block;
  width: 80px;
  float: left;
  margin-right: 5px;
}
.table-row {
  clear: both;
  display: block;
  padding: 10px 0;
}
.qitem .caption span.table span.table-td {
  display: block;
  float: right;
  width: 165px;
}

.item {
	width: 240px;
	float: left;
	height: 320px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
}
.item h4, .item h5 {
	width: 100%;
	text-align: left;
}

.item h4 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

.item h5 {
  margin-bottom: 5px;
  font-size: 10px;
}

.topLeft, .topRight, .bottomLeft, .bottomRight {
  position: absolute;
  background-repeat: no-repeat;
  float: left;
}
.topLeft {
  background-position: top left;
}
.topRight {
  background-position: top right;
}
.bottomLeft {
  background-position: bottom left;
}
.bottomRight {
  background-position: bottom right;
}
#soc-post {
  position: relative;
  margin: 35px 0 30px;
  background: url('') no-repeat;
  height: 25px;
  width: 100px;
  display: block;
}
#soc-post span {
  position: absolute;
  font-size: 9px;
  font-weight: bold;
  color: #FFF;
  left: 13px;
  background: #EC2027;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#s-show {
  width: 130px;
  height: 22px;
  background: url('') no-repeat;
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
  z-index: 3000;
  display: block;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
}
#s-hide {
  width: 130px;
  height: 22px;
  background: url('') no-repeat;
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
  z-index: 3000;
  display: none;
  color: #3E3E3E;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
}
#page #s-hide {
  top: 0;
}
.wrapper-community {
  display: block;
  position: absolute;
  top: 92px;
  width: 1197px;
}
.relative {
  width: 1185px;
  position: relative;
}
#community-box {
  margin: auto;
}
/* ***** end socializer ***** */


/* ***** content ***** */

#content-inner {
  width: 940px;
  margin: 0 auto;
}
.box-news-row {
  padding: 40px 0;
  clear: both;
}
.box-news-row-left {
  float: left;
  width: 460px;
  position: relative;
}
.box-news-row-right {
  float: right;
  width: 460px;
}
.box-news-row-right p span {
  color: #27A3C1;
  font-weight: bold;
}
.box-news-row-right h2 {
  font-size: 24px;
  color: #C1242E;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Georgia, serif;
}
.box-news-row-right p.date {
  font-weight: bold;
  display: block;
  margin: 0 0 20px 0 !important;
}
.center {
  text-align: center;
  margin: 20px 0 40px;
}
#btn-news {
  width: 285px;
  height: 18px;
  background: url('') no-repeat;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-shadow: #666 1px 1px 1px;
}
#btn2, #btn2a {
  width: 183px;
  height: 38px;
  background: url('') no-repeat;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-shadow: #666 1px 1px 1px;
  border: 0 none;
  cursor: pointer;
  margin-right: 239px;
}
#btn2:hover, #btn2a:hover {
  background-position: 0 -48px !important;
}
#btn2:active, #btn2a:active {
  background-position: 0 -96px !important;
}
#btn-news:hover {
  background-position: 0 -48px;
}
#btn-news:active {
  background-position: 0 -96px;
}
#offer-content {
  margin: 30px 0;
}
.box-button-news {
  padding: 50px 0;
}
#box-news {
  margin: 20px 0;
}
#offer-top {
  margin: 60px 0 30px;
}
#offer-top-left {
  width: 400px;
  float: left;
}
#offer-top-right {
  width: 390px;
  float: right;
}
#offer-top-left p {
  font-size: 12px;
  line-height: 140%;
}
.offer-content {
  width: 300px;
  float: left;
  margin: 10px 10px 30px;
}
.offer-content h6 {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
  padding: 15px 0 15px 0;
}
.offer-content p, .offer-content ul {
  font-size: 12px;
  margin: 10px 0;
}
.offer-content p {
  color :#585858;
}
.offer-content p.bold {
  font-weight: bold;
}
.offer-content h5 {
  font-size: 14px;
  font-weight: bold;
}
.offer-content ul li {
  margin: 3px;
}
.offer-content ul li a {
  color: #585858;
  text-decoration: underline;
  font-size: 11px;
  background: url('') no-repeat 0 2px;
  padding-left: 10px;
}
.offer-content-right .font-bold {
  margin-top: 20px !important;
}

.offer-content .box-home-more {
  padding-left: 75px;
  width: 225px;
  margin-top: 10px;
}

.offer-clients img {
  margin: 0 55px 20px 0;
  filter: url(""); /* Firefox 3.5+, IE10 */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.offer-clients img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);          
}

.offer-content ul li a:hover {
  color: #2B94AD;
}
.offer-form {
  margin: 0 0 60px 150px;
}
.offer-content-left {
  width: 70px;
  height: 57px;
  background: url("") no-repeat;
  float: left;
}
.offer-content-right {
  width: 225px;
  float: right;
}
.content-form label {
  color: #555;
}
.content-form input[type="text"],
.content-form input[type="email"],
.content-form input[type="file"] {
  background: url('') no-repeat;
  width: 393px;
  font-size: 12px;
  color: #696969;
}
.content-form input[type="file"] {

}
.content-form select {
  background: url('') no-repeat;
  width: 423px;
  font-size: 12px;
  color: #696969;
  height: 34px;
  padding: 10px 15px;
  border: 0 none;
}
.content-form textarea {
  background: url('') no-repeat;
  width: 393px;
  font-size: 12px;
  color: #696969;
}
#btn-offer {
  width: 285px;
  height: 38px;
  background: url('') no-repeat;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-shadow: #666 1px 1px 1px;
  border: 0 none;
  padding: 10px 0;
  cursor: pointer;
}
#btn-offer:hover {
  background-position: 0 -48px;
}
#btn-offer:active {
  background-position: 0 -96px;
}
#team {
  margin: 70px 0;
}
.team-description {
  float: left;
  width: 529px;
  margin: 10px;
}
.team-photo {
  float: left;
  width: 310px;
  margin: 10px;
}
.align-right2 .team-photo {
  float: left;
  width: 310px;
  margin: 10px;
  text-align: right;
}
.team-description h2 {
  color: #C1242E;
  font-family: Georgia, serif;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
.align-right.team-description h2 {
  text-align: right;
}
.team-description h3 {
  color: #5C5C5C;
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
  padding: 0;
}
.team-description p {
  font-size: 12px;
  margin: 10px 0;
  color: #585858;
  line-height: 140%;
}
.team-description p.quote {
  font-size: 15px;
  margin: 25px 0 !important;
  color: #585858;
  font-family: Georgia, serif;
  font-style: italic;
  color: #454545;
}
.box-office2 .quote span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}
.team-description p.bold {
  font-weight: bold;
}
.team-description ul.list-style1 {
  margin: 10px;
}
.team-description ul.list-style1 li a {
  background: url("") no-repeat 0 5px;
  color: #585858;
  text-decoration: underline;
  font-size: 13px;
  padding-left: 10px;
}
.team-description ul.list-style1 li a:hover {
  color: #38AAC6;
}
ul.team-socials li {
  float: left;
  margin-right: 6px;
}
.team-row {
  margin-bottom: 90px;
}
.left-gray {
  margin-right: 20px;
}
.align-right {
  text-align: right !important;
}
.align-right .team-socials {
  float: right;
}
.align-right ul.list-style1 li a {
  background: url("") no-repeat right 5px;
  padding-right: 10px;
}
#work {
  margin: 50px 0;
}
.work-left {
  width: 477px;
  float: left;
}
.work-left p {
  font-size: 12px;
  color: #585858;
}
.work-right {
  width: 390px;
  float: right;
}
.list-benetits {
  font-size: 12px;
  color: #585858;
}
.list-benetits li {
  margin: 10px 0 20px;
  padding-left: 40px;
  line-height: 16px;
}
.list-benetits li span {
  font-weight: bold;
}
.list-benetits li p {
  margin-top: 0 !important;
}
.benefits1 {
  background: url('') no-repeat 0 5px;
}
.benefits2 {
  background: url('') no-repeat 0 5px;
}
.benefits3 {
  background: url('') no-repeat 0 5px;
}
.benefits4 {
  background: url('') no-repeat 0 5px;
}
.benefits5 {
  background: url('') no-repeat 0 5px;
}
.benefits6 {
  background: url('') no-repeat 0 5px;
}
#work-form {
  margin: 50px 0 80px;
}
#work-form-left {
  width: 220px;
  float: left;
}
#work-form-right {
  width: 720px;
  float: right;
  text-align: right;
}
#work-form-right .form-row label {
  text-align: right;
  width: 276px;
}
#about1-left {
  width: 565px;
  float: left;
}
#about1-right {
  width: 299px;
  float: right;
}
#about1-left h3, #contact h3 {
  color: #C1242E;
  font-size: 15px;
  font-weight: bold;
}
#box-s1 {
  width: 276px;
  height: 175px;
  margin: 35px 0 0;
  background: url('') no-repeat;
  padding: 22px;
  display: block;
}
#box-s1 span.h3 {
  color: #CCCCCC;
  display: block;
  font-family: Georgia,serif;
  font-size: 20px;
  padding: 18px 0 0;
  text-align: center;
  width: 257px;
}
.box-office img.c1 {
  float: left;
  margin: 0 15px 15px 0;
}
.box-office img.c2 {
  float: left;
  margin: 0 25px 0 0;
}
.box-office img.c2 {
  float: left;
  margin: 0 19px 10px 0;
}
.box-office span.c1 {
  width: 226px;;
  height: 81px;
  background: url('') no-repeat;
  display: block;
  float: left;
  padding: 20px 25px;
  margin: 0 15px 15px 0 !important;
}
.box-office span.c1 .c1a {
  color: #CCC;
  display: block;
  margin: 0 0 15px 0;
  font-size: 20px;
  font-family: Georgia, serif;
}
.box-office span.c1 .c1b {
  font-size: 12px;
}
#box-office2-left {
  width: 415px;
  float: left;
}
#box-office2-right {
  width: 450px;
  float: right;
}
.office-row {
  width: 290px;
  background: url('') no-repeat;
  position: relative;
  margin: 0 0 30px 0;
}
.office-row span.h5 {
  color: #C1242E;
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.office-row a {
  display: block;
  left: 0;
  top: 0;
  width: 250px;
  padding: 0 0 0 177px;
}
.office-row a.mashable {
  background: url('') no-repeat;
}
.office-row a.mashable:hover {
  background: url('') no-repeat;
}
.office-row a.decoist {
  background: url('') no-repeat;
}
.office-row a.decoist:hover {
  background: url('') no-repeat;
}
.office-row a.chictip {
  background: url('') no-repeat;
}
.office-row a.chictip:hover {
  background: url('') no-repeat;
}
.office-row a.worldlux {
  background: url('') no-repeat;
}
.office-row a.worldlux:hover {
  background: url('') no-repeat;
}
.office-row .quote {
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
}
.office-row img {
  position: absolute;
  left: 0;
  top: 0;
}
.box-gray {
  padding: 40px 22px 20px;
  background: #EAEAEA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.box-gray h3 {
  color: #444;
  font-size: 20px;
  font-family: Georgia, serif;
  display: block;
  padding: 0 0 20px 0;
}
.box-gray ul {
  float: left;
  margin: 0 0 0 20px;
}
.box-gray p.left {
  margin: 0 0 0 20px;
  float: right;
  width: 640px;
}
.box-gray ul li {
  float: left;
  margin: 0 10px;
  width: 125px;
}
.box-gray ul li a span {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}
.box-gray ul li a:hover span {
  color: #282828;
}
.box-gray-projects {
  position: relative;
  margin-top: 120px;
}
#box-gray-projects {
  width: 297px;
  height: 138px;
  background: url('') no-repeat;
  display: block;
  position: absolute;
  top: -113px;
  right: 0;
}
.contact-left {
  width: 310px;
  float: left;
}
.contact-right {
  width: 616px;
  float: right;
  text-align: right;
}
.contact-right iframe {
  border: 1px solid #CFCFCF;
}
#contact {
  margin: 60px 0 0;
}
#contact2 {
  margin: 30px 0;
}
#contact table {
  margin: 10px 0;
  line-height: 140%;
}
#contact table th, #contact table td {
  padding: 2px 5px;
  vertical-align: top;
  font-size: 13px;
}
#contact table th {
  font-weight: bold;
  text-align: right;
  width: 110px;
}
.box-dark {
  width: 300px;
  margin: 0 0 30px;
  position: relative;
}
.box-dark-right {
  position: absolute;
  width: 17px;
  height: 29px;
  background: url('') no-repeat;
  top: 20px;
  right: -17px;
}
.box-dark2-right {
  position: absolute;
  width: 17px;
  height: 29px;
  background: url('') no-repeat;
  top: 85px;
  right: -17px;
  z-index: 2;
}
.box-dark-top {
  width: 300px;
  height: 11px;
  background: url('') no-repeat;
}
.box-dark-center {
  width: 250px;
  padding: 10px 25px;
  background: url('') repeat-y;
  color: #999;
}
.box-dark-center h3 {
  color: #CCC;
  font-size: 20px;
  font-family: Georgia, serif;
}
.box-dark-center h3.blue {
  color: #78C1D2;
}
.box-dark-bottom {
  width: 300px;
  height: 11px;
  background: url('') no-repeat;
}
#contact-social a {
  display: inline-block;
  margin: 0 3px;
  width: 16px;
  height: 16px;
  background: url('') no-repeat;
}
#contact-social a.facebook {
  background-position: 0 0;
}
#contact-social a.twitter {
  background-position: -25px 0;
}
#contact-social a.blog {
  background-position: -49px 0;
}
#contact-social a.flickr {
  background-position: -74px 0;
}
#contact-social a.vimeo {
  background-position: -100px 0;
}
#contact-social a.rss {
  background-position: -126px 0;
}
#contact-social a.linkedin {
  background-position: -153px 0;
}
#content-error {
  margin: 90px auto;
  width: 1030px;
  font-family: Georgia, serif;
  position: relative;
}
#content-error p {
  font-size: 24px !important;
}
#content-error-left {
  width: 474px;
  float: left;
}
#content-error-right {
  width: 511px;
  float: right;
}
#link-home {
  width: 240px;
  height: 28px;
  background: url('') no-repeat;
  display: inline-block;
  margin: 20px 0;
  color: #464646;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
#link-home:hover {
  background-position: 0 -49px;
}
.box500a {
  left: -207px;
  position: absolute;
  top: 370px;
}
.box500b {
  position: absolute;
  right: -147px;
  top: 319px;
}




.projects {
}

.projects-nav {
  float: left;
  width: 220px;
  margin: 0 10px;
}

.projects-nav h3 {
  color: #f2f2f2;
  font-size: 14px;
  line-height: 26px;
  border-radius: 2px;
  padding: 0 0 0 40px;
  margin: 0 0 5px 0;
  font-weight: normal;
  cursor: pointer;
  background: #282828 url('') no-repeat 12px 5px;
}

.projects-nav h3.category-2 {
  background-image: url('');
}

.projects-nav h3.category-3 {
  background-image: url('');
}

.projects-nav h3.category-4 {
  background-image: url('');
}

.projects-nav img {
  margin: 0 5px;
  padding-top: 2px;
}

.projects-nav h3:hover {
  color: #33a5bf;  
}

.projects-nav h3.active {
  background-image: url(''), url('');
  background-position: 12px 5px, 192px 7px;
  background-repeat: no-repeat;
}
.projects-nav h3.active.category-2 {
  background-image: url(''), url('');
}
.projects-nav h3.active.category-3 {
  background-image: url(''), url('');
}
.projects-nav h3.active.category-4 {
  background-image: url(''), url('');
}


.projects-nav a {
  font-size: 12px;
  color: #666;
}

.projects-nav a:hover,
.projects-nav a.active {
  color: #33a5bf;
}

.projects-nav ul {
  padding: 0 15px 10px 15px;
  display: none;
}

.projects-nav li {
  line-height: 14px;
  padding: 5px 0;
}

.project {
  float: left;
  width: 700px;
  margin: 0 10px;
}

.projects-control {
  height: 19px;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #bfbfbf;
  font-size: 10px;
  position: relative;
}

.projects-control a {
  color: #b2b2b2;
}

.projects-control a:hover {
  color: #333;
}

.projects-control .prev {
  float: left;
}

.projects-control .prev:before {
  content: '';
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 15px;
  height: 15px;
  background-image: url('');
  vertical-align: -4px;
  margin: 0 5px 0 0;
  background-position: 0 0;
}

.projects-control .prev:hover:before {
  background-position: 0 -15px;
}

.projects-control .next {
  float: right;
}

.projects-control .next:after {
  content: '';
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 15px;
  height: 15px;
  background-image: url('');
  vertical-align: -4px;
  margin: 0 0 0 5px;
  background-position: -15px 0;
}

.projects-control .next:hover:after {
  background-position: -15px -15px;
}

.projects-control div {
  position: absolute;
  top: -20px;
  left: 50%;
}

.projects-control div a {
  display: block;
  color: #f8f8f8;
  background: #575757;
  padding: 0 5px;
  line-height: 30px;
  border-radius: 2px;
  margin: 0 0 0 -50%;
  text-align: center;
  font-size: 13px;
}
.projects-control div a:hover {
  background: #454545;
  color: #fff;
}

.projects-control .go-up {
  display: none;
}

.project-content {
  margin: 0 0 40px 0;
}

.project-promo {
  margin: 0 0 25px 0;
}

.project-content h2, .project-prom h2 {
  font-size: 25px;
  color: #2b2b2b;
  margin: 20px 0 0 0;
}

.project-foto h2 {
  margin-top: 90px;
}

.project-foto:first-child h2 {
  margin-top: 20px;
}

.project-content h2 img {
  margin-right: 12px;
}

.project-content h2 span, .project-prom h2 span {
  font-size: 20px;
  font-style: italic;
}

.project-content h2 em, .project-prom h2 em  {
  font-size: 14px;
  font-style: italic;
}

.project-content h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2b2b2b;
}

.project-description {
  width: 380px;
  float: left;
  margin: 0 20px 20px 0;
}

.project-description ul {
  font-size: 12px;
}

.project-description ul li {
  margin: 10px 0;
  background: url('') no-repeat 4px 4px;
  padding: 0 0 0 22px;
}

.project-info {
  width: 300px;
  float: left;
  margin: 0 0 20px 0;
}

.project-photos {
  width: 100%;
  clear: both;
  display: none;
  border-top: 1px solid #bfbfbf;
  padding: 30px 0 20px 0;
}

.project-photos h2 .number {
  color: #FFF;
  background: #2b2b2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: inline-block;
  text-align: center;
}

.project .see-online {
  display: block;
  width: 128px;
  height: 107px;
  padding: 67px 170px 0 0;
  background: url('') 0 0 no-repeat;
  font-size: 20px;
  text-align: center;
  color: #f8f8f8;
}

.project .see-online:hover {
  color: #195964;
}

.project-prom .pitem {
  width: 220px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;  
}

.pitem h4, .pitem h5 {
  width: 100%;
  text-align: center;
  color: #000;
}

.pitem h4 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

.pitem h5 {
  margin-bottom: 5px;
  font-size: 10px;
}

.project-prom img {
  width: 220px;
  height: 144px;
}

.project-prom .no-margin {
  margin-right: 0;
}

#projects {
  width: 960px;
  margin: 60px 0 30px;
}
#projectLoad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2F8F8F8,endColorstr=#B2F8F8F8)";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2F8F8F8,endColorstr=#B2F8F8F8);
        zoom: 1;
  background: rgba(248,248,248,0.7);
  z-index: 1;
}
#projectLoad div {
  width: 100%;
  height: 100%;
  background: url('') 353px 250px no-repeat;
}
#project {
  width: 760px;
  position: relative;
  overflow: hidden;
}
.projects-left {
  width: 200px;
  float: left;
}
.projects-center {
  width: 320px;
  float: left;
  margin: 0 40px;
}
.projects-small {
  width: 370px;
}
.projects-small .project-foto {
  float: left;
  margin: 9px 9px 0 0;
  cursor: pointer;
  width: 114px;
  height: 76px;
}
.projects-small .project-foto-last {
  margin: 9px 0 0 0;
}
.projects-right {
  width: 360px;
  float: right;
}
.project-foto {
  position: relative;
}
.box-dark2 {
  background: #393939;
  font-size: 12px;
  color: #999;
  padding: 20px;
  position: relative;
}
.box-dark2-category {
  margin-bottom: 35px;
  display: none;
}
.box-dark2 h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
  color: #CCC;
  cursor: pointer;
}
.box-dark2-category a {
  display: block;
  margin: 3px 0 8px 0;
  padding: 0 0 0 10px;
  background: url("") no-repeat 0 4px;
}
.box-dark2 h3:hover {
  color: #78C1D2;
}
.box-dark2-category a:hover, .box-dark2-category .active  {
  color: #78C1D2 !important;
  background: url("") no-repeat 0 4px;
}

.corner-white-tl, .corner-white-tr, .corner-white-br, .corner-white-bl {
  width: 12px;
  height: 12px;
  position: absolute;
}
.corner-white-tl {
  top: 0;
  left: 0;
  background: url('') no-repeat;
}
.corner-white-tr {
  top: 0;
  right: 0;
  background: url('') no-repeat;
}
.corner-white-br {
  bottom: 0;
  right: 0;
  background: url('') no-repeat;
}
.corner-white-bl {
  bottom: 0;
  left: 0;
  background: url('') no-repeat;
}

.projects-small .corner-white-tl, .projects-small .corner-white-tr, .projects-small .corner-white-br, .projects-small .corner-white-bl {
  width: 6px;
  height: 6px;
  position: absolute;
}
.projects-small .corner-white-tl {
  top: 0;
  left: 0;
  background: url('') no-repeat;
}
.projects-small .corner-white-tr {
  top: 0;
  right: 0;
  background: url('') no-repeat;
}
.projects-small .corner-white-br {
  bottom: 0;
  right: 0;
  background: url('') no-repeat;
}
.projects-small .corner-white-bl {
  bottom: 0;
  left: 0;
  background: url('') no-repeat;
}
#box-legend {
  margin: 30px 0 0;
}
#box-legend p {
  margin: 3px 0 !important;
  font-size: 11px;
}
#box-legend p.font-bold {
  margin: 0 0 10px !important;
  font-weight: bold;
}
.projects-center h3 {
  font-size: 16px;
  font-weight: bold;
  color: #C1242E;
}
.projects-center p.font-bold {
  font-size: 14px;
  margin-top: 20px !important;
}
.projects-center ul {
  font-size: 12px;
}
.projects-center ul li {
  margin: 10px 0;
  background: url('') no-repeat 4px 4px;
  padding: 0 0 0 22px;
}
#box-rap {
  margin: 50px 0 20px;
  font-size: 12px;
  font-weight: bold;
}
#box-rap span {
  display: block;
  width: px;
  height: px;
  float: left;
  background: url() no-repeat;
  padding: 4px 4px 4px 26px;
  margin-right: 15px;
}
#box-legend p {
  margin-bottom: 5px !important;
  line-height: 22px;
}
#box-legend span {
  background: url() no-repeat;
  display: inline-block;
  float: left;
  height: 22px;
  margin: 0;
  width: 32px;
}
#box-rap .co1 {
  background-position: 0 0;
}
#box-rap .co2, #box-legend span.co2 {
  background-position: -64px 0;
}
#box-rap .co3 {
  background-position: -127px 0;
  padding: 4px 4px 4px 30px;
}
#box-legend span.co3 {
  background-position: -127px 0;
}
.span-p {
  display: block;
  margin: 10px 0;
  color: #585858 !important;
  font-size: 11px !important;
  font-weight: normal !important;
  line-height: 140%;
}
.qw1 {
  position: relative;
  padding-left: 260px;
}
.qw1 .left-gray img {
  position: absolute;
  top: 1px;
  left: 72px;
}
#contact-form2 {
  display: none;
}
.qw1 p.left {
  width: 290px;
  float: left;
  padding-right: 20px;
  display: block;
}
.qw1 p.right {
  width: 290px;
  float: left;
  display: block;
}
#box-office2-left ul li {
  font-size: 12px;
  list-style: disc !important;
  margin: 10px 10px 10px 30px;
}
#footer-hero {
  height: 85px;
  position: absolute;
  display: block;
  right: 0;
  text-indent: -90000px;
  top: 0px;
  width: 150px;
  cursor: pointer;
  background: url() no-repeat 3px -22px;
}
#footer-hero:hover {
  background: url() no-repeat;
  color: #505050;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 232px;
  padding: 46px 87px 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: -193px;
  width: 187px;
}
.offer-clients {
  margin: 10px 0;
}
.footer-bottom-box2 {
  position: relative;
}

/* ***** jobs ***** */

.tabNavigation {
  margin: 20px 0;
  width: 240px;
  float: left;
  position: relative;
  z-index: 101;
}
.tabNavigation li {
  font-size: 15px;
  font-weight: bold;
}
.tabNavigation li a {
  color: #585858;
  display: block;
  padding: 10px 0;
}
.tabNavigation li a.selected {
  background: url('') no-repeat right;
}
.tabNavigation li a.selected, ul.tabNavigation li a:hover {
  color: #C1242E;
}
div.tabs > div {
  border: 1px solid #DED6AF;
  background: #393939;
  width: 639px;
  min-height: 204px;
  padding: 40px;
  float: left;
  margin-left: -1px;
  position: relative;
  z-index: 100;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999 !important;
}



/* ***** end jobs ***** */


/* ***** list style ***** */

.list-style2 {
  margin: 15px 0 0;
}
.list-style2 li {
  margin-bottom: 20px;
  line-height: 140%;
  /*padding-left: 60px;*/
}
.list-style2 li span {
  font-weight: bold;
  font-size: 12px;
}
.list-style2 li p {
  margin-top: 0 !important;
}
.box-office p {
  margin: 0 !important;
}

/* ***** end list style ***** */


/* ***** notice ***** */

p.success {
  padding: 60px 0;
  color: #78C1D2;
  font-family: Georgia;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 !important;
}

/* ***** end notice ***** */

.s2 {
  font-size: 11px;
}

.projects-small .project-foto img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
.projects-small .project-foto:hover img {
  opacity:1;
  filter:alpha(opacity=100);
}




#box-rap {
  position: relative;
  text-align: center;
  width: 583px;
  height: 40px;
}
#box-rap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
}
#box-rap ul li {
  margin: 0 5px;
  float: left;
  background: none !important;
  padding: 0 !important;
  cursor: pointer;
}
.box_class,
#box {
  display: none;
}
#box-rap li:hover .box_class,
#box-rap li:hover #box {
  position: absolute;
  top: 22px;
  z-index: 200;
  background: url('') no-repeat right center;
  height: 35px;
  padding-right: 8px;
  margin-left: 8px;
  display: block;
}
#box-rap .box_class .head,
#box-rap #box .head {
  background: url('') no-repeat 0 0;
  height: 35px;
  color: #eee;
  white-space: nowrap;
  padding-left: 8px;
  padding-top: 14px;
}


.ui-tabs-hide {
  display: none;
}
.ui-tabs-selected a, .ui-state-active a {
  color: #C1242E !important;
  background: url('') no-repeat right;
}
#project-prev {
  background: url('') no-repeat 0 0;
  width: 50px;
  height: 78px;
  position: absolute;
  left: -100px;
  top: 200px;
}
#project-prev:hover {
  background-position: 0 -128px;
}
#project-next {
  background: url('') no-repeat -50px 0;
  width: 50px;
  height: 78px;
  position: absolute;
  right: -100px;
  top: 200px;
}
#project-next:hover {
  background-position: -50px -128px;
}

.errors ul li {
  font-size: 11px;
}
#footer-top textarea {
  height: 104px;
}
#slider-box a {
  color: #343434;
}
#slider-box a:hover {
  color: #848484;
}
.home-box2-right img {
	height: 36px;
}

#workbesch {
	padding-left:10px;
}

#workvideo {
	padding-left:10px;
	float: left;
	margin-right: 40px;
}


/*----------- navigation buttons on both sides of the slider -----------*/

#space {
   padding-top:20px;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-bottom: 40px;

}

#space2 {
   padding-top:20px;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-bottom: 40px;

}
