/*
	Theme Name: Color Room Theme
	Theme URI: http://themeforest.net/user/FXoffice
	Description: Color Room WordPress Theme
	Version: 1.0.6
	Author: FXoffice
	Author URI: http://themeforest.net/user/FXoffice
	Tags: Color Room, WordPress, Theme
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------- Main Styles ------------- */



body {
    overflow-x: hidden;
    color: #fff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 78%;
    background: #124172 url("img/background.png") center top repeat-x;
}

a,
a:focus {
    outline: none;
}

.top-header {
    margin-top: 60px;
    height: 94px;
}

.main-container {
    margin-top: 14px;
    min-height: 3780px;
}

.nav-bar-section {
    z-index: 99;
    position: relative;
    height: 94px;
    background: url("img/top-bar-bg.png") 0 0 repeat-x;
}

.nav-bar-section.fixed {
    position: fixed;
    top: -6px;
    left: 0;
    width: 100%;
}

.nav-bar ul {
    margin: 0;
    padding: 0;
}

.nav-bar li {
    position: relative;
    display: block;
    font-size: 24px;
    text-shadow: 0 1px 1px #000;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
}

.nav-bar .logo img {
    position: absolute;
    top: -48px;
    left: 50%;
    height: 197px;
    width: 197px;
    margin-left: -99px;
}

.nav-bar li a {
    display: block;
    width: 136px;
    padding-bottom: 12px;
    text-align: center;
    line-height: 94px;
    color: #ffffff;
    text-decoration: none;
}

.nav-bar li a:hover,
.nav-bar li.active a {
    color: #a32727;
    text-shadow: none;
    background: url("img/top-bar-hover-bg.png") 0 0 no-repeat;
}

.nav-bar li:after {
    content: "";
    position: absolute;
    top: 45%;
    margin-top: -2px;
    width: 6px;
    height: 7px;
    background: url("img/top-bar-divider.png") 0 0 no-repeat;
}

.nav-bar li:after {
    right: -14px;
}

.nav-bar li.last:after {
    display: none;
}

.nav-bar li {
    float: left;
    margin-right: 20px;
}

.nav-bar .right {
    float: right;
}

.nav-bar .right li {
    float: left;
}

.nav-bar .right li.last {
    margin-right: 0;
}

.top-text {
    padding-top: 248px;
    text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.23);
    color: #fff;
    text-align: center;
    line-height: 0.94;
    text-transform: uppercase;
}

.top-text .slideElement {
    position: relative;
}

.top-text .first-line {
    font-size: 88px;
}

.top-text .star {
    display: inline-block;
    width: 36px;
    height: 37px;
    margin: -17px 40px 0;
    vertical-align: middle;
    background: url("img/header-slogan-star.png") 0 0 no-repeat;
}

.top-text .second-line {
    font-size: 182px;
}

.top-text .third-line {
    font-size: 127px;
}

.section-header {
    height: 78px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    font-family: Anton, sans-serif;
    color: #616161;
    background: url("img/section-header-bg.png") center 0 no-repeat;
    text-align: center;
    line-height: 50px;
}

.features-section .section-header {
    color: #333333;
}

.features-section {
    min-height: 680px;
    margin-top: 422px;
    text-align: center;
    line-height: 1.66;
}

.introduce-text {
    line-height: 1.68;
}

.introduce-text .header {
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
}

.features-list {
    margin-top: 62px;
}

.features-list .feature-item {
    line-height: 1.6;
    padding: 20px 20px 6px;
    background: #2C4A84;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 108px 108px 0 0;
    -moz-border-radius: 108px 108px 0 0;
    border-radius: 108px 108px 0 0;
}

.features-list .feature-icon {
    position: relative;
    margin: -4px -20px 0;
}

.features-list .feature-icon .feature-icon-img-hover {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -99px;
    filter:alpha(opacity=0);
    opacity: 0;
}

.features-list .feature-item .feature-icon img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.features-list .feature-item:hover .feature-icon img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);

}

.features-list .feature-item:hover .feature-icon .feature-icon-img-hover {
    filter: none;
    opacity: 1;
}


.features-list .feature-header,
.features-list .feature-subheader,
.features-list .read-more {
    font-family: Anton, sans-serif;
    text-transform: uppercase;
}

.features-list .feature-header {
    margin: 18px 0 -2px;
    font-size: 65px;
    font-weight: normal;
    border-top: 2px solid #7596f7;
    line-height: 1;
}

.features-list .feature-subheader {
    display: table;
    width: 100%;
    color: #7596f7;
    font-size: 18px;
}

.features-list .feature-subheader > span {
    display: table-cell;
}

.features-list .feature-subheader > span.line {
    background: url("img/feature-subheader-line.png") 0 50% repeat-x;
}

.features-list .feature-subheader .subheader-text {
    width: 1px;
    padding: 0 5px;
    white-space: nowrap;
}

.features-list .feature-text {
    min-height: 120px;
    margin-top: 20px;
    font-size: 13px;
}

.features-list .read-more {
    display: block;
    margin-top: 27px;
    margin-left: -30px;
    font-size: 18px;
    text-decoration: none;
    color: #4a68be;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    background: url("img/ribbon-read-more.png") center 0 no-repeat;
    height: 40px;
    width: 239px;
    text-align: center;
    line-height: 26px;
}

.features-list .read-more:hover {
    color: #a32727;
}

.feature-popup {
    font-size: 1.2em;
    color: #1f1f1f;
    padding: 20px;
    max-width: 450px;
}

.recent-section {
    margin-top: 258px;
}

.project-list {
    margin: 0 0 0 -23px;
    padding: 0;
}

.project-list li {
    float: left;
    width: 300px;
    height: 236px;
    margin-left: 23px;
    margin-bottom: 23px;
    display: block;
}

.project-list li > div {
    padding-top: 11px;
    padding-left: 23px;
    width: 312px;
    height: 245px;
    margin-left: -23px;
    margin-top: -11px;
    background: url("img/recent-img-bg.png") 0 0 no-repeat;
}

.project-list .image-container {
    position: relative;
    width: 289px;
    height: 224px;
}

.project-list .image-container .hover-bg {
    display: none;
}

.project-list .image-container:hover .hover-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.project-list .image-container .hover-links {
    position: absolute;
    left: 0;
    right: 1px;
    top: 82px;
    text-align: center;
}

.project-list .image-container .hover-links {
    filter:alpha(opacity=0);
    opacity: 0;
}

.project-list .image-container:hover .hover-links {
    filter:alpha(opacity=100);
    opacity: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-list .image-container .hover-links a {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 51px;
    padding-top: 6px;
    line-height: 57px;
    margin: 0 5px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .85);

    *display: inline;
    *zoom: 1;
}

.project-list .image-container .hover-links a > i {
    display: inline-block;
    width: 34px;
    height: 21px;

    -moz-transition: background-position 0.5s ease;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.project-list .image-container .hover-links .view > i {
    height: 20px;
    background: url("img/hover-icon-view.png") 0 0 no-repeat;
}

.project-list .image-container .hover-links .view:hover > i {
    background-position: 0 100%;
}

.project-list .image-container .hover-links .link > i {
    background: url("img/hover-icon-link.png") 0 0 no-repeat;
}

.project-list .image-container .hover-links .link:hover > i {
    background-position: 0 100%;
}

.project-list .image-container .hover-links .video > i {
    background: url("img/hover-icon-video.png") 0 0 no-repeat;
}

.project-list .image-container .hover-links .video:hover > i {
    background-position: 0 100%;
}

/*round portfolio*/

.rounded .project-list li {
    float: left;
    width: 222px;
    height: 222px;
    margin-left: 16px;
    margin-bottom: 16px;
    display: block;
}

.rounded .project-list li > div {
    padding-top: 0;
    padding-left: 0;
    width: 214px;
    height: 214px;
    margin-left: auto;
    margin-top: auto;
    background: none;

}

.rounded .project-list .image-container {
    position: relative;
    width: 214px;
    height: 214px;
}

.rounded .project-list .image-container img {
    width: 214px;
    height: 214px;
    border: 3px solid #ffffff;
    box-shadow: 6px 0 14px rgba(0, 0, 0, 0.24);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rounded .project-list .image-container .hover-bg {
    display: none;
}

.rounded .project-list .image-container:hover .hover-bg {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rounded .project-list .image-container .hover-links {
    top: 92px;
    right: 0;
}


.rounded .project-list .image-container .hover-links a {
    width: 38px;
    height: 35px;
    padding-top: 3px;
    line-height: 38px;
}

.rounded .project-list .image-container .hover-links a > i {
    width: 24px;
    height: 14px;
}

.rounded .project-list .image-container .hover-links .view > i {
    height: 14px;
    background: url("img/hover-icon-view-mid.png") 0 0 no-repeat;
}

.rounded .project-list .image-container .hover-links .link > i {
    background: url("img/hover-icon-link-mid.png") 0 0 no-repeat;
}

.rounded .project-list .image-container .hover-links .video > i {
    background: url("img/hover-icon-video-mid.png") 0 0 no-repeat;
}

.rounded .project-list .image-container .hover-links .view:hover > i {
    background-position: 0 100%;
}

.rounded .project-list .image-container .hover-links .link:hover > i {
    background-position: 0 100%;
}

.rounded .project-list .image-container .hover-links .video:hover > i {
    background-position: 0 100%;
}

/*end of round portfolio*/

/*triangled portfolio*/

.triangled .project-list li {
    width: 243px;
    height: 224px;
    margin-left: 2px;
    margin-bottom: 0;
}

.triangled .project-list li > div {
    padding-top: 0;
    padding-left: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    background: none;
}

.triangled .project-list .image-container {
    width: 250px;
    height: 230px;
}

.triangled .project-list .image-container:hover .hover-bg {
    top: 15px;
    left: 20px;
    width: 215px;
    height: 191px;
    background: url("img/portfolio-triangle-hover.png") 0 0 no-repeat;
    filter: none;
    opacity: 1;
}

.triangled .project-list .image-container .hover-links {
    top: auto;
    right: 0;
    bottom: 44px;
}

.triangled .project-list .image-container .hover-links a {
    width: 30px;
    height: 28px;
    padding-top: 2px;
    line-height: 30px;
}

.triangled .project-list .image-container .hover-links a > i {
    width: 18px;
    height: 11px;
}

.triangled .project-list .image-container .hover-links .view > i {
    height: 11px;
    background: url("img/hover-icon-view-small.png") 0 0 no-repeat;
}

.triangled .project-list .image-container .hover-links .link > i {
    background: url("img/hover-icon-link-small.png") 0 0 no-repeat;
}

.triangled .project-list .image-container .hover-links .video > i {
    background: url("img/hover-icon-video-small.png") 0 0 no-repeat;
}

.triangled .project-list .image-container .hover-links .view:hover > i {
    background-position: 0 100%;
}

.triangled .project-list .image-container .hover-links .link:hover > i {
    background-position: 0 100%;
}

.triangled .project-list .image-container .hover-links .video:hover > i {
    background-position: 0 100%;
}

/*end of triangled portfolio*/

/*hex portfolio*/

.hex .project-list {
    margin: 0;
}

.hex .project-list li {
    width: 236px;
    height: 206px;
    margin-left: 2px;
    margin-bottom: 0;
}

.hex .project-list .offset {
    margin-left: 122px;
}

.hex .project-list li > div {
    padding-top: 0;
    padding-left: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    background: none;
}

.hex .project-list .image-container {
    width: 242px;
    height: 290px;
}

.hex .project-list .image-container:hover .hover-bg {
    top: 20px;
    left: 2px;
    width: 215px;
    height: 249px;
    background: url("img/portfolio-hex-hover.png") 0 0 no-repeat;
    filter: none;
    opacity: 1;
}

.hex .project-list .image-container .hover-links {
    top: 120px;
    width: 220px;
}

.hex .project-list .image-container .hover-links a {
    width: 38px;
    height: 35px;
    padding-top: 3px;
    line-height: 38px;
}

.hex .project-list .image-container .hover-links a > i {
    width: 24px;
    height: 14px;
}

.hex .project-list .image-container .hover-links .view > i {
    height: 14px;
    background: url("img/hover-icon-view-mid.png") 0 0 no-repeat;
}

.hex .project-list .image-container .hover-links .link > i {
    background: url("img/hover-icon-link-mid.png") 0 0 no-repeat;
}

.hex .project-list .image-container .hover-links .video > i {
    background: url("img/hover-icon-video-mid.png") 0 0 no-repeat;
}

.hex .project-list .image-container .hover-links .view:hover > i {
    background-position: 0 100%;
}

.hex .project-list .image-container .hover-links .link:hover > i {
    background-position: 0 100%;
}

.hex .project-list .image-container .hover-links .video:hover > i {
    background-position: 0 100%;
}

/*end of hex portfolio*/

/*jagged-rounded portfolio*/

.jagged-rounded .project-list {
    margin: 0;
}

.jagged-rounded .project-list li {
    width: 240px;
    height: 240px;
    margin-left: 0;
    margin-bottom: 0;
}

.jagged-rounded .project-list li > div {
    padding-top: 0;
    padding-left: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    background: none;
}

.jagged-rounded .project-list .image-container {
    width: 240px;
    height: 258px;
}

.jagged-rounded .project-list .image-container:hover .hover-bg {
    top: 18px;
    left: -1px;
    width: 224px;
    height: 224px;
    background: url("img/portfolio-round-jagged-hover.png") 0 0 no-repeat;
    filter: none;
    opacity: 1;
}

.jagged-rounded .project-list .image-container .hover-links {
    top: 112px;
    width: 220px;
}

.jagged-rounded .project-list .image-container .hover-links a {
    width: 38px;
    height: 35px;
    padding-top: 3px;
    line-height: 38px;
}

.jagged-rounded .project-list .image-container .hover-links a > i {
    width: 24px;
    height: 14px;
}

.jagged-rounded .project-list .image-container .hover-links .view > i {
    height: 14px;
    background: url("img/hover-icon-view-mid.png") 0 0 no-repeat;
}

.jagged-rounded .project-list .image-container .hover-links .link > i {
    background: url("img/hover-icon-link-mid.png") 0 0 no-repeat;
}

.jagged-rounded .project-list .image-container .hover-links .video > i {
    background: url("img/hover-icon-video-mid.png") 0 0 no-repeat;
}

.jagged-rounded .project-list .image-container .hover-links .view:hover > i {
    background-position: 0 100%;
}

.jagged-rounded .project-list .image-container .hover-links .link:hover > i {
    background-position: 0 100%;
}

.jagged-rounded .project-list .image-container .hover-links .video:hover > i {
    background-position: 0 100%;
}

/*end of jagged-rounded portfolio*/

.news-section {
    margin-top: 270px;
}

.news-item  a {
    color: #0084c9;
    text-decoration: underline;
}

.news-item  a:hover {
    color: #A32727;
}

.news-list {
    min-height: 250px;
}

.news-list .news-item {
    position: relative;
    margin: 10px;
    width: 446px;
    padding: 5px 7px 16px;
    color: #666666;
    background-color: #ffffff;
    line-height: 1.66;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#fancybox-content .news-item {
    color: #666666;
    line-height: 1.66;
}

.news-list .news-item .news-image {
    margin: 0 -2px 0;
}

.news-item .news-image img {
    width: 100%;
}

.news-list .news-item:before, .news-list .news-item:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg); /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg); /* Opera */
    -moz-transform: skew(-3deg, -2deg); /* Firefox */
    bottom: 13px;
    box-shadow: 0 15px 9px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
}

.news-list .news-item:after {
    -ms-transform: skew(3deg, 2deg); /* IE 9 */
    -webkit-transform: skew(3deg, 2deg); /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg); /* Opera */
    -moz-transform: skew(3deg, 2deg); /* Firefox */
    left: auto;
    right: 1px;
}

.news-item .news-title {
    margin: 4px 0 11px;
    padding: 15px 0 17px;
    font-size: 20px;
    color: #333333;
    background: url("img/news-header-divider.png") 0 100% repeat-x;
    text-transform: uppercase;
}

.news-item .news-title a {
    color: #333333;
    text-decoration: none;
}

.news-item .news-title a:hover {
    text-decoration: underline;
}

.news-item.with-photo .news-title {
    padding: 0;
    background: none;
}

.news-item.with-photo .news-text {
    margin: 11px 0 0;
}

.news-item .news-meta {
    margin: 10px 0 0;
}

.news-item .news-meta .right {
    float: right;
}

.news-item .news-meta .comments-count,
.news-item .news-meta .like-count {
    float: left;
}

.news-item .news-meta .date {
    padding-left: 23px;
    background: url("img/icon-calendar.png") 0 1px no-repeat;
}

.news-item .news-meta .comments-count {
    padding-left: 21px;
    background: url("img/icon-comments.png") 0 1px no-repeat;
}

.news-item .news-meta .like-count {
    margin-left: 7px;
    padding-left: 21px;
    background: url("img/icon-like.png") 0 1px no-repeat;
}

.show-more-container {
    margin-top: 35px;
    display: table;
    width: 100%;
}

.show-more-container > span {
    display: table-cell;
    vertical-align: middle;
}

.show-more-container .text {
    position: relative;
    width: 1px;
    padding: 0 13px;
}

.show-more-container .text a {
    font-size: 18px;
    font-family: Anton, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

.show-more-container .text a:hover {
    color: #a32727;
}

.show-more-container > span.line {
    background: url("img/divider-line.png") 0 50% repeat-x;
}

.contacts-section {
    margin-top: 215px;
    padding-top: 20px;
    min-height: 912px;
}

.contacts-section .subheader {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Anton, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.text-field {
    height: 35px;
    margin-bottom: 15px;
    padding: 0 9px;
    color: #666666;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.57);
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.text-field {
    padding: 9px;
    height: auto;
    resize: vertical;
}

.text-field:focus {
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.57), 0 0 1px 1px #a32727;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contacts-section .text-field,
.contacts-section textarea.text-field {
    width: 100%;
}

.contacts-section textarea.text-field {
    height: 161px;
}

.contacts-section .button-container {
    margin-top: 30px;
    display: table;
    width: 100%;
}

.contacts-section .button-container > span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.contacts-section .button-container .button {
    position: relative;
    width: 1px;
    padding: 0 13px;
}

.contacts-section .button-container .button input {
    position: relative;
    background: none;
    border: none;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
}

.contacts-section .button-container .button input:hover {
    color: #a32727;
}

.contacts-section .button-container .button input:active {
    top: 1px;
}

.contacts-section .button-container > span.line {
    background: url("img/divider-line.png") 0 50% repeat-x;
}

.contacts-section .contacts-map-wrapper {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.contacts-section .contacts-map {
    height: 310px;
}

.contacts-section .contacts-map-wrapper:before,
.contacts-section .contacts-map-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg); /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg); /* Opera */
    -moz-transform: skew(-3deg, -2deg); /* Firefox */
    bottom: 13px;
    box-shadow: 0 15px 9px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
}

.contacts-section .contacts-map-wrapper:after {
    -ms-transform: skew(3deg, 2deg); /* IE 9 */
    -webkit-transform: skew(3deg, 2deg); /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg); /* Opera */
    -moz-transform: skew(3deg, 2deg); /* Firefox */
    left: auto;
    right: 1px;
}

.contacts-section .address {
    margin-top: 45px;
    padding-left: 50px;
    font-size: 20px;
}

.social-section {
    margin-top: 128px;
}

.social-buttons {
    margin-top: 28px;
    text-align: center;
}

.social-buttons:hover a {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.social-buttons a {
    position: relative;
    display: inline-block;
    top: 0;
    width: 67px;
    height: 67px;
    margin: 0 4px;
    background: url("img/social-buttons-sprite.png") 0 0 no-repeat;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.social-buttons a:hover {
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.social-buttons .facebook {
    background-position: 0 0;
}

.social-buttons .twitter {
    background-position: -74px 0;
}

.social-buttons .google {
    background-position: -147px 0;
}

.social-buttons .rss {
    background-position: -220px 0;
}

.social-buttons .pinterest {
    background-position: -293px 0;
}

.footer {
    background: url("img/footer-bg.png") center 100% no-repeat;
    height: 161px;
    margin-top: -167px;
    padding-top: 192px;
    text-align: center;
}

.footer a {
    color: #668eff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.placeholder {
    color: #aaa;
}

/* #Animation elements
================================================== */

.scroll-block-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.scrollblock {
    position: absolute;
    width: 1900px;
    left: 50%;
    margin-top: -20px;
    margin-left: -950px;
}

.space-small-planet {
    position: absolute;
    top: 600px;
    left: 311px;
    width: 109px;
    height: 108px;
    background: url("img/space-small-planet.png") 0 0 no-repeat;
}

.space-jupiter {
    position: absolute;
    top: 292px;
    left: 67px;
    width: 345px;
    height: 238px;
    background: url("img/space-jupiter.png") 0 0 no-repeat;
}

.space-moon {
    position: absolute;
    top: 580px;
    right: 39px;
    width: 419px;
    height: 416px;
    background: url("img/space-moon.png") 0 0 no-repeat;
}

.space-spaceship {
    position: absolute;
    top: 228px;
    right: 238px;
    width: 286px;
    height: 167px;
    background: url("img/space-spaceship.png") 0 0 no-repeat;
}

.sky-plane {
    position: absolute;
    top: 1510px;
    right: -230px;
    width: 224px;
    height: 98px;
    background: url("img/sky-plane.png") 0 0 no-repeat;
}

.sky-clouds-1 {
    position: absolute;
    top: 838px;
    left: 293px;
    width: 327px;
    height: 106px;
    background: url("img/sky-clouds-1.png") 0 0 no-repeat;
}

.sky-clouds-2 {
    position: absolute;
    top: 970px;
    right: 46px;
    width: 677px;
    height: 171px;
    background: url("img/sky-clouds-2.png") 0 0 no-repeat;
}

.sky-clouds-3 {
    position: absolute;
    top: 1632px;
    left: 129px;
    width: 605px;
    height: 135px;
    background: url("img/sky-clouds-3.png") 0 0 no-repeat;
}

.sky-clouds-4 {
    position: absolute;
    top: 1950px;
    left: 60px;
    width: 253px;
    height: 81px;
    background: url("img/sky-clouds-4.png") 0 0 no-repeat;
}

.sky-clouds-5 {
    position: absolute;
    top: 2220px;
    left: 149px;
    width: 346px;
    height: 253px;
    background: url("img/sky-clouds-5.png") 0 0 no-repeat;
}

.sky-clouds-6 {
    position: absolute;
    top: 2380px;
    right: 192px;
    width: 215px;
    height: 104px;
    background: url("img/sky-clouds-6.png") 0 0 no-repeat;
}

.sky-sun {
    position: absolute;
    top: 1800px;
    right: 80px;
    width: 876px;
    height: 871px;
    background: url("img/sky-sun.png") 0 0 no-repeat;
}

.water-jellyfish {
    position: absolute;
    top: 5090px;
    right: 168px;
    width: 235px;
    height: 257px;
    background: url("img/water-jellyfish.png") 0 0 no-repeat;
}

.water-fishes {
    position: absolute;
    top: 5114px;
    left: 33px;
    width: 481px;
    height: 679px;
    background: url("img/water-fishes.png") 0 0 no-repeat;
}

.water-shark {
    position: absolute;
    top: 3780px !important;
    left: 50%;
    margin-left: -309px;
    width: 617px;
    height: 932px;
    background: url("img/water-shark.png") 0 0 no-repeat;
}

/*waves*/

.wave-1 {
    position: absolute;
    top: 3084px;
    left: -200px;
    right: -200px;
    height: 32px;
    background: url("img/waves/wave1.png") 0 0 repeat-x;
}

.wave-2 {
    position: absolute;
    top: 3101px;
    left: -200px;
    right: -200px;
    height: 39px;
    background: url("img/waves/wave2.png") 0 0 repeat-x;
}

.wave-3 {
    position: absolute;
    top: 3119px;
    left: -200px;
    right: -200px;
    height: 62px;
    background: url("img/waves/wave3.png") 0 0 repeat-x;
}

.wave-4 {
    position: absolute;
    top: 3156px;
    left: -200px;
    right: -200px;
    height: 67px;
    background: url("img/waves/wave4.png") 0 0 repeat-x;
}

.wave-5 {
    position: absolute;
    top: 3199px;
    left: -200px;
    right: -200px;
    height: 82px;
    background: url("img/waves/wave5.png") 0 0 repeat-x;
}

.wave-6 {
    position: absolute;
    top: 3244px;
    left: -200px;
    right: -200px;
    height: 83px;
    background: url("img/waves/wave6.png") 0 0 repeat-x;
}

.wave-7 {
    position: absolute;
    top: 3302px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("img/waves/wave7.png") 0 0 repeat-x;
}

.wave-8 {
    position: absolute;
    top: 3362px;
    left: -200px;
    right: -200px;
    height: 92px;
    background: url("img/waves/wave8.png") 0 0 repeat-x;
}

.wave-9 {
    position: absolute;
    top: 3424px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("img/waves/wave9.png") 0 0 repeat-x;
}

.wave-10 {
    position: absolute;
    top: 3493px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("img/waves/wave10.png") 0 0 repeat-x;
}

.wave-11 {
    position: absolute;
    top: 3562px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("img/waves/wave11.png") 0 0 repeat-x;
}

.wave-12 {
    position: absolute;
    top: 3643px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("img/waves/wave12.png") 0 0 repeat-x;
}

.wave-13 {
    position: absolute;
    top: 3716px;
    left: -200px;
    right: -200px;
    height: 122px;
    background: url("img/waves/wave13.png") 0 0 repeat-x;
}

.wave-14 {
    position: absolute;
    top: 3795px;
    left: -200px;
    right: -200px;
    height: 190px;
    background: url("img/waves/wave-last.png") 0 0 repeat-x;
}

.ship {
    position: absolute;
    top: 3085px;
    right: 100px;
    width: 317px;
    height: 330px;
    background: url("img/ship.png") 0 0 no-repeat;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) {
    .nav-bar > ul > li > div > ul {
        display: none !important;
    }

    .nav-bar > ul > li:hover > div > ul,
    .nav-bar > ul > li > div > ul:hover {
        display: block !important;
    }

}

@media only screen and (max-width: 959px) {
    .top-text .first-line {
        font-size: 65px;
    }

    .top-text .second-line {
        font-size: 122px;
    }

    .top-text .third-line {
        font-size: 84px;
    }

    .features-list .feature-icon {
        margin: -16px -20px 0;
    }

    .features-list .feature-icon img {
        max-width: 100%;
    }

    .features-list .feature-header {
        font-size: 46px;
    }

    .features-list .feature-subheader {
        font-size: 16px;
    }


    .features-list .feature-text {
        min-height: 160px;
    }

    .project-list {
        padding-left: 80px;
    }

    .triangled .project-list {
        margin-left: 44px;
    }

    .jagged-rounded .project-list {
        margin-left: 60px;
    }

    .hex .project-list {
        margin-left: 68px;
    }

    .hex .project-list li {
        height: 266px;
    }

    .hex .project-list .offset {
        margin-left: 2px;
    }

    .rounded .project-list {
        margin-left: 68px;
    }

    .news-list .news-item {
        width: 344px;
    }

    .news-list .news-item img {
        max-width: 100%;
    }
	
	.features-list .feature-icon .feature-icon-img-hover {
	  margin-left: -86px;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.nav-bar-section.fixed {
		position: static !important;
		top: 0 !important;
	}
	
	.nav-bar > ul.custom-menu > li > div > ul {
		position: static !important;
	}

    .nav-bar > ul.custom-menu > li > a {
        display: inline-block !important;
        color: #ffffff !important;
        text-align: left !important;
        padding-left: 15px !important;
    }

    .nav-bar > ul.custom-menu > li > a:hover {
        color: #A32727 !important;
    }

    .nav-bar > ul > li > div > ul > li li a {
         padding-left: 17px !important;
     }

    .nav-bar > ul > li > div > ul > li li li a {
        padding-left: 23px !important;
    }

    .nav-bar > ul > li > div > ul > li ul {
        display: block !important;
        position: static !important;
    }
	
	.nav-bar .custom-menu li {
		float: none;
		margin-right: 0;
	}

    .custom-menu-root,
    .custom-menu-root .nav-bar-section {
        height: auto;
    }

    .nav-bar > ul.custom-menu > li {
        float: none;
    }

   .nav-bar > ul > li {
        float: left;
    }

    .nav-bar .logo img {
        top: 7px;
        height: 76px;
        width: 76px;
        margin-left: -43px;
    }

    .nav-bar li a:hover,
    .nav-bar li.active a {
        background: none;
    }

    .nav-bar li {
        font-size: 18px;
    }

    .nav-bar li a {
        width: auto;
    }

    .top-text .first-line {
        font-size: 51px;
    }

    .top-text .second-line {
        font-size: 71px;
    }

    .top-text .third-line {
        font-size: 51px;
    }

    .top-text .star {
        display: none;
    }

    .features-list .feature-text {
        min-height: 0;
    }

    .features-list .feature-item {
        margin-bottom: 15px;
    }

    .features-list .feature-item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .top-text {
        padding-top: 98px;
    }

    .features-section {
        margin-top: 192px;
    }

    .contacts-section .subheader {
        background-color: #124172;
    }

    .contacts-section .address {
        padding-left: 0;
    }

    .contacts-section .button-container {
        margin-top: 15px;
        margin-bottom: 26px;
    }

    .news-list .news-item {
        width: 392px;
    }

    .triangled .project-list {
        margin-left: 0;
    }

    .jagged-rounded .project-list {
        margin-left: 12px;
    }

    .hex .project-list {
        margin-left: 18px;
    }

    .rounded .project-list {
        margin-left: 0;
    }
		
	.features-list .feature-icon .feature-icon-img-hover {
	    margin-left: -98px;
	}

}
#news-list{height: auto !important;}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .nav-bar .logo {
        /*display: none;*/
    }

    .top-header {
        margin-top: 0;
    }

    .nav-bar .logo img {
        top: 41px;
        height: 60px;
        width: 60px;
        margin-left: -35px;
        z-index: 1;
    }

    .top-text .first-line {
        font-size: 31px;
    }

    .top-text .second-line {
        font-size: 44px;
    }

    .top-text .third-line {
        font-size: 31px;
    }

    .section-header,
    .features-section .section-header {
        color: #fff;
        background: none;
    }

    .nav-bar li {
        font-size: 15px;
    }

    .nav-bar li a {
        line-height: 64px;
    }

    .nav-bar > ul.custom-menu > li > a {
        line-height: 94px;
    }

    .nav-bar li:after {
        margin-top: -4px;
    }

    .news-list .news-item {
        width: 480px;
    }

    .project-list {
        padding-left: 7px;
    }
}


.wpcf7-not-valid,
form input[type="text"].error,
form textarea.error {
    background-color: #ffdfe4;
}

.text-field-container {
    position: relative;
}

img.ajax-loader,
div.wpcf7 img.ajax-loader {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -10px;
    padding: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
}

span.wpcf7-not-valid-tip,
label.error {
    position: absolute;
    right: 0;
    left: auto;
    font-size: 11px;
    top: -1.2em;
    color: #f8f8f8 !important;
    background-color: #1c0010;
    padding: 4px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
    border-color: #B5D1B1;
    color: #ffffff;
    background-color: #7CC97B;
}

div.wpcf7-validation-errors {
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
    border-color: #3b99c7;
    color: #ffffff;
    background-color: #43B3E5;
}

input[type="submit"][disabled] {
    opacity: 0.6;
}

section[role="main"] {
    margin-top: 50px;
}

section[role="main"] a {
    color: #ffffff;
}

section[role="main"] a:hover {
    color: #a32727;
}

/*comments style*/

.comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments .fn {
    line-height: 1.25;
    text-transform: uppercase;
    font-size: 18px;
}

.comments .fn .url {
    color: #666666;
    text-decoration: none;
}

.comments .comment-meta a {
    color: #979797;
    text-decoration: none;
}

.comments .comment-reply-link {
    text-decoration: underline;
}

.comments .fn .url:hover,
.comments .comment-meta a:hover,
.comments .comment-reply-link:hover {
    color: #a32727;
    text-decoration: underline;
}

.comments .reply {
    margin: -7px 0 5px;
}

.comments ul ul {
    padding-left: 40px;
}

.comments .comment-text {
    margin-top: 0;
    overflow: hidden;
}

.comments .comment-text p:first-child {
    margin-top: 0;
}

.comment-body .avatar  {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 9px;
}

.comment-form label  {
    display: inline-block;
    width: 60px;
}

.comment-form .form-submit input[type="submit"] {
    font-size: 18px;
    font-family: Anton, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    border: none;
    background: transparent;
}

.comment-form .form-submit input[type="submit"]:hover {
    color: #a32727;
}

.comment-form input[type="text"] {
    width: 200px;
    height: 30px;
    margin-bottom: 6px;
    padding: 0 7px;
    color: #666666;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.27);
    border: 1px solid #ececec;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-form textarea {
    width: 200px;
    height: 90px;
    margin-bottom: 15px;
    padding: 7px;
    color: #666666;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.27);
    border: 1px solid #ececec;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border-color: #a32727;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pagination {
    font-size: 1.2em;
    margin: 12px 0 10px;
}

.search-submit {
    border: 1px solid #555555;
    border-color: #bbbbbb;
}

.std-menu {
    margin: 15px 0;
}

.std-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.std-menu a {
    color: #ffffff;
}

.std-menu a:hover {
    color: #9F1E1E;
}

.no-found {
    font-size: 1.5em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.48);
}


/* speacial classes*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

@media screen and (max-width: 360px) {
    .recent-section {
        overflow: hidden;
    }
}


/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}




/*--------------- Wordpress Core -------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.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;
	}
	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;
	}
}


/*loop pages styles*/

section[role="main"] {
    margin: 0;
    color: #666;
}

section[role="main"] a,
.menu a {
    color: #666;
}

.pagination {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.std-menu  .menu, 
section[role="main"] > h1:first-child, 
section[role="main"] .pagination, 
.comment-section .comment-body,
.widget,
.sidebar > .search,
section[role="main"] article {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: #FFF;
    color: #666;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.comment-section .comment-body {
    padding-bottom: 2px;
}

.widget {
    list-style: none;
}

.widget .widgettitle {
    margin-top: 5px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget a {
    color: #666666;
}

.widget a:hover {
    color: #a32727;
}

.widget .cat-item,
.widget_archive li,
.widget_recent_comments li,
.widget_meta li,
.widget_pages li,
.widget_recent_entries li {
    color: #a32727;
}

.widget ul {
    padding-left: 22px;
}

.post-categories {
    list-style: none;
    margin: 0.5em 0;
    padding: 0;
}

.tagcloud a {
    display: inline-block;
    font-size: 12px !important;
    color: #ffffff;
    background-color: #a32727;
    padding: 3px 4px;
    margin: 0 -1px 3px 0;
    text-decoration: none;
}

.tagcloud a:hover {
    color: #ffffff;
    background-color: #b93e3c;
}

section[role="main"] > h1:first-child {
    margin-top: 0;
}

.std-menu  .menu:before, 
.std-menu  .menu:after, 
section[role="main"] > h1:first-child:before, 
section[role="main"] > h1:first-child:after,
.comment-section .comment-body:before,
.comment-section .comment-body:after,
.widget:before,
.widget:after,
.sidebar > .search:before,
.sidebar > .search:after,
section[role="main"] .pagination:before,
section[role="main"] .pagination:after, 
section[role="main"] article:before, 
section[role="main"] article:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg);
    -o-transform: skew(-3deg, -2deg);
    -moz-transform: skew(-3deg, -2deg);
    bottom: 13px;
    box-shadow: 0 15px 9px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
}

.std-menu  .menu:after, 
section[role="main"] > h1:first-child:after, 
section[role="main"] .pagination:after,
.comment-section .comment-body:after,
.widget:after,
.sidebar > .search:after,
section[role="main"] article:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg);
    -o-transform: skew(-3deg, -2deg);
    -moz-transform: skew(-3deg, -2deg);
    bottom: 13px;
    box-shadow: 0 15px 9px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
    -ms-transform: skew(3deg, 2deg);
    -webkit-transform: skew(3deg, 2deg);
    -o-transform: skew(3deg, 2deg);
    -moz-transform: skew(3deg, 2deg);
    left: auto;
    right: 1px;
}

section[role="main"] .post:first-child {
    padding-top: 25px;
}

section[role="main"] img {
    max-width: 100%;
    height: auto;
}

.meta-divider {
    margin-top: 15px;
    visibility: visible;
}

.std-menu .menu {
    font-size: 13px;
}

.std-menu .menu li {
    display: block;
}

.std-menu .menu ul {
    display: block;
    padding-left: 10px;
}

.search-submit {
    font-size: 18px;
    font-family: Anton, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    border: none;
    vertical-align: middle;
    background: transparent;
}

.search-submit:hover {
    color: #a32727;
}

.search-input {
    vertical-align: middle;
}

section[role="main"] article h2 {
    margin-top: 0.5em;
}

article .date,
.commentmetadata a:first-child {
    padding-left: 23px;
    background: url("img/icon-calendar.png") 0 1px no-repeat;
}

.commentmetadata {
    margin: 16px 0 11px;
}

article .comments {
    padding-left: 23px;
    background: url("img/icon-comments.png") 0 1px no-repeat;
}

article .author {
    padding-left: 23px;
    background: url("img/icon-author.png") 0 1px no-repeat;
}

.tags-line {
    padding-left: 23px;
    background: url("img/icon-tag.png") 2px 4px no-repeat;
}

.category-line {
    padding-left: 23px;
    background: url("img/icon-category.png") 4px 4px no-repeat;
}

article .comments {
    padding-left: 23px;
    background: url("img/icon-comments.png") 0 1px no-repeat;
}

article .author {
    padding-left: 23px;
    background: url("img/icon-author.png") 0 1px no-repeat;
}

.post-meta {
    margin: 20px 0 0;
}

.comments-number {
    font-size: 25px;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
}





section[role="main"],
.sidebar {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

section[role="main"] {
    width: 700px;
}

.no-sidebar section[role="main"] {
    width: auto;
    float: none;
}

.sidebar {
    width: 220px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .sidebar {
        width: 172px;
    }

    section[role="main"] {
        width: 556px;
    }
}

@media only screen and (max-width: 767px) {

    .sidebar,
    section[role="main"] {
        margin: 0;
    }

    .sidebar,
    section[role="main"] {
        width: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .sidebar,
    section[role="main"] {
        width: 420px;
    }
}

.comments-form,
.comments-form.comments-form a,
.comment-respond.comment-respond,
.comment-respond.comment-respond a {
    color: #ffffff;
}

.news-item .comments-form,
.news-item .comments-form.comments-form a,
.news-item .comment-respond.comment-respond,
.news-item .comment-respond.comment-respond a {
    color: #666666;
}

.news-item .comment-reply-title {
    color: #666666;
}

.news-item .comment-form .form-submit input[type="submit"] {
    color: #666666;
}

.news-item .comment-form .form-submit input[type="submit"]:hover {
    color: #a32727;
}

.comment-reply-title {
    font-size: 25px;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
}

.comments-closed {
    color: #ffffff;
    font-size: 21px;
}

.comment-form .form-submit input[type="submit"] {
    color: #ffffff;
}

.not-template-page {
    background: #314899 url("img/background-not-full.png") repeat-x;
}

.not-template-page .main-container {
    min-height: 0;
}

.reply-link-section {
    margin-top: 14px;
    display: table;
    width: 100%;
}

.reply-link-section > span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.reply-link-section .button {
    position: relative;
    width: 1px;
    padding: 0 13px;
}

.reply-link-section .button input {
    position: relative;
    background: none;
    border: none;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
}

.reply-link-section .button input:hover {
    color: #a32727;
}

.reply-link-section .button input:active {
    top: 1px;
}

.reply-link-section > span.line {
    background: url("img/comments-line.png") 0 50% repeat-x;
}

.reply-link-section .reply-link {
    width: 1px;
    padding: 0 5px;
    white-space: nowrap;
}

.reply-link-section .reply-link a {
    font-size: 16px;
    text-decoration: none;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #333333;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    color: #333333;
}

#wp-calendar th {
    color: #c6241d;
}

#wp-calendar td {
    border: 1px solid #d5d5d5;
}

#wp-calendar #today {
    background-color: #c6241d;
    color: #ffffff;
}

#wp-calendar caption {
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #d0d4d9;
}

.search {
    position: relative;
    height: 28px;
}

.search .search-input {
    width: 100%;
    padding-right: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar > .search .search-submit  {
    top: 10px !important;
    right: 10px;
}

.search .search-submit {
    position: absolute;
    width: 34px;
    top: 0 !important;
    right: 0;
    background: #a32727 url("img/icon-search.png") center center no-repeat;
    text-indent: -9999px;
}

.search-input {
    background-color: #f1f1f1;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    border: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.24);
}

.search-input:focus {
    outline-color: #c6241d;
}

.search .search-submit:focus {
    outline: none;
}

.nav-bar > ul > li > div > ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}

.nav-bar > ul > li:hover > div > ul,
.nav-bar > ul > li > div > ul:hover {
    display: block;
}

.nav-bar > ul > li > div > ul {
    margin-left: 10px;
}

.nav-bar > ul > li > div > ul > li a {
    display: block;
    color: #a32727;
    text-shadow: none;
    width: auto;
    padding: 8px 12px;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    background: none !important;
}

.nav-bar > ul > li > div > ul > li a:hover {
    color: #ffffff;
    background-color: #a32727 !important;
}

.nav-bar > ul > li > div > ul > li {
    position: relative;
    float: none;
    font-size: 18px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.nav-bar > ul > li > div > ul ul a {
    display: block;
    color: #a32727;
    text-shadow: none;
    width: auto;
    padding: 8px 12px;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    background: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.nav-bar > ul > li > div > ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.nav-bar > ul > li > div > ul ul li {
    float: none;
    background: #ffffff;
    font-size: 14px;
}

.nav-bar .custom-menu li:after {
    content: "";
    display: none;
}

.nav-bar > ul > li > div > ul ul {
    display: none;
}

.nav-bar > ul > li > div > ul > li:hover > ul,
.nav-bar > ul > li > div > ul > li > ul:hover {
    display: block;
}

.nav-bar > ul > li > div > ul > li li:hover ul,
.nav-bar > ul > li > div > ul > li ul:hover {
    display: block;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) {
	#news-list{
	height:auto !important;
	}
}
@media only screen and (max-width: 767px) {
.nav-bar > ul > li:hover > div > ul,
.nav-bar > ul > li > div > ul:hover {display: none;}
#news-list{height: auto !important;}
.container .three.columns{width: 100% !important;}
/* .wpcf7-f5-p122-o1 p label span input[type=text]{width: 100% !important;} */
.news-list p a{word-break: break-all;}
.top-text .first-line span{font-size: 60px!important;}
#logo img{margin-left:30%;}
header .navbar-default .navbar-collapse {z-index: 10000;}
.news-section{margin-top:0px;}
.features-section{margin-top:0px!important;}
.contacts-section{margin-top:0px; padding: 0 15px;}
.contacts-map-wrapper iframe{width: 100%;}
div#news-list{padding: 15px !important;}
/* .contacts-section >.container >.five.columns{width: 100%!important; border:1px solid #ff0000;} */
.wpcf7 form{width: 100%;}
.wpcf7-form-control .wpcf7-textarea{width: 100% !important;}
.wpcf7-textarea{width: 100% !important;}
.wpcf7-text{width: 100% !important;}
button, html input[type="submit"]{padding: 5px 6px;}
.wpcf7-form p label{width: 100%;}
}

@media only screen and (max-width: 480px){
	header .navbar{border:0px;}
    header .navbar-default{border-color: none !important; background: none !important; }
    header .navbar-header{border:none !important;}
   header .navbar-default .navbar-collapse{border:none !important; background: #2e3470;}
   header .navbar-collapse{-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);}
   .navbar-default .navbar-toggle{}
   .navbar-default .navbar-nav > li > a:hover{color: #fff;}
   .navbar-default .navbar-nav > li > a{font-size: 21px; color: #fff;}
   .logo{height: 100px; display: inline-block;}
   #logo img{width: 43%;
   }
   .top-text .third-line {

    font-size: 60px !important;
	}
	.contacts-section .address
	{
		text-align:center;
	}
   .container-fluid > .navbar-header{position: relative; top: -18px;}
   header .navbar-default .navbar-collapse{position: relative;top:-44px;}
   .navbar-toggle{top:-62px;}
   .top-text>.top-text .first-line> span {font-size: 60px !important;}
   .container .three.columns{width: 100%;}
   
   .wpcf7-form {/* padding-left: 10px; padding-right: 10px; */}

}

@media only screen and (max-width: 767px) and (min-width: 481px)  {
#logo img{width: 40%;}
header .navbar-default{border-color: none !important; background: none !important; }
header .navbar-default{border-color: none !important; background: none !important; }
.navbar-default .navbar-nav > li > a{font-size: 21px; color: #fff;}
header .navbar-default .navbar-collapse{border:none !important; background: #2e3470;}
header .navbar-collapse{-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);}
header .navbar-default .navbar-collapse{position: relative;top:-30px;}
header .navbar-collapse{-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);}
.navbar-default .navbar-toggle{ position: relative;}
header .navbar-header{border:none !important;}
.logo{display: inline-block;}
.navbar-toggle{top:-46px;}
.navbar-default{border-color:none!important; border:none !important;}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.contacts-map-wrapper iframe{width: 100%;}
.section-header 
.wpcf7 form{width: 100%;}
.wpcf7-form-control .wpcf7-textarea{width: 100% !important;}
.wpcf7-textarea{width: 100% !important;}
.wpcf7-text{width: 100% !important;}
button, html input[type="submit"]{padding: 5px 6px;}
.wpcf7-form p label{width: 100%;}
.section-header .row{margin-left: 0px!important;}
.contacts-section .row{margin-left: 0px!important;}
.nav-bar-section.fixed .nav-bar .logo img{left: 49%!important;}
.nav-bar .logo img{margin-left: -93px !important; width:197px !important; top: -15px!important; height: 117px !important; }
.features-sectio{padding:10px;}
}
/*---************ 16-10-18 -------------------*/
article#post-153{
    font-family: times !important;
}
