/*============================= Main containers =============================*/
#container-content {
	min-height: 100%;
	width: 100%;
}
* html #container-content {
	height: 100%;
	position: relative;
}
.container {
	height: 100%;
}
/*============================= Inner container =============================*/
#container-content-pad {
	padding-bottom: 148px;
}
#content {
	overflow: hidden;
	position: relative;
}
/*============================= Footer container =============================*/
#container-foot {
	position: relative;
	height: 145px;
	margin: -150px auto 0;
    width: 100%;
	border-top: 5px solid #B20000;
}
/*============================= End of main containers =============================*/

/*============================= Header blocks =============================*/
#header {
	height: 156px;
	border-bottom: 1px solid #E4E4E4;
	border-top: 5px solid #202020;
	padding: 30px 0px;
}
#header_block  {
	position: relative;
	width: 940px;
	margin: 0 10px;
}
#header_block #logo {
	width: 220px;
	float: left;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#header_block #logo a {
	display: inline-block;
}

#header_block #logo img {
	display: block;
	max-width: 100%;
    -moz-transform: scale(1);
}
#header_block #logo:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#main-navigation {
	float: right;
	margin-top: 48px;
	opacity: 0.2;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
#main-navigation .menu {
	text-transform: uppercase;
	position: relative;
}
#main-navigation .menu li {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0px;
	position: relative;
}
#main-navigation .menu li a, #main-navigation .menu li span {
	display: block;
	padding: 8px 12px 9px;
	white-space: nowrap;
}
#main-navigation .menu li .active {
	color: #B20000;
}
/*============================= End of header blocks =============================*/

/*================================ Footer blocks ================================*/
#footer {
	margin-top: 60px;
	height: 84px;
	border-top: 1px solid #E4E4E4;
}
#footer .copyright {
	font-size: 14px;
	line-height: 24px;
	float: left;
	padding: 30px 0;
	margin: 0;
}
#footer .payments {
	padding: 20px;
	float: right;
}
/*============================= End of footer blocks =============================*/

/*============================== Main content blocks ==============================*/
#content {
}
#offers_block, #clients_block, #team_block  {
	margin-bottom: 100px;
}
.error {
	margin: 20px 0 0 0;
}
/*============================== Publication block ==============================*/
.publication {

}
#content_block .publication {
	margin-bottom: 45px;
}
.publication img {
	display: block;
	margin: 5px auto;
	margin-bottom: 10px;
}


/*=========================== End of publication block ==========================*/

#content #top_block, #content #navigation_block {
	border-bottom: 1px solid #E4E4E4;
}
/*============================== top block on main ==============================*/
#top_block .slogan_block {
	padding: 50px 0px;
	opacity: 0.1;
}
#top_block .slogan_block h1, #top_block .slogan_block h2 {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
#top_block .slogan_block h1 {
	font-size: 64px;
	line-height: 55px;
	font-weight: bold;
}
#top_block .slogan_block h2 {
	font-size: 28px;
	line-height: 24px;
	margin-top: 22px;
	margin-bottom: 0;
	font-weight: normal;
	color: #B20000;
}
/*============================== end of main top block ==============================*/

/*============================== top block with navigation ==============================*/
#navigation_block {
	margin-bottom: 30px;
	padding: 18px 0px;
}
#navigation_block li {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-right: 20px;
	text-transform: uppercase;
}
#navigation_block li a {
	color: #999999;
}
#navigation_block li span, #navigation_block li .active, #navigation_block li a:hover {
	color: #B20000;
}

/*============================== end of top block navigation ==============================*/

/*============================== 404 block ==============================*/
#error404 h2 {
	margin: 20px 0 0 0;
}
/*============================== end of 404 block ==============================*/

/*============================== offers block on main ==============================*/
#offers_block {
	border-top: 1px solid #E4E4E4;
	margin-top: 40px;
	padding-top: 40px;
}
#offers_block a:hover p {
	color: #B20000;
}
#content_block #offers_block  p {
	margin: 0px 0px 20px;
}
#offers_block li {
	min-height: 513px;
}
#offers_block li p {
	line-height: 24px;
}
#offers_block .three.columns {
	margin-left: 0;
	margin-right: 20px;
	padding-right: 17px;
	width: 206px;
}
#offers_block .columns.omega
{
	margin-right: 0;
	padding-right: 0;
}
/*============================== end of offers block ==============================*/

/*============================== portfolio on main ==============================*/
#portfolio_block .portfolio-items {
	margin: 0;
	clear: both;
	display: inline-block;
	position: relative;
	transition-duration: 0.5s;
	transition-property: height, width;
	padding-top: 20px;
}
.portfolio-items li {
	margin: 0px 10px 0;
	height: 320px;
	background: url(/i/ajax/red-loader.gif) center center no-repeat;
}
#portfolio_block .portfolio-items li.loaded {
	background: none;
}
#portfolio_block .portfolio-items li img.thumb {
	visibility: hidden;
	opacity: 0.1;
}
.overlay-shape li {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	transition-property: transform, opacity;
	transition-duration: 0.5s;
}
.overlay-shape:hover li {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.overlay-shape li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.overlay-shape li:hover figure > .item-mask {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.overlay-shape li figure {
	position: relative;
	display: block;
	left: -16px;
	top: -10px;
	overflow: hidden;
}
.overlay-shape li figure img {
	display: block;
}
.overlay-shape li figure > .item-mask {
	-webkit-transition: all 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

/*============== Shaped portfolio ================= */

.portfolio-items li figure img {
	display: block;
}
.portfolio-items.overlay-shape .six.columns figure, .portfolio-items.overlay-shape .six.columns figure > .item-mask  {
	width: 490px;
	height: 490px;
}
.portfolio-items.overlay-shape .four.columns figure, .portfolio-items.overlay-shape .four.columns figure > .item-mask  {
	width: 335px;
	height: 335px;
}
.portfolio-items.overlay-shape .three.columns figure, .portfolio-items.overlay-shape .three.columns figure > .item-mask  {
	width: 250px;
	height: 250px;
}
.portfolio-items.overlay-shape .six.columns figure > .thumb-image {
	width: 488px;
	height: 488px;
}
.portfolio-items.overlay-shape .four.columns figure > .thumb-image {
	width: 333px;
	height: 333px;
}
.portfolio-items.overlay-shape .three.columns figure > .thumb-image {
	width: 248px;
	height: 248px;
}
/*============================= end of shaped portfolio ============================ */
/*============================== end of main portfolio ==============================*/

/*============================== Work Id block ========================== */
#work_details {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 30px;
	padding: 18px 0px 18px 0px;
}
#work_details .share p {
	margin: -2px 0 0 0;
	color: #990000;
	float: left;
}
#share_socials  {
	display:inline-block;
	margin: 0 0 0 7px;
}
#work_details #share_socials a {
	display:inline-block;
	vertical-align:bottom;
	width:25px;
	height:25px;
	margin: -3px 3px 0px 0;
	padding:0;
	outline:none;
	background:url(/i/share_icons.png) 0 0 no-repeat;
}
#work_details .work_date {
	color: #B20000;
	height: 22px;
	padding-top: 2px;
	width: 100px;
}
#work_details .work_date span{
	display: block;
	width: 14px;
	height: 11px;
	background: url(/i/calendar.png) no-repeat;
	float: left;
	margin: 2px 6px 2px -1px;
}
#work_details .work_date p {
	margin: 0;
	line-height: 16px;
}
.details_navigation {
	height: 24px;
	width: 179px;
	float: right;
	margin-right: 10px;
}
.details_navigation a, .details_navigation div {
	display: block;
	float: left;
	padding: 5px 8px 5px 8px;
	margin: 0 7px;
	white-space: nowrap;
}
.details_navigation span {
	display: block;
	background: url(/i/navi_sprite.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}
.details_navigation .stop span {
	opacity: 0.2;
}
.details_navigation #left_nav span {
	background-position: 0 0;
}
.details_navigation #list_nav span  {
	width: 17px;
	background-position: -15px 0;
}
.details_navigation  #right_nav span  {
	background-position: -33px 0;
}
.details_navigation #bottom_nav span {
	background-position: -48px 0;
}
.details_navigation  #top_nav span  {
	background-position: -63px 0;
}
.details_navigation #bottom_nav, .details_navigation  #top_nav  {
	cursor: pointer;
}
#portfolio_id_block .portfolio-id-item {
	margin: 0;
	background: url(/i/ajax/red-loader.gif) center center no-repeat;
}
#portfolio_id_block .portfolio-id-item.loaded {
	background: none;
}
#portfolio_id_block .portfolio-id-items .portfolio-id-item img {
	display: block;
	height: auto !important;
	width: 100%;
	visibility: hidden;
	opacity: 0.1;
}
#portfolio_id_block .portfolio-id-items li .spacer{
	height: 60px;
}
#portfolio_id_block .portfolio-id-items li .spacer .divider {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0px auto;
	border-top: 1px solid #A7A7A7;
	position: relative;
	top: 30px;
}
#portfolio_id_block .portfolio-id-items li  .caption-text-wrap {
	margin: 15px auto 0px;
	color: #3B3B3B;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}
#work_details_description {
	margin-bottom: 50px;
	margin-top: 30px;
}
#work_details_description .one-third {
	min-height: 86px;
}
#work_details_description .two-thirds {
	padding-right: 15px;
	width: 605px;
}
#work_details_description .two-thirds ol {
	margin-bottom: 20px;
}
#work_details_description .two-thirds ol li {
	margin:  0 0 2px 0;
}
.work_details_team  li {
	display: inline-block;
	width: 300px;
}
.work_details_team  li figure {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	width: 74px;
	height: 74px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.work_details_team  li figure img {
	display: block;
}
.work_details_team  li figure > .item-mask {
	-webkit-transition: all 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.work_details_team .author_position {
	margin: 15px 0 0 0;
}
.work_details_team .author_name {
	margin: 2px 0 0 0;
}
#work_details_description .details_navigation {
	position: absolute;
	bottom: 15px;
	right: 0px;
}

/*========================== end of work Id block ======================= */

/*================================== clients block ================================= */
#clients_block .client-items {
	margin: 0px -10px 0px;
}
.client-items {
	margin-bottom: 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
.client-items li {
	margin: 20px 10px 0;
}
.client-items li figure {
	margin-bottom: 20px;
}
.client-items li figure img {
	display: block;
}
.client-items.overlay-shape li figure, .client-items.overlay-shape li figure > .item-mask {
	width: 250px;
	height: 250px;
}
/*================================ end of clients block ============================ */


/*================================ Team block ============================ */
#team_block  {
	opacity: 0.3;
}
#team_block .team-members {
	margin: 20px -10px 40px;
}
.team-members li {
	text-align: center;
	margin-top: 20px;
}
.team-members li figure {
	margin-bottom: 10px;
}
.team-members.overlay-shape .three.columns figure, .team-members.overlay-shape .three.columns figure > .item-mask  {
	width: 250px;
	height: 250px;
}
.team-members li .team-member-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-align: center;
}
.team-members li .team-member-position {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	margin: 0 0 20px 0;
}
.team-members li .team-member-bio {
	text-align: center;
	margin: 0 0 20px 0;
	height: 84px;
}
ul.member-contact {
	margin-left: 0;
	margin-bottom: 15px;
}
ul.member-contact li span {
	font-weight: bold;
}
ul.member-contact li a {
	text-decoration: none;
}
/*================================ End of team block ============================ */


/*=================================== Contacts block ============================= */
.bg_white {
	display: inline-block;
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow:  0 0 3px rgba(0,0,0,0.2);
	margin: 38px 0 90px 12px;
	z-index: 5;
	position:relative;
}
#contact-details {
	width: 300px;
	position:relative;
	float: left;
}
#contacts_block input[type="submit"], #contacts_block input[type="button"] {
	margin: 20px 0 0 0;
	background: #CCC;
	text-shadow: none;
	color: #333;
	border: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#contacts_block  input[type="submit"]:hover, #contacts_block  input[type="button"]:hover {
	background: #999;
	border: 0;
}
.contact-content {
	margin: 27px 30px 23px 30px;
}
.contact-content .office strong {
	float: none;
	font-size: 16px;
	line-height: 26px;
}
.contact-content h2, .dynamic_template h2  {
	color: #b42024;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
	margin-bottom: 31px;
}
.contact-content h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 5px;
}
.contact-content .office p {
	margin: 7px 0px 24px;
	line-height: 20px;
}
.contact-content .department {
	margin-bottom: 10px;
}
.contact-content .department p {
	margin: 0;
	line-height: 15px;
	float: none;
}
.contact-content .department strong {
	font-size: 16px;
	line-height: 31px;
}
#map_container {
	border: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.dynamic_template {
	background: #FFF;
	overflow: hidden;
	padding: 0;
	width: 385px;
	display: inline-block;
}
.dynamic_template form {
	padding: 14px 22px 3px 29px;
	margin: 0;
	border-left: 1px dashed #9b9b9b;
	display: inline-block;
}
.dynamic_template form div label {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 1px;
	margin-bottom: 5px;
}
#feedback-form-box {
	display: none;
	width: 624px;
	z-index: 7;
	position: relative;
	left: 0;
	right: 0;
	margin: 0;
	float: left;
	height: 100%;
	margin: 12px 0 12px 0;
}
#send_feedback {
	margin-top: 15px;
	margin-bottom: 0;
	background: #d2d2d2;
	text-transform: uppercase;
	width: 272px;
	text-align: center;
	margin: 0 146px;
	display: block;
	border: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	color: #000;
	text-shadow: none;
}
#feedback_form input.text,
#feedback_form textarea,
#feedback_name,
#feedback_email,
#feedback_phone,
#feedback_subject {
	width: 262px;
	margin-bottom: 0;
}
#feedback_text {
	width: 554px;
	resize: vertical;
	margin-bottom: 27px;
}
.feedback_name,
.feedback_email,
.feedback_phone,
.feedback_subject {
	width: 270px;
	float: left;
}
.feedback_message {
	width: 100%;
	float: left;
}
.feedback_name,
.feedback_phone {
	margin: 0 23px 25px 0;
}
.required {
	color: #EE3C59;
}
input.text.form-field-notice, textarea.form-field-notice {
	border: 1px solid #ff0000;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow:  0 0 3px rgba(0,0,0,0.2);
}
#feedback-feedback-alert {
	margin-top: 10px;
	text-align: center;
}
#feedback-feedback-alert span {
	color: #f00;
}
.map-canvas {
	width: 450px;
	height: 360px;
	margin-bottom: 35px;
}
#feedback_open {
	color: #b20000;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px dashed #b20000;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
	margin-top: 12px;
	display: inline-block;
}
#feedback_open:hover {
	border:none;
	height: 19px;
}
/*================================= GoogleMap infobox ============================== */
.infoBox {
	position: relative;
	border: 0px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 9px 13px 10px 9px;
	-moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);
	box-shadow:  0 1px 4px 1px rgba(0,0,0,0.2);
}
.infoBox h4 {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 16px 0;
	font-weight: bold;
}
.infoBox p {
	margin: 0;
	font-size: 14px;
	line-height: 15px;
}
.infoBox div {
	height: 60px;
}
.infoBox .close_box {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 6px;
	right: 7px;
	cursor: pointer;
	background: url(/i/map_sprite.png) -31px 0 no-repeat;
}
.infoBox .triangle {
	display: block;
	width: 30px;
	height: 19px;
	background: url(/i/map_sprite.png) 0 0 no-repeat;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -15px;
}

/*============================== End of GoogleMap infobox ========================== */
/*============================== End of contacts block ========================== */

/*===================================== Pager ========================================*/
#pager_block {
	text-align: center;
	margin: 20px 0;
}
ul.pager  .hellip {
	padding: 5px 0 0 0;
}
ul.pager  {
	display: inline-block;
	font: 13px/15px Arial, "sans-serif";
	color: #793a90;
	min-width:20px;
	position: relative;
}
ul.pager  li {
	display:inline;
	width:24px;
	float:left;
	margin:0 0 0px 6px;
	padding: 0;
	text-align: center;
	height: 25px;
}
ul.pager  li:first-child{
	margin:0 0 0px 0px;
}
ul.pager  li span {
	display: block;
	padding: 3px 0 4px 0;
	background: none;
	color: #676767;
}
ul.pager  li span.active {
	display: block;
	background: #B20000;
	color: #f4eedd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.pager  li a, ul.pager  li a:visited {
	display: block;
	padding: 1px 0 1px 0;
	text-decoration: none;
	color: #202020;
}
ul.pager  li a:hover{
	text-decoration: underline;
}
/*=================================== End of Pager ===============================*/

/*========================== End of main content blocks ===========================*/
