/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background-color: #f5f5f5;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul.listin {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
}

ul.listin li {
    margin-top: 2px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.wrapper
{
	width: 937px;
	margin: auto;
}

header
{
	width: 936px;
	height: 118px;
	background-image:url(../img/header_bg.png);
	position: relative;
}

.logo
{
	position: absolute;
	top: 20px;
	left: 50px;
}

.lang
{
	position: absolute;
	top: 75px;
	left: 435px;
}

.lang a
{
	text-decoration: none;
	color: grey;
}

.active
{
    text-decoration:underline;
    color:black;
}

.social {
    text-align: right;
}

.contacts
{
	position: absolute;
	right: 50px;
}

.contact
{
	margin: 6px 0 0 0;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
}

body, h1
{
	font-family: "Myriad Pro Condensed";
	
}

.vertical
{
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	position: relative;
	font-size: 43px;
	color: white;
	font-weight: normal;
	text-align: right;
}
.vcenter
{
    text-align:center;
}
.who_are_we p
{
	background-color: #e34f37;
	position: relative;
	top: -56px;
	left: 47px;
	width: 870px;
	height: 93px;
	padding: 10px;
	color: white;
	text-align: justify;
	border: none;
	
}

.who_are_we h1
{
	background-color: #d73e25;
	width: 113px;
	height: 47px;
	
	padding: 0;
	margin: 0;
	left: -33px;
	top: 40px;
	
}

.who_are_we .cufon
{
	top: -5px;
}

.our_services .cufon
{
	top: -6px;
}

li cufon.cufon
{
    top: -2px !important;
}

.our_services h1
{
	background-image: url(../img/serv_left_bg_st.png);
	width: 784px;
	height: 49px;
	top: 288px;
	left: -368px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.our_services
{
	
	width: 886px;
	
}

.our_services aside, .working aside
{
	
	color: white;
	display: block;
	
}

.our_services aside
{
	width: 425px;
	height: 252px;
	float: left;
	position: static;
	margin: 8px;
	margin-top: 8px;
}

.our_services aside h2, .working aside h2
{
	padding-left: 5px;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
	font-size: 40px;
	height: 32px;
}

.our_services aside h2 cufon
{
	position: relative;
	top: -12px !important;
}

.our_services aside p
{
	font-size: 14px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

.our_services section
{
	left: 62px;
	top: -171px;
	position: relative;
}

.first_line
{
	background-color: #8e5faf;
}

.first_line h2
{
	background-color: #743d9b;
}

.second_line
{
	background-color: #6691b3;
}

.second_line h2
{
	background-color: #3e7db1;
}

.third_line
{
	background-color: #599b9a;
}

.third_line h2
{
	background-color: #269190;
}

.working
{
	position: absolute;
	top: -10px;
}

.working h1
{
	width: 747px;
	height: 51px;
	background-image: url(../img/right_bg_st.png) !important;
	position: absolute;
	top: 1372px;
	left: 529px;
	padding-left: 10px;
	padding-top: 5px;
}

.vert_right
{
	text-align: left;
}

.working > section
{
	width: 865px;
	position: absolute;
	top: 1050px;
}

.working section aside h2
{
	height: 43px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.working section aside
{
	height: 245px;
	margin-bottom: 10px;
}

.working .first
{
	background-color: #d8ad50;
}
.working .first h2
{
	background-color: #cf9b41;
}
.working .second
{
	background-color: #d07143;
}
.working .second h2
{
	background-color: #c36030;
}
.working .third
{
	background-color: #d05543;
}
.working .third h2
{
	background-color: #c34330;
}

.working aside figure
{
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.working aside img
{
	display: block;
	margin: auto;
}

.working aside
{
	position: relative;
}

.working aside p
{
	padding: 0 10px;
}

footer
{
	background-image:url(../img/footer_line.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 1815px;
	width: 937px;
}

footer span
{
	margin: auto;
	font-size: 12px;
	color: black;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
footer span
{
	font-family: Arial, Helvetica, sans-serif;
}
footer span span
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper
{
	overflow: hidden;
}

footer
{
}

footer img
{
	position: absolute;
	right: 60px;
	bottom: 0px;
}

@media all and (-webkit-min-device-pixel-ratio:0) 
{
	.working h1
	{
		position: absolute !important;
		left: 529px !important;
	}
	.our_services aside h2 cufon
{
	position: relative;
	top: -15px !important;
}

.working h1
{
	width: 747px;
	height: 54px;
	background-image: url(../img/right_bg_st.png) !important;
	position: absolute;
	top: 1372px;
	left: 529px;
	padding-left: 10px;
	padding-top: 2px;
}
}
@-moz-document url-prefix() 
{
	.working h1
	{
		position: absolute !important;
		left: 529px !important;
	}
	.our_services aside h2 cufon
{
	position: relative;
	top: -15px !important;
}
.working h1
{
	width: 747px;
	height: 54px;
	background-image: url(../img/right_bg_st.png) !important;
	position: absolute;
	top: 1372px;
	left: 529px;
	padding-left: 10px;
	padding-top: 2px;
}
}

.contact span a
{
	color: inherit;
	text-decoration: none;
}