/*
Theme Name: Elit
Version: 1.0
Author: the Elit team
*/

/* browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {  
  font-size: 62.5%;  
   -webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
  font-family: Arial, Helvetica, sans-serif;  
  font-size:14px;
  line-height:22px;  
  padding:0;  
  color:#2f2f2f;
  background:#fff;  
  -webkit-font-smoothing: antialiased; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0; 
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul {
	list-style: none;
}
ul li{
  list-style-type:none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration:underline;
  color:#f91a26;
}
a:hover{
  text-decoration:none;
}
:focus, *:focus,
:active, *:active {
  outline:0;
  noFocusLine: expression(this.onFocus=this.blur());
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clear{
  clear:both;
  font-size:1px;
}
h1,h2,h3,h4,h5,h6{
  font-weight:normal;
}

/* text aligments */

.text-left   { text-align: left!important;   }
.text-right  { text-align: right!important;  }
.text-center, .aligncenter { text-align: center!important; }

/* go structure */

#page {
  width:100%;
  overflow: hidden;  
}
.inner {
	max-width: 1000px;
	padding: 0 3rem;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	vertical-align: top;
	width: 100%;
	height: auto;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-directionNav a:hover {
	opacity: 0.8;
}
.nivo-prevNav {
	left:5.5%;
	width: 45px ;
	height:45px ;
	text-indent: -9999px;
	background: url(/wp-content/themes/elit-theme/images/prev-icon.png) no-repeat;
}
.nivo-nextNav {
	right:5.5%;
	width: 45px ;
	height:45px ;
	text-indent: -9999px;
	background: url(/wp-content/themes/elit-theme/images/next-icon.png) no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.designed {
    background: url("/wp-content/themes/elit-theme/images/designed-logo.png") no-repeat 0 50%;
    color: #d9d9d9;
    float: left;
    font-size: 12px;
    font-style: italic;
    line-height: 19px;
    margin: 0;
    padding: 0 0 0 46px;
}
.top {
	background: #1b1b1b;
	padding: 1.5rem 0 1.9rem;
	color: #b7b7b7;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 19px;
	overflow: hidden;
}
.top .address {
	float: right;
	
}
.top .address span {
	padding-left: 26px;
	background: url(/wp-content/themes/elit-theme/images/address-icon.png) no-repeat 0 0;
	display: inline-block;
}
.top .call {
	float: left;
	color: #b7b7b7;
	padding-left: 32px;
	background: url(/wp-content/themes/elit-theme/images/mail-icon.png) no-repeat 0 50%;
	text-decoration: underline;
}
.top .call:hover {
	text-decoration: none;
}
#masthead {
	background: #222121;
}
.site-logo {
	margin: 0 auto;
	padding: 3rem 0 3.5rem;
	width: 230px;
}
.site-logo a  {
	display: block;
	width: 100%;
	background: url(/wp-content/themes/elit-theme/images/logo.png) no-repeat 50% 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding-top: 49px;
	line-height: 15px;
	text-decoration: none;
}
#masthead .search-form {
	position: absolute;
	top: 4rem;
	left: 3rem;
	border: 1px solid #383838;
}
#masthead .search-form input {
	float: left;
	width: 20rem;
	box-sizing: border-box;
	color:#b7b7b7;
	font-family: Arial;
	font-style: italic;
	padding: 0 1.2rem;
	font-size: 1.2rem;
	height: 3.7rem;
	line-height: 3.7rem;
	border: none;
	background: none;
	-webkit-appearance: none;
}
#masthead .search-submit {
	border: none;
	background: none;
	-webkit-appearance: none;
	height: 3.7rem;
	width: 3.7rem;
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
}
#masthead .search-submit:before {
	position: absolute;
	width: 14px;
	height: 15px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	content: "";
	display: block;
	background: url(/wp-content/themes/elit-theme/images/search-icon.png) no-repeat 0 0;
}
#masthead .search-submit:hover:before {
	opacity: 0.8;
}
#masthead > .inner {
	position: relative;
}
.header-info {
	position: absolute;
	top: 3.6rem;
	right: 3rem;
	text-align: right;
}
.header-info li {
	display: block;
	line-height: 2.6rem;
	font-size: 1.4rem;
	color: #fff;
	font-style: italic;
}
.header-info li em {
	color: #b7b7b7;
	font-size: 1.3rem;
}
#site-navi {
	background: #222121 url(/wp-content/themes/elit-theme/images/bg-navi.jpg) repeat-x 0 0; 
	text-align: center;
	position: relative;
	z-index: 9;
}
#site-navi li {
	display: inline-block;
	position: relative;
}
#site-navi li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.7rem;
	padding: 1.7rem 1.6rem; 
	position: relative;
}
#site-navi li.menu-item-has-children > a:before {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 7px;
	height: 4px;
	margin-top: -2px;
	content: "";
	display: block;
	background: url(/wp-content/themes/elit-theme/images/arrow-01.png)
}

#site-navi li a:hover {
	color: #f91a26;
}
#site-navi li ul {
	position: absolute;
	top: 100%;
	display: none;
	left: 0;
	width: 224px;
	background: #2c2c2c;
}
#site-navi li:hover ul {
	display: block;
}
#site-navi li ul li {
	display: block;
	border-top: 1px solid #3b3b3b;
}
#site-navi li ul li:first-child {
	border-top: none;
}
#site-navi li ul li a {
	display: block;
	text-align: left;
	padding: 1rem 1.4rem;
	font-size: 1.3rem;
	text-transform: none;
	line-height: 1.7rem;
}
#site-navi li ul li a:hover {
	color: #f91a26;
} 
.promo {
	text-align: center;
	padding: 3.1rem 0 2rem;
}
.promo .col {
	width: 160px;
	display: inline-block;
	margin: 0 8%;
	vertical-align: top;
}
.promo .col span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1.1rem;
}
.promo .col a {
	text-decoration: none;
}
.promo .col a:hover span {
	color: #141414;
}
.home .entry h1 {
	text-align: center;
	text-transform: uppercase;
	color: #f91a26;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2.5rem 0;
}
.entry p {
	padding-bottom: 2.2rem;
	text-align: justify;
}
.entry img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.home .entry {
	margin-bottom: 1.8rem;
	padding-bottom: .8rem;
	background: url(/wp-content/themes/elit-theme/images/deco-01.png) no-repeat 50% 100%;
}
.news	{
	border-top:  1px solid #ebebeb;
  padding: 3rem 0 3.9rem;
  overflow: hidden;
}
.news div {
	float: left;
	width: 31%;
	padding-left: 3.5%;
	/*box-sizing: border-box;*/
	line-height: 2rem;
}
.news div:first-child {
	padding-left: 0px;
}
.examples {
	overflow: hidden;
	padding-bottom: 2.9rem;
}
.examples  a {
	margin-bottom: 1.8rem;
	width: 49%;
	margin-left: 2%;
	display: block;
	position: relative;
	float: left;
	max-width: 460px;
}
.examples  a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.examples  a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.7rem;
	padding: 0.9rem 1.6rem;
	color:#fff;
	background: rgba(73,73,73,0.62)
}
.examples  a:hover span {
	background: rgba(73,73,73,.9)
}

.examples  a:nth-child(2n+1) {
	margin-left: 0px;
}
#footer {
	padding-top: 3.5rem;
	background: #222121;
	font-size: 1.3rem;
	color: #fff;
	font-style: italic;
	line-height: 1.7rem;
}
#footer a {
	color : #fff;
}
#footer nav {
	float: left;
}
#footer nav li {
	margin-bottom: .7rem;
	list-style-type: disc;
}
#footer nav ul {
	margin-left: 15px;
}
#footer > .inner {
	overflow: hidden;
	padding-bottom: 2.5rem;
}
.footer-info {
	float: right;
	text-align: right;
}
.footer-info a {
	text-decoration: none;
}
.footer-info a:hover {
	text-decoration: underline;
}
.footer-info .address,
.footer-info .phone-2 {
	padding-bottom: 2.5rem;
	position: relative;
}
.footer-info .phone-2 {
	padding-top: .6rem;
}
.footer-info .address:before,
.footer-info .phone-2:before {
	position: absolute;
	right: 0;
	bottom: 1rem;
	width: 76%;
	height: 1px;
	background: #393939;
	content: '';
}
.footer-info .phone-2:before {
	width: 35%;
}
.bottom {
	border-top: 1px solid #393939;
	padding: 1.6rem 0 2rem;
	overflow: hidden;
}
.calc {
	background: #f6f6f6;
	padding: .7rem 0 1.5rem;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #2a2a2a;
	font-size: 1.4rem;
	line-height: 4rem;
}
.white {
	max-width: 720px;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 3rem 3rem 2.5rem;	
	margin: 0 auto 1.5rem;
	box-sizing: border-box;
}
.calc .first p {
	padding-left: 50px;
	float: left;
}
.calc .inner > strong {
	display: block;
	text-align: center;
	color:#2f2f2f;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 1rem;
	padding-bottom: 1.7rem;
}
.calc input {
	color: #f92e39;
	font-weight: bold;
	text-align: center;
	font-size: 2.6rem;
	height: 3.8rem;
	line-height: 3.8rem;
	border: 1px solid #ebebeb;
	background: #fff;
	-webkit-appearance: none;
	font-family: Arial;
	width: 126px;
	padding: 0;
	margin: 0 2rem;
}
#square {
	width: 56px;
	margin: 0 1rem;
}
.calc .second {
	text-align: center;
	padding: 4rem 0 1.9rem;
	clear: both;
}
.calc .f24 {
	font-size: 2.4rem;
}
.calc .f24 sup {
	line-height: 0px;
	position: relative;
	top: -1rem;
	font-size: 1.4rem;
}
.calc span,
.calc strong {
	display: inline-block;
	vertical-align: middle;
}
.calc p {
	display: inline-block;
	vertical-align: middle;
}
.slider-wrap {
	float: right;
	width: 240px;
	margin-right: 5rem;
	position: relative;
	padding-top: 1.7rem;
}
.slider-wrap .prev,
.slider-wrap .next {
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2a2a2a;
  width: 16px;
  text-align: center;
}
.slider-wrap .next {
	left: auto;
	right: -2px;
}
.slider-wrap .prev:before,
.slider-wrap .next:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #1bb2c0;
	content: '';
	display: block;
	top: -10px;
	left: 0;
	position: absolute;
}
.calc .sub {
	text-align: center;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 2rem;
}
.calc .call {
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 4.6rem;
	width: 250px;
	text-align: center;
	float: left;
	background: #2f2f2f;
}
.calc .call:hover {
	color: #f92e39;
}
.calc .last span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1.3rem 0 2.2rem;
}
.calc .last span.blue {
	padding: 0;
	font-style: italic;
	font-weight: bold;
	color: #0054a6;
	font-size: 2rem;
}
.calc  .notes {
	font-size: 1.3rem;
	line-height: 1.8rem;
	max-width: 560px;
	text-align: center;
	margin: 0 auto;
	font-style: italic;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    padding: .2rem .5rem;
    width: 33rem;
}
.wpcf7-form p {
    color: #151515;
    font-size: 1.4rem;
    padding: 0 0 1rem !important;
}
.wpcf7-form textarea {
    height: 12rem;
    resize: none;
    width: 47.3rem;
}
#contact_form_pop_2 {
    padding: 1rem;
}
.wpcf7-not-valid-tip {
    font-size: 1.1rem !important;
}
div.wpcf7-response-output {
    margin-top: .7rem!important;
}
.wpcf7-response-output {
	font-size: 1.1rem!important;
	max-width: 47.3rem;
}
.page-title {
	color:#222121;
font-size: 2rem;
text-transform: uppercase;
text-align: center;
	font-weight: bold;
	padding: 2.6rem 0 .7rem;
}
.breadcrumbs {
	font-size: 12px;
	padding-bottom: .1rem;
	color: #2f2f2f;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 3.5rem;
	word-spacing: 3px;
}
.breadcrumbs span a {
	text-decoration: none;
}
.breadcrumbs span a span {
	color: #2f2f2f;
}
.breadcrumbs span a:hover span  {
	text-decoration: underline;
}
.breadcrumbs span  span {
	color: #f9091c;
}
.aside {
	float: left;
	width: 24%;
	border: 1px solid #ebebeb;
	padding:1.2rem 1.5rem 1.5rem;
	box-sizing: border-box;
}
.aside .catalog-title {
	color: #f91a26;
	font-size: 1.4rem;
	text-transform: uppercase;
	padding-bottom: .5rem;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 1.2rem;
	display: block;
}
.aside  a {
	color:#2f2f2f;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: .8rem;
	display: inline-block;
}
.aside  a:hover,
.aside .current-menu-item a,
.aside .current-cat a {
	color: #f91a26;
	text-decoration: none;
}
.aside  li {
	padding-left: .6rem;
	position: relative;
}
.aside  li:before  {
	position: absolute;
	top: .8rem;
	left: -.7rem;
	width: 3px;
	height: 5px;
	content: '';
	background: url(/wp-content/themes/elit-theme/images/arrow-02.png) no-repeat;
	display: block;
}
.services-list {
	width: 76%;
	float: right;
}
.services-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 1.8rem;
	padding-bottom: 1.8rem;
	margin-right: -3px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.services-list li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
	margin: 0 auto;
}
.services-list li span {
	display: block;
	text-align: center;
	padding-top: 1rem;
}
.services-list li span em {
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.services-list li a {
	text-decoration: none;
}
.services-list li a:hover span em {
	color: #f91a26;
}
.right-side {
	float: right;
	width: 76%;
	box-sizing: border-box;
	padding-left: 1.8rem;
}
.category  .img-wrap,
.single  .img-wrap {
  float: left;
  width: 32%;
  height: auto;
  vertical-align: top;
  margin-right: 2rem;
}
.entry .ngg-galleryoverview {
	margin-top: 0px;
}
.category  .img-wrap img,
.single  .img-wrap img {
 	max-width: 100%;
 	height: auto;
 	vertical-align: top;
}
.category  .col-r,
.single  .col-r {
	overflow: hidden;
	text-align: justify;
}
.category  .col-r .title,
.single  .col-r .title {
	display: inline-block;
	padding-bottom: 1rem;
}
.single  .col-r .title {
	color: #f91a26;
	font-size: 1.5rem;
}

.category  .col-r .title:hover {
	text-decoration: none;
}
.wp-pagenavi {
	clear: both;
	margin-top: -.7rem;
}
.prd-list li {
	overflow: hidden;
	padding-bottom: 2.5rem;
}
.wp-pagenavi {
	font-style: italic;
	color: #2f2f2f;
	font-size: 1.4rem;
	padding-bottom: 2.4rem;
	word-spacing: 3px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	font-weight: bold;
	display: inline-block;
	padding: 0 3px;
}
.wp-pagenavi a {
	text-decoration: underline;
	color: #2f2f2f;
}
.wp-pagenavi a:hover {
	text-decoration: none;
}
.wp-pagenavi .current {
	color: #f91a26;
}
.wp-pagenavi  .previouspostslink,
.wp-pagenavi  .nextpostslink {
	font-weight: normal!important;
}
.single.single-post .entry {
	clear: both;
	padding-top: 2rem;
}
.news-row {
	overflow: hidden;
	padding-bottom: 2.2rem;
}
.news-row .title {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 1.1rem;
	text-decoration: none;
}
.news-row .title:hover {
	text-decoration: underline;
}
.post-type-archive-novosti .wp-pagenavi {
	padding-bottom: 2rem;
}
.post-type-archive-novosti #primary + .wp-pagenavi {
	margin-top: 0px;
}
.entry h2 {
	font-size: 1.8rem;
	color: #f9091c;
	font-weight: bold;
	padding-bottom: 2.2rem;
}
.entry h3 {
	font-size: 1.5rem;
	color: #f9091c;
	font-weight: bold;
	padding-bottom: 2.2rem;
}
.ngg-galleryoverview {
	margin-top: -2.2rem;
}
table {
    margin: 0 0 2.2rem;
}
table, table td {
    border: 1px solid #4c4c4c;
    line-height: 2rem;
    font-size: 1.4rem;
    
}
table td{
	padding:0.9rem  1.5rem;
}
.entry > ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 2.2rem;
}
.entry > ul li {
	list-style-type: disc;
}
.entry > ol {
	margin-left: 15px;
	margin-bottom: 2.2rem;
}
.entry .ngg-gallery-thumbnail img {
  background-color: #fff;
  border: none;
  display: block;
  margin: 0;
  padding: 0px;
  max-width: 100%!important;
  height: auto;
  position: relative;
}
.entry .ngg-gallery-thumbnail-box {
  float: left;
  margin-bottom: 2rem;
  width: 23.5%;
  margin-left: 2%;
  margin-right: 0px;
}
.single-post .entry .ngg-gallery-thumbnail-box {
	width: 32%;
}
.single-post .entry .ngg-gallery-thumbnail-box:nth-child(4n+1){
	margin-left: 2%;
}
.single-post .entry .ngg-gallery-thumbnail-box:nth-child(3n+1){
	margin-left: 0;
}
.entry .ngg-gallery-thumbnail-box:nth-child(4n+1){
	margin-left: 0px;
}
.ngg-galleryoverview + p {
	padding-bottom: 0px;
}
.single .entry,
.page .entry {
	padding-bottom: 3rem;
}
.single .entry:after,
.page .entry:after {
	width: 100%;
	clear: both;
	content: '';
	display: block;
}
.icons {
	text-align: center;
	padding-bottom: 2.2rem;
}
.icons .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 3%;
	width: 180px;
}
.icons .col img {
  margin-bottom: 1.5rem;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.icons .col em {
	display: inline-block;
	font-style: normal;
	text-decoration: underline;
}
.icons .col a:hover em {
	text-decoration: none;
}
.icons br {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 2rem;
	margin-bottom: 2.2rem;
}
.alignright {
	float: right;
	margin-left: 2rem;
	margin-bottom: 2.2rem;
}
.aligncenter {
	display: block;
	margin: 0 auto 2.2rem;
}
.search .more-link {
	display: none;
}
#mobile-menu {
	display: none;
}
.category-katalog .site-content,
.archive .site-content,
.single-post .site-content,
.single-post .content-area  {
    padding-bottom: 2rem;
}

@media screen and ( max-width: 1023px ) {
	html {	  
	  font-size: 56%;   
	}	
}
@media screen and ( max-width: 990px ) {
	.promo .col {
		margin: 0 5%;
	}
	.icons .col {
		margin: 0 1%;
	}
}
@media screen and ( min-width: 881px ) {
	#site-navi {
		display: block!important;
	}
}
@media screen and ( max-width: 880px ) {
	
	#mobile-menu {
		display: block;
		box-sizing: border-box;
		position: relative;
		top: 14px; 
		left: 32px;
		height: 18px;
		width: 27px;
		z-index: 11;
		cursor: pointer;			
		margin: 0 auto
	}
	#mobile-menu em {
		font-style: normal;
		color: #fff;
		position: absolute;
		top: 2px;
		bottom: 0;
		right: 120%;
		font-size: 2rem;
		line-height: 1.8rem;
	}
	#mobile-menu:after {
		background: #fff;
		bottom: 0;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		transition: all 0.5s linear;
		width: 100%;
	}
	#mobile-menu:before {
		background: #fff;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		top: 0;
		transition: all 0.5s linear;
		width: 100%;
	}
	#mobile-menu span {
		background: #fff;
		content: "";
		height: 2px;
		left: 0;
		margin-top: -1px;
		position: absolute;
		top: 50%;
		transition: all 0.5s ease 0s;
		width: 100%;
	}
	#masthead {
		position: relative;
	}
	.menu-main-menu-container {
		position: absolute;
		top: 98%;
		left: 0;
		background: #222121;
		right: 0;
		padding: 1rem 0;
		display: none;z-index: 99;
		
	}
	#site-navi {
		min-height: 5.1rem;
		z-index: 99;
	}
	#site-navi li {
		float: none;
		display: block;		
		padding: 0;
	}
	#site-navi li ul {
		position: static;
		display: block;
		margin-left: 4rem;
		background: none;
		width: auto;
		display: none!important;
	}
	#site-navi li ul li {
		border: none;
	}
	#site-navi li ul li a {
		padding: .4rem 0;
		display: block;
	}
	#site-navi li  a {
		padding: 1rem 3rem;	
		background: none!important;
		
	}
	#site-navi li.menu-item-has-children > a::before {
		display: none;
	}
	#site-navi li  a ,
	#site-navi li a:hover, #site-navi li.current-menu-item a{
		border: none;
		display: block;
	}
	#site-navi li a:hover, #site-navi li.current-menu-item a {
		background: #333;		
	}
	.header-info {
		right: 2rem;
	}
	#masthead .search-form {
		left: 2rem;
	}
	.inner {
		padding: 0 2rem;
	}
	.footer-info {
		float: left;
		clear: both;
		padding-top: 3rem;
		text-align: left;
	}
	.footer-info .address::before, .footer-info .phone-2::before {
		display: none;
	}
	.footer-info .address, .footer-info .phone-2 {
		padding-bottom: 1.5rem;
	}
}
@media screen and ( max-width: 820px ) { 
	.icons .col {
		width: 160px;
	}
}
@media screen and ( max-width: 767px ) { 
	#masthead .search-form,
	.header-info {
		position: static;
		max-width: 215px;		
		float: left;
	}
	.prd-list .col-r,
	.news-row p {
		font-size: 1.4rem;
		line-height: normal;
	}
	.category .col-r .title, .single .col-r .title {
		font-size: 14px;
		text-align: left;
	}
	.news div {
		display: block;
		width: 100%;
		padding: 0 0 3rem;
	}
	.header-info {
		max-width: 320px;
		margin-top: -1rem;
		float: right;
	}
	.inner {
		padding: 0 4%;
	}
	#masthead {
		padding-bottom: 3rem;
	}
	.promo .col {
		margin: 0 1%;
	}
  .calc .first p,
  .slider-wrap {
  	float: none;
  	width: 240px;
  	margin:  0 auto 2rem;
  }
  .calc .first p {
  	width: 280px;
  	display: block;
  	padding-left: 0px;
  }
  .calc .call {
  	float: none;
  	display: block;
  	margin:  0 auto 2rem;
  }
  .calc .last span {
  	display: block;
  	text-align: center;
  }
  .right-side,
  .aside,
  .services-list {
  	float: none;
  	width: 100%;
  }
  .aside {
  	clear: both;
  }
  .right-side,
  .services-list {
  	padding-left: 0px;
  }
  #primary {
  	padding-bottom: 3rem;
  }
  .services-list li {
  	width: 32%;
  	margin-left: 2%;
  	padding: 0 0 1.8rem;
  }
  .services-list li:nth-child(3n+1) {
  	margin-left: 0px;
  }
}
@media screen and ( max-width: 640px ) {
	.top .address,
	.top .call {
		float: none;
		display: inline-block;
	}
	.top .address {
		display: block;
		padding-top: 1rem;
	}
	.top {
		text-align: center;
	}
  .nivo-prevNav,
  .nivo-nextNav {
  	display: none;
  }
  .entry .ngg-gallery-thumbnail-box,
  .single-post .entry .ngg-gallery-thumbnail-box  {	 
	  width:48%;
	  margin-left: 4%;	 
	}
	.entry .ngg-gallery-thumbnail-box:nth-child(4n+1),
	.single-post .entry .ngg-gallery-thumbnail-box:nth-child(4n+1) ,
	.single-post .entry .ngg-gallery-thumbnail-box:nth-child(3n+1) {
		margin-left: 4%;	 
	}
	.entry .ngg-gallery-thumbnail-box:nth-child(2n+1),
	.single-post .entry .ngg-gallery-thumbnail-box:nth-child(2n+1){
		margin-left: 0%;	 
	}
	.entry .ngg-gallery-thumbnail img {
		margin: 0 auto;
		display: block;
		width: auto;
		max-width: 100%!important;
	}
	.entry .ngg-gallery-thumbnail {
		float:  none;
	}
	.entry .ngg-fancybox {
		display: block;
	}
	.icons .col {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	.icons .col em {
		display: block;
	}
} 
@media screen and ( max-width: 567px ) {
  .promo .col {
  	display: block;
  	margin: 0 auto 3rem;
  }
  .promo {
  	padding-bottom: 0px;
  }
  .calc .second span, 
  .calc .second strong,
  .calc .second p {
  	display: block;
  }
  .services-list li {
  	width: 48%;
  	margin-left: 4%;
  	padding: 0 0 1.8rem;
  }
  .services-list li:nth-child(3n+1) {
  	margin-left: 4%;
  }
  .services-list li:nth-child(2n+1) {
  	margin-left: 0%;
  }
}
@media screen and ( max-width: 540px ) {
#masthead .search-form,
	.header-info {
		position: static;
		max-width: 215px;
		margin: 0 auto;
		float: none;
	}
	.header-info {
		max-width: 320px;
		margin-top: 1rem;
		float: none;
		text-align: center;
	}
	.site-logo {
		padding-bottom: 1.5rem;
	}
	.white {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
}
@media screen and ( max-width: 480px ) {
	.examples a {
		width: 100%;
    margin: 0 0 2rem;
	}
	 .single .img-wrap {
	 	margin-right: 0px;
	 	margin-bottom: 2rem;
	 	width: auto;
	 	float: none;
	 }
	 .single .img-wrap img {
	 	width: auto;
	 	max-width: 100%;
	 }
}
@media screen and ( max-width: 410px ) {
	.top .address {
		display: none;
	}
	#footer {
		font-size: 1.2rem;
	}
	.calc .inner > strong {
		font-size: 1.4rem;
	}
	.calc .second {
		padding-top: 2rem;
	}
	.calc .call {
		margin-bottom: 1rem;
	}
	.top {
		padding: 0.5rem 0;
	}
	.site-logo {
		padding-top: 2rem;
	}
	#masthead {
		padding-bottom: 2rem;
	}
}
@media screen and ( max-width: 410px ) { 
  .calc .first p {
  	width: 260px;
  }
  .top {
  	display: none;
  }
}
@media screen and ( max-width: 374px ) { 
  .calc .f24 {
  	margin-left: -1rem;
  	margin-right: -1rem;
  }
  .services-list li {
  	font-size: 1.2rem;
  }
  .designed {
  	font-size: 11px;
  	margin-right: -10px;
  }
}

