html,
body {
height: 100%;
}
body {
font-family: Arial;
font-size: 17px;
margin: 0px;
padding: 0px;
}
body,
button,
input,
select,
textarea { }
h1,
h2,
h3,
h4,
h5 {
font-family: Arial;
line-height: 1.2;
}
a {
color: #337bb2;
text-decoration: none;
}
a:visited {
color: #337bb2;
}
a:hover,
a:focus,
a:active {
color: #000000;
text-decoration: none;
}
p {
line-height: 1.8;
margin-bottom: 1.4rem;
}
.screen-reader-text {
display: none;
}
.themed-button,
a.themed-button {
background: #15c6b1;
color: #fff;
}
.themed-button:hover {
background: #15c6b1;
}
a.button:link,
a.button:visited {
color: #fff;
}
#hpage {
max-width: 1280px;
margin: 0px auto;
background: #ffffff;
}
#top-bar {
background: #0c66c3;
padding: 10px 0px;
-webkit-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.45);
-moz-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.45);
box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.45);
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#top-bar .tb-box {
color: #fff;
margin: 10px 0px;
}
#top-bar .tb-box .tb-icon {
font-size: 18px;
width: 50px;
height: 50px;
border-radius: 25px;
line-height: 50px;
text-align: center;
background: rgba(255, 255, 255, 0.2);
display: inline-block;
}
#top-bar .tb-box .tb-data {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
line-height: 1.2;
}
#top-bar .tb-box .tb-data span {
font-size: 16px;
font-weight: 700;
font-family: Arial,serif;
display: block;
}
#masthead {
background: #fafafa;
}
#masthead .site-branding h1.site-title {
font-family: Oswald, sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 36px;
margin: 30px 0px;
}
#masthead .site-branding h1.site-title a {
color: #111111;
}
.search-box .search-field {
width: 300px;
margin: 30px 0px 0px 0px;
float: right;
}
.search-box .search-submit {
display: none;
}
a.cbutton {
background: #0c66c3;
color: #fff;
}
.tinynav {
display: none;
}
.top-menu {
background: #fff;
padding: 0 150px;
}
.top-menu .main-navigation {
padding-right: 50px;
margin: 0px 0px;
}
.top-menu .main-navigation ul {
text-align: left;
}
.top-menu .main-navigation ul > li {
display: inline-block;
position: relative;
float: none;
text-transform: uppercase;
}
.top-menu .main-navigation a {
display: block;
text-decoration: none;
font-weight: bold;
}
.top-menu .main-navigation ul > li a {
padding: 20px 15px 20px 15px;
color: #073688;
font-size: 15px;
height: 55px;
}
.top-menu .main-navigation ul > li a:hover {
background: #0c66c3;
color: #fff;
}
.top-menu .main-navigation ul ul {
background: #0c66c3;
top: 100%;
}
.top-menu .main-navigation ul ul li a {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 15px 10px;
color: #fff;
}
.top-menu .main-navigation li:hover > a,
.top-menu .main-navigation li.focus > a {
background: #0c66c3;
color: #fff;
}
.top-menu .main-navigation ul ul :hover > a,
.top-menu .main-navigation ul ul .focus > a {
background: #0c66c3;
color: #fff;
}
.top-menu .main-navigation ul ul a:hover,
.top-menu .main-navigation ul ul a.focus {
background: #0c66c3;
color: #fff;
}
.top-menu .main-navigation .current_page_item > a,
.top-menu .main-navigation .current-menu-item > a,
.top-menu .main-navigation .current_page_ancestor > a,
.top-menu .main-navigation .current-menu-ancestor > a {
background: #0c66c3;
color: #fff;
}
.home-section {
padding: 50px 0px 35px;
}
.home-section p {
font-size: 18px;
}
.section-title {
margin: 0px 0px 50px;
text-align: center;
}
.section-title h2 {
color: #c10f1b;
margin: 0px 0px;
font-size: 36px;
}
.home-service-item {
position: relative;
padding-left: 80px;
margin: 20px 0px;
}
.home-service-item span {
width: 60px;
height: 60px;
background: #0c66c3;
border-radius: 30px;
color: #fff;
text-align: center;
line-height: 60px;
position: absolute;
left: 0px;
top: 0px;
font-size: 24px;
}
.home-service-item h3 {
font-size: 24px;
color: #222;
}
.service-list ul {
list-style: none;
margin: 0px 0px;
padding: 0px 0px;
}
.service-list ul li {
list-style: none;
margin: 10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #ddd;
font-size: 20px;
}
.service-list ul li i {
margin-right: 10px;
}
#home-cta {
background: #0c66c3;
background-size: cover;
background-attachment: fixed;
background-image: url(//omizak.ru/wp-content/themes/Omizak/img/paralax.png);
text-align: center;
position: relative;
}
#home-cta:after {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0px;
left: 0px;
}
#home-cta .cta-content {
position: relative;
z-index: 2;
}
#home-cta .cta-content p {
color: #fff;
font-size: 36px;
line-height: 1.4;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 50px;
}
#home-cta .cta-button {
font-size: 18px;
margin-bottom: 20px;
border-radius: 3px;
color: #fff;
text-shadow: none;
padding: 15px 30px;
text-transform: uppercase;
}
#home-staff,
#page-staff {
background: #f3f6fd;
}
#home-staff .home-staff-item,
#page-staff .home-staff-item {
margin: 20px 0px;
}
#home-staff .home-staff-item:hover .staff-info,
#page-staff .home-staff-item:hover .staff-info {
background: #0c66c3;
}
#home-staff .home-staff-item:hover .staff-info h3,
#page-staff .home-staff-item:hover .staff-info h3 {
color: #fff;
}
#home-staff .home-staff-item:hover .staff-info .staff-title,
#page-staff .home-staff-item:hover .staff-info .staff-title {
color: #fff;
}
#home-staff .home-staff-item .staff-pic,
#page-staff .home-staff-item .staff-pic {
background: #fff;
border: 1px solid #ddd;
}
#home-staff .home-staff-item .staff-info,
#page-staff .home-staff-item .staff-info {
border: 1px solid #ddd;
background: #fff;
padding: 5px;
text-align: center;
}
#home-staff .home-staff-item .staff-info h3,
#page-staff .home-staff-item .staff-info h3 {
font-size: 18px;
color: #111111;
text-align: center;
text-transform: uppercase;
margin-bottom: 0px;
}
#home-staff .home-staff-item .staff-info .staff-title,
#page-staff .home-staff-item .staff-info .staff-title {
color: #0c66c3;
}
#page-staff {
background: #fff;
}
ul.staff-single-details {
margin: 0px 0px 20px 0px;
padding: 0px;
}
ul.staff-single-details li {
list-style: none;
margin: 10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px dotted #ddd;
}
ul.staff-single-details li span {
margin-right: 5px;
}
ul.staff-single-details li a {
color: #696969;
}
ul.staff-single-details li:first-child {
margin-top: 0px;
}
#home-news .section-side-title {
margin: 20px 0px;
}
#home-news .section-side-title h2 {
font-size: 36px;
color: #0c66c3;
}
#home-news .home-blog-item {
margin: 20px 0px;
}
#home-news .home-blog-item .post-thumb {
margin-bottom: 20px;
}
#home-news .home-blog-item h3 {
font-size: 24px;
color: #111111;
}
#home-news .home-blog-item h3 a {
color: #111111;
}
#home-news .home-blog-item .home-blog-meta {
margin: 10px 0px;
}
#home-testimonials .home-testim-item {
cursor: pointer;
margin: 20px 0px;
background: #fff;
padding: 20px 40px;
position: relative;
text-align: center;
}
#home-testimonials .home-testim-item h3 {
font-size: 24px;
color: #111111;
}
#home-testimonials .testim-thumb {
border-radius: 40px;
width: 80px;
height: 80px;
margin: 20px auto;
}
#home-map-section {
position: relative;
overflow: hidden;
}
#home-map-section:after {
content: "";
width: 50%;
height: 100%;
position: absolute;
background: #0c66c3;
left: 0px;
top: 0px;
}
#home-map-section iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
#home-map-section .info-box {
background: #0c66c3;
position: relative;
z-index: 10;
min-height: 400px;
padding: 30px 30px;
color: #fff;
}
#home-map-section .info-box h3 {
font-size: 20px;
text-transform: uppercase;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding-bottom: 10px;
margin: 20px 0px;
}
#home-map-section .info-box .button {
width: 100%;
margin-top: 20px;
}
#primary,
#secondary {
padding: 60px 0px;
}
.page-header {
background-image: url(//omizak.ru/wp-content/themes/Omizak/img/paralax3.png);
background-size: cover;
background-position: right; color: #fff;
padding: 200px 0px 0px 0px;
}
.page-header h1 {
font-size: 30px;
margin: 0px 0px;
}
.page-header h1 span {
background: #da0319;
padding: 10px 30px;
display: inline-block;
}
.post {
margin-bottom: 60px;
}
.entry-header {
position: relative;
}
.entry-header .date-field {
font-size: 12px;
margin-bottom: 12px;
background: #0c66c3;
border-radius: 3px;
display: inline-block;
padding: 3px 10px;
color: #fff;
margin-bottom: 15px;
}
.entry-header h2.entry-title {
text-transform: uppercase;
color: #111111;
font-size: 36px;
}
.entry-header h2.entry-title a {
color: #111111;
}
.entry-header h1.entry-title {
text-transform: uppercase;
color: #111111;
font-size: 36px;
}
.entry-header h1.entry-title a {
color: #111111;
}
.entry-header .entry-meta span {
margin-right: 10px;
}
.entry-header .entry-meta span i {
color: #0c66c3;
margin-right: 5px;
}
.entry-header .entry-meta span a {
color: #777;
}
.post-thumb {
margin-bottom: 20px;
}
.shareblock {
margin: 30px 0px 30px 0px;
}
.shareblock li {
display: inline-block;
height: 50px;
width: 33.3%;
margin: 0px 0px;
padding: 0px 0px;
text-align: center;
color: #fff;
background: #0c66c3;
float: left;
line-height: 50px;
font-size: 20px;
}
.shareblock li a {
color: #fff;
display: block;
}
.shareblock .twit a {
background: #00ABE0;
}
.shareblock .faceb a {
background: #3E59A8;
}
.shareblock .googl a {
background: #E64522;
}
#secondary .widget {
margin-bottom: 50px;
}
#secondary .widget h2.widget-title {
font-size: 14px;
color: #111111;
text-transform: uppercase;
margin-bottom: 30px;
}
#secondary .widget ul {
list-style: none;
margin: 0px 0px;
padding: 0px 0px;
}
#secondary .widget ul li {
list-style: none;
margin: 10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px dotted #ddd;
}
#secondary .widget ul li a:link,
#secondary .widget ul li a:visited {
color: #696969;
}
.squarebanner {
margin-bottom: 50px;
}
.squarebanner h3.sidetitl {
font-size: 14px;
color: #111111;
text-transform: uppercase;
margin-bottom: 30px;
}
.squarebanner ul {
margin: 0px 0px;
padding: 0px 0px;
list-style: none;
}
.squarebanner ul li {
float: left;
margin: 0px 10px 10px 0px;
}
#comments {
margin: 50px 0px;
}
#comments h2.comments-title {
font-size: 24px;
color: #000;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
}
#comments ol.comment-list {
list-style: none;
margin: 0px 0px;
padding: 0px 0px;
}
#comments ol.comment-list li {
margin-bottom: 40px;
}
#comments ol.comment-list li .comment-body {
margin-left: 80px;
position: relative;
padding: 20px 0px;
font-size: 14px;
}
#comments ol.comment-list li .comment-body .comment-meta {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
#comments ol.comment-list li .comment-body .comment-meta .comment-metadata {
font-size: 14px;
}
#comments ol.comment-list li .comment-body .comment-meta .comment-author {
font-size: 18px;
color: #111111;
}
#comments ol.comment-list li .comment-body .comment-meta .comment-author img {
position: absolute;
left: -80px;
top: 20px;
}
#comments ol.comment-list li ol.children {
margin-top: 20px;
margin-left: 80px;
}
#comments ol.comment-list li ol.children li {
margin-bottom: 20px;
}
#comments #respond h3#reply-title {
margin-bottom: 30px;
font-size: 24px;
font-weight: 400;
color: #111111;
}
#comments #respond .comment-form p.comment-notes {
margin-top: 20px;
margin-bottom: 10px;
}
#comments #respond .comment-form p input {
width: 100%;
padding: 5px 10px;
}
#comments #respond .comment-form p .submit {
background: #0c66c3;
padding: 13px 0px;
font-size: 14px;
border: 1px solid #0c66c3;
text-shadow: none;
color: #fff;
}
#footer-widgets {
padding: 0px;
}
#footer-widgets .widget {
margin: 30px 0px 30px 0px;
}
#footer-widgets .widget h2.widget-title {
font-size: 14px;
color: #111111;
text-transform: uppercase;
margin-bottom: 30px;
}
#footer-widgets .widget ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#footer-widgets .widget ul li {
list-style: none;
margin: 10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px dotted #ddd;
}
#footer-widgets .widget ul li a {
color: #696969;
}
.site-footer {
padding: 20px 0px;
}
.site-footer .site-info {
color: #696969;
}
.site-footer .site-info a {
color: #696969;
}
.site-footer .social-icons ul {
list-style: none;
margin: 5px 0px;
padding: 0px 0px;
text-align: right;
}
.site-footer .social-icons ul li {
margin: 0px 5px;
list-style: none;
display: inline-block;
font-size: 24px;
}
.site-footer .social-icons ul li a {
color: #aaa;
} h1.logo {
margin-bottom: 0;
font-family: Oswald, sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 46px;
line-height: 45px;
padding: 10px 0;
white-space: nowrap;
}
h1.logo a {
color: #fff;
}
#umbrella a {
color: #fff;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
line-height: 80px;
padding-top: 0 !important;
padding-bottom: 0 !important;
outline: none;
}
#umbrella>li.current-menu-item {
background: #da0319;
}
.fa-home:before {
content: url(//omizak.ru/wp-content/themes/Omizak/img/home.png);
}
h1.logo a small {
font-size: 16px;
line-height: 16px;
text-transform: initial;
color: #fff;
margin-left: 0px;
}
h1.logo span {
color: #f8dc6c;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
display: block;
text-transform: none;
line-height: initial;
}
.main-navigation ul {
float: right;
}
#top-bar {
background: #ab0012;
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
}
.section-title h2 {
font-weight: bold;
margin-top: 50px;
margin-bottom: 20px;
}
.home-content {
margin-top: 70px;
font-size: 18px;
color: #000;
line-height: 24px;
}
.home-content .row {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
#home-staff {
background: transparent;
background-size: cover;
background-attachment: fixed;
background-image: url(//omizak.ru/wp-content/themes/Omizak/img/paralax.png);
background-position: center;
text-align: center;
position: relative;
padding: 100px 0px 800px;
}
.footer-text {
margin-top: 5px;
}
.footer-text p {
margin: 0;
color: #0e4987;
font-weight: bold;
font-size: 14px;
line-height: 20px;
}
.footer-logo img {
max-width: 200px;
}
.site-footer {
padding-bottom: 110px;
}
.bottom-alert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #d4dfea;
padding: 20px 0;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 42px;
letter-spacing: -2px;
text-transform: uppercase;
color: #7a7979;
z-index: 1000;
}
.bottom-alert-close {
position: absolute;
top: 5px;
right: 5px;
width: 24px;
height: 24px;
background: url(//omizak.ru/wp-content/themes/Omizak/img/alert-close.png);
cursor: pointer;
}
.fa-home {
font-size: 50px;
line-height: 50px;
position: relative;
}
.bottom-menu .fa-home {
top: -2px;
}
#wpcf7-f107-p15-o1 .your-name, #wpcf7-f107-p15-o1 .your-email {
float: left;
width: 49%;
}
#wpcf7-f107-p15-o1 .your-name input, #wpcf7-f107-p15-o1 .your-email input {
margin-bottom: 0 !important;
}
#wpcf7-f107-p15-o1 .your-name {
margin-right: 2%;
}
#wpcf7-f107-p15-o1 input[type="submit"] {
background: #009de0;
padding: 12px 30px;
color: #fff;
width: 100%;
font-size: 1rem;
border: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#wpcf7-f107-p15-o1 input[type="submit"]:hover {
background: #b92b16;
}
#home-main-info {
padding-top: 20px;
padding-bottom: 0;
}
#home-main-info .columns:last-child {
position: relative;
margin-top: -250px;
}
#home-main-info .columns p {
font-size: 17px;
line-height: 24px;
}
#home-main-info .columns p:last-child {
text-align: right;
}
#home-red-line {
background: #da030e;
padding: 20px 0 20px;
color: #fff;
font-weight: bold;
font-size: 24px;
line-height: 30px;
font-family: Arial;
text-align: center;
}
.centered {
text-align: center;
}
.pt0 {
padding-top: 0;
}
.arconix-faq-wrap * {
font-family: arial !important;
}
.arconix-faq-wrap p {
margin-bottom: 0 !important;
}
.arconix-faq-title {
font-weight: bold;
}
@media only screen and (max-width: 1220px) {
.bottom-alert {
font-size: 35px;
}
.top-menu {
padding: 0;
}
.home-staff-item .staff-info h3 {
font-size: 13px;
}
}
@media only screen and (max-width: 1024px) {
.main-navigation ul {
width: 640px;
margin: 0 auto;
float: none;
}
#umbrella a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
padding-top: 15px;
}
#umbrella>li:first-child a {
padding-top: 0;
padding-bottom: 0;
}
.main-navigation li {
float: none;
position: relative;
display: inline-block;
}
.main-navigation {
text-align: center;
}
h1.logo {
text-align: center;
}
}
@media only screen and (max-width: 960px) {
.top-menu .main-navigation ul > li a, .bottom-menu .menu > li > a {
font-size: 13px;
}
.bottom-alert {
font-size: 30px;
}
#home-staff .home-staff-item .staff-info h3, #page-staff .home-staff-item .staff-info h3 {
word-wrap: break-word;
text-align: center;
font-size: 20px !important;
display: block;
height: initial;
}
#home-main-info .columns:last-child {
margin-top: -170px;
}
}
@media only screen and (max-width: 800px) {
h1.logo, h1.logo span {
white-space: normal;
}
h1.logo small {
display: block;
margin-bottom: 5px;
}
#home-staff {
background-attachment: initial;
}
}
@media only screen and (max-width: 640px) {
#home-main-info .columns:last-child {
margin-top: -100px;
}
#home-staff {
background-position: right;
}
}