/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */
/* Variables */
/* Mixins */
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 14px/1 Arial, sans-serif;
    color: #666765;
    height: 100%;
}

input[type="text"] {
    border: 1px solid #9f9f9f;
    padding: 5px 10px;
}

input[type="submit"] {
    border: none;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding: 6px 16px;
    background: #4b7cad;
    background: -moz-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b7cad), color-stop(100%, #0b4b8a));
    background: -webkit-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: -o-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: -ms-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: linear-gradient(to bottom, #4b7cad 0%, #0b4b8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b7cad', endColorstr='#0b4b8a',GradientType=0 );
}

textarea {
    resize: none;
    border: 1px solid #9f9f9f;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font: 14px/1 Arial, sans-serif;
}

a {
    color: #55c8df;
    outline: none;
}

strong {
    font-weight: bold;
}

p {
    margin: 0 0 10px 0;
    text-align: justify;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0 0 254px 0;
}

.page-title {
    color: #0b4b8a;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.container {
    width: 1000px;
    margin: 0 auto;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}

.page {
    /*margin: 35px auto 17px auto;*/
    margin: 15px auto 17px auto;
}

.three-columns .content {
    width: 526px;
    float: left;
    padding: 21px 28px 0 28px;
}
.three-columns .content:before,
.three-columns .content:after {
    content:'';
    width: 1px;
    height:300px;
    position:absolute;
    top:0;
    left:5px;
    /*background: #cccccc;
    background: -moz-linear-gradient(top,  #cccccc 57%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,#cccccc), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #cccccc 57%,#ffffff 100%);
    background: -o-linear-gradient(top,  #cccccc 57%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #cccccc 57%,#ffffff 100%);
    background: linear-gradient(to bottom,  #cccccc 57%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );*/


}
.three-columns .content:after {
    left:auto;
    right:10px;
}

.content {
    line-height: 18px;
    position: relative;
}
.content p {
    margin: 0 0 10px 0;
}

#scrollUp {
    background: #cccccc url(../images/arrow-up.png) no-repeat scroll 50% 50%;
    border-radius: 3px;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1 !important;
}

.left-sidebar {
    float: left;
    width: 250px;
    padding-top: 21px;
}

.right-sidebar {
    float: right;
    width: 216px;
    background: #eee;
    border: 1px solid #e1e1e1;
    margin: 0 0 17px 0;
    padding: 20px 0;
}

.right-sidebar .box {
    font-size: 13px;
}

.right-sidebar .box p {
    text-align: justify;
}

.slide-links {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    margin: 20px 0;
}
.slide-links .slide-link-label {
    display: block;
    color: #55c8df;
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 0;
    position: relative;
}
.slide-links .slide-link-label:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 6px;
    background: url(../images/slide-links-arrows.gif) no-repeat scroll 0 100%;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.slide-links .slide-link-label.open:after {
    background: url(../images/slide-links-arrows.gif) no-repeat scroll 0 0;
}
.slide-links .slide-container {
    display: none;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #dedede;
    /*font-style: italic;*/
}

.posts .post {
    padding: 0 0 13px 0;
    margin: 0 0 13px 0;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.post-date {
    color: #c4c4c4;
    display: block;
}

.post-link {
    display: block;
    margin: 0 0 5px 0;
}

.sub-title {
    color: #0b4b8a;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.all-publication {
    color: #55c8df;
    text-align: right;
    padding: 10px 0 30px 0;
}

.pager {
    margin: 0 0 20px 0;
}
.pager .pager-label {
    display: inline-block;
    margin: 0 10px 0 0;
}
.pager ul {
    display: inline-block;
}
.pager ul li {
    display: inline-block;
}
.pager ul li a {
    display: block;
    text-decoration: none;
    padding: 0 5px;
}
.pager ul li a:hover {
    text-decoration: underline;
}
.pager ul li span {
    display: block;
    padding: 0 5px;
}

/* Header */
.site-header-box {
    /*border-bottom: 1px solid #9b9b9b;*/
    box-shadow: 0px 1px 1px #9b9b9b;
    position: relative;
    z-index: 10;
}

.site-header {
    width: 1000px;
    margin: 0 auto;
    padding: 29px 0 20px 0;
}
.site-header .logo {
    float: left;
    margin: 0 37px 0 14px;
}
.site-header .slogan {
    float: left;
    font-size: 36px;
    margin: 35px 0 0 2px;
    letter-spacing: 1px;
}
.site-header .language {
    float: right;
    border-left: 1px solid #e6e6e6;
    margin: 45px 19px 0 0;
}
.site-header .language a {
    color: #666765;
    display: block;
    padding: 0 0 0 37px;
    margin: 7px 0 10px 16px;
    background: url(../images/flags.png) no-repeat scroll 0 0;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    text-decoration: none;
}
.site-header .language a:hover, .site-header .language a.active {
    color: #55c8df;
}
.site-header .language a.ru-lang {
    background-position: 0 100%;
}
.site-header:after {
    content: "";
    display: table;
    clear: both;
}

.header-container {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.bx-wrapper {
    float: left;
    width: 685px;
    position: relative;
    margin: 0;
}
.bx-wrapper .bx-viewport {
    border:none;
    box-shadow: none;
    left:auto;
}
.bx-wrapper img {
    display: block;
}
.bx-wrapper .bx-controls {
    position: absolute;
    bottom: 11px;
    right: 16px;
    left: auto;
    top: auto;
    z-index: 3;
}
.bx-wrapper .bx-controls-direction {
    display: none;
}
.bx-wrapper .bx-controls .bx-pager {
    position: static;
    padding: 0;
}
.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
    width: 12px;
    height: 12px;
    border: 1px solid #55c8df;
    background: #55c8df;
    opacity: 1;
    border-radius: 0;
    margin: 0 3px;
    border-radius:0;
}
.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:hover {
    background: #fff;
}
.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
    background: #fff;
}

.header-contacts {
    float: right;
    width: 285px;
}
.header-contacts .header-contacts-title {
    font-size: 18px;
    margin: 30px 0 10px 0;
}
.header-contacts .phone {
    margin: 0 0 5px 0;
}
.phone .phone-label {
    width: 45px;
    display: inline-block;
}
.phone .phone-number {
    color: #75c043;
    font-size: 19px;
}
.header-contacts address {
    line-height: 18px;
}
.header-contacts .station {
    margin: 0 0 5px 0;
}
.header-contacts .station span {
    display: inline-block;
    padding: 10px 3px 10px 24px;
    background: url(../images/metro-icon.png) no-repeat scroll 0 50%;
}
.header-contacts .directions {
    margin: 0 0 20px 0;
    display: inline-block;
    color: #55c8df;
}

.header-search {
    margin: 2px 0 0 0;
}
.header-search input[type="text"] {
    width: 220px;
    margin: 0;
}
.header-search input[type="submit"] {
    width: 35px;
    height: 28px;
    text-indent: -9999px;
    border: none;
    background: url(../images/search-icon.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 0;
    vertical-align: top;
}

/* Navigation */
.top-navigation {
    background: #4b7cad;
    background: -moz-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b7cad), color-stop(100%, #0b4b8a));
    background: -webkit-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: -o-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: -ms-linear-gradient(top, #4b7cad 0%, #0b4b8a 100%);
    background: linear-gradient(to bottom, #4b7cad 0%, #0b4b8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b7cad', endColorstr='#0b4b8a',GradientType=0 );
    clear: both;
    box-shadow: 0px 2px 2px #9b9b9b;
    border-top: 1px solid #c8c8c8;
}
.top-navigation ul {
    margin: 0 0 0 23px;
    border-left: 1px solid #88a8c8;
    float: left;
}
.top-navigation li {
    float: left;
}
.top-navigation a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #88a8c8;
    letter-spacing: 0.3px;
}
.top-navigation a:hover {
    text-decoration: underline;
}
.top-navigation .ask-question {
    float: right;
    font-family: 'Verdana', sans-serif;
    padding: 9px 17px 8px 25px;
}
.top-navigation:after {
    content: "";
    display: table;
    clear: both;
}

/* Homepage */
.owl-wrapper-outer {
    z-index: 2;
}

.owl-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
    width: 14px;
    height: 79px;
    background: url(../images/slider-arrows.png) no-repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -40px 0 0 0;
    text-indent: -9999px;
    cursor: pointer;
}
.owl-controls .owl-buttons .owl-next {
    background-position: 100% 0;
    left: auto;
    right: 0;
}

.services-slider {
    padding: 0 23px;
}
.services-slider .item {
    display: block;
    color: #666765;
    text-decoration: none;
    margin: 0 13px 2px 0;
    height: 102px;
    /*padding: 0 0 0 10px;*/
    border: 1px solid #dedede;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, white 0%, #dedede 100%);
    background: -o-linear-gradient(top, white 0%, #dedede 100%);
    background: -ms-linear-gradient(top, white 0%, #dedede 100%);
    background: linear-gradient(to bottom, white 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    box-shadow: 0px 1px 1px #9b9b9b;
    text-align: center;
}
.services-slider .item:before {
    content: "";
}
.services-slider .item:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.services-slider .item img {
    vertical-align: middle;
    max-width:90px;
}
.services-slider .item span {
    display: inline-block;
    vertical-align: middle;
    /*width: 120px;*/
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    margin-left: 6px;
}
.services-slider .item:hover span {
    text-decoration: underline;
}

.blue-text {
    color: #0b4b8a;
}

.two-col-text {
    margin: 32px 18px 40px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 0 0;
    overflow: hidden;
}
.two-col-text p {
    margin: 0 0 18px 0;
    line-height: 18px;
}
.two-col-text .col-1,
.two-col-text .col-2 {
    width: 470px;
    float: left;
}
.two-col-text .col-2 {
    float: right;
}

.team-title {
    font-size: 18px;
    margin: 0 0 40px 15px;
}

.team-slider {
    padding: 0 23px;
    margin: 0 0 52px 0;
}
.team-slider .item {
    margin: 0 0 0 20px;
}
.team-slider .item .team-member a {
    text-decoration: none;
    color:#666765;
}
.team-slider .item .team-member a:hover {
    text-decoration: underline;
}
.team-slider .item .team-member > span {
    display: block;
    padding: 0 0 10px 0;
}
.team-slider .item img {
    border: 1px solid #55c8df;
    float: left;
    margin: 0 17px 0 0;
}

.home-blocks {
    background: #eee;
    overflow: hidden;
    margin: 0 0 40px 0;
}
.home-blocks .box {
    width:25%;
    float:left;
    border-top:none;
    border-left:1px solid #fff;
    margin: 0;
    padding:30px 25px;
}
.box p {
    /*text-align: left;*/
}
.home-blocks .box:first-child {
    border:none;
}

/* EO Homepage */
/* Left Sidebar */
.left-sidebar .title {
    font-size: 18px;
    margin: 0 0 10px 12px;
    color: #0b4b8a;
}

.left-navigation > ul ul {
    display: none;
    margin: 10px 0 0 10px;
}
.left-navigation > ul ul li a {
    border-left: 2px solid #0b4b8a;
    font-size: 13px;
    height: 28px;
}
.left-navigation > ul ul li a span {
    line-height: 14px;
}
.left-navigation > ul .show-submenu {
    display: block;
}
.left-navigation > ul li {
    margin: 0 0 12px 0;
}
.left-navigation > ul li a {
    border-left: 3px solid #0b4b8a;
    display: block;
    padding: 0 0 0 9px;
    vertical-align: middle;
    color: #666765;
    text-decoration: none;
    height: 28px;
}
.left-navigation > ul li a:hover span {
    text-decoration: underline;
}
.left-navigation > ul li a span {
    line-height: 13px;
    display: inline-block;
    font-size: 13px;
}
.left-navigation > ul li a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.left-navigation > ul li.active span {
    text-decoration: underline;
}

.left-navigation > ul li.inactive span {
    text-decoration: none;
}


/* EO Left Sidebar */
/* Right Sidebar */
.box {
    margin: 22px 0 0 0;
    padding: 22px 15px 0;
    border-top: 1px solid #FFFFFF;
}
.box-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.box .post-link {
    color: #55c8df;
    margin: 0 0 7px 0;
    display: inline-block;
}
.box p {
    margin: 0 0 7px 0;
}

.view-more {
    text-align: right;
    margin: 0 0 7px 0;
}
.view-more a {
    color: #0069b9;
}

.right-sidebar .box:first-child {
    padding-top: 0;
    margin: 0;
    border: none;
}
.right-sidebar .view-all {
    margin: 0 0 0 15px;
}

.right-sidebar .box-title {
    padding: 0 15px 10px;
}
.right-sidebar .box-title + .box {
    padding-top: 0;
    margin: 0;
    border: none;
}
.right-sidebar .view-all {
    margin:25px 0 0 15px;
    display: inline-block;
}

.view-all {
    color: #55c8df;
}

/* EO Right Sidebar */
/* Practice */
.posts.project-posts {
    border-bottom: 1px solid #dedede;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}
.posts.project-posts .post {
    border: none;
    margin: 0;
    padding: 0;
}

/* EO Practice */
/* Our team */
.team-member-photo {
    float: left;
}
.team-member-photo img {
    border: 1px solid #55c8df;
    margin: 0 18px 0 0;
    display: block;
}

.team-member-info {
    overflow: hidden;
}
.team-member-info span {
    display: block;
}
.team-member-info .page-title {
    padding: 0 0 5px 0;
}

/* EO Our team */
/* Team member */
.team-member .sub-title {
    margin: 15px 0 10px 0;
}
/*.team-member ul {
    list-style-type: square;
    padding: 0 0 0 15px;
}
.team-member ul li {
    margin: 0 0 10px 0;
}*/

.additional-info {
    border-top: 1px solid #dedede;
    padding: 10px 0 0 0;
}
.additional-info .sub-title {
    margin: 0 0 10px 0;
}

/* EO Team member */
/* Contacts */
.location {
    padding: 5px 0 25px 0;
}

.contact-form {
    overflow: hidden;
}
.contact-form input[type="text"] {
    width: 50%;
}
.contact-form input[type="submit"] {
    float: right;
}
.contact-form textarea {
    height: 188px;
}

/* EO Contacts */
/* Footer */
.footer {
    margin: -254px auto 0;
    height: 253px;
    border-top: 1px solid #666765;
    position: relative;
    background: #c9c9c9;
    background: -moz-linear-gradient(top, #c9c9c9 0%, white 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(50%, white));
    background: -webkit-linear-gradient(top, #c9c9c9 0%, white 50%);
    background: -o-linear-gradient(top, #c9c9c9 0%, white 50%);
    background: -ms-linear-gradient(top, #c9c9c9 0%, white 50%);
    background: linear-gradient(to bottom, #c9c9c9 0%, white 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#ffffff',GradientType=0 );
}

.footer-links {
    border-left: 1px solid #b9b9b9;
    margin: 21px 0 34px 0;
}
.footer-links li {
    display: inline-block;
    padding: 5px 20px;
    border-right: 1px solid #b9b9b9;
}
.footer-links a {
    display: block;
    color: #666765;
    text-decoration: none;
    font-size: 12px;
}
.footer-links a:hover, .footer-links a.active {
    text-decoration: underline;
}

.social-links {
    padding: 0 17px 0 0;
    float: left;
}
.social-links a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 20px 0 0;
    background: url(../images/social-links.png) no-repeat scroll 0 0;
}
.social-links a.fb-link {
    background-position: -34px 0;
}
.social-links a.tw-link {
    background-position: -68px 0;
}
.social-links a:hover {
    opacity: 0.8;
}

.footer-info {
    overflow: hidden;
}
.footer-info address {
    margin: 0 0 16px 0;
    font-size: 12px;
    line-height: 16px;
}
.footer-info .copy {
    margin: 0;
}
.footer-info p {
    font-size: 12px;
}

.footer-contacts-links {
    margin: 0 0 15px 0;
}
.footer-contacts-links a {
    color: #55c8df;
    display: inline-block;
}
.footer-contacts-links a:first-child {
    margin: 0 25px 0 0;
}

.share-social-links {
    float: right;
    padding: 0 20px 0 0;
}
.share-social-links .share-title {
    display: inline-block;
    padding: 3px 5px 0 0;
    vertical-align: top;
}
.share-social-links ul {
    display: inline-block;
}
.share-social-links li {
    display: inline-block;
}
.share-social-links a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/share-footer-links.png) no-repeat scroll 0 0;
}
.share-social-links a.mobile {
    background-position: -25px 0;
}
.share-social-links a.facebook {
    background-position: -51px 0;
}
.share-social-links a.twitter {
    background-position: -77px 0;
}
.share-social-links a.vk {
    background-position: -102px 0;
}
.share-social-links a.gplus {
    background-position: -127px 0;
}
.share-social-links a:hover {
    opacity: 0.8;
}
.line {
    border-bottom: 1px solid #dedede;
    margin: 0 0 13px;
    overflow: hidden;
    padding: 0 0 13px;
}
.content table {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
/*.content th {
    background: #4b7cad;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 5px;
}*/
.content td:first-child {
    vertical-align: middle;
    font-weight: bold;
}
.content td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
    text-align: left;
}
.content td p {
    text-align: left;
}
.content ul {
    list-style-type: square;
    padding: 0 0 0 15px;
}
.content ul li {
    margin: 0 0 10px 0;
}

.at-share-tbx-element .at-share-btn {
    display: inline-block;
    margin: 0 5px 0 0;
}
.addthis_sharing_toolbox {
    display: inline-block;
}
.line20 {
    height: 1px;
    background: #dedede;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
