@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900&subset=latin-ext);

*,*:after,*:before {
    border: none;
    margin: 0;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition:  all 200ms linear;
}
.w-a,.w-a-ch *,.w-a-ch *:after,.w-a-ch *:before {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.a,.a-b,.a-ch *,.a-ch *:after,.a-ch *:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition:  all 200ms linear;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #fff;
}
body#tinymce, body#tinymce * {
    color: #000 !important;
    background: #fff;
}
h1,h2,h3,h4 {

}
.clearfix {
    clear: both;
}
a, a:visited {
    text-decoration: underline;
    color: #000;
}
a:hover,a:focus {
    text-decoration: none;
    color: inherit;
}
input, textarea, button, select {
    font-family: 'Roboto', sans-serif;
}
.container {
    width: 1024px;
    margin: 0 auto;
}
#menu_bars {
    display: none;
}
img.center-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translate(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform:  translateY(-50%) translateX(-50%);
}
img.center-image-x {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform:  translateX(-50%);
}
#header {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
}
#logo {
    margin: 16px;
    float: left;
}
#logo a {
    display: block;
    text-decoration: none;
}
#logo img {
    display: block;
}
#nav {
    float: right;
    margin: 16px 0 0 0;
}
#nav .menu {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
#nav .menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#nav .menu > li > a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 9px 18px;
}
#nav .menu > li.active > a,#nav .menu > li:hover > a {
    background: #e76e66;
}
#nav .menu > li > .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    min-width: 120%;
    background: #dda56c;
}
#nav .menu > li > .sub-menu li {
    display: block;
}
#nav .menu > li > .sub-menu li a {
    text-decoration: none;
    display: block;
    padding: 9px 18px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
#nav .menu > li > .sub-menu li.active a,#nav .menu > li > .sub-menu li a:hover {

}
#header .socialbuttons {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0px 7px 10px;
}
#header .socialbuttons a {
    display: inline-block;
    vertical-align: top;
    background: #1287bf;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
    border-radius: 2px;
}
#header .socialbuttons a:hover {
    background: #e76e66;
}
#slider {
    width: 100%;
    height: 590px;
    position: relative;
    z-index: 1;
}
li.bjqs-slide:before {
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.7);
}
li.bjqs-slide img {
    z-index: 1;
}
div.bjqs-caption {
    z-index: 3;
}
#content {
    padding: 60px 0 80px;
}
#projects {
    background: url('../img/projects.png') no-repeat top center;
    height: 670px;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
}
#footer {
    background: #2a2a2a;
    color: #cecece;
    padding: 38px 0px;
}
.sign {
    background: #515151;
    color: #cecece;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
}
.sign a {
    color: #cecece;
    text-decoration: none;
}
.page-name {

}
.page-name h1 {
    display: table;
    margin: 0 auto;
    font-size: 36px;
    color: #424242;
    line-height: 40px;
    font-weight: 700;
}
.page-name:after {
    width: 48px;
    height: 5px;
    content: ' ';
    display: block;
    margin: 15px auto 30px;
    background: #424242;
}
.content-text {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 45px;
}
#footer h6 {
    font-size: 32px;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    margin: 0 0 40px;
}
.footer-block {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 60px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.footer-block a {
    text-decoration: none;
    color: #e76e66;
}
.contact-form {

    margin: 20px 0 0;
}
.contact-form .input {
    border: 1px solid #d8d8d8;
    outline: none;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin: 8px 0 0;
    padding: 15px 20px;
    box-sizing: border-box;
}
.contact-form .input:active,.contact-form .input:focus {
    border-color: #e76e66;
}
.contact-form .textarea {
    height: 152px;
}
.contact-form .button {
    background: #e76e66;
    display: table;
    margin: 26px auto 0;
    color: #fff;
    text-transform:  uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    border-radius: 4px;
    padding: 13px 52px;
    cursor: pointer;
}
.contact-form .button:hover {
    opacity: 0.8;
}
#footer .socialbuttons {
    margin: 20px 0 0;
}
#footer .socialbuttons a {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    color: #fff;
    border: 2px solid #515151;
    text-align: center;
    width: 49px;
    height: 49px;
    box-sizing: border-box;
    line-height: 45px;
    border-radius: 4px;
    font-size: 23px;
}
#footer .socialbuttons a:hover {
    border-color: #e76e66;
}
#projects .project-item {
    width: 20%;
    float: left;
    text-decoration: none;
    display: block;
    color: #fff;
}
#projects .project-item .project-item-title {
    height: 205px;
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    padding: 78px 10px;
    text-align: center;
    box-sizing: border-box;
}
#projects .project-item .project-item-image {
    width: 100%;
    height: 205px;
}
#projects .project-item .project-item-image img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
#projects .project-item:hover .project-item-title {
    background: #e76e66;
}
.projects-title {
    color: #fff;
    text-align: center;
    margin: 0 0 60px;
}
.projects-title h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
.projects-title p {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}
.projects-title hr {
    background: #fff;
    width: 50px;
    height: 5px;
    margin: 10px auto 0;
    display: table;
}
.alert {
    text-align: center;
    padding: 15px 0px;
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
.alert-success {
    background: #c5ffc5;
    color: #005a00;
}
.alert-warning {
    background: #ffbdbd;
    color: #710000;
}
.galleries {
    margin: 0 -15px;
}
.galleries:after {
    content: ' ';
    display: block;
    clear: both;
}
.galleries .gallery-item {
    float: left;
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px;
    position: relative;
    overflow: hidden;
}
.galleries .gallery-item .gallery-item-image {
    display: block;
    width: 100%;
    height: auto;
}
.galleries .gallery-item .gallery-item-name {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #2a2a2a;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    padding: 78px 10px;
    text-align: center;
    box-sizing: border-box;
}
.galleries .gallery-item:hover .gallery-item-name {
    top:0;
}
.gallery {
    margin: 0 -10px;
}
.gallery:after {
    content: ' ';
    display: block;
    clear: both;
}
.gallery .gallery-box-item {
    float: left;
    width: calc(20% - 20px);
    margin: 0 10px 20px;
}
.gallery .gallery-box-item a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gallery .gallery-box-item a img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery .gallery-box-item a:hover img {
    transform: scale(1.1);
}
a.article-back-to-list {
    display: table;
    margin: 30px auto 0;
    color: #fff;
    background: #e76e66;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
}
a.article-back-to-list:hover {
    opacity: 0.8;
}
.articles-container-list {

    margin: 30px -15px 0;
}
.articles-container-list:after {
    content: ' ';
    display: block;
    clear: both;
}
a.news {
    display: block;
    text-decoration: none;
    float: left;
    width: calc(33.33333% - 30px);
    margin: 0 15px 30px;
}
.news .news-image {
    position: relative;
    margin: 0 0 0px;
    height: 170px;
    overflow: hidden;
}
.news .news-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.news .news-title {
    font-size: 16px;
    font-weight: 600;
    background: #e76e66;
    color: #fff;
    padding: 4px 10px;
    line-height: 22px;
}
.news:hover .news-title {
    background: #dda66e;
}
.news .news-content {
    font-size: 12px;
    background: #f9f9f9;
    padding: 10px;
    line-height: 20px;
}
.contact-form-captcha {
    
}
.contact-form-captcha:after {
    display: block;
    clear: both;
    content: ' ';
}
.contact-form-captcha img {
	display: block;
    float: left;
    width: calc(36% - 16px);
    height: auto;
    margin: 8px 16px 0 0;
}
.contact-form-captcha .input {
    float: left;
    width: 64%;
}