/*
Theme Name: PageLine
Theme URI: http://themespade.com/theme/pageline/
Author: 99colorthemes
Author URI: http://themespade.com/
Description: PageLine is modern style free one page responsive WordPress theme. PageLine can be used for business, portfolio, corporate, agency, photography, freelancers and almost any kind of sites. It is SEO friendly with featured image supports and custom colors. This theme is fully widgetized, so it is easier to operate. Theme customizer can be used to change color, upload logo and other theme settings. You can get quick SUPPORT through support page http://themespade.com/support/ and view live DEMO at http://demo.themespade.com/pageline/
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pageline
Tags: Custom-Colors, Custom-Menu, Editor-Style, Featured-Images, Post-Formats, Right-Sidebar, Left-Sidebar, Sticky-Post, Theme-Options, Threaded-Comments, Translation-Ready, Two-Columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pag<div class="service-item-header">
  <div class="clientsItem__pic"><i class="fa fa-user" aria-hidden="true"></i></div>
  <div class="clientsItem__nums">1200</div>
  <div class="clientsItem__cap">Клиенты</div>
</div> have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #ff4a1c;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: #ff4a1c;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.nnc-sticky .nnc-search,
.nnc-sticky .main-navigation {
    padding: 20px 0;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation li a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

.body {
    font-family: 'Roboto', sans-serif;
}

.nnc-container {
    max-width: 1200px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#newsSection .nnc-container,
#blogSection .nnc-container {
    padding: 0;
}

.widget {
    margin: 0;
}

/*==============================
=            Header            =
==============================*/
.sh-2 {
    background: #000;
    width: 100%;
    position: relative;
  /*-webkit-box-shadow: 0 0 3px 0 #ccc;
            box-shadow: 0 0 3px 0 #ccc;*/
}

.sh-2 .nnc-header {
    padding: 10px 0;
}

.sh-2 .nnc-header .menu .menu-item a{
  color: #fff;
}

.sh-2 .nnc-header .menu li:hover a,
.sh-2 .nnc-header .menu .menu-item a:hover{
    color: #fff;
}

.sh-2.nnc-sticky .nnc-header .menu .menu-item a{
  color: #000;
}

.sh-2.nnc-sticky .nnc-header .menu .menu-item a:hover{
  color: #000;
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-header {
    padding: 30px 20px 0;
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
}

.nnc-header:after {
    content: "";
    display: table;
    clear: both;
}

p.site-title a {
    text-decoration: none;
    color: #ff4a1c;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

p.site-description {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 6px;
}

.nnc-sticky p.site-description {
    color: #666;
    padding-top: 6px;
}

.site-branding {
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.site-branding h1 {
    margin: 0;
}

.site-branding h1 {
    text-decoration: none;
    font-size: 20px;
    color: #666;
    font-weight: 500;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.site-branding h1 a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-branding h1 a {
    text-decoration: none;
    color: #ff4a1c;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.site-branding h1 a:hover {
    text-decoration: none;
    color: #ff4a1c;
}

.header-logo {
    float: left;
    margin-right: 14px;
}

div#header-text {
    float: left;
}

.nnc-sticky .ts-nav-icon{
  padding-top: 20px;
}

.ts-nav-icon {
    float: right;
    padding-right: 12px;
    display: none;
    line-height: 44px;
}

.ts-nav-icon i {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.site-header.nnc-sticky .ts-nav-icon i{
  color: #000;
  border: 1px solid #000;
}

.main-navigation {
    float: right;
    width: auto;
    clear: none;
}

.main-navigation li {
    padding: 10px 14px 8px;
    line-height: 28px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.main-navigation a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}



.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #ff4a1c;
}

.main-navigation ul ul {
    top: 5.5em;
    top: 30px;
    left: 18px;
    background: rgba(000, 000, 000, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    top: 56px;
    left: 18px;
}

.main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
    color: #fff;
    background: #111;
    border-left: 4px solid #ff4a1c;
}

.main-navigation ul ul li {
    padding: 0;
}

.main-navigation ul ul li a i {
    float: right;
    padding-top: 3px;
}

.main-navigation ul ul a {
    width: 246px;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.main-navigation ul ul a:hover {
    background: #ff4a1c;
    color: #fff;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 246px !important;
    top: 0;
}

.main-navigation ul ul ul {
    top: 5.5em;
    top: -10px;
    left: 246px;
    background: rgba(000, 000, 000, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 18px;
}

.main-navigation ul ul ul ul {
    left: 246px !important;
    width: 246px;
}

.main-navigation ul li ul ul:hover > ul, .main-navigation ul ul ul li.focus > ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: 40px !important;
    left: 246px !important;
}

.nnc-search {
    float: right;
    line-height: 44px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
}

.search-icon i {
    line-height: 32px;
    text-align: center;
    color: #ff4a1c;
    background: none;
    z-index: 9999;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.nnc-header .s-form {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    width: 100%;
}

/*.page-template-template-pageline-frontpage .nnc-header .s-form {
	top: 61px;
}

.page-template-template-pageline-frontpage .nnc-sticky .s-form {
	top: 61px;
}*/

.nnc-header .search-form {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(000, 000, 000, .9);
    width: 100%;
    height: 100vh;
}

.nnc-header .search-form input {
    width: 70%;
    margin: 0;
    padding: 8px;
    position: absolute;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.nnc-close-icon {
    text-align: center;
    margin: 20px auto;
}

.nnc-close-icon i {
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ff4a1c;
}

.nnc-header .search-form input[placeholder] {
    color: #fff;
}

.nnc-header .search-form input::-webkit-input-placeholder {
    color: #fff;
}

.nnc-header .search-form input:-moz-placeholder {
    color: #fff;
}

.nnc-header .search-form input::-moz-placeholder {
    color: #fff;
}

.nnc-header .search-form input:-ms-input-placeholder {
    color: #fff;
}

.search-form input[placeholder] {
    color: #ff4a1c;
}

.search-form input:focus {
    outline: 1px solid #ff4a1c;
}

.widget .search-form input {
    border-radius: 0;
    padding: 7px;
    width: 100%;
    border: 1px solid #eee;
}

.widget .search-form input:focus {
    outline: 1px solid #ff4a1c;
}

.no-results .page-content p {
    margin-bottom: 24px;
}

/*=================================
=            Stickybar            =
=================================*/
.nnc-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
            box-shadow: 0 0 3px 0 #ccc;
    z-index: 999999;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nnc-sticky .nnc-header {
    padding: 10px 0;
    /*background: #fff;*/
    /*-webkit-transition: all 0.3s ease-in-out;*/
    /*transition: all 0.3s ease-in-out;*/
}

.nnc-sticky .site-branding {
}

.nnc-sticky .main-navigation ul ul {
    top: 46px !important;
}

.nnc-sticky .main-navigation ul ul ul {
    top: -14px !important;
}

.nnc-sticky .main-navigation ul li:hover > ul, .nnc-sticky .main-navigation ul li.focus > ul {
    top: 58px !important;
}

.nnc-sticky .main-navigation ul a {
    color: #aaaaaa;
}

.nnc-sticky .main-navigation ul.menu a:hover {
    color: #ff4a1c;
}

.nnc-sticky .main-navigation ul ul li a {
    color: #fff;
}

.nnc-sticky .main-navigation ul ul ul.sub-menu {
    top: 5.5em;
    top: -10px;
    left: 246px;
    background: rgba(000, 000, 000, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-sticky .main-navigation ul ul li:hover > ul, .nnc-sticky .main-navigation ul ul li.focus > ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important;
    left: 246px !important;
}

/*=====  End of Stickybar  ======


/*=====  End of Header  ======*/

/*=====================================
=            Banner-Slider            =
=====================================*/
.slider {
    position: relative;
    height: 100vh;
}

.b-img {
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
    line-height: 0;
}

.b-img img {
    width: 100%;
}

.b-img .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(19, 32, 60, 0.7);
    width: 100%;
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.outer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: table;
    line-height: normal;
}

.inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.inner h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 30px;
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
}

.inner h2:after {
    content: '';
    display: block;
    background: #fff;
    max-width: 600px;
    height: 1px;
    margin: 30px auto 26px;
}

.inner h2 span {
    color: #ff4a1c;
}

.inner h2 i {
    color: #777;
    font-weight: 400;
}

.inner p {
    color: #fff;
    font-family: 'Roboto';
    line-height: 30px;
    max-width: 860px;
    margin: 0 auto 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 36px;
}

.inner a {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: 400;
    font-family: 'Roboto';
    padding: 12px 18px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.inner a:hover {
    color: #fff;
    background: #ff4a1c;
    border: 1px solid transparent;
}

.owl-controls {
    position: absolute;
    width: 100%;
    bottom: 80px;
}

.owl-prev {
    left: 20px;
    position: absolute;
    bottom: 400px;
}

.owl-next {
    right: 20px;
    position: absolute;
    bottom: 400px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 5px 3px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4a1c;
    border-radius: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 56px;
    background: none;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    line-height: 46px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    text-decoration: none;
}

.owl-next i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-prev i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-carousel {
    height: 100vh;
    overflow: hidden;
}

/*=====  End of Banner-Slider  ======

/*=====================================
=            What we offer            =
=====================================*/


.nnc-service {
    width: calc(25.5% - 25px);
    float: left;
    margin-top: 40px;
    margin-left: 25px;
}

.nnc-service:nth-of-type(1) {
    margin-left: 0;
}

.nnc-service:hover .s-icon i {
    color: #fff;
    font-size: 36px;
    transform: rotate(136deg) scale(1.3) !important;
    -webkit-transform: rotate(136deg) scale(1.3);
    -moz-transform: rotate(136deg) scale(1.3);
    -o-transform: rotate(136deg) scale(1.3);
    -ms-transform: rotate(136deg) scale(1.3);
}

.nnc-service:hover .s-icon {
    color: #fff;
    background: #ff4a1c;
    border: 1px solid #ff4a1c;
}

.nnc-service:hover a {
    color: #ff4a1c;
    border: 1px solid #ff4a1c;
}

.nnc-service .s-icon {
    position: relative;
    border: 1px solid #ccc;
    width: 96px;
    height: 96px;
    text-align: center;
    margin: 0 auto 30px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-service .s-icon i {
    font-size: 36px;
    padding-top: 32px;
    padding-bottom: 28px;
    color: #ff4a1c;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotate(136deg) scale(1.0) !important;
    -webkit-transform: rotate(136deg) scale(1.0);
    -moz-transform: rotate(136deg) scale(1.0);
    -o-transform: rotate(136deg) scale(1.0);
    -ms-transform: rotate(136deg) scale(1.0);
}

.nnc-service-box .nnc-service h4 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px !important;
    color: #555;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-service p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin: 0;
    padding-bottom: 16px;
}

.nnc-service a {
    border: 1px solid #ccc;
    display: inline-block;
    color: #888;
    padding: 12px 14px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: normal;
}

.nnc-service a:hover {
    background: #ff4a1c;
    color: #fff !important;
    border: 1px solid transparent;
}

/*=====  End of What we ofer  ======*/

/*======================================
=            Call-to-Action1            =
======================================*/
.nnc-cta {
    padding: 52px 0;
    background: #283845;
}

.nnc-cta:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-cta-block {
    width: 70%;
    float: left;
}

.nnc-cta-block h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.nnc-cta-block p {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.nnc-dtl {
    float: right;
}

.nnc-dtl a {
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    padding: 12px 18px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-dtl a:hover {
    background: #ff4a1c;
    border: 1px solid transparent;
}

/*=====  End of Call-to-Action1  ======*/

/*===============================
=            aboutus            =
===============================*/
.nnc-about {
    padding: 0px 0 60px;
    background: #ffffff;
}

.nnc-about:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-about-content {
    padding-top: 40px;
}

.nnc-about-content:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-about-img {
    max-width: 50%;
    overflow: hidden;
    float: left;
    line-height: 0;
    border: 1px solid #eee;
}

.nnc-about-img img {
    width: 100%;
    padding: 3px;
}

.nnc-about-desc {
    max-width: 50%;
    float: right;
    padding-left: 30px;
}

.nnc-about-desc h4 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #555;
    padding-bottom: 6px;
}

.nnc-about-desc p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777;
    margin: 0;
    padding: 6px 0 12px;
    line-height: 30px;
}

.nnc-about-desc ul {
    margin-bottom: 16px;
}

.nnc-about-desc ul li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777;
    line-height: 30px;
}

.nnc-about-desc a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-about-desc a:hover {
    background: #ff4a1c;
    border: 1px solid transparent;
    color: #fff;
}

/*=====  End of aboutus  ======*/

/*================================
=            Statuses            =
================================*/
.nnc-statuses {
    padding: 52px 0 60px;
    width: 100%;
    background: #0f6aa3;
    overflow: hidden;
    position: relative;
    height: auto;
}

.nnc-statuses .nnc-title h2 {
    color: #fff;
}

.nnc-statuses .nnc-title h2 span {
    border-bottom: 1px solid #fff;
}

.nnc-statuses .nnc-title h2 span:after {
    background: #fff;
}

.nnc-statuses .nnc-parallax-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: -1;
}

.bg-white {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    width: 100%;
}

.nnc-statuses:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-status-block {
    padding-top: 40px;
}

.nnc-status-block:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-status {
    text-align: center;
    float: left;
    width: calc(25.5% - 25px);
    margin-left: 25px;
}

.nnc-status:nth-of-type(1) {
    margin-left: 0;
}

.nnc-status i {
    font-size: 48px;
    color: #fff;
    padding: 18px 14px 8px;
    border-right: 3px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-status:hover i {
    color: #ff4a1c;
}

.nnc-status span {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.nnc-status p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-top: 3px solid #fff;
    width: 190px;
    margin: 0 auto;
    padding-top: 14px;
}

/*----------  Classes used for separate Column  ----------*/

.status-column-2 .status {
    width: 50%;
}

.status-column-2 .status:nth-of-type(3) {
    margin-top: 36px;
}

.status-column-2 .status:nth-of-type(4) {
    margin-top: 36px;
}

.status-column-2 .status:nth-of-type(5) {
    margin-top: 36px;
}

.status-column-2 .status:nth-of-type(6) {
    margin-top: 36px;
}

.status-column-2 .status:nth-of-type(7) {
    margin-top: 36px;
}

.status-column-2 .status:nth-of-type(8) {
    margin-top: 36px;
}

.status-column-3 .status {
    width: 33.33%;
}

.status-column-3 .status:nth-of-type(4) {
    margin-top: 36px;
}

.status-column-3 .status:nth-of-type(5) {
    margin-top: 36px;
}

.status-column-3 .status:nth-of-type(6) {
    margin-top: 36px;
}

.status-column-3 .status:nth-of-type(7) {
    margin-top: 36px;
}

.status-column-3 .status:nth-of-type(8) {
    margin-top: 36px;
}

.status-column-3 .status:nth-of-type(9) {
    margin-top: 36px;
}

.status-column-1 .status {
    width: 100%;
}

.status-column-1 .status:nth-of-type(2) {
    margin-top: 36px;
}

.status-column-1 .status:nth-of-type(3) {
    margin-top: 36px;
}

.status-column-1 .status:nth-of-type(4) {
    margin-top: 36px;
}

.status-column-1 .status:nth-of-type(5) {
    margin-top: 36px;
}

.status-column-1 .status:nth-of-type(6) {
    margin-top: 36px;
}

.status-column-1 .status:nth-of-type(7) {
    margin-top: 36px;
}

/*=====  End of Statuses  ======*/

/*=================================
=            Portfolio            =
=================================*/
.nnc-projects {
    padding: 52px 0 60px;
    background: #fff;
}

.nnc-projects:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-list-project {
    clear: both;
}

.nnc-list-project:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-project {
    float: left;
    width: calc(34% - 24px);
    max-height: 340px;
    margin-right: 24px;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
}

.nnc-project:nth-of-type(3n) {
    margin-right: 0;
}

.nnc-project img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-project:hover .nnc-dtl-hover {
    opacity: 1;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}

.nnc-project:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.nnc-dtl-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
}

.nnc-project-dtl {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, .7);
    z-index: 9999;
    display: table;
    line-height: normal;
}

.nnc-inside-dtl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.nnc-inside-dtl h4 {
    color: #ff4a1c;
    margin: 0 0 8px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.nnc-inside-dtl p {
    color: #fff;
    margin: 0;
    padding: 0 18px 18px;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.nnc-inside-dtl ul {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.nnc-inside-dtl ul li {
    display: inline-block;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
}

.nnc-inside-dtl ul:after {
    content: '';
    display: block;
    background: #fff;
    width: 50px;
    height: 1px;
    margin: 10px auto;
}

.nnc-inside-dtl a {
    text-decoration: none;
    padding: 12px 14px;
    font-size: 15px;
    line-height: normal;
    border: 1px solid #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-inside-dtl a:hover {
    background: #ff4a1c;
    color: #fff;
    border: 1px solid transparent;
}

.nnc-view-all {
    text-align: center;
    margin-top: 24px;
}

.nnc-view-all a {
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    text-decoration: none;
    padding: 12px 14px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-view-all a:hover {
    background: #ff4a1c;
    border: 1px solid transparent;
    color: #fff;
}

/*=====  End of Portfolio  ======*/

/*================================
=            Our Team            =
================================*/
.nnc-teams {
    padding: 52px 0 60px;
    background: #fff;
}

.nnc-teams:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-team .team {
    position: relative;
    margin-top: 40px;
    height: 340px;
}

.nnc-team .team img {
    width: 100%;
    line-height: 0;
}

.nnc-team .team .nnc-team-dtl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: #333;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-team .team:hover .nnc-team-dtl {
    background: #ff4a1c;
}

.nnc-team .nnc-team-dtl h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.nnc-team .nnc-team-dtl span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.nnc-team .team:hover ul.nnc-team-social {
    bottom: 90px;
    opacity: 1;
}

ul.nnc-team-social {
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.nnc-team-social li {
    display: inline-block;
}

ul.nnc-team-social li a {
    text-decoration: none;
    color: #fff;
}

ul.nnc-team-social li a i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #666;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.nnc-team-social li:nth-child(1) i {
    background: #3b5998;
    color: #fff;
}

ul.nnc-team-social li:nth-child(2) i {
    background: #55acee;
    color: #fff;
}

ul.nnc-team-social li:nth-child(3) i {
    background: #dd4b39;
    color: #fff;
}

ul.nnc-team-social li:nth-child(4) i {
    background: #007bb5;
    color: #fff;
}

/*=====  End of Our Team  ======*/

/*===================================
=            Testimonial            =
===================================*/
.nnc-testimonials {
    padding: 52px 0 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    background: #fff;
}

.nnc-statuses .nnc-title p {
    color: #fff;
}

.nnc-testimonial {
    padding-top: 40px;
    text-align: center;
}

.nnc-testimonials .testimonial {
}

.nnc-testimonials .testimonial .nnc-dtl-info {
    background: #f7f7f7;
    padding: 14px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.testimonial .nnc-dtl-info:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    margin-top: 10px;
    width: 54px;
    border-top: 20px solid #f7f7f7;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.nnc-testimonials .testimonial:hover .nnc-dtl-info:after {
    border-top: 20px solid #ff4a1c;
}

.nnc-testimonials .testimonial:hover .nnc-dtl-info {
    background: #ff4a1c;
    color: #fff;
}

.nnc-testimonials .testimonial:hover .nnc-dtl-info p {
    color: #fff;
}

.nnc-testimonials .testimonial:hover .nnc-dtl-info span {
    color: #fff;
}

.nnc-testimonials .testimonial:hover .nnc-dtl-info h4 {
    color: #fff;
}

.nnc-testimonials .testimonial .nnc-dtl-info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    color: #666;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.nnc-testimonials .testimonial .nnc-dtl-info span {
    font-size: 15px;
    color: #ff4a1c;
    font-weight: normal;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 8px 0 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.nnc-dtl-info h4 {
    font-size: 18px;
    color: #777;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.nnc-testimonials .owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 36px auto 18px;
    border: 1px solid #eee;
}

.owl-testimonial .owl-dots {
    position: relative;
    bottom: 0px;
}

.nnc-testimonials .owl-carousel {
    height: inherit;
}

/*=====  End of Testimonial  ======*/

/*===============================
=            Clients            =
===============================*/
.clients {
    padding: 52px 0;
}

.clients:after {
    content: "";
    display: table;
    clear: both;
}

.logo-block {
    width: 22.7%;
    line-height: 0;
    border: 1px solid #eee;
    text-align: center;
    float: left;
    padding: 34px;
    margin-right: 3%;
}

.logo-block img {
    width: 90px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.logo-block:nth-of-type(4n) {
    margin-right: 0;
}

.client-logo {
    padding-top: 40px;
}

.logo-block {
    margin-bottom: 30px;
}

.logo-block:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

/*=====  End of Clients  ======*/

/*=================================
=            Blog/News            =
=================================*/
.nnc-blogs {
    padding: 50px 20px 0;
    background: #fff;
}

.nnc-blogs:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-blog-news {
    /*padding-top: 40px;*/
    background: #f7f7f7;
}

.nnc-blog-news:hover{
  background: #fff;
}

.nnc-container:hover{
  background: #fff;
}

.nnc-blog-news:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-blog-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	width: 100%;
  padding: 25px;
    /* width: calc(34% - 24px); */;
    background: #fff;
    float: left;
    /*margin-left: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

.nnc-blog-block .button{
  width: auto;
  margin: auto auto 20px;
}

.nnc-blog-block .button a{
  line-height: 1.7;
}

#newsSection{
  background: #fff;
}

#blogSection,
.all-articles{
  background: #f7f7f7;
}

#newsSection .nnc-container,
#blogSection .nnc-container{
  border: 1px solid #cccccc;
}

#newsSection .nnc-container,
#newsSection .nnc-container .nnc-blog-news .nnc-blog-block{
  background: #f7f7f7;
}


#newsSection .nnc-container .nnc-blog-news .nnc-blog-block .nnc-blog-img .bg-black,
#blogSection .nnc-container .nnc-blog-news .nnc-blog-block .nnc-blog-img .bg-black{
  display: none;
}

.nnc-blog-block:nth-of-type(1) {
    margin-left: 0;
}

/*.nnc-blog-block:hover .nnc-blog-desc h4 a {
    color: #fff;
}

.nnc-blog-block:hover .nnc-blog-desc p {
    color: #fff;
}*/

#newsSection .nnc-container .nnc-blog-news .nnc-blog-block:hover {
    background: #f7f7f7!important;
}

#blogSection .nnc-container .nnc-blog-news .nnc-blog-block:hover {
    background: #fff!important;
}

.nnc-blog-block-pagination a.addRightMargin{
  margin-right: 39px;
}

.nnc-blog-block-pagination a.addLeftMargin {
  margin-left: 39px;
}

.nnc-blog-block-header{
  width: 100%;
}

.nnc-blog-block-header h4{
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.nnc-blog-block-header h4 a{
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
}

.nnc-blog-block .nnc-blogs-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.nnc-blog-block .nnc-blogs-description .nnc-blog-img{
  min-width: 550px;
}




/*.nnc-blog-block:hover .nnc-blog-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}*/

.nnc-blog-img {
    position: relative;
    max-height: 335px;
    line-height: 0;
    overflow: hidden;
}

.nnc-blog-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-blog-img .bg-black {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: rgba(000, 000, 000, .6);
    width: 100%;
    z-index: 99;
    display: block;
}

.nnc-blog-img span {
    padding: 13px;
    color: #fff;
    z-index: 999;
    font-size: 13px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.nnc-blog-img span:nth-of-type(2) {
    float: right;
}

.nnc-blog-img span i {
    padding-right: 8px;
    font-size: 13px;
}

.nnc-blog-desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 15px;
    line-height: normal;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nnc-blog-desc h4 a {
    color: #555;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-blog-desc h4 a {
    color: #444;
    text-decoration: none;
}

.nnc-blog-desc p {
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-blogs .nnc-view-all {
    text-align: center;
    margin-top: 24px;
}

.nnc-blogs .nnc-view-all a {
    border: 1px solid #eee;
    color: #888;
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    line-height: normal;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-blogs .nnc-view-all a:hover {
    background: #ff4a1c;
    border: 1px solid transparent;
    color: #fff;
}

.nnc-blog-block-pagination{
    padding: 0 0 25px 25px;
}

.nnc-blog-block-pagination a.active{
  background: #444 !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}

#blogSection .nnc-blog-block-pagination{
    background: #fff;
}

.nnc-container .nnc-blog-block-pagination a{
  padding: 0!important;
  width: 35px;
  height: 25px;
  line-height: 25px!important;
}

/*=====  End of Blog/News  ======*/

.contact {
    background: #ff4a1c;
}

.contact:after {
    content: "";
    display: table;
    clear: both;
}

.iframe-map {
    width: 50%;
    float: left;
    line-height: 0;
}

.iframe-map iframe {
    width: 100%;
}

.form {
    width: 50%;
    float: right;
    padding: 100px 0;
    padding-left: 80px;
}

.form h2 {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.form h2:after {
    content: '';
    display: block;
    background: #ccc;
    width: 78px;
    height: 3px;
    margin: 20px 0;
}

.form-group input {
    width: 58%;
    padding: 10px;
    border-radius: 0;
    border: none;
    margin: 10px 0;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

.form-group textarea {
    width: 58%;
    padding: 10px;
    border-radius: 0;
    border: none;
    margin: 10px 0;
    color: #999;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    outline-color: 1px solid #ff4a1c !important;
}

input.button {
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    width: 130px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body.home input.button:hover {
    border: 1px solid transparent;
    border-radius: 0;
    background: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    width: 130px;
}

/*==============================
=            Footer            =
==============================*/
.nnc-footer {
    padding: 52px 0;
    background: #142d46;
}

.nnc-footer:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-footer-block {
    width: calc(25% - 30px);
    float: left;
    margin-left: 30px;
}

.nnc-footer-block:nth-of-type(1) {
    margin-left: 0;
}

.nnc-footer-block:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-footer-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nnc-footer-block ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.nnc-footer-block ul li a {
    text-decoration: none;
    color: #eee;
    font-size: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nnc-footer-block ul li a:hover {
    color: #ff4a1c;
}

.nnc-footer-block h4.widget-title {
    color: #fff;
}

.nnc-footer-block .textwidget {
    color: #fff;
}

.nnc-footer-block .widget ul li a {
    color: #fff;
}

.nnc-footer-block .tagcloud a {
    color: #fff;
    border: 1px solid #fff;
}

.nnc-footer-box aside.widget {
    padding-top: 30px;
}

.nnc-footer-box .nnc-footer-block aside.widget:first-of-type {
    padding-top: 0;
}

/*.nnc-footer-block h2 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding-bottom: 18px;
}

.nnc-footer-block h1 {
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding-bottom: 18px;
}

.nnc-footer-block p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #eee;
	margin: 0;
	line-height: 30px;
}*/

.tagcloud a {
    padding: 2px 10px;
    border: 1px solid #ccc;
    line-height: 30px;
    margin: 6px 0;
    font-size: 14px !important;
    display: inline-block;
    text-decoration: none;
    color: #777;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tagcloud a:hover {
    padding: 2px 10px;
    border: 1px solid #ff4a1c;
    color: #fff !important;
    background: #ff4a1c;
    line-height: 30px;
    margin: 6px 0;
    font-size: 14px !important;
    display: inline-block;
}

ul.nnc-footer-social {
    padding: 18px 0 0;
    margin: 0;
}

ul.nnc-footer-social li {
    display: inline-block;
    border-bottom: none;
}

ul.nnc-footer-social li a {
    text-decoration: none;
}

ul.nnc-footer-social li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    display: block;
    color: #eee;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.nnc-footer-social li:nth-child(1):hover i {
    background: #3b5998;
    color: #fff;
    border: 1px solid transparent;
}

ul.nnc-footer-social li:nth-child(2):hover i {
    background: #55acee;
    color: #fff;
    border: 1px solid transparent;
}

ul.nnc-footer-social li:nth-child(3):hover i {
    background: #dd4b39;
    color: #fff;
    border: 1px solid transparent;
}

ul.nnc-footer-social li:nth-child(4):hover i {
    background: #125688;
    color: #fff;
    border: 1px solid transparent;
}

ul.nnc-footer-social li:nth-child(5):hover i {
    background: #bb0000;
    color: #fff;
    border: 1px solid transparent;
}

ul.nnc-footer-social li:nth-child(6):hover i {
    background: #cb2027;
    color: #fff;
    border: 1px solid transparent;
}

ul.nnc-footer-social li:nth-child(7):hover i {
    background: #ff6600;
    color: #fff;
    border: 1px solid transparent;
}

.nnc-footer-info:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-footer-info i {
    width: 30px;
    padding-top: 6px;
    float: left;
    color: #ff4a1c;
}

.nnc-footer-info .info {
    float: right;
    width: calc(100% - 30px);
    padding-left: 1px;
}

.nnc-footer-info .info p {
    text-align: left;
    line-height: 30px;
}

/*----------  Classes used for separate Column for nnc-footer  ----------*/

.nnc-footer-column-1 .nnc-footer-block {
    width: 100%;
}

.nnc-footer-column-1 .nnc-footer-block:nth-of-type(1) {
    margin-top: 36px;
}

.nnc-footer-column-1 .nnc-footer-block:nth-of-type(2) {
    margin-top: 36px;
}

.nnc-footer-column-1 .nnc-footer-block:nth-of-type(3) {
    margin-top: 36px;
}

.nnc-footer-column-1 .nnc-footer-block:nth-of-type(4) {
    margin-top: 36px;
}

.nnc-footer-column-2 .nnc-footer-block {
    width: 50%;
    padding-right: 50px;
}

.nnc-footer-column-2 .nnc-footer-block:nth-of-type(3) {
    margin-top: 36px;
}

.nnc-footer-column-2 .nnc-footer-block:nth-of-type(4) {
    margin-top: 36px;
}

.nnc-footer-column-3 .nnc-footer-block {
    width: 33.33%;
    padding-right: 50px;
}

.nnc-footer-column-3 .nnc-footer-block:nth-of-type(4) {
    margin-top: 36px;
    display: none;
}

.nnc-footer-bottom {
    padding: 15px 0;
    background: #000;
    text-align: center;
}

.nnc-footer-bottom .nnc-container:hover {
    background: #000;
}

.nnc-footer-bottom .nnc-container a{
  color: #fff;
  text-decoration: underline;
}

.nnc-footer-bottom .nnc-container a:hover{
  text-decoration: none;
}

.nnc-footer-bottom:after {
    content: "";
    display: table;
    clear: both;
}

.nnc-footer-bottom p {
    margin: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.nnc-footer-bottom p a {
    text-decoration: none;
    color: #ff4a1c;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/**
 *
 * Footer Color
 *
 */

/*=====  End of Footer  ======*/

.has-post-thumbnail h1.entry-title {
    margin: 0;
    line-height: 18px;
    padding: 14px 0;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #666;
    font-size: 20px;
    line-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.has-post-thumbnail h1.entry-title:hover {
    color: #ff4a1c;
}

h1.entry-title {
    margin: 0;
    line-height: 18px;
    padding: 0 0 14px 0;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #666;
    font-size: 20px;
    line-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h1.entry-title:hover {
    color: #ff4a1c;
}

/*==========================================
=            Default Pagination            =
==========================================*/

.default-wp-page {
    margin-bottom: 24px;
}

ul.default-wp-page:after {
    content: '';
    display: block;
    clear: both;
}

li.previous a {
    text-decoration: none;
    background: #666;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
}

li.previous a:hover {
    background: #ff4a1c;
}

li.next a {
    float: right;
    text-decoration: none;
    background: #666;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

li.next a:hover {
    background: #ff4a1c;
}

ol.comment-list {
    border: 1px solid #eee;
    padding: 8px 14px 0;
    margin: 20px 0 24px;
    background: #f1f1f1;
}

/*====================================
=            Primary           =
====================================*/
main#main {
    padding-top: 96px;
}

.right_sidebar {
    padding-top: 36px;
}

#primary {
    width: 72%;
    float: left;
    padding-right: 46px;
}

article.post {
    margin-top: 34px;
}

article.post:after {
    content: '';
    display: block;
    clear: both;
}

article.post:first-child {
    margin-top: 0;
}

.page figure.nnc-entry-image {
    float: none;
    overflow: hidden;
    line-height: 0;
    margin-right: 0;
    position: relative;
}

.archive figure.nnc-entry-image {
    float: left;
    overflow: hidden;
    line-height: 0;
    margin-right: 24px;
    width: 38%;
    position: relative;
}

figure.nnc-entry-image img {
    width: 100%;
    line-height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure.nnc-entry-image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

figure.nnc-entry-image:hover .nnc-img-hover i {
    opacity: 1;
    padding-top: 0;
}

figure.nnc-entry-image .outer {
    width: 100%;
    height: 100%;
    display: table;
    z-index: 999;
}

figure.nnc-entry-image .inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

figure.nnc-entry-image .nnc-img-hover {
    background: rgba(000, 000, 000, .3);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

figure.nnc-entry-image .nnc-img-hover i {
    color: #ff4a1c;
    font-size: 24px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-top: 12px;
}

.nnc-entry-block {
    float: right;
    width: 100%;
}

.archive .has-post-thumbnail .nnc-entry-block {
    width: 58%;
}

h2.entry-title {
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

h2.entry-title a {
    text-decoration: none;
    color: #666;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2.entry-title a:hover {
    color: #ff4a1c;
}

.entry-meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}

.entry-meta:after {
    content: "";
    display: table;
    clear: both;
}

.entry-meta span {
    display: block;
    float: left;
    padding: 0 18px 0 0;
}

.entry-meta span a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.entry-meta span a:hover {
    color: #ff4a1c;
}

.entry-meta span i {
    padding-right: 6px;
    color: #ff4a1c;
}

.entry-content {
    margin: 0;
}

/*=======================================
=            Comment Content            =
=======================================*/

.comment-content h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.comment-content h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.comment-content h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.comment-content h3 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 10px 0;
}

.comment-content h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.comment-content h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.comment-content h6 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.comment-content ul {
    list-style: square;
    padding-left: 18px;
}

.comment-content ul li {
    margin: 0;
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comment-content ol {
    list-style: square;
    color: #ff4a1c;
    padding-left: 18px;
}

.comment-content ol li {
    margin: 0;
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*=====  End of Comment Content  ======*/

.entry-content h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.entry-content h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.entry-content h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.entry-content h3 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 10px 0;
}

.entry-content h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.entry-content h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.entry-content h6 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 6px 0;
}

.entry-content-img {
    line-height: 0;
    max-height: 400px;
    overflow: hidden;
}

.entry-content-img img {
    width: 100%;
}

.entry-content p {
    margin: 0;
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-content ul {
    list-style: square;
    padding-left: 18px;
}

.entry-content ul li {
    margin: 0;
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-content ol {
    list-style: square;
    color: #ff4a1c;
    padding-left: 18px;
}

.entry-content ol li {
    margin: 0;
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*.entry-content a {
	text-decoration: none;
	padding: 10px;
	display: block;
	border: 1px solid #ff4a1c;
	width: 120px;
	text-align: center;
	color: #ff4a1c;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.entry-content a:hover {
	color: #fff;
	background: #ff4a1c;
	border: 1px solid #ff4a1c;
}*/

.entry-content a {
    color: #ff4a1c;
    text-decoration: none;
    font-style: italic;
}

span.tag-links a {
    padding: 2px 10px;
    border: 1px solid #eee;
    line-height: 30px;
    margin: 6px 0;
    font-size: 14px !important;
    display: inline-block;
}

span.tag-links a:hover {
    padding: 2px 10px;
    border: 1px solid #ff4a1c;
    color: #fff !important;
    background: #ff4a1c;
    line-height: 30px;
    margin: 6px 0;
    font-size: 14px !important;
    display: inline-block;
}

.entry-footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 12px;
}

.entry-footer:after {
    content: "";
    display: table;
    clear: both;
}

.entry-footer span {
}

.entry-footer span a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.entry-footer span a:hover {
    color: #ff4a1c;
}

.entry-footer span i {
    padding-right: 6px;
    color: #ff4a1c;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.cat-links {
    padding-right: 18px;
    display: inline-block;
}

span.tags-links {
    padding-right: 18px;
    display: inline-block;
}

span.cat-links i {
    padding-right: 10px;
}

span.comments-link {
    padding-right: 18px;
}

span.read-more.pull-right {
    background: #666;
    text-align: center;
    float: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.read-more.pull-right:hover {
    background: #ff4a1c;
}

span.read-more.pull-right a {
    color: #fff;
    text-align: center;
    padding: 0px 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.read-more.pull-right a:hover {
    color: #fff;
}

span.read-more.pull-right a:hover i.fa-angle-double-right {
    color: #fff;
}

span.read-more.pull-right a i {
    padding: 0;
    color: #fff;
}

.comment-respond h3 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

p.comment-notes {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 300;
}

span#email-notes {
    color: #888;
    font-weight: 300;
}

.comment-form p {
    margin-bottom: 18px;
}

.comment-form label {
    font-size: 15px;
    font-family: roboto;
    color: #777;
    padding-bottom: 12px;
    display: block;
}

.comment-form textarea {
    border-radius: 0 !important;
    padding: 10px;
    font-size: 15px;
    color: #777;
}

.comment-form textarea:focus {
    outline: 1px solid #ff4a1c;
}

.comment-form input {
    border-radius: 0 !important;
    display: block;
}

.comment-form input:focus {
    outline: 1px solid #ff4a1c;
}

.comment-form-author {
    float: left;
    width: 31%;
    margin-right: 10px;
}

.comment-form-email {
    float: left;
    width: 31%;
    margin-right: 10px;
}

.comment-form-url {
    float: left;
    width: 31%;
    margin-right: 10px;
}

.comment-form input {
    width: 100%;
}

input.submit {
    width: inherit;
    background: #666;
    border: 0;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    padding: 12px 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input.submit:hover {
    background: #ff4a1c;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

h2.comments-title {
    background: #666;
    color: #fff;
    padding: 10px;
    margin-bottom: 22px;
    font-family: 'Roboto', sans-serif;
    display: none;
}

a#cancel-comment-reply-link {
    text-decoration: none;
    color: #fff;
    background: #666;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a#cancel-comment-reply-link:hover {
    background: #ff4a1c;
    color: #fff;
}

a.comment-edit-link {
    padding-left: 18px;
    padding-bottom: 10px;
    display: inline-block;
    color: #888;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.post-edit-link:before {
    content: '\f044';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ff4a1c;
    font-size: 16px;
}

a.comment-edit-link:before {
    content: '\f044';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ff4a1c;
    font-size: 16px;
}

a.comment-edit-link:hover {
    color: #ff4a1c;
}

p.logged-in-as {
    margin-top: 10px;
}

p.logged-in-as a {
    text-decoration: none;
    padding: 10px 10px 0 0;
    display: inline-block;
    color: #888;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

p.logged-in-as a:hover {
    color: #ff4a1c;
}

/*=====  End of Primary  ======*/

/*===========================================
=            Secondary (Sidebar)            =
===========================================*/
#secondary {
    width: 28%;
    float: right;
}

#secondary .nnc-close-icon {
    display: none;
}

.nnc-footer .nnc-close-icon {
    display: none;
}

#secondary .widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}

h3.widget-title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #555;
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 0 0 24px 0;
    padding-bottom: 18px;
}

h3.widget-title:after {
    content: '';
    display: block;
    background: #ff4a1c;
    width: 60px;
    height: 3px;
    position: absolute;
    margin-top: 17px;
}

.textwidget {
    line-height: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #555;
}

.textwidget p a {
    color: #ff4a1c;
}

.widget select {
    max-width: 100%;
}

h4.widget-title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 0 0 24px 0;
    padding-bottom: 18px;
}

h4.widget-title:after {
    content: '';
    display: block;
    background: #ff4a1c;
    width: 60px;
    height: 3px;
    position: absolute;
    margin-top: 17px;
}

/* Search widget */

/* Calendar */

td#prev a {
    text-decoration: none;
    color: #666;
}

table, th, td {
    border: 1px solid rgba(39, 48, 57, .085);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

table {
    border-collapse: separate;
    border-right: 0;
    border-bottom: 0;
    border-spacing: 0;
}

th, td {
    padding: 6px 0;
    text-align: center;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

td {
    border-width: 0 1px 1px 0;
}

.calendar_wrap caption {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
}

/* Category */

.widget ul li {
    border-bottom: 1px solid #eee;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    font-size: 15px;
    position: relative;
}

.widget ul li a {
    text-decoration: none;
    color: #777;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.widget ul li a:hover {
    text-decoration: none;;
    color: #ff4a1c;

}

.widget.widget_recent_entries ul li a {
    display: block !important;
}

.widget.widget_recent_entries ul li {
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.widget.widget_recent_entries ul li span.post-date {
    font-style: italic;
    color: #999;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

ol.comment-list li article {
    padding: 6px 0;
}

li.recentcomments span {
    font-style: italic;
}

.comment-author-link span {
    display: none;
}

.comment-author-link a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.comment-author-link a:hover {
    color: #ff4a1c;
}

a.comment-permalink {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a.comment-permalink:hover {
    color: #ff4a1c;
}

a.comment-permalink i {
    color: #ff4a1c;
    font-size: 16px;
    padding-right: 8px;
}

.comment-author-link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #777;
    padding-bottom: 10px;
}

.comment-author-link i {
    padding-right: 6px;
    color: #ff4a1c;
    font-size: 16px;
}

.comment-date-time {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #777;
    padding-bottom: 10px;
}

.comment-date-time i {
    padding-right: 6px;
    color: #ff4a1c;
    font-size: 16px;
}

section.comment-content.comment {
    background: #fff;
    padding: 14px;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

section.comment-content.comment p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #777;
    line-height: 24px;
    font-weight: 300;
}

.comment-content a.comment-reply-link {
    float: right;
    text-decoration: none;
    color: #888;
    padding: 10px;
    border: 1px solid #ccc;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.comment-content a.comment-reply-link:hover {
    background: #ff4a1c;
    color: #fff;
    border: 1px solid transparent;
}

/*=====  End of Secondary (Sidebar)  ======*/

/*===================================
=            Single Post            =
===================================*/

.block {
    padding: 40px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #eee;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.block span {
    color: #ff4a1c;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 0 6px;
}

.block span a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.block span a:hover {
    color: #ff4a1c;
}

.block span a:visited {
    color: #666;
}

.block span a:visited:hover {
    color: #ff4a1c;
}

div#crumbs {
    color: #666;
    line-height: 30px;
}

.single .nnc-entry-block {
    float: inherit;
    width: 100%;
}

.single figure.nnc-entry-image {
    float: inherit;
    line-height: 0;
    margin-right: 0;
    overflow: hidden;
}

/*=====  End of Single Post  ======*/

/*================================================
=            For Changing the Sidebar            =
================================================*/
.site-content .left_sidebar {
    padding-top: 36px;
}

.site-content .left_sidebar #primary article {
    margin-top: 30px;
}

.site-content .left_sidebar #primary article:first-child {
    margin-top: 0;
}

.site-content .left_sidebar #primary {
    float: right;
    padding-right: 0;
    padding-left: 46px;
}

.site-content .left_sidebar #secondary {
    float: left;
}

.site-content .no_sidebar_full_width {
    padding-top: 36px;
}

.no_sidebar_full_width #primary {
    width: 100%;
    float: none;
    padding-right: 0;
}

.no_sidebar_content_centered {
    padding-top: 36px;
}

.no_sidebar_content_centered #primary {
    float: none;
    margin: 0 auto;
    padding-right: 0;
}

/*=====  End of For Changing the Sidebar  ======*/

/*box-layout*/
.box .site {
    max-width: 1290px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0 4px 1px #ccc;
            box-shadow: 0px 0 4px 1px #ccc;
}

.box .site-header {
    position: fixed;
    max-width: 1290px;
}

.box .nnc-sticky {
    position: fixed;
    max-width: 1290px;
    left: inherit;
}

/*=================================
=            Error-404            =
=================================*/

.error-404 {
    text-align: center;
}

.error-404 h1.page-title {
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
    color: #ff4a1c;
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
}

.page-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

span.error-404-num {
    font-family: 'Roboto', sans-serif;
    font-size: 150px;
    padding: 60px 0;
    color: #ff4a1c;
    display: block;
}

.error-404 .search-form {
    margin-top: 24px;
}

/*=====  End of Error-404  ======*/

/*===============================
=            Mix Css            =
===============================*/
h1.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.entry-summary {
    margin: 0;
}

.entry-summary p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
}

.taxonomy-description p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #555;
}

.page-links {
    margin: 5px 0 1.5em;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-weight: 300;
}

/*=====  End of Mix Css  ======*/

/*===============================
=            Gallery            =
===============================*/
.gallery {
    padding: 10px 0;
    margin: 0;
}

/*=====  End of Gallery  ======*/

/*====================================
=            Post All Css            =
====================================*/
.aligncenter {
    padding: 10px 0;
}

.alignleft {
    padding: 10px 0;
}

.alignnone {
    padding: 10px 0;
}

.alignright {
    padding: 10px 0;
}

figcaption.wp-caption-text {
    background: #666;
    color: #fff;
    padding: 16px;
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

blockquote {
    position: relative;
    padding: 12px 18px;
    margin: 14px 0;
    border-left: 4px solid #ff4a1c;
}

table {
    margin: 14px 0;
}

dl {
    font-family: 'Roboto', sans-serif;
    color: #777;
    line-height: 30px;
}

dt {
    font-size: 18px;
    color: #555;
}

dd {
    font-size: 15px;
}

td {
    color: #777;
    padding: 10px;
}

pre {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 14px;
    margin: 14px 0;
    color: #777;
}

.comment-content a {
    text-decoration: none;
    color: #ff4a1c;
    font-weight: 400;
    font-style: italic;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.comment-content a:hover {
    text-decoration: none;
    color: #ff4a1c;
}

address {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 30px;
}

.post-title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
}

/*=====  End of Post All Css  ======*/

/*===========================================
=            Comment section Css            =
===========================================*/

/*=====  End of Comment section Css  ======*/

/*==================================
=           Contact US            =
==================================*/
.nnc-contact-info {
    padding: 10px 0 40px;
}

.nnc-contact-info:after {
    content: '';
    display: block;
    clear: both;
}

.nnc-col-one-third {
    float: left;
    width: 33.33%;
    text-align: center;
}

.nnc-col-one-third i {
    font-size: 48px;
    color: #ff4a1c;
}

.nnc-col-one-third span {
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #888;
    word-wrap: break-word;
    padding: 20px 0 14px;

}

form.wpcf7-form:after {
    content: '';
    display: block;
    clear: both;
}

form.wpcf7-form p {
    float: left;
    width: 32%;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: 14px;
    color: #888;
}

form.wpcf7-form p:nth-child(2) {
    margin-right: 2%;
}

form.wpcf7-form p:nth-child(3) {
    margin-right: 2%;
}

form.wpcf7-form p:nth-child(6) {
    width: 100%;
    text-align: center;
}

span.wpcf7-form-control-wrap input {
    border-radius: 0;
    margin-top: 14px;
    padding: 6px;
    width: 100%;
}

span.wpcf7-form-control-wrap textarea {
    border-radius: 0;
    margin-top: 14px;
    padding: 6px;
    width: 100%;
    height: 180px;
}

form.wpcf7-form p:nth-child(5) {
    width: 100%;
    padding-top: 14px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f00;
    padding: 12px;
    margin-top: 14px;
    display: inline-block !important;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #f00;
    padding: 12px;
}

div.wpcf7-response-output {
    border: 2px solid #f00;
    padding: 12px;
}

span.wpcf7-not-valid-tip {
    padding-top: 16px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #ff4a1c;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    margin-top: 14px;
    padding: 12px 35px !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ff4a1c;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

/*=====  End ofContact US  ======*/

/*-------------Scroll to top--------------*/
.nnc-scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: rgba(000, 000, 000, 0.5);
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    right: 22px;
    bottom: 20px;
    padding-bottom: 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.nnc-scroll-top:hover {
    opacity: 1 !important;
    background: #ff4a1c;
    color: #fff;
}

.nnc-scroll-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.nnc-scroll-top i.fa {
    line-height: inherit;
    font-size: 20px;
}

/*====================================
=            woo-commerce            =
====================================*/
.woocommerce span.onsale {
    background-color: #ff4a1c;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff4a1c;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ff4a1c;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ff4a1c;
}

.single-product span.sku_wrapper {
    display: block;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.single-product span.posted_in {
    display: block;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.single-product span.posted_in a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

.single-product span.posted_in a:hover {
    color: #ff4a1c;
}

.single-product span.tagged_as a:hover {
    color: #ff4a1c;
}

.single-product span.tagged_as {
    font-family: 'Open Sans', sans-serif;
}

.single-product span.tagged_as a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
}

.woocommerce .entry-summary p {
    font-size: 14px;
    margin-bottom: 18px;
    display: block;
}

.woocommerce .entry-content p {
    font-size: 14px;
}

.woocommerce-message {
    border-top: 0;
    font-size: 14px;
    line-height: 30px;
}

.woocommerce-message:before {
    color: #ff4a1c;
}

.woocommerce-info {
    color: #ff4a1c;
}

.woocommerce-info:before {
    color: #ff4a1c;
}

.woocommerce-info {
    border-top-color: #ff4a1c;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 0;
    padding: 5px;
    font-size: 14px;
}

/*=====  End of woo-commerce  ======*/

.site-branding {
	display: none;
}

.site-header.nnc-sticky .site-branding {
	display: block;
}

.menu .menu-item a {
	font-size: 22px;
	text-transform: uppercase !important;
	color: #aaaaaa;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

.menu .current-menu-item a, .menu li:hover a {
	font-weight: 400;
	color: #333333 !important;
}

.site-header.nnc-sticky .menu {
	overflow: hidden;
	/* padding: 20px 0; */
}

.search-icon {
	padding-left: 15px;
}

/* .site-header.nnc-sticky .search-icon {
	padding: 20px 0 20px 15px;
} */

.search-icon i {
	color: #ffffff !important;
}

.site-header.nnc-sticky .search-icon i {
	color: #333333 !important;
}

.site-header.nnc-sticky .menu .current-menu-item a, .site-header.nnc-sticky .menu li:hover a {
	color: #333333 !important;
}

.block-title{
  padding-bottom: 60px;
}



.block-title.news{
	padding: 50px 0 0;
  background-color: #fff;
}

.block-title.blog{
	padding: 50px 0 0;
  background-color: #f7f7f7;
}


.block-title h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-align: center;
  line-height: normal;
  letter-spacing: 3px;
  padding: 0 20px;
}

.strangeSlider {
    border-bottom: 1px solid #999;
    max-width: 300px;
    margin: 26px auto;
}

.strangeThumb {
    background: #000000;
    border: 0;
    width: 60px;
    margin: 0 auto;
    height: 3px;
    margin-bottom: -2px;
    cursor: pointer;
}

.block-title h3{
	font-size: 22px;
	text-align: center;
	font-weight: 500;
}

.block-title h3 span,
.nnc-blog-block-header h4 span{
	border-bottom: 1px solid #999;
	display: block;
    max-width: 175px;
    margin: 22px auto;
	margin-top: 10px;
}

.block-title p {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #777;
    font-family: 'Roboto', sans-serif;
	padding: 0 20px;
}

.doctor-header {
	width: 100%;
	/* max-width: 1400px; */
	width: 100%;
	height: 430px;
	padding-top: 100px;
	background: url(/wp-content/uploads/2017/05/header.jpg) center no-repeat;
	background-size: cover;
}

.doctor-head {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.doctor-head-descr {
	color: #ffffff;
	font-size: 43px;
	line-height: 38px;
	font-weight: 400;
}

.doctor-head-descr span {
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
}

.doctor-head-logo {
	width: 240px;
	height: 268px;
	background: url(/wp-content/uploads/2017/05/logo.png) center no-repeat;
}

.buton-record{
	margin-top: 66px;
}

.buton-record a{
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 45px;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	background-color:#000;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 2px solid #fff;
  outline: none;
}

.buton-record a:hover{
	color: #333;
	background-color:  #fff;

}

.button{
	text-align: center;
	margin: 40px 0;
	width: 100%;

}

.button.all-articles{
  margin: 0;
  padding: 40px 0;
}

.button a,
.button input[type="button"],
input[type="submit"],
.nnc-blog-block-pagination a{
    border: 1px solid #ccc !important;
    display: inline-block;
    outline: none;
    padding: 12px 35px !important;
    line-height: 1.2 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #777 !important;
	  background: #ffffff !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out !important;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out !important;

}

.button a:hover,
.button input[type="button"]:hover,
input[type="submit"]:hover,
.nnc-blog-block-pagination a:hover {
    background: #444 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
}

.button.read-more a{
  padding: 12px 20px !important;
}

.about-container .read-more.showAll a{
  padding: 12px 35px !important;
}

.service-main-wrap .read-more.showAll a{
  padding: 12px 35px !important;
}



img.shadow{
	border: 3px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.soc-bar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.soc-bar__facebook, .soc-bar__vk, .soc-bar__instagram, .soc-bar__youtube{
	width: 51px;
	height: 51px;
	margin: 22px 9px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* Для IE8 и ниже*/
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.soc-bar__facebook{
	background: url(/wp-content/uploads/2017/05/logo_facebook.png) no-repeat;
}

.soc-bar__vk{
	background: url(/wp-content/uploads/2017/05/Viber_logo.png) no-repeat;
}

.soc-bar__instagram{
	background: url(/wp-content/uploads/2017/05/logo_instagram.png) no-repeat;
}

.soc-bar__youtube{
	background: url(/wp-content/uploads/2017/05/logo_youtube.png) no-repeat;
}

.soc-bar__facebook:hover, .soc-bar__vk:hover, .soc-bar__instagram:hover, .soc-bar__youtube:hover{
	opacity: 1;
	filter: alpha(opacity=100); /* Для IE8 и ниже*/
}

.block-about,
.block-services,
.block-trust{
	padding: 52px 0 60px;
    text-align: center;
}


.block-services-mobile{
  padding: 50px 20px;
  text-align: center;
}

.block-services-mobile .block-title{
  padding: 20px;
}

.block-contacts{
	padding: 52px 0 0px;
    text-align: center;
}

.block-resault{
  padding-top: 50px;
}

/*.about-container, .service-container, .resault-container, .trust-container, .contacts-container{
		padding: 40px 20px;
	}

/*==================================
=        Блок "О докторе"         =
==================================*/
.block-about:after {
    content: "";
    display: table;
    clear: both;
}

.about-container{
	padding: 0 40px;
  overflow: hidden;
  margin: 0 auto;
}

.about-content{
	font-family: Roboto;
	font-weight: 300;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333;
}




/*=================================
=                //               =
==================================*/


/*==================================
=           Блок "Услуги"         =
==================================*/
.block-services,
.block-services .service-container,
.block-services-mobile {
    display: none;
    background: #f9f9f9;
}

.block-services:after {
    content: "";
    display: table;
    clear: both;
}

.service-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-main-content{
  margin-bottom: 80px;
}

/* Рисуем ромбики в блоке "Услуги" */
.service-item-wrap{
	width: 125px;
	margin-top: 25px;
}

.service-item-wrap.noMore .service-item-img-left,
.service-item-wrap.noMore .service-item-img-right{
  cursor: default;
}

.service-item-wrap.noMore img,
.service-item-wrap.noMore span
{
  visibility: hidden;
}

.service-right-block .service-item-wrap:first-child, .service-left-block .service-item-wrap:first-child{
	margin-top: 7px;
}

.service-item-wrap.item2, .service-item-wrap.item3, .service-item-wrap.item6, .service-item-wrap.item7, .service-item-wrap.item8{
	display: none;
}

.service-item{
	position: relative;
	border: solid 7px #fff;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	transform: perspective(1px) rotate(45deg);
	-webkit-transform: perspective(1px) rotate(45deg);
	/* margin-left: 26px; */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
    overflow: hidden;
}

.service-item-img{
	position: relative;
	border: solid 2px #444;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
  background-color: #fff;
}

.service-item-img img{
	cursor: pointer;
	-webkit-transform: perspective(1px) rotate(-45deg) scale(1.5);
	        transform: perspective(1px) rotate(-45deg) scale(1.5);
}

.service-item-wrap span{
	display: inline-block;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	text-align: center;
	color: #333;
	margin-top: 24px;
}



.service-item-wrap.item6{
	padding: 0 10px;
}

.service-item-wrap.item-right span, .service-item-wrap.item-left span{
	font-size: 18px;
	font-weight: 500;
}

.service-item-img-left, .service-item-img-right{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-item-img-left img, .service-item-img-right img{
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: relative;
	opacity: 0.5;
	filter: alpha(opacity=50); /* Для IE8 и ниже*/
}

.service-item-img-left img{
  top: 2px;
  right: 2px
}

.service-item-img-right img{
  top: -2px;
  left: 2px;
}

.service-item-img-left:hover img, .service-item-img-right:hover img{
	opacity: 1;
	filter: alpha(opacity=100); /* Для IE8 и ниже*/
}

/* ======== // ======= */
.service-left-block, .service-right-block{
	width: 312px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.service-left-block{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.service-main-wrap{
  padding: 15px 22px;
	margin: 0 18px;
  position: relative;
	border: 1px solid #ccc;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333;
	background: #fff;
	max-width: 535px;
	min-width: 535px;
  min-height: 402px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.service-main-wrap img{
	width: 198px;
	height: 198px;
	border: solid 1px #ccc;
	margin-right: 25px;
	float: left;
}

.service-main-wrap .block-title{
  padding-bottom: 0;
}

.service-main-wrap .button{
  position: absolute;
  margin: 30px 0;
  bottom: 0;
  left: 0;

}

/*.service-main-wrap .button.read-more a{
  padding: 12px 35px !important;
}*/


/*=================================
=                //               =
==================================*/


/*==================================
=        Блок "Результаты"      =
==================================*/
.photo-resault{
	margin: 0 50px;
}

@media (min-width: 1000px) {
	#rev_slider_1_1_wrapper {
		width: 900px !important;
		height: 455px !important;
		border: 5px solid #fff;
		border-radius: 3px;
		-webkit-box-shadow: 0px 0px 10px #000;
		        box-shadow: 0px 0px 10px #000;
    margin: 10px auto 60px !important;;
	}
}

.tp-rightarrow {
	left: auto !important;
	right: -200px;
}

.tp-leftarrow {
	left: -120px !important;
}

#rev_slider_1_1 .uranus.tparrows {
	width: 80px !important;
	height: 80px !important;
}

#rev_slider_1_1 .uranus.tparrows:before {
	width: 80px !important;
	height: 80px !important;
	font-size: 80px !important;
	line-height: 80px !important;
	color: #e4e4e4 !important;
	font-weight: bold;
}

#rev_slider_1_1 .uranus.tparrows:hover:before {
	color: #c4c4c4 !important;
}

.resault-slider{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.resault-content p{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.78;
	text-align: center;
	margin: 0 auto;
}

.big-left-arrow{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.big-left-arrow a, .big-right-arrow a{
	display: block;
	width: 44px;
	height: 73px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* Для IE8 и ниже*/
}

.big-left-arrow a{
	background: url(/wp-content/uploads/2017/05/big-left-arrow.png) no-repeat;
}

.big-right-arrow a{
	background: url(/wp-content/uploads/2017/05/big-right-arrow.png) no-repeat;
}

.big-left-arrow a:hover, .big-right-arrow a:hover{
	opacity: 1;
	filter: alpha(opacity=100); /* Для IE8 и ниже*/
}

/*=================================
=                //               =
==================================*/

/*================================================
=        Блок "Почему клиенты мне доверяют"      =
==================================================*/
.block-trust h2, .block-trust h3, .block-trust .block-title p{
	color: #fff;
}

.block-trust{
	background: #333;
}

.block-trust .block-title h2 span {
    border-bottom: 1px solid #fff;
}

.block-trust .block-title h2 span:after {
    background: #fff;
}

.trust-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.clientsItem__pic{
	width: 198px;
	height: 99px;
	background: url(/wp-content/uploads/2017/05/triangle-grey-top.png) no-repeat;
	margin-bottom: 4px;
	vertical-align: bottom;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 3px;
}

.clientsItem__pic i{
	font-size: 55px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.clientsItem__nums{
	width: 198px;
	height: 99px;
	font-size: 28px;
	color: #fff;
	padding-top: 12px;
	background: url(/wp-content/uploads/2017/05/triangle-grey-bot.png) no-repeat;
	margin-bottom: 21px;
}

.clientsItem__cap{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.clientsItem:hover .clientsItem__pic i{
	color: red;

}
/*=================================
=                //               =
==================================*/

/*================================================
=        Блок "Контакты"      =
==================================================*/
.contactsItems{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.contactsItems__phone,
.contactsItems__email,
.contactsItems__geotag{
  width: 33%;
  position: relative;
    left: -2px;
}

.contactsItems__email .cap {
	width: 145px;
	margin: 0 auto;
}

.contactsItems__email .cap span:nth-of-type(1) {
	float: right;
}
.contactsItems__email .cap span:nth-of-type(2) {
	float: right;
}
.contactsItems__email .cap span:nth-of-type(3) {
	float: left;
}


.contactsItems__phone .icon i, .contactsItems__email .icon i, .contactsItems__geotag .icon i{
	font-size: 55px;
	color: #000;
}

.contactsItems__phone .cap, .contactsItems__email .cap, .contactsItems__geotag .cap{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.1px;
	line-height: 1.3;
}

.contactsForm{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 18px;
	font-weight: 300;
}

.contactsForm__name, .contactsForm__email, .contactsForm__phone, .contactsForm__message{
	text-align: left;
	width: 31%;
}

.contactsForm input[type="text"], .contactsForm textarea {
	border: 1px solid #e4e4e4;
	border-radius: 0;
	width: 100%;
}

.contactsForm__message{
	margin-top: 10px;
	width: 100%;
}

.contactsForm__message textarea{
	height: 200px;
}
/*=================================
=                //               =
==================================*/


/* ------------------------------------------------------- */


/*==================================
=           Медиа адаптив          =
==================================*/
@media (max-width: 400px) {
  .about-container{
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
	.doctor-head-descr{
		font-size: 33px;
		text-align: center;
    margin: 0 20px !important;
	}


	.buton-record{
		margin-top: 46px;
		text-align: center;
	}

	.buton-record a{
		font-size: 20px;
	}

	.doctor-head-descr span{
		font-size: 23px;
	}

	.doctor-head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.doctor-head-logo{
		display: none;
		margin-left: 10px;
	}

	.block-about, .block-services, .block-trust{
		padding: 52px 0 20px;
		text-align: center;
	}
	.block-contacts{
		padding: 52px 0 0px;
		text-align: center;
	}

  .block-resault{
    padding-top: 60px;
  }

  .block-resault .block-title{
    padding-bottom: 40px;
  }

	.about-content{
		font-size: 18px;
		line-height: 1.7;
	}

	.contactsForm__name, .contactsForm__email, .contactsForm__phone, .contactsForm__message{
		width: 100%;
	}

  .nnc-blogs-description{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nnc-blog-block .nnc-blogs-description .nnc-blog-img{
    min-width: inherit;
  }

  .nnc-blog-desc p{
    padding-top: 20px;
  }

  /*Begin block Services-mobile*/
  .block-services-mobile{
    padding: 50px 10px 30px;
    display: block;
  }

  .service-container{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .service-item-wrap{
      margin-top: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
  }

  .service-item-wrap span{
    margin: 0;
  }

  .service-item{
    z-index: 2;
    border-width: 8px;
    margin: 0 22px;
    position: absolute;
  }

  .service-item-header{
    position: relative;
    padding: 0 10px;
    margin-left: 80px;
    background-color: #fff;
    z-index: 1;
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #7e7e7e;
    top: 2px;
    width: 100%;
    min-height: 78px;
  }

  .service-item-header span{
    font-size: 16px;
  }

  .service-item-header p{
    position: relative;
    /*left: -30px;*/
    margin: 20px 0 0;
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    padding: 10px;
  }

  .service-item-header .button{
    margin: 25px 0;
    position: relative;
    /*left: -15px;*/
  }

  .service-item-wrap span{
    text-align: left;
  }

  .service-item-wrap:after{
    content: '';
    display: block;
    position: absolute;
    border: solid 1px #7e7e7e;
    background: #fff;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    top: -1px;
    left: 21px;
    transform: perspective(1px) rotate(45deg);
    -webkit-transform: perspective(1px) rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }

  .service-item-wrap.active .service-item-header{
    margin-left: 23px;
  }

  .service-item-wrap.active .service-item-header span{
    position: relative;
    margin: 0 0 0 90px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service-item-wrap .service-item-header span{
    position: relative;
    margin: 15px 0 15px 33px;
  }

  .service-item-wrap .service-item-header__desc{
    display: none;
  }

  .service-item-wrap.active .service-item-header__desc{
    display: block;
  }

  /*end block Services-mobile*/

  /*Begin Slider*/
  .rev_slider_wrapper{
    margin: 10px auto 60px !important;
    width: 60%;
  }

  #rev_slider_1_1 .uranus.tparrows:before{
    width: 50px !important;
    height: 50px !important;
    font-size: 50px !important;
    line-height: 80px !important;
    color: #e4e4e4 !important;
    font-weight: bold;
  }

  #rev-slider-widget-2{
    overflow: hidden;
  }

  #rev-slider-widget-2 .tp-leftarrow{
    left: -90px !important;
  }

  #rev-slider-widget-2 .tp-rightarrow{
    right: -190px !important;
  }

  .tp-mask-wrap{
    display: block;
  }
  /*end Slider*/

  .block-title h2 div{
    max-width: 220px;
  }

  .contactsItems__phone,
  .contactsItems__email,
  .contactsItems__geotag{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 10px 0;
  }

  #newsSection .nnc-blogs,
  #blogSection .nnc-blogs {
      padding: 0 10px;
  }

  .ts-nav-icon{
    padding-top: 8px;
  }

  .nnc-sticky .nnc-search, .nnc-search{
    padding: 12px 0;
    line-height: normal;
  }

  .nnc-sticky .ts-nav-icon{
    padding-top: 11px;
    line-height: normal;
  }

}

@media (max-width: 575px) and (orientation: landscape) {
	.doctor-head-descr{
		font-size: 33px;
		text-align: center;
		margin: 0 20px !important;
	}

	.buton-record{
		text-align: center;
	}

	.buton-record a{
		font-size: 20px;
	}

	.doctor-head-descr span{
		font-size: 23px;
	}

	.doctor-head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.doctor-head-logo{
		display: none;
	}

	.doctor-head-logo {
		margin-left: 10px;
	}

	.menu .menu-item a{
		font-size: 16px;
	}

	.main-navigation li{
		line-height: 16px;
	}

	.about-content{
		font-size: 18px;
		line-height: 1.7;
	}

	.contactsForm__name, .contactsForm__email, .contactsForm__phone, .contactsForm__message{
		width: 100%;
	}

  .nnc-blogs-description{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nnc-blog-block .nnc-blogs-description .nnc-blog-img{
    min-width: inherit;
  }

  .nnc-blog-desc p{
    padding-top: 20px;
  }

  /*Begin block Services-mobile*/
  .block-services-mobile{
    display: block;
  }

  .service-container{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .service-item-wrap{
      margin-top: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
  }

  .service-item-wrap span{
    margin: 0;
  }

  .service-item{
    z-index: 2;
    border-width: 8px;
    margin: 0 22px;
    position: absolute;
  }

  .service-item-header{
    position: relative;
    padding: 25px 35px 25px 55px;
    margin-left: 80px;
    background-color: #fff;
    z-index: 1;
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #7e7e7e;
    top: 2px;
    width: 100%;
  }

  .service-item-header span{
    font-size: 20px;
  }

  .service-item-header p{
    position: relative;
    left: -30px;
    margin: 30px 0 0;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
  }

  .service-item-header .button{
    margin: 25px 0;
  }

  .service-item-wrap:after{
    content: '';
    display: block;
    position: absolute;
    border: solid 1px #7e7e7e;
    background: #fff;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    top: -1px;
    left: 21px;
    transform: perspective(1px) rotate(45deg);
    -webkit-transform: perspective(1px) rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }

  .service-item-wrap.active .service-item-header{
    margin-left: 61px;
  }

  .service-item-wrap.active .service-item-header span{
    position: relative;
    margin-left: 19px;
  }

  .service-item-wrap .service-item-header__desc{
    display: none;
  }

  .service-item-wrap.active .service-item-header__desc{
    display: block;
  }

  /*end block Services-mobile*/
}

@media (min-width: 576px) and (max-width: 694px) {
	.doctor-head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.doctor-head-logo{
		display: none;
	}

	.doctor-head-descr {
		text-align: center;
    margin: 0 20px !important;
	}

	.doctor-head-buttons{
		margin-right: 20px;
	}

	.buton-record{
		text-align: center;
	}

	.about-content{
		font-size: 18px;
		line-height: 2;
	}

  .photo-doc{
		float: none;
		margin-right: 0;
    margin-top: 30px;
	}

	.contactsForm__name, .contactsForm__email, .contactsForm__phone, .contactsForm__message{
		width: 100%;
	}

  .nnc-blogs-description{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nnc-blog-block .nnc-blogs-description .nnc-blog-img{
    min-width: inherit;
  }

  .nnc-blog-desc p{
    padding-top: 20px;
  }



  /*Begin block Services-mobile*/
  .block-services-mobile{
    display: block;
  }

  .service-container{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .service-item-wrap{
      margin-top: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
  }

  .service-item-wrap span{
    margin: 0;
  }

  .service-item{
    z-index: 2;
    border-width: 8px;
    margin: 0 22px;
    position: absolute;
  }

  .service-item-header{
    position: relative;
    padding: 25px 35px 25px 55px;
    margin-left: 80px;
    background-color: #fff;
    z-index: 1;
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #7e7e7e;
    top: 2px;
    width: 100%;
  }

  .service-item-header span{
    font-size: 20px;
  }

  .service-item-header p{
    position: relative;
    left: -30px;
    margin: 30px 0 0;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
  }

  .service-item-header .button{
    margin: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-item-wrap:after{
    content: '';
    display: block;
    position: absolute;
    border: solid 1px #7e7e7e;
    background: #fff;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    top: -1px;
    left: 21px;
    transform: perspective(1px) rotate(45deg);
    -webkit-transform: perspective(1px) rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }

  .service-item-wrap.active .service-item-header{
    margin-left: 61px;
  }

  .service-item-wrap.active .service-item-header span{
    position: relative;
    margin-left: 19px;
  }

  .service-item-wrap .service-item-header__desc{
    display: none;
  }

  .service-item-wrap.active .service-item-header__desc{
    display: block;
    margin-bottom: 60px;
  }

  /*end block Services-mobile*/

  /*Begin Slider*/
  .rev_slider_wrapper{
    width: 50%;
  }

  #rev_slider_1_1 .uranus.tparrows:before{
    width: 50px !important;
    height: 50px !important;
    font-size: 50px !important;
    line-height: 80px !important;
    color: #e4e4e4 !important;
    font-weight: bold;
  }

  #rev-slider-widget-2{
    overflow: hidden;
  }

  #rev_slider_1_1_wrapper {
    width: 400px !important;
    height: auto !important;
    border: 5px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    margin: 10px auto 60px !important;
  }

  #rev-slider-widget-2 .tp-leftarrow{
    left: -100px !important;
  }

  .tp-mask-wrap{
    display: block;
  }
  /*end Slider*/

}

@media (min-width: 695px) and (max-width: 767px) {
	.doctor-head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.buton-record{
		text-align: center;
	}

	.doctor-head-logo{
		display: none;
	}

	.doctor-head-descr {
		text-align: center;
    margin: 0 20px !important;
	}

	.doctor-head-buttons{
		margin-right: 20px;
	}

	.about-content{
		font-size: 18px;
		line-height: 2;
	}

  .photo-doc{
		float: none;
		margin-right: 0;
    margin-top: 30px;
	}

  .nnc-blogs-description{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nnc-blog-block .nnc-blogs-description .nnc-blog-img{
    min-width: inherit;
  }

  .nnc-blog-desc p{
    padding-top: 20px;
  }

  /*Begin block Services-mobile*/
  .block-services-mobile{
    display: block;
  }

  .service-container{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .service-item-wrap{
      margin-top: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
  }

  .service-item-wrap span{
    margin: 0;
  }

  .service-item{
    z-index: 2;
    border-width: 8px;
    margin: 0 22px;
    position: absolute;
  }

  .service-item-header{
    position: relative;
    padding: 25px 35px 25px 55px;
    margin-left: 80px;
    background-color: #fff;
    z-index: 1;
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #7e7e7e;
    top: 2px;
    width: 100%;
  }

  .service-item-header span{
    font-size: 20px;
  }

  .service-item-header p{
    position: relative;
    left: -30px;
    margin: 30px 0 0;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
  }

  .service-item-header .button{
    margin: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-item-wrap:after{
    content: '';
    display: block;
    position: absolute;
    border: solid 1px #7e7e7e;
    background: #fff;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    top: -1px;
    left: 21px;
    transform: perspective(1px) rotate(45deg);
    -webkit-transform: perspective(1px) rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }

  .service-item-wrap.active .service-item-header{
    margin-left: 61px;
  }

  .service-item-wrap.active .service-item-header span{
    position: relative;
    margin-left: 19px;
  }

  .service-item-wrap .service-item-header__desc{
    display: none;
  }

  .service-item-wrap.active .service-item-header__desc{
    display: block;
    margin-bottom: 60px;
  }

  /*end block Services-mobile*/

  /*Begin Slider*/
  .rev_slider_wrapper{
    width: 50%;
  }

  #rev_slider_1_1 .uranus.tparrows:before{
    width: 50px !important;
    height: 50px !important;
    font-size: 50px !important;
    line-height: 80px !important;
    color: #e4e4e4 !important;
    font-weight: bold;
  }

  #rev-slider-widget-2{
    overflow: hidden;
  }

  #rev-slider-widget-2 .tp-leftarrow{
    left: -100px !important;
  }

  #rev_slider_1_1_wrapper {
    width: 500px !important;
    height: auto !important;
    border: 5px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    margin: 10px auto 60px !important;
  }

  .tp-mask-wrap{
    display: block;
  }
  /*end Slider*/

}

@media (min-width: 768px) and (max-width: 991px) {
  .doctor-head-descr {
    margin: 90px 30px 0;
  }

	.about-content{
		font-size: 20px;
		line-height: 2;
	}

	.photo-doc{
		float: none;
		margin-right: 0;
    margin-top: 30px;
	}

  .nnc-blogs-description{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nnc-blog-block .nnc-blogs-description .nnc-blog-img{
    min-width: inherit;
  }

  .nnc-blog-desc p{
    padding-top: 20px;
  }

  /*Begin block Services-mobile*/
  .block-services-mobile{
    display: block;
  }

  .service-container{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .service-item-wrap{
      margin-top: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
  }

  .service-item-wrap span{
    margin: 0;
  }

  .service-item{
    z-index: 2;
    border-width: 8px;
    margin: 0 22px;
    position: absolute;
  }

  .service-item-header{
    position: relative;
    padding: 25px 35px 25px 55px;
    margin-left: 80px;
    background-color: #fff;
    z-index: 1;
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #7e7e7e;
    top: 2px;
    width: 100%;
  }

  .service-item-header span{
    font-size: 20px;
  }

  .service-item-header p{
    position: relative;
    left: -30px;
    margin: 30px 0 0;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
  }

  .service-item-header .button{
    margin: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-item-wrap:after{
    content: '';
    display: block;
    position: absolute;
    border: solid 1px #7e7e7e;
    background: #fff;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    top: -1px;
    left: 21px;
    transform: perspective(1px) rotate(45deg);
    -webkit-transform: perspective(1px) rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }

  .service-item-wrap.active .service-item-header{
    margin-left: 61px;
  }

  .service-item-wrap.active .service-item-header span{
    position: relative;
    margin-left: 19px;
  }

  .service-item-wrap .service-item-header__desc{
    display: none;
  }

  .service-item-wrap.active .service-item-header__desc{
    display: block;
    margin-bottom: 60px;
  }

  /*end block Services-mobile*/

  /*Begin Slider*/
  .rev_slider_wrapper{
    width: 50%;
  }

  #rev_slider_1_1 .uranus.tparrows:before{
    width: 50px !important;
    height: 50px !important;
    font-size: 50px !important;
    line-height: 80px !important;
    color: #e4e4e4 !important;
    font-weight: bold;
  }

  #rev-slider-widget-2{
    overflow: hidden;
  }

  #rev-slider-widget-2 .tp-leftarrow{
    left: -100px !important;
  }

  .tp-mask-wrap{
    display: block;
  }

  #rev_slider_1_1_wrapper {
    width: 600px !important;
    height: auto !important;
    border: 5px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    margin: 10px auto 60px !important;
  }
  /*end Slider*/

}

@media (max-width: 1025px) {
  .doctor-head{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .doctor-head-descr {
    margin: 90px 30px 0;
  }

  .doctor-head-logo{
		display: none;
	}

  .menu .menu-item a{
    font-size: 15px !important;
  }
}



@media (max-width: 850px){
  .clientsItem{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.menu .menu-item a{
		font-size: 15px;
	}

	.block-services{
		display: block;
	}
    
    .block-services .service-container{
		display: flex;
	}

  .nnc-header{
    padding: 30px 0 0;
  }

	.doctor-head-descr {
    margin-top: 90px;
		margin-left: 50px;
	}

	.doctor-head-buttons{
		margin-right: 50px;
	}

	.photo-doc{
		float: left;
		margin-right: 50px;
    margin-top: 7px;
	}

	.about-content{
		font-size: 20px;
		line-height: 2.2;
    min-height: 312px;
    padding-top: 20px;
	}

	.menu .menu-item a {
		color: #fff;
	}

	.menu .current-menu-item a, .menu li:hover a {
		color: #fff !important;
	}

  .nnc-blog-block .nnc-blogs-description .nnc-blog-img{
    min-width: 450px;
  }

  /*Begin Slider*/
  .rev_slider_wrapper{
    width: 50%;
  }

  #rev_slider_1_1 .uranus.tparrows:before{
    width: 50px !important;
    height: 50px !important;
    font-size: 50px !important;
    line-height: 80px !important;
    color: #e4e4e4 !important;
    font-weight: bold;
  }

  #rev-slider-widget-2{
    overflow: hidden;
  }

  #rev-slider-widget-2 .tp-leftarrow{
    left: -100px !important;
  }

  .tp-mask-wrap{
    display: block;
  }

  #rev_slider_1_1_wrapper {
    width: 800px !important;
    /*height: 455px !important;*/
    height: auto !important;
    border: 5px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    margin: 10px auto 60px !important;
  }
  /*end Slider*/

  .about-container .read-more{
		/*max-width: 1200px;*/
		position: absolute;
    left: 0;
    margin-top: 60px;
	}

  .about-container .read-more.showAll{
    position: relative;
    margin-bottom: 0;
  }

 }

 @media (max-width: 1033px) {
  .block-about{
      padding: 52px 0 20px;
  }

   .photo-doc{
 		float: none;
    margin-top: 7px;
 	}

  .about-content{
    min-height: inherit;
  }

  .about-container .read-more{
    position: relative;
  }
 }

@media (min-width: 1200px) {
	.block-title p {
		max-width: 730px;
	}

	.menu .menu-item a {
		color: #fff;
    font-size: 16px;
	}

	.menu .current-menu-item a, .menu li:hover a {
		color: #fff !important;
	}

	.doctor-head-descr {
		margin-top: 90px;
	}

  .doctor-head{
    max-width: 1100px;
    position: relative;
    left: -14px;
  }

  .nnc-header{
    padding: 30px 0 0;
    /*max-width: 1100px;*/
    margin: 0 auto;
  }

	.about-content{
		font-size: 20px;
		line-height: 2.2;
    min-height: 312px;
    padding-top: 20px;
	}

	.photo-doc{
		float: left;
		margin-right: 50px;
    margin-top: 7px;
	}

  .block-services {
		display: block;
	}
    
    .block-services .service-container{
            display: flex;
        }

	.resault-content p{
		width: 745px;
	}

  .about-container .read-more{
		/*max-width: 1200px;*/
		position: absolute;
    left: 0;
    margin-top: 60px;
	}

}

@media (max-width: 1250px) {
  .menu .menu-item a {
    font-size: 16px;
  }
}

@media (min-width: 1270px) {
  .about-container, .service-container, .resault-container, .trust-container{
		max-width: 1200px;
		margin: 0 auto;
	}

  .doctor-head, .nnc-header{
    max-width: 1200px;
  }

	.contacts-container{
		max-width: 1200px;
		margin: 0px auto;
	}

	.about-container .read-more{
		/*max-width: 1200px;*/
		position: absolute;
    left: 0;
    margin-top: 60px;
	}

  .about-container .read-more.showAll{
    /*position: relative;*/
    margin-bottom: 0;
  }

  .block-services {
		display: block;
	}
    .block-services .service-container{
		display: flex;
	}

	.service-item-wrap.item2, .service-item-wrap.item3{
		display: block;
		margin-right: 101px;
	}

	.service-item-wrap.item5, .service-item-wrap.item7, .service-item-wrap.item9{
		display: block;
		/*margin-left: -10px;*/
	}

	.service-item-wrap.item7{
		display: block;
		margin-top: -126px;
	}

	.service-item-wrap.item6, .service-item-wrap.item8{
		display: block;
		margin-left: 101px;
	}

	.service-item-wrap.item-left{
		margin-right: 200px;
		margin-top: -25px;
	}

	.service-item-wrap.item-right{
		margin-left: 201px;
		/* margin-bottom: -102px; */
	}

	.service-left-block{
		-webkit-box-align: end;
			-ms-flex-align: end;
				align-items: flex-end;
		background: url(/wp-content/uploads/2017/05/service-left-block-bg.png) no-repeat;
		background-position: 40px 50px;
	}

	.service-right-block{
		background: url(/wp-content/uploads/2017/05/service-right-block-bg.png) no-repeat;
		background-position: 59px 45px;
	}

	.service-item-wrap{
		height: 125px;
		margin-top: -25px;
	}

  .service-main-wrap{
    min-height: 493px;
  }





}
/*=================================
=                //               =
==================================*/
.service-main-content a {
	color: #0000ff !important;
	text-decoration: underline;
}
.service-main-content a:hover {
	text-decoration: none;
}