/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #d5baf9;
    text-shadow: none;
}

::selection {
    background: #d5baf9;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;

    margin: 1em 0;
    padding: 0;
}

a {
	color:#4b4b91;
	text-decoration:underline
}
a:hover {
	text-decoration:none;
}

/*
 * 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
   ========================================================================== */

















/* ==========================================================================
   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: 150%;
}

/*
 * 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 print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* 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;
    }
}




html {
    height: 100%;
    background: transparent url(../img/main_bg.png) repeat-y center top;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}


#wrapper {
    width: 924px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 105px;
    padding-top:40px;
    background:transparent url(../img/header_line.gif) repeat-x left 118px;
    clear:both;
}
#header .logo {
    float:left;
    height:53px;
    border-right:2px solid #8a87c0;
    padding-right:18px;
}
#header .text {
    float:left;
    width:400px;
    font-size:14px;
    color:#919191;
    padding-left:18px;

}
#header .slogan {
    float:right;
    width:300px;
    height:55px;
    font-size:24px;
    text-align:right;
    line-height:27px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
    padding: 0 0 140px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 924px;
    margin: -140px auto 0;
    height: 55px;
    background:transparent url(../img/footer_line.gif) repeat-x left 40px;
    position: relative;
    padding-top:85px;
    clear:both;
    color:#888888;
    font: 10px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#footer a {
    color:#4b4b91;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .left {
    width:30%;
    float:left;
}
#footer .center {
	float:left;
	width:40%;
	text-align:center;
}
#footer .right {
    width:30%;
    float:right;
    text-align:right;
}
#footer .ico {
	width:23px;
	height:22px;
	text-indent:-9999px;
	display:inline-block;
}
#footer .vk {
	background:transparent url(../img/ico_vk.gif) no-repeat left top;
}
#footer .fb {
	background:transparent url(../img/ico_fb.gif) no-repeat left top;
}
#footer .twi {
	background:transparent url(../img/ico_twi.gif) no-repeat left top;
}
#footer .ico:hover {
	background-position:left bottom;
	text-decoration:none;
}





.breadcrumbs {
    color:#888888;
    font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.breadcrumbs a {
    color:#4b4b91;
    text-decoration: none;
    background: transparent url(../img/breadcrumbs.gif) no-repeat right center;
    padding-right:11px;
    margin-right:7px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
#content .menu {
    width:100%;
    height:41px;
    margin-bottom:15px;
}
#content .menu ul {
    list-style: none;
    margin:0;
    padding:0;
}
#content .menu ul li {
    float:left;
    text-align:center;
    width:308px;
    height:41px;
    list-style-image: none;
}
#content .menu ul li a {
    display:inline-block;
    *display: inline; zoom:1;
    line-height:37px;
    width:308px;
    height:41px;
    background-image:url(../img/menu_bg.png);
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
}
#content .menu ul li .comp {
    background-position:left top;
}
#content .menu ul li .proj {
    background-position: -308px top;
}
#content .menu ul li .cont {
    background-position: -616px top;
}
#content .menu ul li a.comp:hover {
    background-position: left bottom;
}
#content .menu ul li a.proj:hover {
    background-position: -308px bottom;
}
#content .menu ul li a.cont:hover {
    background-position: -616px bottom;
}
#content .menu ul li a span {
    display:block;
    height:41px;
    
}
#content .menu ul li a.comp span {
    background-position:center -1px;
    font-size:15px;
    color:#fff;
}
#content .menu ul li a.proj span {
    background-position:center -41px;
    font-size:15px;
    color:#fff;
}
#content .menu ul li a.cont span {
    background-position:center -82px;
    font-size:15px;
    color:#fff;
}
.sldr {
	position:relative;
	height:425px;
}
.sldr1 {
	position:absolute;
	width:1124px;
	overflow:hidden;
	height:350px;
	margin-left:-101px;
}

.da-slider .overflow {
	overflow:hidden;
	width:100%;
	height:350px;
	position:relative;
}
.da-slider{
    width: 924px;
    height: 350px;
    position: relative;
    margin: 0 auto 75px auto;
    /*overflow: hidden;*/
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
}
.da-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

    text-align: left;
}
.da-slide-current{
    z-index: 1000;
}
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 235px;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
    left: 0;
    opacity: 1;
}
#content .da-img img {
    border:0;
    margin:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.da-slider-fb .da-slide .da-img{
    left: 235px;
    opacity: 1;
}
.da-slide h2{
    font-size: 38px;
    width: 50%;
    top: 60px;
    white-space: nowrap;
    z-index: 10;
    margin:0;
}
.da-slide h2 a {
    display:block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom:5px;
}
.da-slide h2 a.sub {
    font-size:22px;
    color:#000;
    text-transform: none;
}
.da-slide p .text {
    font-size:21px;
    color:#8b8b8b;
    text-decoration: none;
}
.da-slide p{
    width: 35%;
    top: 165px;
    line-height: 23px;
    overflow: hidden;
    z-index:5;
}
.da-slide .da-img{
    text-align: center;
    width: 689px;
    bottom:0;
    height: 348px;
    line-height: 320px;
    left: 235px; /*60%*/
}
.da-slide .da-link{
    top: 270px; /*depends on p height*/
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: 8px solid rgba(255,255,255,0.8);
    padding: 2px 20px 0px;
    font-size: 18px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
    background: rgba(255,255,255,0.3);
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: left;
    left: 0px;
    bottom: -8px;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span{
    display: inline-block;
    *display: inline; zoom:1;
    position: relative;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 3px;
    cursor: pointer;
    background: transparent url(../img/dots.png) no-repeat left top;
}
.da-dots span.da-dots-current:after{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url(../img/dots.png) no-repeat right top;

}
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span{
    position: absolute;
    top: 50%;
    height: 23px;
    width: 16px;
	background:transparent url(../img/slider_arrows.png) no-repeat left top;
    cursor: pointer;
    z-index: 2000;
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out-out 0.2s;
    transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
    opacity: 1;
}
/*
.da-arrows span:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: transparent url(../img/arrows.png) no-repeat top left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
    background-position: top right;
}
*/
.da-arrows span.da-arrows-prev{
    left: -30px;
}
.da-arrows span.da-arrows-next{
    right: -30px;
	background-position:right top;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
    left: 0;
    opacity: 1;
}
.da-slide-current .da-img{
    left: 235px;
    opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 235px; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 235px; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 235px; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 235px; opacity: 0; }
	100%{ left: 235px; opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@keyframes fromRightAnim2{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@keyframes fromRightAnim3{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@keyframes fromRightAnim4{
    0%{ left: 235px; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 235px; opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 0; opacity: 1; }
}
@keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 235px; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
    0%{ left: 235px;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ left:0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
    0%{ left: 235px;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
    0%{ left: 235px;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 235px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
    0%{ left: 235px;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
    0%{ left: 235px;  opacity: 1; }
    100%{ left: -80%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
    0%{ left: 235px;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
    0%{ left: 235px;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 5%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 5%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 235px;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
    0%{ left: 0;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
    0%{ left: 0;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
    0%{ left: 235px;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}


.news_widget {
    background:transparent url(../img/news_widget_bg.gif) no-repeat center top;
    padding-top:35px;
    margin-top:35px;
}
.news_widget ul {
    margin:0;
    padding:0;
    list-style: none;
}
#content .news_widget ul li {
    width:280px;
    float:left;
    padding-left:28px;
    list-style-image: none;
}
#content .news_widget .img img {
    -webkit-box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    -moz-box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    width:108px;
    max-height:88px;
    margin:3px 0 0 0;
}
.news_widget .img {
    float:left;
    width:125px;
}
.news_widget .right {
    float:left;
    width:140px;
    font: 10px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.news_widget .right .date {
    color:#888888;
    font-size:10px;
}
.news_widget .right .name {
    color:#141414;
    font-size:15px;
    line-height:18px;
	min-height:54px;
}
.news_widget .right a {
    font-size:12px;
    color: #4b4b91;
    text-decoration: none;
    display:inline-block;
    *display: inline; zoom:1;
    margin-top:5px;
    padding-right:10px;
    background: transparent url(../img/breadcrumbs.gif) no-repeat right center;
}
.news_widget .right a:hover {
    text-decoration: underline;
}

.news_widget .bottom {
    text-align:right;
    padding-top:35px;
}
.news_widget .bottom a {
    color: #4b4b91;
    padding-right:10px;
    background: transparent url(../img/breadcrumbs.gif) no-repeat right center;
    font: 14px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}
.news_widget .bottom a:hover {
    text-decoration: underline;
}

#content h2.title {
    font-size:22px;
    font-weight:normal;
    color:#000;
}
#content {
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
}
.feedback .errors.success {
	color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.feedback .errors p {
	margin:0;
}
.feedback .errors {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.feedback .yandex_map {
    margin:20px 0 30px 0;
}
input[type="text"], textarea {
    font-size:14px;
    color: #878787;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    padding:6px 10px;
    outline:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:transparent url(../img/input_bg.gif) repeat-x left top;
    border: solid 1px #ccc;
    resize:none;
}
input[type="text"]:focus, textarea:focus {
    background-image:none;
    -webkit-box-shadow: 0 0 6px rgba(126,101,160,.81);
    -moz-box-shadow: 0 0 6px rgba(126,101,160,.81);
    box-shadow: 0 0 6px rgba(126,101,160,.81);
}

.feedback form .left {
    width:230px;
    float:left;
}
.feedback form .left input {
    width:190px;
    margin-bottom:15px;
}
.feedback form .center {
    float:left;
    width:310px;
}
.feedback form .center textarea {
    width:270px;
    height: 63px;
}
.feedback form .right {
    float:left;
    width:180px;
}
#content .feedback form .right img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
    margin:0 0 4px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.feedback form .right input {
    width:130px;
}

.g_button {
    background:transparent url(../img/g_button_bg.gif) repeat-x left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding:6px 13px;
    font-family: Calibri;
    font-size: 14px;
    color: #454545;
    text-shadow: 0 1px #fff;
}
.g_button:hover {
    background-position:left bottom
}

.news_list .item {
    margin-bottom:25px;
}
.news_list .item .img {
    float:left;
    width:82px;
}
.news_list .item .img img {
    -webkit-box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    -moz-box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    width: 67px;
    max-height: 67px;
}
.news_list .item .right {
    float:left;
    width:840px;
}
.news_list .item .right .date {
    color: #888888;
    font-size: 10px;
    margin-bottom:4px;
}
.news_list .item .right .name {
    color: #141414;
    font-size: 15px;
    line-height: 18px;
}
.news_list .item .right a {
    font-size: 12px;
    color: #4b4b91;
    text-decoration: none;
    display: inline-block;
    *display: inline; zoom:1;
    padding-right: 10px;
    background: transparent url(../img/breadcrumbs.gif) no-repeat right center;
}
.news_list .item .right a:hover {
    text-decoration: underline;
}
.news_list .bottom {
    padding-top:20px;
    background:transparent url(../img/footer_line.gif) repeat-x left 10px;
}
.news_list .bottom span {
    display:block;
    color:#888888;
    font-size:10px;
}
.news_list .bottom a {
    display:inline-block;
    *display: inline; zoom:1;
    font-size: 12px;
    color: #4b4b91;
    text-decoration: none;
    margin:5px 30px 5px 0;
}
.news_list .bottom a:hover {
    text-decoration: underline;
}

#content ul {
    padding:0;
    list-style-position: inside;
}
#content ul li {
    list-style-image: url(../img/list_img.gif);
}
#content img {
    -webkit-box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    -moz-box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    box-shadow: 0 0 3px 1px rgba(16,16,17,.47);
    margin:5px 10px 5px 5px;
}

#content hr {
    height:2px;
    background:transparent url(../img/footer_line.gif) repeat-x left top;
    margin:15px 0;
}
#content .sidebar {
    float:left;
    width:170px;
    margin-right:30px;
    margin-top:20px;
}
#content .sidebar .bott {
    height:7px;
    background:transparent url(../img/sidebar_bg_bottom.gif) no-repeat left bottom;
}
#content .sidebar h3 {
    height:24px;
    background:transparent url(../img/sidebar_bg_top.gif) no-repeat left top;
    margin:0;
    font-size:14px;
    color:#fff;
    padding: 2px 12px;
    font-weight: normal;
}
#content .object {
    margin-left:200px;
}
#content .obj_menu {
    width:170px;
}
#content .l_block ul {
    margin:5px 0;
    font-size:11px;
    list-style:none;
}
#content .l_block ul li {
    margin-left: 13px;
	list-style-image: none;
	line-height: 14px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content .sidebar a {
    text-decoration: none;
    color:#4b4b91;
}
#content .sidebar a:hover {
    text-decoration: underline;
}
#content .sidebar .l_block {
    margin-bottom:25px;
    background:transparent url(../img/sidebar_bg.gif) repeat-y left top;
}
#content .object .main_img {
    text-align:center;
    margin:20px 0;
}
#content .object .main_img img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    }
#content .gallery .item.first {
    margin-left:0;
}
#content .gallery .item {
    display:inline-block;
    *display: inline; zoom:1;
    width:118px;
    margin-left:29px;
    margin-bottom:5px;
}
#content .gallery .item img {
    width:111px;
    max-height:83px;
}
#content .object .yandex_map > div {
	width:724px !important;
	height:260px !important;
}
#content .object h3 {
    font-size:16px;
    font-weight: normal;
    color:#141414;
}

#content .objects .object_list .item.disabled {/*
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
    -moz-opacity: 0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5; 
*/
}
#content .objects .object_list .item {
	/*
    display:inline-block;
    *display: inline; zoom:1;
    width:198px;
    padding:0 15px 15px 15px;
    text-align:center;
    min-height:200px;
    height:200px;
	*/
	
	display: inline-block;
	zoom: 1;
	width: 430px;
	padding: 0 15px 15px 15px;
	text-align: center;
	min-height: 280px;
	height: 280px;	
}
#content .objects .object_list .item img {
    /*width:128px;
	width:190px;
    max-height:128px;
    margin-bottom:10px;*/
	width:200px;
margin-bottom: 10px;
height:150px;
}
#content .objects .object_list .item a {
    display:block;
    /*font-size:10px;*/
	font-size:16px;
    text-decoration: none;
    color:#888888;
}
#content .objects .object_list .item a:hover {
    text-decoration: underline;
}
#content .objects .bottom {
    background:transparent url(../img/footer_line.gif) repeat-x left top;
    padding-top:35px;
    padding-bottom:20px;
}
#content .objects .bottom .w25 {
    float:left;
    width:28%;
}
#content .objects .bottom .w10 {
    float:left;
    width:16%;
    text-align:right;
}
#content .objects .bottom .w25 label {
    display:block;
    font-size:12px;
    color:#333333;
    padding-left:12px;
    padding-bottom:5px;
}
#content .objects .bottom .g_button {
    margin-top:23px;
}


.selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.selectbox .select {
    width: 185px;
    height: 29px;
    padding: 0 45px 0 10px;
    font: 14px/30px Calibri, Tahoma, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    /*box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);*/
}
.selectbox .select:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}
.selectbox .select:active {
    background: #f5f5f5;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.selectbox.focused .select {
    border: 1px solid #5794BF;
}
.selectbox .select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}
.selectbox .trigger .arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.selectbox:hover .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.selectbox .dropdown {
    top: 33px;
    width: 240px;
    margin: 0;
    padding: 4px 0;
    background: #FFF;
    border: 1px solid #C6CBD0;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font: 14px/18px Calibri, Tahoma, sans-serif;
}
#content .selectbox ul {
    list-style:none;
    margin:0;
}
#content .selectbox li {
    padding: 5px 10px 6px;
    color: #231F20;
    list-style-image: none;
}
.selectbox li.selected {
    background: #ededed;
    color: #FFF;
}
.selectbox li:hover {
    background: #b897e4;
    color: #FFF;
}
.selectbox li.disabled {
    color: #AAA;
}
.selectbox li.disabled:hover {
    background: none;
}

.w25 .selectbox .select {
    width: 130px;
}
.w25 .selectbox .dropdown {
    width:185px;
}
.maxheight .selectbox .dropdown {
    max-height: 203px;
}
.object .desc {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
}
.object .desc img {
max-width:709px;
height:auto;
}

.object .gallery.auto {
max-height:305px;
}
.object .gallery.auto .butt {
display:block;
}
.object .gallery {
overflow:hidden;
position:relative;
padding-bottom:10px;
}
.object .gallery .butt {
display:none;
position:absolute;
top:294px;
background:#fff;
width:100%;
text-decoration:none;
color:#4b4b91;
font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
cursor:pointer;
height:22px;
}
.object .gallery .butt:hover {
text-decoration:underline;
}