.nx-clearfix:before,
.nx-clearfix:after {
display: table;
content: " ";
}
.nx-clearfix:after { clear: both; } .nx-tabs {
margin: 0 0 1.5em 0;
padding: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #eee;
}
.nx-tabs-nav span {
display: inline-block;
margin-right: 3px;
padding: 10px 15px;
min-height: 40px;
line-height: 20px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
color: #333;
cursor: pointer;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.nx-tabs-nav span:hover { background: #f5f5f5; }
.nx-tabs-nav span.nx-tabs-current { background: #fff; cursor: default; }
.nx-tabs-nav span.nx-tabs-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.nx-tabs-pane {
padding: 15px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
background: #fff;
color: #333;
}
.nx-tabs-vertical:before,
.nx-tabs-vertical:after {
content: " ";
display: table;
}
.nx-tabs-vertical:after { clear: both; }
.nx-tabs-vertical .nx-tabs-nav {
float: left;
width: 30%;
}
.nx-tabs-vertical .nx-tabs-nav span {
display: block;
margin-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.nx-tabs-vertical .nx-tabs-panes {
float: left;
width: 70%;
}
.nx-tabs-vertical .nx-tabs-pane {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.nx-tabs-nav,
.nx-tabs-nav span,
.nx-tabs-panes,
.nx-tabs-pane {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
} .nx-spoiler { margin-bottom: 1.5em; }
.nx-spoiler .nx-spoiler:last-child { margin-bottom: 0; }
.nx-accordion { margin-bottom: 1.5em; }
.nx-accordion .nx-spoiler { margin-bottom: 0.5em; }
.nx-spoiler-title {
position: relative;
cursor: pointer;
min-height: 20px;
line-height: 20px;
padding: 12px 12px 12px 40px;
font-weight: bold;
}
.nx-spoiler-icon {
position: absolute;
left: 16px;
top: 12px;
display: block;
width: 20px;
height: 20px;
line-height: 21px;
text-align: center;
font-size: 14px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
.nx-spoiler-content {
padding: 16px;
-webkit-transition: padding-top .2s;
-moz-transition: padding-top .2s;
-o-transition: padding-top .2s;
transition: padding-top .2s;
-ie-transition: padding-top .2s;
}
.nx-spoiler.nx-spoiler-closed > .nx-spoiler-content {
height: 0;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
opacity: 0;
}
.nx-spoiler-icon-plus .nx-spoiler-icon:before { content: "\f068"; }
.nx-spoiler-icon-plus.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f067"; }
.nx-spoiler-icon-plus-circle .nx-spoiler-icon:before { content: "\f056"; }
.nx-spoiler-icon-plus-circle.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f055"; }
.nx-spoiler-icon-plus-square-1 .nx-spoiler-icon:before { content: "\f146"; }
.nx-spoiler-icon-plus-square-1.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f0fe"; }
.nx-spoiler-icon-plus-square-2 .nx-spoiler-icon:before { content: "\f117"; }
.nx-spoiler-icon-plus-square-2.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f116"; }
.nx-spoiler-icon-arrow .nx-spoiler-icon:before { content: "\f063"; }
.nx-spoiler-icon-arrow.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f061"; }
.nx-spoiler-icon-arrow-circle-1 .nx-spoiler-icon:before { content: "\f0ab"; }
.nx-spoiler-icon-arrow-circle-1.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f0a9"; }
.nx-spoiler-icon-arrow-circle-2 .nx-spoiler-icon:before { content: "\f01a"; }
.nx-spoiler-icon-arrow-circle-2.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f18e"; }
.nx-spoiler-icon-chevron .nx-spoiler-icon:before { content: "\f078"; }
.nx-spoiler-icon-chevron.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f054"; }
.nx-spoiler-icon-chevron-circle .nx-spoiler-icon:before { content: "\f13a"; }
.nx-spoiler-icon-chevron-circle.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f138"; }
.nx-spoiler-icon-caret .nx-spoiler-icon:before { content: "\f0d7"; }
.nx-spoiler-icon-caret.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f0da"; }
.nx-spoiler-icon-caret-square .nx-spoiler-icon:before { content: "\f150"; }
.nx-spoiler-icon-caret-square.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f152"; }
.nx-spoiler-icon-folder-1 .nx-spoiler-icon:before { content: "\f07c"; }
.nx-spoiler-icon-folder-1.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f07b"; }
.nx-spoiler-icon-folder-2 .nx-spoiler-icon:before { content: "\f115"; }
.nx-spoiler-icon-folder-2.nx-spoiler-closed .nx-spoiler-icon:before { content: "\f114"; }
.nx-spoiler-style-default { }
.nx-spoiler-style-default > .nx-spoiler-title {
padding-left: 40px;
padding-right: 0;
}
.nx-spoiler-style-default > .nx-spoiler-title > .nx-spoiler-icon { left: 16px; }
.nx-spoiler-style-default > .nx-spoiler-content { padding: 16px 0 16px 16px; }
.nx-spoiler-style-fancy {
background: #fff;
color: #333;
}
.nx-spoiler-style-fancy > .nx-spoiler-title {
background: transparent;
border: 1px solid #e7e7e7;
}
.nx-spoiler-style-fancy.nx-spoiler-closed > .nx-spoiler-title {}
.nx-spoiler-style-fancy > .nx-spoiler-content {
}
.nx-spoiler-style-simple {
}
.nx-spoiler-style-simple > .nx-spoiler-title {
padding: 12px 16px;
background: #f0f0f0;
color: #333;
}
.nx-spoiler-style-simple > .nx-spoiler-title > .nx-spoiler-icon { display: none; }
.nx-spoiler-style-simple > .nx-spoiler-content {
padding: 1em 10px;
background: #fff;
color: #333;
} .nx-quote-style-default {
position: relative;
margin-bottom: 1.5em;
padding: 0.5em 3em;
font-style: italic;
}
.nx-quote-style-default.nx-quote-has-cite { margin-bottom: 3em; }
.nx-quote-style-default:before,
.nx-quote-style-default:after {
position: absolute;
display: block;
width: 20px;
height: 20px;
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/quote.png);
content: '';
}
.nx-quote-style-default:before {
top: 0;
left: 0;
background-position: 0 0;
}
.nx-quote-style-default:after {
right: 0;
bottom: 0;
background-position: -20px 0;
}
.nx-quote-style-default .nx-quote-cite {
position: absolute;
right: 4em;
bottom: -1.5em;
font-style: normal;
}
.nx-quote-style-default .nx-quote-cite:before { content: "\2014\0000a0"; }
.nx-quote-style-default .nx-quote-cite a { text-decoration: underline; } .nx-pullquote {
display: block;
width: 30%;
padding: 0.5em 1em;
}
.nx-pullquote-align-left {
margin: 0.5em 1.5em 1em 0;
padding-left: 0;
float: left;
border-right: 5px solid #eee;
}
.nx-pullquote-align-right {
margin: 0.5em 0 1em 1.5em;
padding-right: 0;
float: right;
border-left: 5px solid #eee;
} .nx-row {
clear: both;
zoom: 1;
margin-bottom: 24px;
}
.nx-row:before,
.nx-row:after {
display: table;
content: "";
}
.nx-row:after { clear: both; }
.nx-column {
display: block;
margin: 0 4% 0 0;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nx-column-last { margin-right: 0; }
.nx-row .nx-column { margin: 0 0 0 4%; }
.nx-row .nx-column .nx-column { margin: 0px!important; display: inline-block; width: 49%; }
.nx-row .nx-column.nx-column-size-1-1 { margin-left: 0; margin-right: 0; }
.nx-row .nx-column:first-child { margin-left: 0; }
.nx-column-centered {
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
}
.nx-column img,
.nx-column iframe,
.nx-column object,
.nx-column embed { max-width: 100%; }
@media only screen {
[class*="nx-column"] + [class*="nx-column"]:last-child { float: right; }
}
.nx-column-size-1-1 { width: 100%; }
.nx-column-size-1-2 { width: 48%; }
.nx-column-size-1-3 { width: 30.66%; }
.nx-column-size-2-3 { width: 65.33%; }
.nx-column-size-1-4 { width: 22%; }
.nx-column-size-3-4 { width: 74%; }
.nx-column-size-1-5 { width: 16.8%; }
.nx-column-size-2-5 { width: 37.6%; }
.nx-column-size-3-5 { width: 58.4%; }
.nx-column-size-4-5 { width: 79.2%; }
.nx-column-size-1-6 { width: 13.33%; }
.nx-column-size-5-6 { width: 82.66%; } @media only screen and (max-width: 768px) {
.nx-column {
width: 100% !important;
margin: 0 0 24px 0 !important;
float: none !important;
}
.nx-row .nx-column:last-child,
.fancy-inner .nx-column:last-child {
margin-bottom: 0 !important;
}
}
.site-content .nx-row.lined div.nx-column {
border: 1px solid #999;
} .nx-service {
position: relative;
margin: 0 0 1.5em 0;
}
.nx-service-title {
display: block;
margin-bottom: 20px;
color: #333;
font-weight: 400;
font-size: 20px;
}
.nx-service-title img {
position: absolute;
top: 0;
left: 0;
display: block !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.nx-service-title i {
position: absolute;
top: 4px;
left: 0;
display: block !important;
width: 1em;
height: 1em;
text-align: center;
line-height: 1em;
}
.nx-service-content {}
.nx-service-title .service-icon-wrap.round i {
position: absolute;
top: 4px;
left: 0;
display: block !important;
width: 2em;
height: 2em;
padding-top: .5em;
text-align: center;
line-height: 1em;
background-color: #0F0;
color: #FFFFFF;
border-radius: 50%;
}
.nx-service-title .service-icon-wrap.square i {
position: absolute;
top: 4px;
left: 0;
display: block !important;
width: 2em;
height: 2em;
padding-top: .5em;
text-align: center;
line-height: 1em;
background-color: #0F0;
color: #FFFFFF;
}
.nx-service-title .service-icon-wrap.curved i {
position: absolute;
top: 4px;
left: 0;
display: block !important;
width: 2em;
height: 2em;
padding-top: .5em;
text-align: center;
line-height: 1em;
background-color: #0F0;
color: #FFFFFF;
border-radius: 3px;
} .nx-box {
margin: 0 0 1.5em 0;
border-width: 1px;
border-style: solid;
}
.nx-box-title {
display: block;
padding: 12px 16px;
font-size: 15px;
font-weight: bold;
}
.nx-box-content {
background-color: #fff;
color: #444;
padding: 16px;
}
.nx-box-style-soft .nx-box-title {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-soft.png);
background-position: 0 0;
background-repeat: repeat-x;
}
.nx-box-style-glass .nx-box-title {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-glass.png);
background-position: 0 50%;
background-repeat: repeat-x;
}
.nx-box-style-bubbles .nx-box-title {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-bubbles.png);
background-position: 0 50%;
background-repeat: repeat-x;
}
.nx-box-style-noise .nx-box-title {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-noise.png);
background-position: 0 0;
background-repeat: repeat-x;
} .nx-note {
margin: 0 0 1.5em 0;
border-width: 1px;
border-style: solid;
}
.nx-note-inner {
padding: 1em;
border-width: 1px;
border-style: solid;
} .nx-column-inner > *:first-child,
.nx-accordion > *:first-child,
.nx-spoiler-content > *:first-child,
.nx-service-content > *:first-child,
.nx-box-content > *:first-child,
.nx-note-inner > *:first-child { margin-top: 0; }
.nx-column-inner > *:last-child,
.nx-tabs-pane > *:last-child,
.nx-accordion > *:last-child,
.nx-spoiler-content > *:last-child,
.nx-service-content > *:last-child,
.nx-box-content > *:last-child,
.nx-note-inner > *:last-child { margin-bottom: 0; }
.nx-arrow {
display: none;
} .arrow-up,
.arrow-down {
position: relative;
}
.arrow-down .nx-arrow {
display: block;
width: 0; 
height: 0; 
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #2f2f2f;
font-size: 0;
line-height: 0;
position: absolute;
left: 50%;
top: 100%;
margin-left: -30px;
}
.fancy-block-contents .fancy-inner {
margin-left: auto;
margin-right: auto;
max-width: 1264px;
padding-left: 32px;
padding-right: 32px;
position: relative;
}
.arrow-down .fancy-block-contents {
margin-bottom: 30px;
}
.arrow-up .nx-arrow {
display: block;
width: 0; 
height: 0; 
border-left: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 30px solid #2f2f2f; font-size: 0;
line-height: 0;
position: absolute;
left: 50%;
bottom: 100%;
margin-left: -30px;	
}
.arrow-up .fancy-block-contents {
margin-top: 30px;
} .iconbox {
display: block;
text-align: center;
padding: 0px 12px;
position: relative;
}
.nx-hide-overflow {
overflow: hidden;
width: auto;
position: relative;
}
.iconbox .icon-wrap {
margin: 0px auto;
cursor: default;
}
.iconbox .icon-wrap i {
color: #77be32;
font-weight: 300;
margin: 16px 16px 16px 16px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
box-shadow: 0 0 0 2px #77be32;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;	
}
.iconbox .iconbox-content-wrap h3 {
margin: 12px 0px;
font-weight: 400;
font-size: 20px;
}
.iconbox:hover .iconbox-content-wrap h3 {
color: #77be32;	
}
.iconbox .iconbox-content-wrap .iconbox-content {
padding: 16px 0px;	
}
.icon-wrap i:after { pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box; 
-moz-box-sizing: content-box; 
box-sizing: content-box;
}
.icon-wrap i:before {
speak: none;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
} .icon-wrap i:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
background: #77be32;
-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
-moz-transition: -moz-transform 0.2s, opacity 0.3s;
transition: transform 0.2s, opacity 0.3s;
} .nx-icobox .icon-wrap {
overfloww: hidden;
}
.icon-wrap i {
color: #77be32;
}
.no-touch .iconbox:hover .icon-wrap i {
color: #FFFFFF;
}
.icon-wrap i:after { -webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);	
opacity: 0;
clear: both;
} .no-touch .iconbox:hover .icon-wrap i:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
ul.standard-arrow,
ul.standard-arrow li {
margin: 0px;
padding: 0px;
list-style-type: none;
}
ul.standard-arrow li {
line-height: 32px;
padding-left: 0px;
}
ul.standard-arrow li i {
padding-right: 16px;
color: #77be32;
}
.ibox-left .icon-wrap {
padding: 0px 2px; 
} .nx-iconbox {
position: relative;
margin-bottom: 12px;
margin-top: 12px;
}
.nx-iconbox .nx-iconbox-title {
padding-left: 52px;
min-height: 32px;
line-height: 32px;
font-weight: 400;
font-size: 20px;
margin: 24px 0px;		
}
.nx-iconbox .nx-iconbox-title i {
position: absolute;
top: 6px;
left: 0px;
display: block;
width: 32px;
height: 32px;
text-align: center;
line-height: 32px;
font-size: 32px;
color: #77bd32;
color: #666;
}
.nx-iconbox .nx-iconbox-content {
padding-left: 52px;	
} .iconbox.ibox-left {
position: relative;
text-align: left;
}
.iconbox.ibox-left .icon-wrap i {
margin-top: 0px;
}
.iconbox.ibox-left .iconbox-content-wrap h3 {
margin: 0px;
line-height: 1;
}
.iconbox.ibox-left .icon-wrap {
display: inline-block;
position: absolute;
left: 0px;
top: 6px;
} .iconbox2.ibox-topcurved {
text-align: center;
}
.iconbox2.ibox-topcurved .icon-wrap i {
margin: 16px 16px 16px 16px;
border-radius: 12px;
border: 6px solid #e7e7e7;
text-align: center;
color: #FFFFFF;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.1s;		
}
.iconbox2.ibox-topcurved.ibox-topsquare .icon-wrap i {
border-radius: 0px;
} .video-parallax {
display: block;
position: relative;
z-index: 301;
overflow: hidden;
} 
.fullwidthrow {
position: relative;
margin: 0px;
padding: 0px;
}
.boxed .fullwidthrow {
margin: 0px -32px;
width: 1264px;
}
.video-parallax .prallax-wrap {
position: relative;
z-index: 333;
padding: 0px;
margin: 0px auto;
}
.video-parallax .prallax-wrap .parallax-contents {
display: block;
padding: 72px 0px;
text-align: center;
color: #fff;
}
.video-parallax .video-overlay {
display: block;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
width: 100%;
background-color: rgba(0,0,0,0.0);
z-index: 321;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease-in-out;
transition-delay: 0.2s;		
}
.video-parallax.parainview .video-overlay {
background-color: rgba(0,0,0,0.6);
}
.video-parallax .video-wrap {
position: absolute;
left: 0px;
top: 0px;
min-width: 100%;
}
.video-parallax video {
position: relative;
min-width: 100%;
}
.fullwidthinner {
position: absolute;
overflow: hidden;
z-index: 101;
} .image-parallax {
display: block;
position: relative;
z-index: 301;
overflow: hidden;
} 
.image-parallax .prallax-wrap,
.nx-fixedbg-parallax .prallax-wrap-fixed {
position: relative;
z-index: 333;
padding: 0px;
margin: 0px auto;
}
.image-parallax .prallax-wrap .parallax-contents,
.nx-fixedbg-parallax .prallax-wrap-fixed .parallax-contents {
display: block;
padding: 48px 0px;
text-align: center;
color: #fff;
clear: both;
}
.image-parallax .image-overlay {
display: block;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
width: 100%;
background-color: rgba(0,0,0,0.0);
z-index: 321;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease-in-out;
transition-delay: 0.2s;		
}
.image-parallax.parainview .image-overlay {
background-color: rgba(0,0,0,0.6);
}
.image-parallax .image-wrap {
position: absolute;
left: 0px;
top: 0px;
min-width: 100%;
min-height: 100%;
}
.image-parallax .image-wrap img {
position: relative;
min-width: 100%;
}
.video-parallax .prallax-wrap {
max-width: 1264px;
padding: 0px 32px;
}
.image-parallax .prallax-wrap {
max-width: 1264px;
padding: 0px 32px;
}
.nx-fixedbg-parallax .prallax-wrap-fixed .parallax-contents {
max-width: 1264px;
margin: 0px auto;
text-align: center;
color: #FFF;
}
.calltoact-contents {
max-width: 1264px;
padding: 32px 32px;
}
.site-content .image-parallax .image-wrap img {
width: auto;
min-width: 100%;	
max-width: 9999px;
}
.site-content .video-parallax .video-wrap video {
width: auto;
max-width: 9999px;
}
@media (max-width: 1199px) {
} .nx-column {
display: block;
margin: 0 0 0 0;
padding: 0px 16px;
}
.nx-column-last { padding-right: 0px; }
.nx-row .nx-column { margin: 0%; }
.nx-row .nx-column.nx-column-size-1-1 { padding-left: 0; padding-right: 0; }
.nx-row .nx-column:first-child { padding-left: 0px; }
.nx-row .nx-column:last-child { padding-right: 0px; }
.nx-column-size-1-1 { width: 100%; }
.nx-column-size-1-2 { width: 50%; }
.nx-column-size-1-3 { width: 33.33%; }
.nx-column-size-2-3 { width: 66.66%; }
.nx-column-size-1-4 { width: 25%; }
.nx-column-size-3-4 { width: 75%; }
.nx-column-size-1-5 { width: 20%; }
.nx-column-size-2-5 { width: 40%; }
.nx-column-size-3-5 { width: 60%; }
.nx-column-size-4-5 { width: 80%; }
.nx-column-size-1-6 { width: 16.66%; }
.nx-column-size-5-6 { width: 83.33%; }
.nx-col-1-2 {
width: 50%;
display: block;
float: left;
min-height: 1px;	
}
.nx-col-1-3 {
width: 33.3%;
display: block;
float: left;
min-height: 1px;		
}
.nx-col-2-3 {
width: 66.66%;
display: block;
float: left;
min-height: 1px;		
}
.nx-col-1-4 {
width: 25%;
display: block;
float: left;
min-height: 1px;		
}
.nx-col-1-5 {
width: 20%;
display: block;
float: left;
min-height: 1px;		
}
.nx-col-1-6 {
width: 16.666%;
display: block;
float: left;
min-height: 1px;		
}
.nx-col-3-4 {
width: 75%;
display: block;
float: left;
min-height: 1px;		
} @media only screen and (max-width: 768px) {
.nx-column {
width: 100% !important;
margin: 0 0 24px 0 !important;
padding: 0px!important;
float: none !important;
}
.nx-row .nx-column:last-child,
.fancy-inner .nx-column:last-child {
margin-bottom: 0 !important;
}
} .nx-abs-container-wrap {
display: block;
position: relative;
width: 100%;
height: 0px;
}
.nx-abdcontainer {
display: block;
position: absolute;
height: auto;
z-index: 1012;
}
.nx-absblock-title {
display: block;
padding: 6px 16px;
}
.nx-abs-inner {
display: block;
clear: both;
}
.nx-abs-inner .wpcf7-form textarea {
height: 96px;
}
.nx-abs-inner .wpcf7 input[type="text"], 
.nx-abs-inner .wpcf7 input[type="tel"], 
.nx-abs-inner .wpcf7 input[type="password"], 
.nx-abs-inner .wpcf7 input[type="url"], 
.nx-abs-inner .wpcf7 input[type="email"], 
.nx-abs-inner .wpcf7 textarea {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #c7c7c7;
}
.nx-abs-inner .wpcf7 p {
margin-bottom: 6px;
}
@media only screen and (max-width: 1264px) {
.boxed .fullwidthrow {
width: auto;
}
}
@media only screen and (max-width: 999px) {
.nx-abs-container-wrap {
height: auto;
padding-bottom: 16px;
}
.iconbox.ibox-left .iconbox-content-wrap h3 {
margin-top: 16px;
}
}
.nx-row.nx-white-bordered,
.nx-row.nx-row-nomargin {
margin-bottom: 0px;
}
.nx-row.nx-white-bordered .nx-col-1-2, 
.nx-row.nx-white-bordered .nx-col-1-3,
.nx-row.nx-white-bordered .nx-col-2-3,
.nx-row.nx-white-bordered .nx-col-1-4,
.nx-row.nx-white-bordered .nx-col-3-4 {
border-right: 0px solid #FFF;
}
.nx-row.nx-white-bordered .nx-col-1-2:last-child, 
.nx-row.nx-white-bordered .nx-col-1-3:last-child,
.nx-row.nx-white-bordered .nx-col-2-3:last-child,
.nx-row.nx-white-bordered .nx-col-1-4:last-child,
.nx-row.nx-white-bordered .nx-col-3-4:last-child {
border-right: 0px solid #FFF;
}
.nx-service-teaser {
text-align: center;
position: relative;
margin: 0px;
padding: 0px 1px 1px 0px;
}
.nx-service-teaser:first-child {
padding: 0px 0px 1px 1px;
}
.nx-service-teaser .nx-service-teaser-icon {
display: block;
background-color: #474747;
color: #dd9933;
text-align: center;
padding: 0px;
margin: 0px auto;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;	
}
.nx-service-teaser:hover .nx-service-teaser-icon {
background-color: #dd9933;
color: #FFFFFF;
}
.nx-service-teaser-icon i {
font-size: 64px;
line-height: 120px;
color: #dd9933;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.1s;	
}
.nx-service-teaser:hover .nx-service-teaser-icon i {
color: #FFFFFF;
}
.nx-service-teaser .nx-service-teaser-content h2 {
font-size: 24px;
margin: 0px 0px 24px 0px;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;	
}
.nx-service-teaser-content {
background-color: #FFFFFF;
padding: 16px 32px 32px 32px;
margin-top: 6px;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;		
}
.nx-service-teaser:hover .nx-service-teaser-content {
color: #FFFFFF;
background-color: #474747;
margin-top: 0px;
padding-top: 22px;
}
.nx-service-teaser:hover .nx-service-teaser-content h2 {
color: #FFFFFF;
}
.nx-service-teaser .nx-service-teaser-content a {
color: #dd9933;
}
.nx-service-teaser .nx-service-teaser-content a:hover {
color: #ffffff;
}
.nx-cube {
width: 100%;
text-align: center;
margin: 0 auto;
height: 120px;
-webkit-transition: -webkit-transform .33s;
transition: transform .33s; -webkit-transform-style: preserve-3d;
transform-style: preserve-3d; } .nx-flippety,.nx-flop {
height: 120px;
text-align: center;
}
.nx-flippety i,.nx-flop i {
font-size: 64px;
line-height: 120px;
color: #dd9933;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.1s;	
} .nx-flippety {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
background-color: #474747;
color: #dd9933;
}
.nx-flop {
-webkit-transform: rotateX(-90deg) translateZ(-50px);
transform: rotateX(-90deg) translateZ(-50px);
background-color: #dd9933;
color: #FFFFFF!important;
}
.nx-flop i {
color: #FFFFFF!important;
}
.nx-flop i {
color: #FFFFFF;
} .nx-service-teaser:hover .nx-cube {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg); } .nx-prodmenu-col {
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.nx-prodmenu-col:first-child {
padding-left: 1px;
}
.nx-slide-down-box a{
text-decoration:none;
outline:none;
}
.nx-slide-down-box {
float: left;
width: 170px;
width: 100%;
height: 85px;
position: relative;
cursor: pointer;
}
.nx-slide-down-box > a {
position:absolute;
top:0px;
left:0px;
width:170px;
width: 100%;
height:85px;
z-index: 1212;
background-color: #575757;
}
.nx-slide-down-box a img {
border:none;
position:absolute;
width:0px;
height:0px;
bottom:0px;
left:50%;
z-index: 1230;
}
.nx-slide-down-box span.sdt_wrap{
position:absolute;
top:0px;
left:0px;
width:170px;
width: 100%;
height:60px;
z-index: 1215;
}
.nx-slide-down-box span.sdt_active{
position:absolute;
background:#111;
top:85px;
width:170px;
width: 100%;
height: 100%;
height:0px;
left:0px;
z-index: 1214; }
.nx-slide-down-box span span.sdt_link,
.nx-slide-down-box span span.sdt_descr,
.nx-slide-down-box div.sdt_box a{
margin-left: 16px;
margin-right: 16px;	
text-transform:uppercase;
}
.nx-slide-down-box span span.sdt_link{
color:#fff;
font-size:24px;
float:left;
clear:both;
margin-top: 20px;
}
.nx-slide-down-box span span.sdt_descr{
color: #CCC;
float:left;
clear:both;
width:90%;
font-size:10px;
letter-spacing:1px;
}
.nx-slide-down-box .sdt_box{
display:block;
position:absolute;
width:100%;
overflow:hidden;
height:170px;
top:85px;
left:0px;
display:none;
background:#000;
z-index: 1117;
padding: 16px;
color: #CCC;
}
.nx-slide-down-box div.sdt_box a {
float:left;
clear:both;
line-height: 30px;
color:#dd3333;
margin-left: 0px;
margin-right: 0px;
}
.nx-slide-down-box div.sdt_box a:first-child{
}
.nx-slide-down-box div.sdt_box a:hover{
color:#fff;
}
.fullwidthrow.overflow-yes {
z-index: 1112;
overflow: visible!important;
}
.fullwidthrow.overflow-yes > div {
overflow: visible!important;
}
.no-padding .fancy-block-contents .fancy-inner {
padding: 0px;
} .nx-vertical-menu .vmenu-title {
display: block;
padding: 12px 16px;
font-size: 14px;
line-height: 16px;
background-color: #dd3333;
color: #FFF;
font-weight: bold;
border-bottom: 1px solid #e7e7e7;	
}
.nx-vertical-menu.dark .vmenu-title {
border-bottom: 1px solid #959595;	
border-top: 1px solid #959595;	
}
.nx-vertical-menu ul,
.nx-vertical-menu .menu li {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.nx-vertical-menu .menu li {
display: block;
position: relative;
border-top: 1px solid #e7e7e7;	
}
.nx-vertical-menu .menu li:first-child {
border-top: 0px solid #e7e7e7;	
}
.nx-vertical-menu > .menu li.menu-item-has-children > a:after {
position: absolute;
right: 12px;
top: 40%;
content: "\f054";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 10px;
color: #999;
z-index: 1006;
}
.nx-vertical-menu .menu li.menu-item-has-children > a:hover:after {
color: #FFF;
}
.nx-vertical-menu .menu li a {
display: block;
line-height: 16px;
padding: 12px 16px;
background-color: #ffffff;
}
.nx-vertical-menu .menu li a:hover {
color: #FFF;
background-color: #757575;
}
.nx-vertical-menu ul > li ul {
display: none;
position: absolute;
z-index: 1005;
left: 100%;
margin-right: -240px;
top: 0px;
width: 240px;
background-color: #FFF;
border-bottom-width: 2px;	
}
.nx-vertical-menu ul li:hover > ul {
display: block;
visibility: visible;
margin-right: -260px;
}
.nx-vertical-menu > ul li:hover > ul {
animation-name: nx-fadeInUp;	
}
.nx-vertical-menu > .menu > li.nx-icon > a {
padding-left: 40px;
} .nx-vertical-menu > ul > li.nx-icon:before {
font-size: 18px;
line-height: 18px;
position: absolute;
z-index: 109;
left: 16px;
top: 9px;
font-family: 'FontAwesome';
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 300;
line-height: 1;
color: #878787;
}
.nx-vertical-menu > ul > li.nx-icon:hover:before {
color: #FFF;
} .nx-vertical-menu.dark .menu li {
border-top: 1px solid #959595;	
}
.nx-vertical-menu.dark .menu li:first-child {
border-top: 0px solid #959595;	
}
.nx-vertical-menu.dark .menu li.menu-item-has-children a:after {
color: #FFF;
}
.nx-vertical-menu.dark .menu li.menu-item-has-children a:hover:after {
color: #757575;
}
.nx-vertical-menu.dark .menu li a {
background-color: #757575;
color: #FFF;
}
.nx-vertical-menu.dark .menu li a:hover {
color: #757575;
background-color: #FFFFFF;
}
.nx-vertical-menu.dark ul > li > ul {
background-color: #FFF;
}
@media (min-width: 768px) {
.nx-vertical-menu ul > li > ul.nx-mega {
width: 780px;
height: auto;
}
.nx-vertical-menu ul > li > ul.nx-mega > li {
width: 780px;
height: auto;
border: 1px solid #0F0;
}
.nx-vertical-menu ul > li > ul.nx-mega > li > ul {
display: block;
float: none;
visibility: visible;
position: relative;
left: auto;
top: auto;
box-shadow: none;
width: 720px;
border: 1px solid #0F0;
}
.nx-vertical-menu ul > li > ul.nx-mega > li > ul > li {
display: block;
float: left;
border: 1px solid #999;
width: 240px;
}
.nx-vertical-menu ul > li > ul.nx-mega > li > ul > li a {
display: block;
float: none;
border: 0px solid #999;
padding: 0px;
line-height: 20px;
}
.nx-vertical-menu ul > li > ul.nx-mega > li > ul ul {
display: block;
visibility: visible;
position: relative;
left: auto;
top: auto;
box-shadow: none;
width: 100%;
height: auto;
transition-duration: 0.0s;
}
.nx-vertical-menu ul > li > ul.nx-mega > li > ul > li li {
display: block;
float: none;
width: 100%;
}
.nx-vertical-menu ul > li > ul.nx-mega > li > ul > li {
}
}
@media (max-width: 1069px) {
.nx-col-1-6 {
width: 33.333%;
display: block;
float: left;
min-height: 1px;		
}
.nx-slide-down-box .sdt_box{
display: block;
height: 85px;
top: auto;
bottom: 0px;
left:0px;
z-index: 1212;
opacity: 0;		
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.1s;			
}
.nx-slide-down-box div.sdt_box a {
float:left;
clear:none;
padding-right: 16px;
}
.nx-slide-down-box:hover .sdt_box{
display:block;
bottom: 85px;
height: auto;
min-height: 85px;
opacity: 1;		
}
.nx-prodmenu-col:first-child {
padding-left: 0px;
}	
}
@media (min-width: 768px) {
.nx-vertical-menu ul > li ul {
-webkit-box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 4px 2px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 4px 2px 0px rgba(50, 50, 50, 0.2);
animation-duration: 0.5s;
animation-fill-mode: both;
animation-timing-function: ease-in-out;
} }
@media (max-width: 767px) {
.nx-col-3-4,
.nx-col-2-3,
.nx-col-1-6,
.nx-col-1-5,
.nx-col-1-4,
.nx-col-1-3,
.nx-col-1-2 {
width: 100%;
display: block;
float: none;
}
.nx-prodmenu-col {
padding-right: 0px;
clear: both;
}
.nx-vertical-menu ul > li > ul {
display: block;
visibility: visible;
position: relative;
height: auto;
left: auto;
margin-right: 0px;
top: auto;
width: 100%;
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;	
border: 0px solid #FFF;
border-bottom: 0px solid #FFF!important;			
}
.nx-vertical-menu .menu li.menu-item-has-children > a:after {
position: absolute;
left: 95%;
top: 14px;
content: "\f078";
}
.nx-vertical-menu .menu li:first-child {
border-top: 1px solid #e7e7e7;	
}
.nx-vertical-menu menu.ul > li > a {
}		
.nx-vertical-menu ul.menu > li > ul > li > a {
padding-left: 32px;
}		
.nx-vertical-menu ul.menu > li > ul > li > ul > li > a {
padding-left: 48px;
}		
.nx-vertical-menu ul.menu > li > ul > li > ul > li > ul > li > a {
padding-left: 64px;
}
.nx-vertical-menu.dark .menu > li > ul li:first-child {
border-top: 1px solid #959595;	
}	
}.nx-heading-style-default {
padding: 2px 0;
}
.nx-heading-style-default .nx-heading-inner {
padding: 0px;
}
.nx-heading.nx-heading-align-left { text-align: left; }
.nx-heading.nx-heading-align-left .nx-heading-inner { padding-left: 0px; }
.nx-heading.nx-heading-align-right { text-align: right; }
.nx-heading.nx-heading-align-right .nx-heading-inner { padding-right: 0px; }
.nx-heading.nx-heading-align-center { text-align: center; }
.nx-heading.nx-heading-align-left .nx-title-more {
display: block;
float: right;
text-decoration: none;
font-weight: 200;
color: #999;
}
.nx-heading.nx-heading-align-right .nx-title-more {
display: block;
float: left;
text-decoration: none;
font-weight: 200;
color: #999;
}
.nx-heading.nx-heading-align-center .nx-title-more {
display: none;
}
.nx-heading.nx-heading-align-left .nx-title-more:hover,
.nx-heading.nx-heading-align-right .nx-title-more:hover {
color: #333;
} .nx-divider {
clear: both;
position: relative;
height: 1px;
margin: 2.5em 0 1.5em 0;
background: #999;
background-color: #e7e7e7;
}
.nx-divider a {
position: absolute;
right: 0;
bottom: 5px;
display: inline-block;
color: #777;
font-size: 12px;
text-decoration: none;
} .nx-spacer {
display: block;
height: 0;
clear: both;
overflow: hidden;
}
.nx-spacer-5 { height: 5px }
.nx-spacer-10 { height: 10px }
.nx-spacer-20 { height: 20px }
.nx-spacer-30 { height: 30px }
.nx-spacer-40 { height: 40px } .nx-highlight {
display: inline;
padding: 1px 0;
} .nx-label {
display: inline;
margin-right: 0.3em;
padding: 0.1em 0.3em;
font-size: 0.8em;
height: 0.8em;
line-height: 0.8em;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.nx-label-type-default { background: #999 }
.nx-label-type-success { background: #090 }
.nx-label-type-warning { background: #f90 }
.nx-label-type-important { background: #f03 }
.nx-label-type-black { background: #111 }
.nx-label-type-info { background: #09c } .nx-dropcap {
float: left;
display: inline-block;
width: 2em;
height: 2em;
margin: 0.2em 0.5em 0.2em 0;
line-height: 2em;
text-align: center;
overflow: hidden;
text-transform: uppercase;
}
.nx-dropcap-style-default {
color: #fff;
background-color: rgba(127, 127, 127, 0.2); border-radius: 3px;
color: #373737;
margin-bottom: -4px;
}
.nx-dropcap-style-flat {
background: #444;
color: #fff;
}
.nx-dropcap-style-light {
color: #333;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: rgb(255, 255, 255); background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); }
.nx-dropcap-style-simple {
width: 1em;
height: 1em;
line-height: 1em;
text-align: left;
} .nx-frame,
.nx-frame-inner { display: block; }
.nx-frame-align-left {
float: left;
margin: 0 1em 1em 0;
}
.nx-frame-align-center {
float: none;
margin: 1em auto;
}
.nx-frame-align-right {
float: right;
margin: 0 0 1em 1em;
}
.nx-frame img {
display: block !important;
float: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
box-shadow: none !important;
}
.nx-frame-style-default {
padding: 2px;
border: 1px solid #999;
background: #fff;
-webkit-box-shadow: 1px 1px 4px #ccc;
-moz-box-shadow: 1px 1px 4px #ccc;
box-shadow: 1px 1px 4px #ccc;
}
.nx-frame-style-default .nx-frame-inner {
padding: 2px;
border: 4px solid #eee;
} .nx-list ul {
list-style: none !important;
margin: 0 0 1.5em 0 !important;
padding: 0 !important;
}
.nx-list ul li {
position: relative;
list-style-type: none !important;
display: block !important;
line-height: 1.3em;
margin: 0 !important;
padding: 4px 0 4px 2em !important;
}
.nx-list ul li > img {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
padding: 0;
margin: 0;
border: none;
}
.nx-list ul li i {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
text-align: center;
} .nx-button {
display: inline-block !important;
text-align: center;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.nx-button-wide {
display: block !important;
margin: 1em 0;
}
.nx-button-center { text-align: center; }
.nx-button span {
display: block !important;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.nx-button img {
border: none !important;
vertical-align: middle !important;
margin: -0.2em 0.4em 0 -0.3em !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.nx-button i {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0.5em 0 0 !important;
text-align: center;
line-height: 1em;
}
.nx-button.nx-button-float-icon img { margin: 0 0.5em !important }
.nx-button small {
display: block;
margin: -0.2em 0 0 0;
color: inherit;
text-align: center;
font-style: normal;
font-size: 0.8em;
line-height: 1;
opacity: 0.7;
filter: alpha(opacity=70);
}
.nx-button-style-default {
border-width: 0px;
border-style: solid;
} .nx-button-style-default:hover {
background-color: #333333!important;
color: #FFFFFF!important;
}
.nx-button-style-default span {
border-top-width: 0px;
border-bottom-width: 0px;
border-top-style: solid;
border-bottom-style: solid;
}
.nx-button-style-flat,
.nx-button-style-flat span { border: none }
.nx-button-style-flat span { position: relative }
.nx-button-style-flat:hover span { top: 1px }
.nx-button-style-soft span { background: 0 -20px url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-soft.png) repeat-x }
.nx-button-style-soft:hover span { background: 0 0 url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-soft.png) repeat-x }
.nx-button-style-glass span { background: 0 50% url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-glass.png) repeat-x }
.nx-button-style-glass:hover span { background: 100% 50% url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-glass.png) repeat-x }
.nx-button-style-bubbles span { background: 0 50% url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-bubbles.png) no-repeat }
.nx-button-style-bubbles:hover span { background: -710px 50% url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-bubbles.png) no-repeat }
.nx-button-style-noise span { background: 0 0 url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-noise.png) repeat-x }
.nx-button-style-noise:hover span { background: 0 0 url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/styles/style-noise.png) repeat-x }
.nx-button-style-stroked span {
margin: 1px;
border: 1px dashed #fff !important;
}
.nx-button-style-stroked:hover span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.nx-button-style-3d {
border-bottom-style: solid;
border-bottom-width: 6px;
}
.nx-button-style-3d span {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.nx-button-style-3d:hover {
position: relative;
top: 3px;
border-bottom-width: 3px;
} .nx-table table {
width: 100% !important;
margin: 0 0 1.5em 0 !important;
border-collapse: collapse !important;
font-size: 1em !important;
border: 1px solid #ccc !important;
}
.nx-table th {
text-align: center !important;
padding: 1em !important;
font-size: 1em !important;
font-weight: normal !important;
color: #333 !important;
border: 1px solid #ccc !important;
background: #f0f0f0 !important;
}
.nx-table td {
padding: 0.5em 1em !important;
border: 1px solid #ccc !important;
background: #fff !important;
}
.nx-table .nx-even td { background: #f7f7f7 !important }.qtip.nx-qtip { max-width: 480px !important; }
.nx-tooltip { display: inline-block; }
.nx-qtip-size-1 { font-size: 0.8em !important; }
.nx-qtip-size-2 { font-size: 0.9em !important; }
.nx-qtip-size-3 { font-size: 1em !important; }
.nx-qtip-size-4 { font-size: 1.1em !important; }
.nx-qtip-size-5 { font-size: 1.2em !important; }
.nx-qtip-size-6 { font-size: 1.3em !important; }
.nx-tooltip-content { display: none; }
.nx-tooltip-content > :last-child { margin-bottom: 0; }
.qtip-content .nx-tooltip-content img,
.qtip-content .nx-tooltip-content object,
.qtip-content .nx-tooltip-content iframe,
.qtip-content .nx-tooltip-content embed { max-width: 430px; }
.qtip-content .nx-tooltip-content .nx-responsive-media-yes { width: 430px; } .nx-private { margin: 0 0 1.5em 0 }  .nx-team .team {
display: block;
float: left;
padding: 0px 16px 16px 16px;
margin-bottom: 16px;
}
.nx-team .team .nx-post-border {
display: block;
padding: 0px;
overflow: hidden;
position: relative;
padding-bottom: 70px;
}
.nx-team .nx-post-border .team-thumbnail {
margin: 0px;
padding: 0px;
width: 100%;
height: auto;	
}
.nx-team .team .nx-post-border .team-thumbnail img {
width: 100%;
}
.nx-team .team .nx-post-border:hover .team-thumbnail img {
-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);		
}
.nx-team .team .nx-post-border .nx-post-content {
background-color: #FFFFFF;
background: transparent;
color: #373737;
text-align: center;
padding-bottom: 12px;
position: absolute;
width: 100%;
left: 0px;
bottom: -44px;
z-index: 1002;
}
.nx-team .team .nx-post-border:hover .nx-post-content {
bottom: 0px;
background-color: #77be32;
color: #ffffff;
}
.nx-team .nx-post-content h4 {
margin: 0px;
padding: 12px 0px 0px 0px;
}
.nx-team .team .nx-post-border .nx-post-content h4 a {
color: #373737;
}
.nx-team .team .nx-post-border:hover .nx-post-content h4 a {
color: #FFFFFF;
}
.nx-team .team .nx-post-border:hover .nx-post-content h4 a:hover {
color: #FFFFFF;
}
.nx-team .nx-post-content h5 {
margin: 0px;
padding: 4px 0px 12px 0px;
font-weight: 300;	
}
.nx-team .team .nx-post-border .nx-post-content .team-social {
height: 32px;
clear: both;
}
.nx-team .nx-post-content .team-social ul,
.nx-team .nx-post-content .team-social ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.nx-team .nx-post-content .team-social ul li {
display: inline-block;
}
.nx-team .nx-post-content .team-social ul li a {
display: block;
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
vertical-align: middle;
color: #FFF;
border: 1px solid #FFF;
border-radius: 3px;
font-size: 18px;
}
.nx-team .nx-post-content .team-social ul li a:hover {
color: #77be32;
background-color: #FFFFFF;
}
.nx-members {
margin-bottom: 1.5em;
padding: 1em;
border-width: 1px 0;
border-style: solid;
text-align: center;
}
.nx-members a {
text-decoration: underline;
color: inherit;
}
.nx-team.nx-team-layout-1 {
margin-left: -16px;
margin-right: -16px;
} .nx-testi {
padding-bottom: 32px;
}
.nx-testi .owl-buttons {
text-align: right;
padding-right: 16px;
opacity: 0;
}
.nx-testi:hover div.owl-buttons {
opacity: 1;
}
.nx-testi div.owl-prev,
.nx-testi div.owl-next {
top: auto;
bottom: 0px;
height: 24px;
width: 24px;
margin: 0px 4px;
border-radius: 3px;
padding: 0px;
background-image: none;
background-color: #77bd32;	
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
color: #FFF;
text-align: center;
font-size: 18px;
line-height: 22px;
}
.nx-testi div.owl-prev {
left: auto;
right: 6px;
margin-right: 0px;
}
.nx-testi .testi-content {
display: block;
padding: 32px 48px 0px 48px;
position: relative;
margin-bottom: 16px;
}
.nx-testi .nx-testimonials .testi-content span.nx-qtt-start,
.site-main .nx-slider .testi-content span.nx-qtt-start {
display: block;
position: absolute;
left: 6px;
top: 6px;
font-size: 32px;
color: #CCC;
height: 32px;
width: 32px;
}
.nx-testi .nx-testimonials .testi-content span.nx-qtt-end,
.site-main .nx-slider .testi-content span.nx-qtt-end {
display: block;
position: absolute;
right: 6px;
bottom: 0px;
font-size: 32px;
color: #CCCCCC;
height: 32px;
width: 32px;
}
.nx-testi .testi-meta,
.nx-slider .testi-meta {
padding: 6px 48px;	
}
.nx-testi span.testi-name,
.nx-slider span.testi-name {
display: block;
font-weight: 700;
font-size: 15px;
}
.nx-testi span.testi-desig,
.nx-slider span.testi-desig {
display: block;
font-weight: 300;
color: #999;
}
.nx-testi span.testi-company,
.nx-slider span.testi-company {
display: block;
font-weight: 300;
color: #666;
font-size: 12px;
}
.nx-slider .testi-meta {
padding: 6px 48px;	
}
.nx-slider span.testi-name {
display: block;
font-weight: 700;
font-size: 15px;
}
.nx-slider span.testi-desig {
display: block;
font-weight: 300;
color: #999;
}
.nx-slider span.testi-company {
display: block;
font-weight: 300;
color: #666;
font-size: 12px;
}
.nx-testi.centererd-compact .testi-content {
padding: 12px 48px 0px 48px;
margin-bottom: 12px;
text-align: center;
}
.nx-testi.centererd-compact .testi-meta,
.nx-testi.centererd-compact .testi-meta,
.nx-testi.centererd .testi-meta,
.nx-testi.centererd .testi-meta {
text-align: center;
padding-left: 0px;
padding-right: 0px;
}
.nx-testi.centererd-compact span.testi-company,
.nx-testi.centererd-compact span.testi-company {
display: block;
}
.nx-testi.centererd span.testi-name,
.nx-testi.centererd-compact span.testi-name {
display: inline-block;
}
.nx-testi.centererd span.testi-name:after,
.nx-testi.centererd-compact span.testi-name:after {
content: ", ";
color: #999;
}
.nx-testi.centererd span.testi-desig,
.nx-testi.centererd-compact span.testi-desig {
display: inline-block;
}
.nx-testi.centererd-compact .testi-thumbnail {
display: none;
}
.nx-testi.centererd .testi-content {
padding: 24px 48px 0px 48px;
margin-bottom: 12px;
text-align: center;
}
.nx-testi.centererd .nx-testimonials.with-thumb .testi-content .testi-thumbnail {
position: relative;
display: inline-block;
float: none;
overflow: hidden;
left: auto;
right: auto;
bottom: auto;
top: auto;
margin-bottom: 16px
}
.nx-testi.centererd .nx-testimonials.with-thumb .testi-content span.nx-qtt-start {
top: 96px;
} .nx-guests { margin-bottom: 1.5em } .nx-posts-default-loop { }
.nx-posts-default-loop .nx-post {
margin-bottom: 2.5em;
line-height: 1.5;
}
.nx-posts-default-loop .nx-post:after {
content: '';
display: table;
clear: both;
}
.nx-posts-default-loop .nx-post-thumbnail {
float: left;
display: block;
width: 100px;
height: 100px;
margin-right: 1em;
}
.nx-posts-default-loop .nx-post-thumbnail img {
max-width: 100px;
max-height: 100px;
}
.nx-posts-default-loop h2.nx-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 1.2em;
font-weight: bold;
}
.nx-posts-default-loop .nx-post-meta {
margin-bottom: 0.7em;
font-size: 0.8em;
opacity: 0.6;
filter: alpha(opacity=60);
}
.nx-posts-default-loop .nx-post-excerpt { margin-bottom: 0.5em }
.nx-posts-default-loop .nx-post-excerpt p:last-child { margin-bottom: 0 }
.nx-posts-default-loop .nx-post-comments-link { font-size: 0.9em }
.nx-posts-teaser-loop { }
.nx-posts-teaser-loop .nx-post {
margin-bottom: 1.5em;
line-height: 1.2;
}
.nx-posts-teaser-loop .nx-post:after {
content: '';
display: table;
clear: both;
}
.nx-posts-teaser-loop .nx-post-thumbnail {
float: left;
display: block;
width: 56px;
height: 56px;
margin: 0 1em 0 0;
}
.nx-posts-teaser-loop .nx-post-thumbnail img {
display: block;
margin: 0;
padding: 2px;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
max-width: 100%;
max-height: 100%;
}
.nx-posts-teaser-loop h2.nx-post-title {
display: block;
margin: 0;
padding: 0;
border: none;
font-size: 0.9em;
font-weight: normal;
clear: none;
}
.nx-posts-single-post { }
.nx-posts-single-post .nx-post {
margin-bottom: 2.5em;
line-height: 1.5;
}
.nx-posts-single-post .nx-post:after {
content: '';
display: table;
clear: both;
}
.nx-posts-single-post h1.nx-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 1.2em;
font-weight: bold;
}
.nx-posts-single-post .nx-post-meta {
margin-bottom: 0.7em;
font-size: 0.8em;
opacity: 0.6;
filter: alpha(opacity=60);
}
.nx-posts-single-post .nx-post-content { margin-bottom: 0.5em }
.nx-posts-single-post .nx-post-content p:last-child { margin-bottom: 0 } div.nx-pie > span.chart.nx-piechart > canvas {}
.nx-pie {
text-align: center;
}
.chart {
position: relative;
display: inline-block;
width: 200px;
height: 200px;
margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}
.chart canvas {
position: absolute;
top: 0;
left: 0;
}
.percent {
display: inline-block;
line-height: 200px;
z-index: 2;
font-size: 24px;
}
.percent:after {
content: '%';
margin-left: 4px;
font-size: 24px;
}
div.pie-text {
text-align: center;
}
.nx-custom-carousel {
}
.nx-custom-carousel .owl-controls {
position: relative;
z-index: 502;
margin-top: 32px;
}
.nx-custom-carousel .owl-prev, 
.nx-custom-carousel .owl-next {
position: absolute;
opacity: 0;
top: auto;
bottom: 0px;
height: 24px;
width: 24px;
margin: 0px;
border-radius: 3px;
padding: 0px;
background-image: none;
background-color: #77bd32;	
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
color: #FFF;
text-align: center;
z-index: 504;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
transition-delay: 0s;	
}
.nx-custom-carousel .owl-next {
left: auto;
right: 6px;
right: 20px;
margin-right: 0px;
}
.nx-custom-carousel .owl-prev {
left: auto;
right: 32px;
right: 48px;	
}
.nx-custom-carousel:hover .owl-prev, 
.nx-custom-carousel:hover .owl-next {
margin-left: 0px;
margin-right: 0px;
opacity: 1;
}
.nx-custom-carousel div.nx-carousel-pagination {
display: none;
}
.nx-clients .clients {
margin: 0px;
padding: 0px;
}
.nx-clients .clients .clients-inner {
padding: 0px 12px;
text-align: center;
}
.nx-clients .clients .clients-inner a.client-link {
display: block;
border: 1px solid rgba(127,127,127,0.2);
padding: 11px 0px;
height: 100px;
vertical-align: middle;
line-height: 72px;	
}
.nx-clients .clients .clients-inner a.client-link img.clients-logo {
max-height: 72px;
max-width: 90%;
margin: auto;
position: relative;
}
.nx-clients-wrap {
position: relative;
margin-left: -12px;
margin-right: -12px;
min-height: 132px;
} .prograss-container {
display: block;
padding: 0px 0px 16px 0px;
}
.pbar-outer {
display: block;
position: relative;
width: 100%;
background-color: #e7e7e7;
border-radius: 3px;
color: #FFFFFF;
}
.pbar-inner {
display: block;
width: 0%;
color: #FFFFFF;
display: block;
border-radius: 3px;	
position: absolute;
left: 0px;
top: 0px;
transition-property: all;
transition-duration: 1.1s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
z-index: 501;
overflow: hidden;
}
.pbar-text {
display: block;
position: absolute;
overflow: visible;
left: 0px;
top: 0px;
padding: 0px 16px;
z-index: 502;
color: #ffffff;
font-weight: 500;
font-size: 15px;
text-align: right;
transition-property: all;
transition-duration: 1.1s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
width: auto;
}
.bpercent {
margin-left: 16px;
} .tx-slider-img img {
width: 100%;
}
.nx-itrans-slider .tx-slider-box {
position: relative;
}
.nx-itrans-slider .tx-slider-box .tx-slide-content {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 98;
}
.nx-itrans-slider .tx-slider-box .tx-slide-content .tx-slide-content-inner {
display: block;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 32px;
}
.tx-slide-content-inner h3 {
color: #FFF;
font-size: 40px;
font-weight: 700;
text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
.tx-slide-content-inner .tx-slide-details p {
color: #FFF;
font-size: 16px;
text-shadow: 0px 0px 2px rgba(0,0,0,0.4);	
}
.tx-slide-content-inner .tx-slide-button a {
text-shadow: 0px 0px 3px rgba(0,0,0,0.4);	
}
.nx-slider > div.owl-controls div.owl-buttons div.owl-next i, 
.nx-slider > div.owl-controls div.owl-buttons div.owl-prev i {
line-height: 62px;
position: absolute;
left: 8px;
top: 0px;
}
.nx-slider > div.owl-controls div.owl-buttons div.owl-next, 
.nx-slider > div.owl-controls div.owl-buttons div.owl-prev {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
height: 64px;
width: 32px;
line-height: 64px;
margin-top: -32px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.nx-itrans-slider .tx-slider-box .tx-slide-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.nx-itrans-slider .tx-slider-box .tx-slide-content .tx-slide-content-inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.owl-item .tx-slide-content-inner h3 {
margin-bottom: 0px;
position: relative;
opacity: 0;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.2s;
margin-top: 120px;
}
.owl-item .tx-slide-content-inner .tx-slide-details {
position: relative;
opacity: 0;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.6s;
margin-left: 120px;	
}
.owl-item .tx-slide-content-inner .tx-slide-button {
position: relative;
opacity: 0;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 1.0s;
margin-top: 120px;	
}
.owl-item.active .tx-slide-content-inner h3 {
opacity: 1;
margin-top: 0px;
}
.owl-item.active .tx-slide-content-inner .tx-slide-details {
opacity: 1;
margin-left: 0px;	
}
.owl-item.active .tx-slide-content-inner .tx-slide-button {
opacity: 1;
margin-top: 0px;	
}
.nx-itrans-slider.shadow .tx-slide-content-inner h3 {
text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
.nx-itrans-slider.shadow .tx-slide-content-inner .tx-slide-details p {
text-shadow: 0px 0px 2px rgba(0,0,0,0.4);	
}
.nx-itrans-slider.shadow .tx-slide-content-inner .tx-slide-button a {
text-shadow: 0px 0px 3px rgba(0,0,0,0.4);	
}
.nx-itrans-slider.transp .tx-slide-content-inner h3 {
text-shadow: none;
display: inline-block;
background-color: rgba(0,0,0,0.2);
padding: 6px 12px 6px 12px;
margin-bottom: 6px;
}
.nx-itrans-slider.transp .tx-slide-content-inner .tx-slide-details p {
display: inline-block;
text-shadow: none;
background-color: rgba(0,0,0,0.2);
padding: 6px 12px 12px 12px;	
}
.nx-itrans-slider.transp .tx-slide-content-inner .tx-slide-button a {
text-shadow: none;
}
.nx-itrans-slider.noshad .tx-slide-content-inner h3 {
text-shadow: none;
}
.nx-itrans-slider.noshad .tx-slide-content-inner .tx-slide-details p {
text-shadow: none;
}
.nx-itrans-slider.noshad .tx-slide-content-inner .tx-slide-button a {
text-shadow: none;
}  .pbar-inner .candystrip {
position: absolute;
top: 0;
left: 0;
right: -32px;
bottom: 0;
height: 100%;
width: 100%;
width: calc(100% + 32px);
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
-webkit-background-size: 32px 32px;
-moz-background-size: 32px 32px;
-o-background-size: 32px 32px;
background-size: 32px 32px;
-webkit-animation: pace-stripe-animation 500ms linear infinite;
-moz-animation: pace-stripe-animation 500ms linear infinite;
-ms-animation: pace-stripe-animation 500ms linear infinite;
-o-animation: pace-stripe-animation 500ms linear infinite;
animation: pace-stripe-animation 500ms linear infinite;
}
@-webkit-keyframes pace-stripe-animation {
0% { -webkit-transform: none; transform: none; }
100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
0% { -moz-transform: none; transform: none; }
100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
0% { -o-transform: none; transform: none; }
100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
0% { -ms-transform: none; transform: none; }
100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
0% { transform: none; transform: none; }
100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
.nx-cunter {
display: block;
clear: both;
text-align: center;
}
@media only screen and (max-width: 999px) {
.nx-cunter {
text-align: left;
}
}.nx-posts {
display: block;
clear: both;
}
.nx-col-1-2 {
width: 50%;
display: block;
float: left;
}
.nx-col-1-3 {
width: 33.3%;
}
.nx-col-2-3 {
width: 66.6%;
}
.nx-col-1-4 {
width: 25%;
}
.folio-col-1 {
display: block;
float: left;
padding-right: 16px;
width: 50%;
}
.folio-col-2 {
display: block;
float: left;
padding-left: 16px;
width: 50%;
}
.folioend {
display: block;
clear: both;
height: 32px;
} .nx-folio.nx-folio-layout-1 .nx-post-border {
display: block;
position: relative;
overflow: hidden;
}
.nx-folio.nx-folio-layout-1 .entry-thumbnail {
width: 100%;
height: 0;
padding-bottom: 100%;
}
.nx-folio.nx-folio-layout-1 .nx-col-1-1  .entry-thumbnail {
width: 100%;
height: 0;
padding-bottom: 66.6%;
}
.nx-folio .hentry,
.nx-folio .entry-thumbnail img {
margin: 0px;
padding: 0px;
display: block;
}
.nx-folio .entry-thumbnail img,
.nx-folio.nx-folio-layout-1 .portfolio .folioico a,
.nx-folio.nx-folio-layout-1 .portfolio .nx-post-content,
.nx-folio .portfolio .entry-thumbnail .folio-overlay,
.nx-folio.nx-folio-layout-1 .portfolio .nx-post-content .folio-content-wrap  {
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;
}
.nx-folio.nx-folio-layout-1 .portfolio .folioico a,
.nx-folio.nx-folio-layout-1 .portfolio .nx-post-content .folio-content-wrap {
transition-delay: 0.3s;
}
.nx-folio.nx-folio-layout-1 .portfolio .nx-post-content {
display: block;
position: absolute;
text-align: center;	
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1001;
background-color: rgba(0,0,0,0.0);
}
.nx-folio.nx-folio-layout-1 .portfolio .nx-post-content .folio-content-wrap {
display: block;
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
color: #FFF;
padding: 8px 0px 12px 0px;
background-color: #77be32;
margin-bottom: -100%;
}
.nx-folio.nx-folio-layout-1 .portfolio:hover .nx-post-content .folio-content-wrap {
margin-bottom: 0%;	
}
.nx-folio.nx-folio-layout-1 .portfolio:hover .nx-post-content {
display: block;
background-color: rgba(0,0,0,0.5);
}
.nx-folio.nx-folio-layout-1 .portfolio:hover .entry-thumbnail img {
-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);	
}
.nx-folio.nx-folio-layout-1 h1.entry-title,
.nx-folio.nx-folio-layout-1 h1.entry-title a {
color: #FFF;
font-size: 20px;
line-height: 28px;
margin: 0px;
}
.nx-folio.nx-folio-layout-2 .nx-post-border .entry-summary {
padding-top: 6px;
}
.nx-folio .portfolio .folioico {
position: absolute;
height: 1px;
overflow: visible;
width: 100%;
left: 0px;
top: 50%;
margin-top: -16px;
text-align: center;
}
.nx-folio .portfolio .folioico a {
display: inline-block;
height: 32px;
width: 32px;
background-color: #77be32;
color: #FFF;
outline: 0;
border-radius: 3px;
opacity: 0.0;
position: relative;
margin-left: 32px;	
}
.nx-folio .portfolio .folioico a:first-child {
margin-left: auto;
margin-right: 32px;
}
.nx-folio .portfolio:hover .folioico a {
opacity: 1;
-webkit-animation: mymove2 0.5s 1; animation: mymove2 0.5s 1;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
margin-left: 0px;
margin-right: 0px;	
}
.nx-folio .portfolio .folioico a i {
font-size: 16px;
line-height: 32px;
vertical-align: middle;
font-weight: 300;
margin: 0px;
padding: 0px;
}
nav.folio-filtering {
min-height: 40px;
margin-bottom: 24px;
}
nav.folio-filtering input,
nav.folio-filtering input:hover,
nav.folio-filtering input:focus {
background: transparent;
color: #333;
height: 40px;
line-height: 40px;
width: auto;
padding: 0px 16px;
border: 1px solid #e7e7e7;
border-radius: 0px;
border-right: none;
}
nav.folio-filtering input:hover,
nav.folio-filtering input.is-checked {
background-color: #77be32;
color: #FFF;	
}
nav.folio-filtering input:last-child {
border-right: 1px solid #e7e7e7;
}
.paging-navigation > div.nav-links {
display: block;
height: 40px;
}
.paging-navigation span.current,
.paging-navigation a.page-numbers {
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0px 16px;
font-size: 14px;
text-decoration: none;
border: 1px solid #e7e7e7;
font-style: normal;
color: #333;
}
.paging-navigation span.current,
.paging-navigation a:hover {
background-color: #77be32;
color: #FFF;		
} .nx-folio.nx-folio-layout-2 {
margin-left: -16px;
margin-right: -16px;
}
.nx-folio.nx-folio-layout-2 .nx-post-border {
display: block;
overflow: hidden;
padding: 12px 16px 16px 16px;
position: relative;
}
.nx-folio.nx-folio-layout-2 .nx-post-border,
.nx-folio.nx-folio-layout-2 .entry-thumbnail,
.nx-folio.nx-folio-layout-2 .entry-thumbnail img {
}
.nx-folio.nx-folio-layout-2 .entry-thumbnail {
width: 100%;
overflow: hidden;
height: 0;
padding-bottom: 100%;
position: relative;
}
.nx-folio.nx-folio-layout-2 .nx-col-1-1 .entry-thumbnail {
width: 100%;
overflow: hidden;
height: auto;
padding-bottom: 0;	
}
.nx-folio .hentry,
.nx-folio .entry-thumbnail img {
margin: 0px;
padding: 0px;
display: block;
}
.nx-folio .portfolio .entry-thumbnail .folio-overlay {
background-color: rgba(0,0,0,0.0);
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
}
.nx-folio .portfolio:hover .entry-thumbnail .folio-overlay {
background-color: rgba(0,0,0,0.5);
}
.nx-folio.nx-folio-layout-2 .portfolio .nx-post-content {
display: block;
width: 100%;
}
.nx-folio.nx-folio-layout-2 .portfolio .nx-post-content .folio-content-wrap {
display: block;
padding: 8px 0px 16px 0px;
}
.nx-folio.nx-folio-layout-2 .portfolio:hover .entry-thumbnail > img {
-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);	
}
.nx-folio.nx-folio-layout-2 h1.entry-title,
.nx-folio.nx-folio-layout-2 h1.entry-title a {
font-size: 20px;
line-height: 28px;
margin: 6px 0px 0px;
}
.nx-folio.nx-folio-layout-2 .foliocat {
font-size: 12px;
margin: 0px 0px 8px;
color: #77be32;
}  .nx-folio .nx-slider:hover .owl-controls .owl-buttons div.owl-next, 
.nx-folio .nx-slider:hover .owl-controls .owl-buttons div.owl-prev {
-webkit-animation: mymove2 0.5s 1; animation: mymove2 1s 1;
-webkit-animation-delay: 0.5s;
animation-delay: 0.2s;		
} .nx-post-box h2.nx-entry-title a,
.nx-post-box h2.nx-entry-title a:visited {
color: #373737;
}
.nx-post-box h2.nx-entry-title a:hover,
.nx-post-box h2.nx-entry-title a:active {
color: #77bd32;
}
.nx-post-box h2 {
font-size: 18px;
}
.nx-posts-col-2 div.post {
padding-top: 0px;
padding-bottom: 32px;
}
.nx-author, {
float: left;
}
.nx-comment-link {
float: right;
}
.nx-footer-entry-meta {
color: #999;
font-size: 12px;
}
span.nx-sep {
padding: 0px 4px;
}
.nx-post-box div.read-more {
display: none;
}
.nx-post-box a.more-link {
display: inline-block;
padding: 4px 6px;
background-color: #f7f7f7;
}
.entry-thumbnail img {
width: 100%;
}
.nx-posts .nx-metawrap {
display: none;
}
.nx-posts .nx-entry-thumbnail {
position: relative;
}
.nx-posts .nx-entry-thumbnail .nx-blog-overlay {
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 106;
opacity: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;	
}
.nx-posts.nx-posts-col-1 .nx-entry-thumbnail .nx-blog-overlay {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/blog-overlay-bg-1200x600.png);
}
.nx-posts.nx-posts-col-2 .nx-entry-thumbnail .nx-blog-overlay {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/blog-overlay-bg-600x360.png);
}
.nx-posts.nx-posts-col-3 .nx-entry-thumbnail .nx-blog-overlay {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/blog-overlay-bg-400x240.png);
}
.nx-posts.nx-posts-col-4 .nx-entry-thumbnail .nx-blog-overlay {
background-image: url(//mgcr-batiment.com/wp-content/plugins/nx-shortcode/assets/images/blog-overlay-bg-300x180.png);
}
.nx-posts .nx-entry-thumbnail .nx-blog-icons {
position: absolute;
left: 0px;
top: 50%;
margin-top: -16px;
height: 32px;
width: 100%;
z-index: 107;
text-align: center;
}
.nx-posts .nx-entry-thumbnail .nx-blog-icons a {
display: inline-block;
height: 32px;
width: 32px;
background-color: #77be32;
color: #ffffff;
border-radius: 3px;
opacity: 0;
text-align: center;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.3s;
position: relative;
margin-left: 32px;
}
.nx-posts .nx-entry-thumbnail .nx-blog-icons a:first-child {
margin-left: auto;
margin-right: 32px;
}
.nx-posts .nx-entry-thumbnail:hover .nx-blog-overlay {
opacity: 0.8;
}
.nx-posts .nx-entry-thumbnail:hover .nx-blog-icons a {
opacity: 1;
margin-left: 0px;
margin-right: 0px;
-webkit-animation: mymove2 0.5s 1; animation: mymove2 0.5s 1;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;	
}
.nx-posts .nx-slider:hover div.owl-controls div.owl-buttons div.owl-next, 
.nx-posts .nx-slider:hover div.owl-controls div.owl-buttons div.owl-prev {
-webkit-animation: mymove2 0.5s 1; animation: mymove2 1s 1;
-webkit-animation-delay: 0.5s;
animation-delay: 0.2s;		
} .nx-posts .nx-entry-thumbnail .nx-blog-icons a i {
font-size: 16px;
line-height: 32px;
}
div.nx-entry-thumbnail.no-entry-thumb {
display: none;
}
.nx-posts.nx-posts-layout-Standard .post.hentry {
margin-bottom: 48px;
padding-bottom: 16px;
border-bottom: 1px solid rgba(127,127,127,0.2);
}
.nx-posts.nx-posts-layout-Standard .entry-header {
margin-bottom: 16px;
}
.nx-posts.nx-posts-layout-Standard .entry-header h1.entry-title {
margin: 0px;
font-size: 24px;
}
.nx-posts.nx-posts-layout-Standard .entry-header .nx-entry-thumb {
margin-bottom: 16px;
border-radius: 3px;
overflow: hidden;
}
.nx-posts.nx-posts-layout-Standard .entry-header .entry-meta {
color: #999;
font-size: 12px;
padding-right: 16px;
}
.nx-posts.nx-posts-layout-Standard .entry-header a span,
.nx-posts.nx-posts-layout-Standard .entry-header .entry-meta a {
color: #999;
font-size: 12px;
}
.nx-posts.nx-posts-layout-Standard .entry-header a:hover span,
.nx-posts.nx-posts-layout-Standard .entry-header .entry-meta a:hover {
color: #77bd32;
}
.nx-posts .nx-post-border .nx-tagncomm {
display: block;
padding-top: 16px;
min-height: 32px;
}
.nx-posts .nx-tagncomm span.comments-wrapper {
display: block;
float: right;
}
.nx-posts .nx-tagncomm span.nx-blog-comment {
font-size: 12px;
color: #999;
padding-left: 2px;
}
.nx-posts.nx-posts-layout-Standard .nx-tagncomm .tags-links a {
color: #999;
font-size: 12px;
}
.nx-posts .nx-tagncomm span.nx-blog-comment:hover,
.nx-posts.nx-posts-layout-Standard .nx-tagncomm .tags-links a:hover {
color: #77bd32;
}
.nx-posts.nx-posts-layout-Standard .nx-readmore {
padding: 6px 0px 6px 0px;
}
.nx-posts.nx-posts-layout-Standard a.nx-continue {
color: #77bd32;
}
.nx-posts.nx-posts-layout-Standard a.nx-continue:hover {
color: #373737;
}
.paging-navigation .navigation ul.page-numbers {
text-align: center;
padding: 0px;
}
.paging-navigation .navigation ul.page-numbers > li {
display: inline-block;
}
.nx-posts.nx-posts-layout-masonry .post {
margin: 0px!important;
}
.nx-posts.nx-posts-col-2.nx-posts-layout-masonry .post {
width: 50%;
padding: .5% .5%;
overflow: hidden;
}
.nx-posts.nx-posts-col-3.nx-posts-layout-masonry .post {
width: 33.3%;
padding: .5% .5%;
overflow: hidden;	
}
.nx-posts.nx-posts-col-4.nx-posts-layout-masonry .post {
width: 25%;
padding: .5% .5%;
overflow: hidden;	
}
.nx-posts.nx-posts-layout-masonry .post .nx-post-border {
padding: 4% 4%;
border: 1px solid rgba(127,127,127,0.2);	
}
.nx-posts.nx-posts-layout-masonry div.nx-entry-thumbnail {
width: 100%;
height: 1px;
padding-bottom: 60%;
overflow: hidden;
position: relative;
}
.nx-posts .post div.entry-summary {
wordBreak : break-all;
word-break: break-all;
}
.nx-posts.nx-posts-carousel div.nx-entry-thumbnail img,
.nx-posts.nx-posts-layout-masonry div.nx-entry-thumbnail img {
width: 100%;
}
.nx-posts.nx-posts-carousel .post.hentry,
.nx-posts.nx-posts-layout-masonry .post.hentry {
padding-bottom: 16px;
}
.nx-posts.nx-posts-carousel .entry-header,
.nx-posts.nx-posts-layout-masonry .entry-header {
margin-bottom: 16px;
}
.nx-posts.nx-posts-carousel h1.nx-entry-title,
.nx-posts.nx-posts-layout-masonry h1.nx-entry-title {
margin: 0px;
font-size: 20px;
}
.nx-posts.nx-posts-carousel .nx-entry-thumbnail,
.nx-posts.nx-posts-layout-masonry .nx-entry-thumbnail {
margin-bottom: 16px;
border-radius: 0px;
overflow: hidden;
}
.nx-posts.blog-masonry .entry-header .entry-meta {
color: #999;
font-size: 12px;
padding-right: 16px;
}
.nx-posts.blog-masonry .entry-header a span,
.nx-posts.blog-masonry .entry-header .entry-meta a {
color: #999;
font-size: 12px;
}
.nx-posts.blog-masonry .nx-metawrap {
font-size: 12px;
color: #999;
padding-right: 16px;
}
.nx-posts.blog-masonry .nx-featured-post {
font-size: 12px;
color: #999;
padding-right: 16px;
}
.nx-posts.blog-masonry .nx-featured-post span.genericon {
font-size: 12px;
color: #999;
margib-bottom: -4px;	
}
.nx-posts.blog-masonry .nx-entry-header a:hover span,
.nx-posts.blog-masonry .nx-entry-header .entry-meta a:hover {
color: #77bd32;
}
.nx-posts.blog-masonry .nx-post-border .nx-tagncomm {
display: block;
padding-top: 8px;
padding-bottom: 8px;
}
.nx-posts.blog-masonry .nx-tagncomm .tags-links a {
color: #999;
font-size: 12px;
}
.nx-posts.blog-masonry .nx-tagncomm .tags-links a:hover {
color: #77bd32;
}
.nx-posts.blog-masonry .nx-readmore {
padding: 6px 0px 6px 0px;
}
.nx-posts.blog-masonry .nx-readmore a.nx-continue {
color: #77bd32;
}
.nx-posts.blog-masonry .nx-readmore a.nx-continue:hover {
color: #373737;
}
.nx-posts .post div.nx-entry-meta-inner {
display: block;
margin-top: 16px;
}
.nx-posts .post div.nx-entry-meta-inner a {
color: #999;
}
.nx-posts .post div.nx-entry-meta-inner a:hover {
color: #77bd32;
}
.nx-posts.nx-posts-layout-masonry {
margin-left: -.5%;
margin-right: -.5%;
}
.nx-posts.nx-posts-layout-Standard .format-video .nx-metawrap .nx-day,
.nx-posts.nx-posts-layout-Standard .format-quote .nx-metawrap .nx-day,
.nx-posts.nx-posts-layout-Standard .format-link .nx-metawrap .nx-day,
.nx-posts.nx-posts-layout-Standard .format-image .nx-metawrap .nx-day,
.nx-posts.nx-posts-layout-Standard .format-chat .nx-metawrap .nx-day,
.nx-posts.nx-posts-layout-Standard .format-gallery .nx-metawrap .nx-day,
.nx-posts.nx-posts-layout-Standard .format-audio .nx-metawrap .nx-day {
border-radius: 3px;
}
.nx-posts.nx-posts-layout-Standard .format-video .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-quote .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-link .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-image .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-chat .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-gallery .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-audio .nx-metawrap .nx-day span.genericon {
min-height: 72px;
}
.nx-posts.nx-posts-layout-Standard .format-video .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-quote .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-link .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-image .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-chat .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-gallery .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-audio .nx-metawrap .nx-day span.genericon:before {
font-size: 32px;
line-height: 72px;
}
.nx-posts.nx-posts-layout-masonry .format-video .nx-footer-entry-meta span.genericon:before,
.nx-posts.nx-posts-layout-masonry .format-quote .nx-footer-entry-meta span.genericon:before,
.nx-posts.nx-posts-layout-masonry .format-link .nx-footer-entry-meta span.genericon:before,
.nx-posts.nx-posts-layout-masonry .format-image .nx-footer-entry-meta span.genericon:before,
.nx-posts.nx-posts-layout-masonry .format-chat .nx-footer-entry-meta span.genericon:before,
.nx-posts.nx-posts-layout-masonry .format-gallery .nx-footer-entry-meta span.genericon:before,
.nx-posts.nx-posts-layout-masonry .format-audio .nx-footer-entry-meta span.genericon:before {
line-height: 26px;
}
.format-quote blockquote:before {
font-size: 32px;
font-weight: 400;
line-height: .8;
padding-right: 25px;
position: absolute;
left: -38px;
top: -3px;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;	
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10d";
color: #CCC; 	
}
.format-quote blockquote:after {
font-size: 32px;
font-weight: 400;
line-height: .8;
padding-right: 25px;
position: absolute;
right: -62px;
top: -3px;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;	
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10e";
color: #CCC; 	
}
.format-quote .entry-meta .author {
display: none;
}
.nx-posts.nx-posts-layout-Standard .nx-post-border {
min-height: 160px;
}
.nx-posts.nx-posts-layout-Standard .format-aside .nx-post-border {
background: transparent;
}
.nx-posts.nx-posts-layout-Standard .format-aside {
border-bottom: 2px solid #77bd32;
}
.nx-posts.nx-posts-col-2.nx-posts-layout-masonry .post {
width: 50%;
padding: 0px 12px 32px 12px;
overflow: hidden;
}
.nx-posts.nx-posts-col-3.nx-posts-layout-masonry .post {
width: 33.3%;
padding: 0px 12px 32px 12px;
overflow: hidden;	
}
.nx-posts.nx-posts-col-4.nx-posts-layout-masonry .post {
width: 25%;
padding: 0px 12px 32px 12px;
overflow: hidden;	
}
.nx-posts.nx-posts-layout-masonry .post .nx-post-border {
padding: 12px 12px;
border: 1px solid rgba(127,127,127,0.2);	
}
.nx-posts.nx-posts-layout-masonry {
margin-left: -12px;
margin-right: -12px;
} .nx-posts.nx-posts-carousel .post {
padding: 12px 16px;
padding-top: 0px;
}
.nx-posts.nx-posts-carousel .post .nx-post-border {
padding: 12px 12px;
border: 1px solid rgba(127,127,127,0.2);	
}
.blog-carousel-wrap {
position: relative;
margin-left: -16px;
margin-right: -16px;
}
.nx-posts.nx-posts-carousel .post {
}
.nx-posts.nx-posts-carousel .owl-controls .owl-pagination {
display: none;
}
.nx-posts-carousel div.owl-controls {
position: relative;
}
.nx-posts-carousel div.owl-buttons {
text-align: right;
padding-right: 16px;
opacity: 0;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
transition-delay: 0s;	
}
.nx-posts-carousel:hover div.owl-buttons {
opacity: 1;
}
.nx-posts-carousel div.owl-prev,
.nx-posts-carousel div.owl-next {
top: auto;
bottom: 0px;
height: 24px;
width: 24px;
margin: 0px 4px;
border-radius: 3px;
padding: 0px;
background-image: none;
background-color: #77bd32;	
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
color: #FFF;
text-align: center;
font-size: 18px;
line-height: 22px;
}
.nx-posts-carousel div.owl-prev {
left: auto;
right: 6px;
margin-right: 0px;
}
.nx-posts-carousel .nx-youtube {
margin-bottom: 10px;
} .nx-posts.nx-posts-layout-masonry.masonry-modern {
margin-left: -12px;
margin-right: -12px;
}
.nx-posts.nx-posts-layout-masonry.masonry-modern.nx-posts-col-4 .post,
.nx-posts.nx-posts-layout-masonry.masonry-modern.nx-posts-col-3 .post,
.nx-posts.nx-posts-layout-masonry.masonry-modern.nx-posts-col-2 .post {
padding: 0px 12px 32px 12px;
}
.nx-posts.nx-posts-layout-masonry.masonry-modern .post .nx-post-border {
padding: 0px;
padding-bottom: 12px;
border: none;
background-color: #f7f7f7;
}
.page-shadow .nx-posts.nx-posts-layout-masonry.masonry-modern .post .nx-post-border {
-webkit-box-shadow: 0px 0px 1px 1px rgba(153,153,153,0.2);
-moz-box-shadow: 0px 0px 1px 1px rgba(153,153,153,0.2);
box-shadow: 0px 0px 1px 1px rgba(153,153,153,0.2);
background-color: #fff;
}
.nx-posts.nx-posts-layout-masonry.masonry-modern .post .nx-post-border .nx-post-content {
padding: 12px 24px 12px 24px;
}
.nx-posts.nx-posts-layout-masonry.masonry-modern .entry-header .nx-entry-thumbnail,
.nx-posts.nx-posts-layout-masonry.masonry-modern .post .nx-entry-thumbnail img {
border-radius: 0px;
margin-bottom: 0px;
}
.nx-posts-layout-masonry.masonry-modern .post .nx-post-border h1.nx-entry-title {
padding: 24px 24px 0px 24px;
}
.sp-posts.blog-masonry.masonry-modern .post.format-chat div.sp-tagncomm {
display: none;
} .blog-carousel-layout-2 .nx-posts.nx-posts-carousel .post {
padding: 12px 16px;
padding-top: 0px;
}
.blog-carousel-layout-2 .nx-posts.nx-posts-carousel .post .nx-post-border {
padding: 0px 0px 12px 0px;
border: none;
-webkit-box-shadow: 0px 0px 1px 1px rgba(153,153,153,0.2);
-moz-box-shadow: 0px 0px 1px 1px rgba(153,153,153,0.2);
box-shadow: 0px 0px 1px 1px rgba(153,153,153,0.2);
background-color: #fff;	
}
.blog-carousel-layout-2 .nx-posts.nx-posts-carousel .entry-header h1,
.blog-carousel-layout-2 .nx-posts.nx-posts-carousel .post .nx-post-content {
padding-left: 24px;
padding-right: 24px;
padding-bottom: 12px;
}
.nx-posts .nx-post-content .sp-readmore {
padding: 12px 0px 0px 0px;
}
@media (max-width: 767px) {
.nx-posts.nx-posts-layout-Standard .format-video .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-quote .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-link .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-image .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-chat .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-gallery .nx-metawrap .nx-day span.genericon,
.nx-posts.nx-posts-layout-Standard .format-audio .nx-metawrap .nx-day span.genericon {
min-height: 24px;
}
.nx-posts.nx-posts-layout-Standard .format-video .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-quote .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-link .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-image .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-chat .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-gallery .nx-metawrap .nx-day span.genericon:before,
.nx-posts.nx-posts-layout-Standard .format-audio .nx-metawrap .nx-day span.genericon:before {
font-size: 18px;
line-height: 24px;
}	
}
@media (max-width: 999px) {
.folio-col-1 {
display: block;
float: none;
padding-right: 0px;
width: 100%;
}
.folio-col-2 {
display: block;
float: none;
padding-left: 0px;
width: 100%;
}
.nx-col-1-2 {
width: 50%;
display: block;
float: left;
}
.nx-col-1-3 {
width: 50%;
}
.nx-col-1-4 {
width: 50%;
}	
.nx-posts.nx-posts-col-2.nx-posts-layout-masonry .post {
}
.nx-posts.nx-posts-col-3.nx-posts-layout-masonry .post {
width: 50%;
}
.nx-posts.nx-posts-col-4.nx-posts-layout-masonry .post {
width: 33.3%;
}	
}
@media (min-width: 768px) {
.nx-posts.nx-posts-layout-Standard .type-post {
display: block;
position: relative;
padding-top: 0px;
}
.nx-posts.nx-posts-layout-Standard > .type-post > div.nx-post-border {
display: block;
padding-left: 104px;
}
.nx-posts.nx-posts-layout-Standard .nx-metawrap {
display: block;
position: absolute;
left: 0px;
top: 0px;
border: 0px solid rgba(153, 153, 153, 0.1);
background-color: rgba(153, 153, 153, 0.15);
width: 88px;
border-radius: 3px;
}
.nx-posts.nx-posts-layout-Standard .nx-metawrap .nx-day {
display: block;
background-color: #77bd32;
color: #FFF;
font-size: 32px;
line-height: 48px;
font-weight: 700;
text-align: center;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nx-posts.nx-posts-layout-Standard .nx-metawrap .nx-year {
display: block;
font-size: 18px;
line-height: 24px;
padding-top: 3px;
padding-bottom: 3px;
vertical-align: middle;
font-weight: 400;
text-align: center;
color: #666;
}
.nx-posts.nx-posts-layout-Standard .nx-featured-post {
display: block;
position: absolute;
left: 0px;
top: 88px;
background-color: rgba(153, 153, 153, 0.15);
width: 88px;
border-radius: 3px;
text-align: center;
padding: 6px 0px 6px 0px;
color: #666;
}
.nx-posts.nx-posts-layout-Standard .nx-featured-post span.genericon {
display: block;
font-size: 32px;
text-align: center;
height: 36px;
width: 88px;
}
.nx-posts.nx-posts-layout-Standard .nx-featured-post span.genericon:before {
display: block;
font-size: 32px;
line-height: 40px;		
width: 88px;
text-align: center;
}
.nx-posts.nx-posts-layout-Standard .nx-date {
display: none;
}
.nx-posts.nx-posts-layout-Standard div.nx-post-border span.nx-sep {
display: none;
}
}
@media (max-width: 767px) {
.nx-posts.nx-posts-layout-Standard .nx-metawrap {
display: none;
}
.nx-posts.nx-posts-layout-Standard .nx-date {
display: inline-block;
}
.nx-posts.nx-posts-layout-Standard .nx-featured-post {
font-size: 12px;
color: #666;
padding-right: 16px;
}
.nx-posts.nx-posts-col-2.nx-posts-layout-masonry .post {
width: 100%;
}
.nx-posts.nx-posts-col-3.nx-posts-layout-masonry .post {
width: 100%;
}
.nx-posts.nx-posts-col-4.nx-posts-layout-masonry .post {
width: 100%;
}
.nx-col-1-2 {
width: 100%;
}
.nx-col-1-3 {
width: 100%;
}
.nx-col-1-4 {
width: 100%;
}	
.nx-posts.nx-posts-col-2.nx-posts-layout-masonry .post {
}
.nx-posts.nx-posts-col-3.nx-posts-layout-masonry .post {
width: 100%;
}
.nx-posts.nx-posts-col-4.nx-posts-layout-masonry .post {
width: 100%;
}			
}
@media (max-width: 999px) {
.calltoact-contents {
text-align: center;
}
.cta-button,
.cta-content {
display: block;
float: none;
clear: both;
}
.cta-content {
margin-bottom: 24px;
}	
} @media (max-width: 359px) {
.nx-col-1-2 {
width: 100%;
}
.nx-col-1-3 {
width: 100%;
}
.nx-col-1-4 {
width: 100%;
}	
}