 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

/* Raleway */
/* Roboto */

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Custom set */
@font-face {
    font-family: 'reconstruction';
    src:url('../fonts/reconstruction.eot?okynwq');
    src:url('../fonts/reconstruction.eot?#iefixokynwq') format('embedded-opentype'),
    url('../fonts/reconstruction.ttf?okynwq') format('truetype'),
    url('../fonts/reconstruction.woff?okynwq') format('woff'),
    url('../fonts/reconstruction.svg?okynwq#reconstruction') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

*:focus, * {
    outline: none;
    outline: 0;
}

.touch * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
}

button::-moz-focus-inner {
    border: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html,body {margin:0;padding:0;}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}


input, textarea {
    outline:none;
}

a {
    text-decoration: none;
    color: #f37800;
}

a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
a, a:active, a:focus {
    outline: none;
}

.no-touch a {
    -webkit-transition: all 360ms ease 0s;
            transition: all 360ms ease 0s;
}

.no-touch a:hover {
    -webkit-transition: all 200ms ease 0s;
            transition: all 200ms ease 0s;
}

html {
    font-size: 62.5%;
}

html.locked {
    height: 100%;
    overflow: hidden;
}

body.bodyPreloader {
    height: 100vh;
    overflow: auto;
}

body {
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
	font-weight: 300;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
}

/*
html.hasGhost:not(.removeGhost) {
	overflow:hidden;
}

html.hasGhost:not(.removeGhost):not(.touch) {
	margin-right:17px;
}

html.hasGhost .pageWrap {
    overflow: hidden;
    height: 100vh;
}

html.hasGhost.removeGhost .pageWrap {
    overflow: visible;
    overflow-x: hidden;
    height: auto;
}
*/

/* Dark skin specific */

.dark {
	color: #fff;
	background-color: #333;
}

.dark .captionPane {
	background-color: rgba(0,0,0,0.3);
}

.dark .boldClientList .slick-list:after {
    background-color: #333;
}

.dark .btProgressContent {
	background-color: rgba(255,255,255,0.2);
}

/* Preloader */

.no-js #boldPreloader {
    display: none;
}

#boldPreloader {
    position: fixed;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    z-index: 9999;
	background-color: white;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
            transition: transform 0.3s ease, opacity 0.3s ease;
}

#boldPreloader.removePreloader {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 0.2s ease 1s, opacity 0.5s ease 0.5s;
            transition: transform 0.2s ease 1s, opacity 0.5s ease 0.5s;
}

#boldPreloader .animation .preloaderLogo {
    height: 50px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: auto;
}

#boldPreloader .animation {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-transform: translateY(100px) scale(1);
        -ms-transform: translateY(100px) scale(1);
            transform: translateY(100px) scale(1);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
            transition: transform 0.3s ease, opacity 0.3s ease;
}

#boldPreloader.removePreloader .animation {
    -webkit-transform: translateY(36px) scale(1);
        -ms-transform: translateY(36px) scale(1);
            transform: translateY(36px) scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease 0.5s;
            transition: transform 0.5s ease, opacity 0.5s ease 0.5s;
}

/* Animated elements */

.animate {
    -webkit-transition: all 3s ease;
            transition: all 3s ease;
}

.animate-fadein {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
}

.touch .animate-fadein {
    opacity: 1;
    filter: alpha(opacity=100);
}

.animate-moveleft {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
}

.animate-moveright {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
}

.animate-moveup {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
}

.animate-movedown {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
}

.animated {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    -webkit-transition: all 1.0s ease;
            transition: all 1.0s ease;
}

/* Ghost */

.boldSection.ghost {
	position:fixed;
	top:0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: white;
	z-index: 1000;
	opacity: 1;
	filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
            transform: translate3d(0,0,0) scale(1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7,0,0.3,1), opacity 1.0s ease;
            transition: transform 0.8s cubic-bezier(0.7,0,0.3,1), opacity 1.0s ease;
}

/*
.hasGhost.removeGhost .boldSection.ghost {
    position: fixed;
}
*/

.removeGhost .ghost {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,-100%,0) scale(0.75);
        -ms-transform: translate3d(0,-100%,0) scale(0.75);
            transform: translate3d(0,-100%,0) scale(0.75);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.7,0,0.3,1), opacity 0.7s ease 0.3s;
	        transition: transform 1s cubic-bezier(0.7,0,0.3,1), opacity 0.7s ease 0.3s;
}

/* Slick Slider defaults */

.slick-slider {
    display: block;
    position: relative;
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

.slick-track:after {
    clear: both;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-slider button[type="button"], h4.nbs {
    cursor: pointer;
    border: none;
    display: table;
/*    background-color: #515151;
    width: 46px;*/
    height: 76px;
    position: absolute;
    line-height: 1;
    font-size: 10px;
    z-index: 3;
    top: 50%;
    margin: -38px 0 0;
    text-align: center;
    color: #fff;
    -webkit-transition: all 270ms;
            transition: all 270ms;
}

.neighboringArticles h4.nbs {
    width: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.neighboringArticles h4.nbs:before {
    display: none;
}

.neighboringArticles h4.nbs a {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.neighboringArticles h4.nbs.nsPrev a:before, .neighboringArticles h4.nbs.nsNext a:after {
    cursor: pointer;
    border: none;
    display: table-cell;
    background-color: #e8e8e8;
    width: 46px;
/*    height: 76px;
    position: static;*/
    z-index: 3;
/*    top: auto;*/
    margin: 0;
    text-align: center;
    color: #333;
    -webkit-transition: all 270ms;
            transition: all 270ms;
    vertical-align: middle;
    font: normal 45px/76px reconstruction;
}

.neighboringArticles h4.nbs.nsPrev a:hover:before, .neighboringArticles h4.nbs.nsNext a:hover:after {
    background-color: #515151;
    color: #fff;
}

.neighboringArticles h4.nsPrev a:after, .neighboringArticles h4.nsNext a:before {
    display: none;
}

.neighboringArticles h4.nsPrev a:before {
	font-family: reconstruction;
    content: "\e64e";
}

.neighboringArticles h4.nsNext a:after {
	font-family: reconstruction;
    content: "\e64f";
}

h4.nbs {
    color: #333;
}

h4.nbs:hover {
/*    background-color: rgba(255,255,255,1);*/
    -webkit-transition: all 270ms;
            transition: all 270ms;
}

.slick-slider button[type="button"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 270ms;
            transition: all 270ms;
}

.slick-slider button[type="button"].slick-disabled, .slick-slider button[type="button"].slick-disabled:hover,
h4.nbs.slick-disabled, h4.nbs.slick-disabled:before {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

.slick-slider button[type="button"]:before, h4.nbs:before {
    display: inline-block;
    vertical-align: middle;
    font: normal 45px/76px reconstruction;
    background-color: rgba(255,255,255,.65);
    float: left;
	width: 46px;
}

.slick-slider button[type="button"]:before {
	background-color: #515151;
}

.slick-slider .slick-prev, h4.nsPrev {
    left: 0;
}

.slided h4.nsPrev {
    left: 10px;
}

.slick-slider .slick-next, h4.nsNext {
    right: 0;
}

.slided h4.nsNext {
    right: 10px;
}

.slick-slider .slick-prev:before, h4.nsPrev:before {
    content: '\e64e';
}

.slick-slider .slick-next:before, h4.nsNext:before {
    content: '\e64f';
	float: right;
}

.variableImg {
    height: 100vh;
    overflow: hidden;
}

.variableImg img {
    height: 100%;
    width: auto;
}


/* /Slick Slider defaults */



/* Headings */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: Raleway, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 10px;
    line-height: 1.2;
    padding: 0;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f37800;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #f37800;
}

h4 {
    font-size: 17px;
    font-weight: 700;
}

h5 {
    font-size: 15px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}


p, ul, ol, dl, table {
    margin: 0 0 30px;
}


.cellCenter {
    text-align: center;
}

.cellLeft {
    text-align: left;
}

.cellRight {
    text-align: right;
}

.cellJustify {
    text-align: justify;
}

.rowItem.btLeftBorder {
    border-left: 1px solid #b1b1b1;
}

.rowItem.btRightBorder {
    border-right: 1px solid #b1b1b1;
}


/* Header */

.mainHeader {
    margin: 0;
	top: 0;
    left: 0;
    right: 0;
    /*position: absolute;*/
    position: relative;
    z-index: 7;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
	-webkit-animation: sticky 600ms ease;
	        animation: sticky 600ms ease;
}

.pageWrap.stickyHeader .mainHeader.duplicatedHeader {
    position: fixed;
    top: 0;
	opacity: 0.95;
	filter: alpha(opacity=95);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: none;
            transition: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    height: 77px;
}

.stickyHeader .mainHeader.duplicatedHeader .topBar {
    display: none;
}

.stickyHeader .mainHeader.duplicatedHeader .menuHolder.gutter .port {
    padding: 12px 0;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes sticky {
    0% {
         -webkit-transform: translateY(-100%);
                 transform: translateY(-100%);
    }
    100% {
         -webkit-transform: translateY(0);
                 transform: translateY(0);
    }
}


/* Sections */

.boldSection {
    display: block;
    position: relative;
}

.boldSection .port.wSlider .slidedItem .port {
    display: table;
    width: 100%;
}

.boldSection.fullScreen .port {
    height: 100vh;
}

.boldSection.fullScreen.gutter .port, .uniGutter {
    margin: 0 auto;
    max-width: 1200px;
}


.boldSection .port.wSlider, .boldSection .port.wSlider .boldCell {
    display: block;
    width: auto;
    height: auto;
}

.boldSection.fullScreen .boldCell, .boldSection.ghost .boldCell, .boldSection .port.wSlider .slidedItem .port .boldCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wBackground {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.wBackground.cover {
    background-size: cover;
}

.wBackground.contain {
    background-size: contain;
}

.boldSection.fullScreen.wBackground:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 50%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 50%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 50%,rgba(0,0,0,0) 100%);
    content: ' ';
}

.boldSection.fullScreen.wBackground header.header {
    position: relative;
    z-index: 5;
    padding: 0 4%;
}

.pageWrap {
	position: relative;
    overflow: hidden;
    min-height: 100vh;
    /*padding: 190px 0 0;*/
}


.boldSection.fullScreen, .fullScreen {
    height: 100vh;
    overflow: hidden;
}

.slidedItem {
    position: relative;
}

.striped {
    background: transparent url('../gfx/stripe.png') repeat left top;
    background-size: 6px 6px;
}


/* Colums and Rows */

hr {
    clear: both;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #b1b1b1;
}

hr.noBorder {
    border-bottom: 1px solid transparent;
}

.boldSection.topSmallSpaced .port {
    padding-top: 15px;
}

.boldSection.topSemiSpaced .port {
    padding-top: 30px;
}

hr.topSmallSpaced {
    margin-top: 15px;
}

hr.topSemiSpaced {
    margin-top: 30px;
}

.boldSection.topSpaced .port {
    padding-top: 40px;
}

hr.topSpaced {
    margin-top: 40px;
}

.boldSection.topExtraSpaced .port {
    padding-top: 60px;
}

hr.topExtraSpaced {
    margin-top: 60px;
}

.boldSection.bottomSmallSpaced .port {
    padding-bottom: 15px;
}

.boldSection.bottomSemiSpaced .port {
    padding-bottom: 30px;
}

hr.bottomSmallSpaced {
    margin-bottom: 15px;
}

hr.bottomSemiSpaced {
    margin-bottom: 30px;
}

.boldSection.bottomSpaced .port {
    padding-bottom: 40px;
}

header.bottomSpaced, hr.bottomSpaced {
    margin-bottom: 40px;
}

.boldSection.bottomExtraSpaced .port {
    padding-bottom: 60px;
}

hr.bottomExtraSpaced {
    margin-bottom: 60px;
}

.boldSection.spaced .port .port, .boldSection.semiSpaced .port .port, .boldSection.spacedTop .port .port {
    padding: 0;
}

.port {
    width: auto;
    margin: 0 20px;
}

.boldSection.divider {
	border-bottom: 1px solid #b1b1b1;
}

/*
.wSlider.port, .wSlider .port {
    margin: 0;
}

.wSlider .rowItem {
    padding: 0;
}
*/

.gutter .port {
    max-width: 1200px;
    margin: 0 auto;
}

.gutter .port .port, .boldArticleBody .gutter .port {
    width: auto;
}

.boldRow {
    margin: 0 -10px;
}

.port.wSlider .boldRow {
    margin: 0;
}

.boldRow.indented {
    padding: 0 5%;
}

.rowItem {
    float: left;
    padding: 0 10px;
    width: 100%;
}

/*
.rowItemContent {
    padding: 0 26px 12px;
}
*/

/* Ghost */


.ghost .port {
    display: table;
    width: 100%;
    height: 100vh;
}

div.closeGhost {
    z-index: 10000;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 160px;
    margin: 0 0 0 -80px;
    text-align: left;
	display: block;
}

.single-portfolio div.closeGhost {
    bottom: auto;
    top: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    left: auto;
}

div.closeGhost a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10000;
    float: none;
}

div.closeGhost a:before {
    float: none;
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    font: normal 20px/33px reconstruction;
    content: '\e64d';
    margin: 0 10px 0 0;
}

div.closeGhost a:hover {
    color: #f37800;
}

/* Search Box */

.ssPort {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255,255,255,0.96);
    pointer-events: none;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 250ms;
            transition: all 250ms;
}

html[data-useragent*='MSIE 10.0'] .ssPort, html[data-useragent*='Android 2'] .ssPort {
    display: none;
}

.ssPort.open {
    display: block;
    pointer-events: auto;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 250ms;
            transition: all 250ms;
}

html[data-useragent*='MSIE 10.0'] .ssPort.open, html[data-useragent*='Android 2'] .ssPort.open {
    display: block;
}

.ssPort input[type="text"]  {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 0 0 12px;
    font-size: 64px;
    font-style: normal;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
    height: auto;
    color: #999;
    background: transparent;
    -webkit-transition: all 250ms;
            transition: all 250ms;
}

.ssPort input[type="text"]:focus, .ssPort input[type="text"].untouched:focus, .ssPort input[type="text"].touched {
    border: none;
    border-bottom: 1px solid #cecece;
    color: #f37800 !important;
    font-style: normal !important;
    box-shadow: none;
    -webkit-transition: all 320ms;
            transition: all 320ms;
}

.ssPort form {
    display: block;
    width: 100%;
    margin: 150px auto 0;
    position: relative;
    padding: 0 5%;
}

span.closeSearch {
    position: absolute;
    z-index: 2;
    right: 18px;
    top: 6px;
    cursor: pointer;
    color: #F37800;
    font: 38px/1 reconstruction;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

span.closeSearch:before {
    content: '\e641';
}

span.closeSearch:hover {

}

/* /Search Box */


/* Form Elememnts */

.sideSearchPort, .onSideSearch, .fancy-select  {
    position: relative;
}

input[type="text"], input[type="email"], input[type="password"], textarea, .fancy-select .trigger {
    width: 100%;
    display: block;
    height: 42px;
    padding: 0 12px;
    border: none;
    background-color: #e8e8e8;
    font-family: Raleway, arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 380ms ease;
            transition: all 380ms ease;
}

.sideSearchPort input[type="text"], .onSideSearch input[type="text"] {
    padding: 0 40px 0 12px;
}

textarea {
    resize: vertical;
    font-size: 13px;
    color: #333;
}

.fancy-select .trigger {
    line-height: 42px;
    padding: 0 46px 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

input[type="text"].untouched, input[type="email"].untouched, input[type="password"].untouched {
    color: #888787;
}

input[type="text"].touched, input[type="email"].touched, input[type="text"]:focus, input[type="email"]:focus {
    color: #333;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, .fancy-select .trigger.open {
    box-shadow: 5px 0 0 #f37800 inset;
    -webkit-transition: all 380ms ease;
            transition: all 380ms ease;
}

textarea {
    padding: 12px;
    height: 160px;
}

.fancy-select .trigger:after {
    color: #666;
    content: '\e62e';
    font: normal 26px/1 reconstruction;
    display: block;
    position: absolute;
    right: 6px;
    top: 7px;
}

.fancy-select .trigger.open:after {
    content: '\e631';
}

/* Widgets */

.sideSearchPort button, .onSideSearch button {
    cursor: pointer;
    display: block;
    background-color: #d2d2d2;
    border: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    color: #fff;
    vertical-align: middle;
    font: normal 18px/35px reconstruction;
    -webkit-transition: all 260ms ease;
            transition: all 260ms ease;
}

.sideSearchPort button:before, .onSideSearch button:before {
    display: inline-block;
    vertical-align: middle;
    content: '\e645';
}

.sideSearchPort button:hover, .onSideSearch button:hover {
    color: #fff;
    background-color: #f37800;
    -webkit-transition: all 260ms ease;
            transition: all 260ms ease;
}

.instaGrid {
    margin: 0 0 0 -1px;
}

.instaGrid span {
    display: block;
    width: 33.33%;
    padding: 0 0 3px 3px;
    float: left;
}

.instaGrid span:nth-child(3n+1) {
    clear: left;
}

.instaGrid img {
    display: block;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.instaGrid span:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.bt_content .boldTags, .widget_tag_cloud .tagcloud {
    margin: 0 0 0 -3px;
    display: block;
    list-style: none;
}

.bt_content .boldTags li, .widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    margin: 0 0 3px 3px;
	clear: none;
}

.bt_content .boldTags li:before {
    content: '';
}

.bt_content .boldTags a, .widget_tag_cloud .tagcloud a {
    color: #333;
    display: block;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 26px;
    padding: 0 12px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: rgba(122,122,122,0.15);
    border-radius: 2px;
}

article .boldTags {
	margin-bottom: 20px;
}

article .boldTags ul {
    margin: 0;
    display: block;
}

.widget_tag_cloud a {
    display: inline-block;
}

.boldTags a:hover, .widget_tag_cloud a:hover {
    background-color: #f37800;
    color: #fff;
}

.widget_bt_about_me .mediaBox {
    margin: 0 0 20px;
}

.widget_bt_about_me .mediaBox img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.widget_bt_about_me p:last-of-type {
    margin: 0;
}

/* / Widgets */

#wp-calendar {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#wp-calendar caption {
    background-color: #e8e8e8;
    border-bottom: 1px solid #f37800;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    padding: 10px;
    text-align: center;
}

#wp-calendar th, #wp-calendar td {
    border: none;
    line-height: 1.3;
    text-align: center;
}

#wp-calendar th {
    line-height: 1.3;
    font-weight: 600;
    padding: 7px 10px;
    color: #fff;
    background-color: #F37800;
}

#wp-calendar td {
    padding: 5px 0px;
    color: #888787;
}

#wp-calendar a:hover {
    color: #f37800;
}

#wp-calendar tbody tr:nth-child(odd) td {
    background-color: rgba(0,0,0,0.025);
}

#wp-calendar tfoot td {
    background-color: transparent;
    border-top: 1px solid #d2d2d2;
}

#wp-calendar tfoot td#prev {
    text-align: left;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

.btBox ul {
    list-style: none;
    display: block;
    margin: 0;
}

.btBox.widget_pages a {
    display: inline-block;
    padding: 0 0 0 12px;
    position: relative;
    color: #333;
}

.btBox.widget_pages a:hover {
    color: #f37800;
}

.btBox.widget_pages li, .btBox.widget_pages ul ul li:first-child {
    margin: 5px 0 0;
}

.btBox.widget_pages li:first-child {
    margin: 0;
}

.btBox.widget_pages a:before {
    content: '\e630';
    color: #f37800;
    display: block;
    font: 11px/1 reconstruction;
    left: 0;
    margin: -6px 0 0 -3px;
    position: absolute;
    top: 50%;
}

.btBox.widget_pages ul ul a {
    margin: 0 0 0 14px;
}

.btBox.widget_pages ul ul ul a {
    margin: 0 0 0 28px;
}

.btBox.widget_pages ul ul ul ul a {
    margin: 0 0 0 42px;
}

h4 a.rsswidget {
    display: inline-block;
    position: relative;
    padding: 0 0 0 18px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

h4 a.rsswidget:first-child {
    display: none;
}

h4 a.rsswidget:before {
    content: '\f09e';
    font: normal 13px/1 FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0;
    color: #FF6600;
}

h4 a.rsswidget:first-child {
    display: none;
}

.btBox.widget_rss ul {
    list-style: none;
}

.btBox.widget_rss ul li {
    margin: 0 0 20px;
}

.widget_rss ul li a.rsswidget {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #f37800;
    margin: 0 0 7px;
}

.widget_rss ul li a.rsswidget:hover {
    color: #333;
}

span.rss-date {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    margin: 0 0 7px;
    color: #878686;
    position: relative;
}

span.rss-date:after {
    display: inline-block;
    margin: 0 0 0 8px;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
}

.rssSummary {
    margin: 0 0 5px;
}

.btBox.widget_rss ul li cite {
    color: #878686;
    display: block;
    padding: 2px 0 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: right;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.btBox.widget_rss ul li cite:before {
    content: '\e639';
    display: inline-block;
    font-size: 11px;
    color: #999;
    font-family: reconstruction;
    margin: 0 4px 0 0;
    font-style: normal;
    vertical-align: bottom;
}


.fancy-select .options {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    list-style: none;
}

.fancy-select .options.open {
    z-index: 20;
    display: block;
}

.fancy-select .options li {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 12px;
    background-color: #b1b1b1;
    border-top: 1px solid rgba(255,255,255,0.25);
    color: #fff;
}

.fancy-select .options li:before {
    content: '';
}

.widget_archive .fancy-select .options li {
    border-bottom: none;
}

.widget_categories .fancy-select .options li {
    border-bottom: none;
}

.widget_categories .fancy-select ul.options li:first-child {
    padding: 10px 12px;
}

.fancy-select .options li:hover, .widget_categories .fancy-select ul.options li:first-child:hover {
    padding: 10px 12px 10px 16px;
    background-color: #3e3d3d;
    -webkit-transition: padding 200ms ease;
            transition: padding 200ms ease;
}

.fancy-select .options li:first-child {
    border-top: none;
}

li.recentcomments {
    margin: 0 0 8px;
}

li.recentcomments:last-of-type {
    margin: 0;
}

li.recentcomments a {
    font-size: 13px;
    color: #f37800;
    display: inline-block;
}

li.recentcomments a:first-child {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 3px 0 0;
}

li.recentcomments a:hover {
    color: #666;
}

li.recentcomments a:first-child:hover {
    color: #f37800;
}

.light li.recentcomments a:hover {
    color: #151515;
}

.widget_recent_entries ul li {
    margin: 0 0 8px;
}

.widget_recent_entries ul li:last-child {
    margin: 0;
}

.widget_recent_entries ul li a {
    font-weight: 700;
    text-transform: uppercase;
}

.widget_recent_entries ul li a:hover {
    color: #f37800;
}

.widget_bt_recent_comments h5 {
    margin: 0 0 2px;
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
}

.widget_bt_recent_comments h5 a:hover {
    color: #f37800;
}

.widget_recent_entries ul li span {
    font-size: 11px;
    line-height: 1.2;
    display: block;
    color: #d2d2d2;
}

.widget_recent_entries ul li span:before {
    display: inline-block;
    content: '-';
    margin: 0 3px 0 0;
}

.widget_bt_recent_comments p.posted {
    margin: 0;
}

.widget_bt_recent_comments li {
    margin: 0 0 12px;
}

.widget_bt_recent_comments li:last-child {
    margin: 0;
}

.btBox .recentTweets li {
    display: block;
    margin: 0 0 9px;
    clear: left;
    overflow: hidden;
}

.btBox .recentTweets li p {
    margin: 0 0 9px;
}

.btBox .recentTweets li:last-child {
    margin: 0px;
}

.btBox .recentTweets li:last-child p {
    margin: 0px;
}

.btBox .recentTweets li p.posted {
    color: #f37800;
    margin: 0;
    font-size: 13px;
}

.btBox .recentTweets li p.posted a {
    font-size: 13px;
}

.btBox .recentTweets li p.posted:before {
    content: '\f099';
    font: 19px/1 FontAwesome;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.btBox .recentTweets li p.posted a {
    color: #9f9f9f;
}

.btBox .recentTweets li p.posted a:hover {
    color: #fff;
    text-decoration: none;
}

.btBox .recentTweets li p a:hover {
    text-decoration: underline;
}

.btBox .recentTweets li a {
    font-family: 'Raleway', arial, tahoma;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    padding: 0;
    color: #f37800;
}

/* Breadcrumbs */

.bt_content .breadCrumbs {
    margin: 0 0 8px;
}

.bt_content .breadCrumbs ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.bt_content .breadCrumbs ul li {
    display: inline-block;
    margin: 0 3px;
    word-spacing: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    color: rgba(122,122,122,0.75);
}

.bt_content .breadCrumbs ul li:before {
    content: '/';
    display: block;
    float: left;
    margin: 0 4px 0 0;
	font-size: 10px;
}

.bt_content .breadCrumbs ul li:first-child:before {
    display: none;
}

.bt_content .breadCrumbs ul li a {
    display: inline-block;
}

.bt_content .breadCrumbs ul li a:hover {
    color: #f37800;
}

/* Article */

h3.comment-reply-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0 0 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #b1b1b1;
}

p.comment-notes {
    line-height: 1.2;
    padding: 0 0 0 26px;
    color: rgba(122,122,122,0.8);
}

p.comment-notes:before {
    content: '\e651';
    display: block;
    float: left;
    margin: -2px 0 0 -26px;
    font: normal 20px/20px reconstruction;
    vertical-align: middle;
    text-align: center;
    color: #f37800;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    vertical-align: middle;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    color: #f37800;
}

input[type="submit"]:hover {
    background-color: #f37800;
    color: #fff;
}

.btAboutAuthor {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #b1b1b1;
}

.aaAvatar, .commentAvatar {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    padding: 22px 0 22px 22px;
}

.commentAvatar {
    width: 75px;
    padding: 30px 0 25px 0;
}

.aaAvatar img, .commentAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.aaTxt {
    display: table-cell;
    vertical-align: top;
    padding: 22px;
}

.aaTxt p {
    margin: 0 0 16px;
}

.aaAvatar:before {
    width: 110px;
    height: 4px;
    display: block;
    content: ' ';
    position: absolute;
    top: auto;
    left: auto;
    margin: -22px 0 0 11px;
    background-color: #f37800;
}

.aaTxt h4 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.commentsBox h4 {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 62px 10px 0px;
    margin: 0;
    text-align: left;
}

.commentsBox h4:after {
    content: '\e60b';
    font: normal 22px/1 reconstruction;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    z-index: 2;
    text-align: center;
    padding: 10px 0 0;
    color: #f37800;
}

.commentsBox {
    margin: 0 0 30px;
}

.bt_content .commentsBox li:before {
	content: '';
}

.commentsBox ul.comments {
    list-style: none;
    display: block;
    margin: 0 0 30px;
    padding: 0;
}

.commentsBox ul.comments li {
    display: block;
    margin: 0;
	border-top: 1px solid #b1b1b1;
}

.commentsBox ul.comments li article {
    margin: 0;
    position: relative;
    width: 100%;
    display: table;
}

.commentsBox ul.comments ul li article {
    padding: 0 0 0 100px;
}


.commentsBox ul.children {
    margin: 0;
}

.commentsBox ul.comments li article .commentTxt {
    padding: 30px 0 15px 22px;
    display: table-cell;
    vertical-align: top;
}

.vcard {
    margin: 0 0 12px;
    padding: 0 0 10px;
}

.vcard h5 {
    line-height: 1.25;
    margin: 0 0 4px 0;
    float: left;
}

.vcard h5 a:hover {
    color: #f37800;
}

.vcard .posted {
    float: right;
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
    position: relative;
}

.vcard .posted:before {
    content: '\e612';
    font: normal 14px/1 reconstruction;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -7px 0 0;
    color: #f37800;
}

.commentTxt p.edit-link, .commentTxt p.reply {
    float: left;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    margin: 0 12px 20px 0;
    padding: 0 0 0 18px;
    color: #f37800;
}

.commentTxt p.edit-link a, .commentTxt p.reply a {
    color: #f37800;
}

.commentTxt p.edit-link a:hover, .commentTxt p.reply a:hover {
    color: #333;
}

.commentTxt p.reply {
    clear: left;
}

.commentTxt p.edit-link:before, .commentTxt p.reply:before {
    display: block;
    font: normal 15px/1 reconstruction;
    left: 0;
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
}

p.edit-link:before {
    content: '\e652';
}

p.reply:before {
    content: '\e644';
}

.comment-navigation {
    text-align: right;
    clear: right;
    font-size: 12px;
    line-height: 1.2;
    color: #b1b1b1;
    margin: 0 0 30px;
}

.comment-navigation span {
    display: inline-block;
    margin: 0 8px;
    color: #f37800;
}

.comment-navigation a {
    display: inline-block;
    color: #fff;
}

.light .comment-navigation a {
    display: inline-block;
    color: #000;
}

.comment-navigation a:hover {
    color: #f37800;
}

.comment-navigation a:before, .comment-navigation a:after {
    display: inline-block;
    margin: 0 2px;
    font: normal 17px/0.5 reconstruction;
    color: #f37800;
    vertical-align: middle;
}

.comment-navigation a:first-child:before {
   content: '\e686';
}

.comment-navigation a:last-child:after {
    content: '\e684';
}

.commentsBox ul.comments li article .commentTxt .comment {
    text-align: justify;
}

.gallery-caption {

}

.bypostauthor {

}

/* Editor styles */

.bt_content ul, .btText ul {
    list-style: none;
    display: block;
    margin: 0 0 30px;
}

.bt_content ul ul, .bt_content ul ol, .bt_content ol ul, .bt_content ol ol {
    margin: 14px 0 20px 30px;
}

.bt_content ul li, .btText ul li {
    margin: 0 0 6px;
    clear: left;
}

.bt_content ol li, .btText ol li {
    margin: 0 0 6px;
}

.bt_content ul li:before,  .bt_content ol ul li:before, .bt_content ul ol ul li:before, .btText ul li:before {
    content: '\e630';
    font: normal 16px/1 reconstruction;
    color: #f37800;
    display: block;
    float: left;
    margin: 4px 0 0 0px;
}

.rowItemContent ul.options, .rowItemContent ul.options li {
    margin: 0;
}


.bt_content ol, .boldArticleBody ul ol, .bt_content ol ul ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.bt_content ol li:before, .bt_content ul ol li:before  {
    display: none;
}

.bt_content ul ol {
    counter-reset: li;
}

.bt_content ul ol li {
    counter-increment: li;
}

.bt_content img, .bt_content figure {
    max-width: 100%;
    height: auto;
}

/**
 * Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	padding: 5px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bt_content .alignnone {
    width: auto !important;
}

.bt_content .alignright {
    float: right;
    margin: 0 0 0 22px;
}

.bt_content .alignleft {
    float: left;
    margin: 0 22px 0 0;
}

.bt_content .aligncenter, .bt_content .alignnone {
    text-align: center;
    margin: 0 auto;
}

.bt_content figure.aligncenter, .bt_content figure.alignnone {
    margin: 0 auto 38px;
}

.bt_content code {
    background-color: rgba(122,122,122,0.1);
    display: inline-block;
    padding: 1px 4px;
    margin: 0;
    font-family: monospace, courier, serif;
}

.bt_content pre code {
    display: block;
    padding: 12px;
	background-color: transparent;
}

.bt_content pre {
    margin: 0 0 30px;
    white-space: pre-wrap;
    padding: 20px;
    background-color: #fff;
}

.bt_content address {
    display: block;
    margin: 0 0 30px;
    font-family: Montserrat, arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    font-style: normal;
}

.wp-caption-text {
    font-size: 11px;
    line-height: 1.1;
    padding: 5px;
    text-align: center;
}

.bt_content table {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
    text-align: left;
}

.bt_content table caption {
    background-color: #f37800;
    border-bottom: 1px solid #f37800;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
}

.bt_content table th {
    background-color: rgba(0,0,0,0.05);
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    font-weight: 500;
    padding: 12px 10px;
    color: #666;
}

.bt_content table tr th:first-child {
    border-left: none;
}

.bt_content table td {
    padding: 10px;
    background-color: rgba(255,255,255,0.2);
}

.bt_content table tr:nth-child(even) td {
    background-color: rgba(255,255,255,0.6);
}

.bt_content table td a {
    font-weight: 700;
}

.bt_content table td a:hover {
    text-decoration: underline;
}

.bt_content dl {
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
}

.bt_content dt {
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}

.bt_content dd {
    display: block;
    margin: 0 0 10px 10px;
    padding: 0 0 0 15px;
}

.bt_content dd:before {
    content: '-';
    display: block;
    float: left;
    margin: 0 0 0 -15px;
}

.bt_content blockquote {
    display: block;
    padding: 0 0 0 106px;
    margin: 0 0 30px;
    font-size: 1.4em;
    font-family: Raleway, arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

.bt_content blockquote:before {
    content: '\e642';
    color: #eee;
    font: normal 72px/1 reconstruction;
    display: block;
    float: left;
    margin: -5px 0 0 -93px;
}

.bt_content .boldPhotoBox blockquote:before {
	display: none;
}

.aligncenter {
    margin: 0 auto 30px;
}

.widget_text img.size-large {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.textwidget img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* /Editor styles */


.tagsCloud {
    margin: 0 0 30px;
}

.tagsCloud ul {
    list-style: none;
    display: block;
    margin: 0;
}

.tagsCloud li {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 10px 0 0;
}

.tagsCloud li a {

}

.bt_loader {
  margin: 30px auto 30px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(128, 128, 128, 0.3);
  border-left: 5px solid rgba(128, 128, 128, 0.1);
  border-right: 5px solid rgba(128, 128, 128, 0.1);
  border-bottom: 5px solid rgba(128, 128, 128, 0.1);
  -webkit-animation: bt_loader 1.1s infinite linear;
  animation: bt_loader 1.1s infinite linear;
}

.bt_loader,
.bt_loader:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
@-webkit-keyframes bt_loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes bt_loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.bt_no_more {
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px 0 30px 0;
	text-align: center;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.btGridContainer.classic .bt_loader {
	margin-top: 20px;
}

.btGridContainer.tiled .bt_loader {
	margin-top: 28px;
}

.btGridContainer.classic #bt_no_more {
	margin-top: 20px;
}

.btGridContainer.tiled #bt_no_more {
	margin-top: 28px;
}

/* parallax */

.bt_parallax {
	-webkit-transition-property: background-position;
	        transition-property: background-position;
	-webkit-transition-duration: 0ms;
	        transition-duration: 0ms;
	-webkit-transition-delay: 0ms;
	        transition-delay: 0ms;
	background-attachment: fixed;
}

/* btImage*/

.btImage img {
	max-width: 100%;
    height: auto;
	display: block;
    margin: 0 auto;
    width: 100%;
}

.cellRight .btImage {
	float: right;
}

section.gutter .btGridContainer.tiled {
    margin: 0 -2px;
}

.btPortfolioGradient:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, rgba(21,21,21,0.0), rgba(21,21,21,0.5));
    background-image: linear-gradient(top, rgba(21,21,21,0.0),rgba(21,21,21,0.5));
    background-image: linear-gradient(to bottom, rgba(21,21,21,0.0),rgba(21,21,21,0.5));
}

.btGhostSliderOverlay:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(21,21,21,0.0), rgba(21,21,21,0.4), rgba(21,21,21,0.0));
    background-image: linear-gradient(top, rgba(21,21,21,0.0),rgba(21,21,21,0.4),rgba(21,21,21,0.0));
    background-image: linear-gradient(to bottom, rgba(21,21,21,0.0),rgba(21,21,21,0.4),rgba(21,21,21,0.0));
}

.btGhostSliderOverlay .boldRow {
    position: relative;
    z-index: 2;
}

span.enhanced {
    display: block;
    float: left;
    margin: 0 6px -5px 0;
    padding: 0;
    width: 40px;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f37800;
    border-radius: 50%;
}

span.enhanced.colored {
    color: #f37800;
}

span.enhanced.ring {
    background-color: #f37800;
    color: #fff;
}


/* ReConstruction */

/* TMP */


/* /TMP */

/* FloatClears */

.mainHeader:after, .menuHolder .port:after, .topBarPort:after, .boldSiteFooter:before, .boldSiteFooter:after, .boldSiteFooter .port:after, .contentWrap:after,
.contentHolder:after, .btBox:after, .boldSection .port:after, .header:after, .boldRow:after, .socialRow:before, .socialRow:after, .servicesItem .sIcon:after,
.boldSection:before, .boldSection:after, .psCats:after, .psWrap:after, .btTabs:after, .tabsHeader:after, .neighboringArticles:after, .socialRow:after,
.articleListItem footer:after, .btPagination:after, .boldArticleBody blockquote:after, .tilesWall.classic .bgiTxt:after, .btQuoteItem:after,
.boldArticleHeader .socialRow:before
{
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.mainHeader {
    background-color: #fff;
}

.topBar {
    background-color: #eaeaea;
    padding: 7px 15px 8px;
}

.topBar.gutter {
    padding: 7px 0 8px;
}

.logo {
    float: left;
}

.boldMenuLeft .logo {
    margin: 0 20px 0 0;
}

.boldMenuCenter .logo {
    position: relative;
    z-index: 8;
    float: left;
    margin: 0 -100% 0 50%;
}

img.btMainLogo {
    height: 48px;
    width: auto;
    display: block;
}

.boldMenuCenter .leftNav, .boldMenuCenter .rightNav {
    position: absolute;
    top: 38px;
}

.boldMenuCenter .leftNav {
    right: 50%;
    left: 0;
    padding: 0 20px 0 0;
}

.boldMenuCenter .rightNav {
    left: 50%;
    right: 0;
    padding: 0 0 0 20px;
}

.boldMenuCenter .duplicatedHeader .leftNav, .boldMenuCenter .duplicatedHeader .rightNav {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.menuHolder .menuPort {
    position: relative;
    z-index: 5;
    float: right;
    background: #fff;
}

.boldMenuLeft .menuHolder .menuPort {
    float: left;
}

.boldMenuCenter .menuHolder .menuPort {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.menuHolder .menuPort ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.boldMenuCenter .menuHolder .menuPort .leftNav ul {
    float: right;
}

.boldMenuCenter .menuHolder .menuPort .rightNav ul {
    float: left;
}

.menuHolder .menuPort ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    border-left: 1px solid #ebebeb;
}

.menuHolder .menuPort ul li:first-child {
    border-left: none;
}

.menuHolder .menuPort ul li a {
    display: block;
    font-family: Raleway, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333;
    position: relative;
    padding: 16px 18px 17px;
}

.menuHolder .menuPort ul li a:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    background-color: #f37800;
    width: 0;
    -webkit-transition: width 240ms ease;
            transition: width 240ms ease;
}

.menuHolder .menuPort .rightNav ul li a:after, .boldMenuLeft .menuHolder .menuPort ul li a:after {
    right: auto;
    left: 0;
}

.menuHolder .menuPort ul li:hover a:after {
    width: 100%;
    -webkit-transition: width 240ms ease;
            transition: width 240ms ease;
}


/* SubMenu */

.menuHolder .menuPort ul ul {
    background-color: rgba(228,228,228,0.9);
    position: absolute;
    width: 200px;
    right: 0;
    top: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transform: translate3d(0,-18px,0);
            transform: translate3d(0,-18px,0);
    -webkit-transition: all 270ms ease;
            transition: all 270ms ease;
}

.menuHolder .menuPort .rightNav ul ul, .boldMenuLeft .menuHolder .menuPort ul ul {
    right: auto;
    left: 0;
}

.menuHolder .menuPort ul li:hover ul {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: all 260ms ease;
            transition: all 260ms ease;
}

.menuHolder .menuPort ul ul li {
    z-index: 4;
    text-align: right;
    display: block;
    float: none;
    border-left: none;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.menuHolder .menuPort .rightNav ul ul li, .boldMenuLeft .menuHolder .menuPort ul ul li {
    text-align: left;
}

.menuHolder .menuPort ul ul li:first-child {
    border-top: none;
}

.menuHolder .menuPort ul ul li a {
    display: block;
    font-family: Raleway, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #333;
    position: relative;
    padding: 11px 18px;
}

.menuHolder .menuPort ul li:hover ul li a:after {
    width: 0;
}

.menuHolder .menuPort ul li:hover ul li:hover a:after {
    width: 100%;
}

/* 3rd Level */

.menuHolder .menuPort ul ul ul li {
    z-index: 3;
}

.menuHolder .menuPort ul ul ul, .menuHolder .menuPort ul li:hover ul ul, .menuHolder .menuPort ul li:hover ul:hover ul {
    display: block;
    right: 200px;
    top: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transform: translate3d(24px,0,0);
            transform: translate3d(24px,0,0);
    -webkit-transition: all 270ms ease;
            transition: all 270ms ease;
}

.menuHolder .menuPort .rightNav ul ul ul, .menuHolder .menuPort .rightNav ul li:hover ul ul, .menuHolder .menuPort .rightNav ul li:hover ul:hover ul,
.boldMenuLeft .menuHolder .menuPort ul ul ul, .boldMenuLeft .menuHolder .menuPort ul li:hover ul ul, .boldMenuLeft .menuHolder .menuPort ul li:hover ul:hover ul {
    right: auto;
    left: 200px;
    -webkit-transform: translate3d(-24px,0,0);
            transform: translate3d(-24px,0,0);
}

.menuHolder .menuPort ul li:hover ul:hover li:hover ul {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: all 260ms ease;
            transition: all 260ms ease;
}

.menuHolder .menuPort ul li:hover ul li:hover li a:after {
    width: 0;
}

.menuHolder .menuPort ul li:hover ul li:hover li:hover a:after {
    width: 100%;
}

.menuHolder .port {
    position: relative;
}

.menuHolder .port {
    padding: 36px 20px 42px;
}

.menuHolder.gutter .port {
    padding: 36px 0 42px;
}

.mainHeader .boldMeta {
    float: left;
}

.mainHeader .boldMeta ul {
    list-style: none;
    display: block;
}

.mainHeader .boldMeta ul li {
    display: block;
    float: left;
}

.mainHeader .ttRight {
    float: right;
}

.mainHeader .ttLeft {
    float: left;
}

.mainHeader .topTools .ico {
    float: left;
    margin: 0 4px 0 0;
}

.topTools.ttLeft .ico {
    margin: 0 4px 0 0;
}

.topTools.ttRight .ico {
    margin: 0 0 0 4px;
}

.cellCenter .sIcon .ico {
    float: none;
    margin: 0;
    display: inline-block;
}

.cellLeft .servicesItem {
    float: left;
    padding-left: 70px;
    clear: left;
}

.cellRight .servicesItem {
    float: left;
    padding-right: 60px;
}

.cellLeft .sIcon {
    width: 56px;
    float: left;
    margin: -4px 0 0 -66px;
}

.cellRight .sIcon {
    width: 56px;
    float: right;
    margin: 0 -56px 0 0;
}

.cellLeft .sIcon .ico {
    float: left;
    margin: 0 0 0 8px;
}

.cellRight .sIcon .ico {
    float: right;
    margin: 0 8px 0 0;
}

.cellLeft .sTxt {
    float: left;
    padding: 6px 0 0;
}

.cellRight .sTxt {
    float: right;
    padding: 6px 0 0;
}

.ico a {
    display: block;
    color: #838383;
    font-family: Raleway, arial, sans-serif;
    line-height: 32px;
    font-size: 13px;
    vertical-align: middle;
}

.cellCenter .sIcon .ico a {
    line-height: 90px;
    font-size: 38px;
}

.ico a:before, .iconsToggler {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    border-radius: 50%;
    color: #999;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 0 0 #f37800 inset;
    -webkit-transition: all 240ms ease;
            transition: all 240ms ease;
}

.servicesItem .ico a:before {
    width: 44px;
    height: 44px;
    font-size: 25px;
    line-height: 42px;
}

.cellCenter .ico a:before {
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
}

.cellCenter .sIcon .ico a:before {
    width: 152px;
    height: 152px;
    font-size: 96px;
    line-height: 150px;
}

.ico.borderless a:before {
    border: 1px solid transparent;
    box-shadow: none;
}

.ico.white a:before {
    background-color: #fff;
    color: #f37800;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 #fff inset;
}

.ico.accent a:before, .iconsToggler {
    background-color: #f37800;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 #f37800 inset;
}

.ico a:hover:before {
    color: #fff;
    box-shadow: 0 0 0 0.9em #f37800 inset;
    border: 1px solid transparent;
    -webkit-transition: all 240ms ease;
            transition: all 240ms ease;
}

.cellCenter .ico a:hover:before {
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
}

.ico.white a:hover:before {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0.9em #f37800 inset;
}

.ico.accent a:hover:before, .iconsToggler:hover, .shown .iconsToggler {
    background-color: #f37800;
    color: #f37800;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0.9em #fff inset;
}

.btSlidePane .ico.default a:before {
    color: #ccc;
    border: 1px solid #ccc;
}

.btSlidePane .ico.borderless  a:before {
    color: #ccc;
}

.btSlidePane .ico.default a:hover:before {
    color: #fff;
    border: 1px solid transparent;
}

.btSlidePane .ico.borderless a:hover:before {
    color: #fff;
}

.ico a[data-ico-bold]:before {
    font-family: reconstruction;
    content: attr(data-ico-bold);
}

.ico a[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
}

.ico a strong, .ico a span {
    display: inline-block;
    margin: 0 18px 0 8px;
}

.ico a:hover strong, .ico a:hover span {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ico a strong {
    font-weight: 700;
}

.ico.office a {
    padding: 0 0 0 18px;
}

.ico.office a:before {
    display: block;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    color: inherit;
    border: none;
    box-shadow: none;
    margin: 0 0 0 -18px;
}

.socialRow .ico {
	float: left;
    margin: 0 4px 0 0;
}

.cellRight .socialRow .ico {
    float: right;
    margin: 0 0 0 4px;
}

.cellCenter .socialRow .ico {
    float: none;
    display: inline-block;
    margin: 0 2px;
}

.boldSiteFooter {
    background-color: #333;
    border-top: 1px solid #949494;
}

.boldSiteFooter .port {
    padding: 12px 0;
}

.btFooterMenu {
    float: right;
}

.btFooterMenu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.btFooterMenu ul li {
    display: block;
    float: left;
    border-left: 1px solid #202020;
}

.btFooterMenu li li {
    display: none;
}

.btFooterMenu ul li:first-child {
    border-left: none;
}


.btFooterMenu ul li a {
    display: block;
    font-size: 12px;
    font-family: Raleway, arial, sans-serif;
    line-height: 1.1;
    font-weight: 300;
    padding: 10px;
    color: #fff;
}

.btFooterMenu ul li a:hover {
    color: #f37800;
}

.copyLine {
    color: #fff;
    float: left;
    font-size: 12px;
    font-family: Raleway, arial, sans-serif;
    line-height: 1.1;
    font-weight: 300;
    padding: 10px 0;
    margin: 0;
}

.contentWrap {
    position: relative;
}

.hasGhost .contentWrap {
    position: static;
}

.hasGhost.removeGhost .contentWrap {
    position: relative;
}

.contentWrap:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 73px;
    z-index: -1;
    background-image: -webkit-linear-gradient(top, #eaeaea, #fff);
    background-image: linear-gradient(top, #eaeaea, #fff);
    background-image: linear-gradient(to bottom, #eaeaea, #fff);
}

.contentHolder {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.sidebarLeft .contentHolder {
    padding: 40px 0 60px 400px;
}

.sidebarRight .contentHolder {
    padding: 40px 400px 60px 0;
}

.noSidebar .contentHolder {
    width: auto;
}

.search .noSidebar .contentHolder, .blog .noSidebar .contentHolder, .archive .noSidebar .contentHolder {
    width: 1200px;
	padding: 40px 0px 60px 0px;
}

.bt_sidebar {
    width: 400px;
}

.sidebarRight .bt_sidebar {
    float: right;
    margin: 0 -400px 0 -100%;
    padding: 0 0 0 40px;
}

.sidebarLeft .bt_sidebar {
    float: left;
    margin: 0 -100% 0 -400px;
    padding: 0 40px 0 0;
}

.bt_content {
    float: none;
    width: auto;
}

.sidebarRight .bt_content {
    float: left;
    width: 100%;
}

.sidebarLeft .bt_content {
    float: right;
    width: 100%;
}

.btBox {
    margin: 0 0 40px;
}

.btBox h4 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
}

.btBox.widget_bt_our_office h4 {
    margin: 0 0 16px;
}

.btBox h4 span {
    display: inline-block;
    padding: 0 0 12px;
    box-shadow: 0 -4px 0 0 #f37800 inset;
}

.boldRecent ul, .popularPosts ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.boldRecent ul li, .popularPosts ul li {
    display: table;
    width: 100%;
    margin: 0 0 20px;
}

.boldRecent ul li:last-child, .popularPosts ul li:last-child {
    margin: 0;
}

.brImage, .ppImage {
    vertical-align: top;
    display: table-cell;
    width: 72px;
    padding: 0 12px 0 0;
}

.brImage img, .ppImage img {
    display: block;
    width: 100%;
    height: auto;
}

.brTxt, .ppTxt {
    display: table-cell;
    vertical-align: top;
}

.brTxt h5, .ppTxt h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0;
}

.brTxt h5 a, .ppTxt h5 a {
    display: block;
    word-wrap: break-word;
}

.brTxt h5 a:hover, .ppTxt h5 a:hover {
    color: #000;
}

.brTxt p, .ppTxt p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.2;
    color: #888787;
    text-transform: uppercase;
}

.brTxt p a, .ppTxt p a {
    color: #333;
}

.brTxt .posted, .ppTxt .posted {
    color: #333;
    font-family: Raleway, arial, sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    padding: 0;
}

.widget_bt_about_me {
    background-color: #e8e8e8;
    color: #333;
}

.widget_bt_about_me .mediaBox {
    margin: 0;
}

.widget_bt_about_me p {
    padding: 16px 14px;
    margin: 0;
    font-weight: 300;
    line-height: 1.3;
}

.widget_categories ul, .widget_archive ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.widget_categories ul.children, .widget_archive ul.children {
    border-top: 1px solid #fff;
    margin: 0 0 -1px;
}

.widget_categories ul li, .widget_archive ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}

.widget_categories ul li a, .widget_archive ul li a {
    display: block;
    font-family: Raleway, arial, sans-serif;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    padding: 12px 42px 12px 15px;
    background-color: #e8e8e8;
}

.widget_categories ul.children li a, .widget_archive ul.children li a {
    padding: 12px 42px 12px 30px;
}

.widget_categories ul.children ul.children li a, .widget_archive ul.children ul.children li a {
    padding: 12px 42px 12px 45px;
}

.widget_categories ul.children ul.children ul.children li a, .widget_archive ul.children ul.children ul.children li a {
    padding: 12px 42px 12px 60px;
}

.widget_categories ul li a:hover, .widget_archive ul li a:hover {
    background-color: #f37800;
    color: #fff;
}

.widget_categories ul li strong, .widget_archive ul li strong {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    color: #999;
    border-radius: 50%;
}

/* Headings */

.header {
    display: block;
}

.header h2 .h2content, .header h3 .h2content {
	padding-top: 15px;
	display: block;
}

.sTxt .header h2 .h2content, .sTxt .header h3 .h2content {
    padding: 0;
}

.cellRight .header h2, .cellRight .header h3 {
    display: block;
    float: right;
}

.header h2 {
    font-size: 30px;
    font-weight: 300;
}

.header.big h2 {
    font-size: 40px;
    font-weight: 700;
}

.dash {
    display: inline-block;
}

.header.topDash {
    position: relative;
    z-index: 2;
}

.topDash .dash {
    border-top: 5px solid #f37800;
	/*padding-top: 5px;*/
}

.bottomDash .dash {
    border-bottom: 5px solid #f37800;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.topDash h3, .topDash h2 {
    margin-top: -5px;
}

.bottomDash h3, .bottomDash h2 {
    margin: 0 0 -5px;
}

.boldSubTitle, .bgiTxt .boldArticleMeta {
    font-family: Raleway, arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
}

.sticky .boldSubTitle:after {
    content: '\e657';
    font: normal 16px/1 reconstruction;
    color: #333;
    display: block;
    float: left;
    margin: 4px 8px 0 0;
}

.articleListItem.sticky.wPhoto .boldSubTitle:after {
    display: none;
}

.header .boldSubTitle {
    margin: 0;
}

.header.bottomDash .boldSubTitle {
    margin: 5px 0 12px;
}

.cellRight .header .boldSubTitle {
    clear: right;
    float: right;
}

.btSlidePane .bottomDash .dash {
    display: inline-block;
    padding: 0 0 16px;
    margin: 0 0 -1px;
    border-bottom: 5px solid #f37800;
}

.btSlidePane .bottomDash h3, .btSlidePane .bottomDash h2 {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.35)
}

p.boldSuperTitle {
    font-family: Raleway, arial, sans-serif;
    font-weight: 600;
    color: #f37800;
    font-size: 14px;
    margin: 0;
}

.header p.boldSuperTitle {
	margin-top: 10px;
	margin-bottom: -5px;
}

.header.topDash p.boldSuperTitle {
	margin-bottom: 10px;
}

/* Vertical align support */

@media (min-width: 1221px) {

    .boldRow.btTableRow {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .boldRow.btTableRow .rowItem {
        float: none;
        height: 100%;
        display: table-cell;
    }

    .boldRow.btTableRow .rowItem.btMiddleVertical {
        vertical-align: middle;
    }

    .boldRow.btTableRow .rowItem.btBottomVertical {
        vertical-align: bottom;
    }

    .btTableRow .btImage {
        max-width: none;
        width: 100%;
    }

}

.rowItem.btDoublePadding .rowItemContent {
    padding: 0 30px 15px;
}

.rowItem.btDoublePadding {
    padding: 0 10px;
}

.rowItem.btNoPadding {
    padding: 0;
}

/* Photo box */

.boldPhotoBox {
    position: relative;
}

.boldPhotoBox img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.boldPhotoBox.video .aspectVideo {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden;
    z-index: -1;
}

.boldPhotoBox.video iframe {
    border: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
}

.boldPhotoBox.audio iframe {
    width: 100% !important;
    border: none;
    margin: 0 0 -7px;
}

/* Services item */

.rowItem.cellCenter .servicesItem .sIcon {
    margin: 0 auto 24px;
}

/* Image with hover effect */

.bpgPhoto {
    line-height: 0;
	overflow: hidden;
}

.bpgPhoto a {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.bpgPhoto img {
    display: block;
    height: auto;
    width: 100%;
}

.bpgPhoto {
    position: relative;
}

.captionPane {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	background: rgba(255,255,255,0.4);
    right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .captionPane {
        right: -1px;
    }
}

.touch .captionPane {
    display: none !important;
}

.captionTable {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.captionCell {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.captionTxt {
    display: block;
    padding: 0 20px;
}

.captionTxt strong {
    margin: 0 0 6px;
    display: block;
    line-height: 1.2;
}

.captionTxt span {
    display: inline-block;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.no-touch .captionTxt {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 220ms ease 0;
            transition: all 220ms ease 0;
}

.no-touch .bpgPhoto:hover .captionTxt {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 280ms ease 100ms;
            transition: all 280ms ease 100ms;
}

.captionTxt:before {
    content: '\e645';
    font: normal 36px/1 reconstruction;
    display: block;
    margin: 0 auto 15px;
}

.no-touch .captionTxt:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 0;
            transition: all 400ms ease 0;
}

.touch .captionTxt:before {
    display: none;
}

.no-touch .bpgPhoto:hover .captionTxt:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 280ms ease 100ms;
            transition: all 280ms ease 100ms;
}

.tilesWall.tiled .gridItem {
	opacity: 0;
	filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* BUTTONS */

.boldBtn {
    display: inline-block;
}

.boldBtn.btnBlock {
    display: block;
}

.cellLeft .boldBtn {
    margin: 0 15px 0 0;
}

.cellRight .boldBtn {
    margin: 0 0 0 15px;
}

.cellCenter .boldBtn {
    margin: 0 7px;
}

.boldBtn a, .boldBtn button {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    padding: 14px 18px;
    color: #333;
    background-color: #fff;
    position: relative;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
}

.boldBtn a:hover, .boldBtn button:hover, .boldArticle .boldBtn a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
}

.boldBtn.btnBig a, .boldBtn.btnBig button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
}

.boldBtn.btnIco a, .boldBtn.btnIco button {
    padding: 14px 60px 14px 18px;
}

.boldBtn.btnBig.btnIco a, .boldBtn.btnBig.btnIco button {
    padding: 15px 62px 15px 20px;
}

.boldBtn.accent a, .boldBtn.accent button {
    color: #fff;
    background-color: #f37800;
    position: relative;
    z-index: 2;
}

.boldBtn.accent a:hover, .boldBtn.accent button:hover {
    background-color: #fff;
    color: #f37800;
}

.boldBtn.btnDark a, .boldBtn.btnDark button {
    color: #fff;
    background-color: #333;
}

.boldBtn.btnDark a:hover, .boldBtn.btnDark button:hover {
    color: #333;
    background-color: #e8e8e8;
}

.boldBtn.btnAccent a, .boldBtn.btnAccent button {
    color: #fff;
    background-color: #f37800;
}

.boldBtn.btnAccent a:hover, .boldBtn.btnAccent button:hover {
    color: #333;
    background-color: #e8e8e8;
}

.boldBtn.btnGray a, .boldBtn.btnGray button {
    color: #333;
    background-color: #e8e8e8;
}

.boldBtn.btnGray a:hover, .boldBtn.btnGray button:hover {
    color: #fff;
    background-color: #f37800;
}

.boldBtn.btnIco a:before, .boldBtn.btnIco button:before {
    text-align: center;
    width: 42px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    background-color: rgba(0,0,0,0.1);
}

.boldBtn.btnIco.btnGray a:before, .boldBtn.btnIco.btnGray button:before {
    color: #fff;
}

.boldBtn.btnBig.btnIco a:before, .boldBtn.btnBig.btnIco button:before {
    padding: 13px 0 0;
}

.boldBtn.btnIco a[data-ico-fa]:before, .boldBtn.btnIco button[data-ico-fa]:before {
    content: attr(data-ico-fa);
    font-family: FontAwesome;
}

.boldBtn.btnIco a[data-ico-bold]:before, .boldBtn.btnIco button[data-ico-bold]:before {
    content: attr(data-ico-bold);
    font-family: reconstruction;
}


.boldBtn.btnIco.accent a:before, .boldBtn.btnIco.black a:before, .boldBtn.btnIco.accent button:before, .boldBtn.btnIco.black button:before {
    background-color: rgba(255,255,255,0.1);
}

/* Counter */

.btCounterHolder {
    padding: 10px 5px 25px;
    font-size: 80px;
    line-height: 88px;
}

.btCounterHolder .btCounter {
    display: block;
    height: 88px;
    overflow: hidden;
}

.btCounterHolder span.onedigit {
    display: inline-block;
    height: 88px;
    overflow: hidden;
}

.btCounterHolder span.onedigit span {
    display: block;
    height: 88px;
    -webkit-transition:all 1s ease 0s;
            transition:all 1s ease 0s;
}

/* Client list */


.boldClientList {
    position: relative;
    padding: 20px 0;
}

.port .boldClientList {
    /*margin: 0 -20px;*/
}

.bclPort {
    width: 1197px;
    position: static !important;
    margin: 0 auto;
    overflow: hidden;
}

.bclPort .slick-track {
    display: block;
    margin:0 -2px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translate3d(0,-3px,0);
            transform: translate3d(0,-3px,0);
}

.bclItem {
    position: relative;
    margin: 0 0 0 -1px;
}

.bclItem a {
    display: block;
    height: 100%;
}

.boldClientList .slick-track {
    left: -1px !important;
    right: 0;
}


.bclItem:before {
    content: ' ';
    width: 1px;
    background-color: rgba(255,255,255,0.15);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: 0;
}


.boldClientRegularList {
    position: relative;
    overflow: hidden;
}

.boldClientRegularList .bclItem {
    float: left;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    margin: 0 0 -1px -1px;
    position: relative;
    padding: 0;
    width: 33.3%;
}

.bclItem .bclItemChild {
    display: block;
    margin: 10% 18%;
    position: relative;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bclItem .bclItemChild a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bclItem img {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.boldClientRegularList .bclItem:before {
    display: none;
}

.bclItem .bclItemChild > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;

}

.bclItem .bclItemChild {
    -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
}

.bclItem:hover .bclItemChild {
    opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transition: all 250ms ease;
	        transition: all 250ms ease;
}

.col-ms-6 .boldClientRegularList .bclItem {
    width: 33.3%;
}

.col-ms-6 .boldClientRegularList .bclItem:nth-child(3n+1) {
    clear: left;
}

.col-ms-12 .boldClientRegularList .bclItem {
    width: 16.66%;
}

.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n+1) {
    clear: left;
}

.boldClientRegularList .bclItem a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/* Sliders */



.slidedItem .port {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}


.boldSection .port.wSlider .smallSliderHeight .slidedItem .port {
    height: 36vh;
}

.boldSection .port.wSlider .mediumSliderHeight .slidedItem .port {
    height: 60vh;
}

.boldSection .port.wSlider .largeSliderHeight .slidedItem .port {
    height: 100vh;
}

.slided .slick-dots {
    display: block;
    list-style: none;
    padding: 0;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 10px;
    z-index: 2;
    text-align: center;
    width: 1220px;
    margin: 0 0 0 -610px;
}

.slided .slick-dots li {
    display: block;
    float: left;
    padding: 0 10px;
	clear: none;
}

.slided .slick-dots li:before {
    content: '';
}

.nol1 li {
    width: 100%;
}

.nol2 li {
    width: 50%;
}

.nol3 li {
    width: 33.3%;
}

.nol4 li {
    width: 25%;
}

.nol5 li {
    width: 20%;
}

.nol6 li {
    width: 16.66%;
}

.nol6 li {
    width: 14.28%;
}

.nol7 li {
    width: 14.28%;
}

.nol8 li {
    width: 12.5%;
}

.nol9 li {
    width: 11.1%;
}

.nol10 li {
    width: 10%;
}

.slick-slider .slick-dots li button {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 10px;
    margin: 0;
    position: relative;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    text-align: left;
    line-height: 0;
    color: transparent;
    border: none;
    box-sizing: content-box;
    background-color: transparent;
}

.slided .slick-dots li button:before {
    content: ' ';
    height: 0;
    display: block;
    background-color: transparent;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
	width: auto;
    box-shadow: 0 0 0 1px #999;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.slided .slick-dots li button:hover:before, .slided .slick-dots li.slick-active button:before {
    box-shadow: 0 1px 0 2px #f37800, 0 -1px 0 2px #f37800;
    -webkit-transition: all 220ms ease;
            transition: all 220ms ease;
}

.slided .slick-dots li button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

html.cssanimations .bpgPhoto .markImage {
    animation: markedImage 600ms 600ms ease;
    -webkit-animation: markedImage 600ms 600ms ease;
}

html.no-cssanimations .bpgPhoto .markImage {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

@-webkit-keyframes markedImage {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes markedImage {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Prev next buttons*/

h4.nbs a *, h4.nbs a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
}

h4.nbs a {
    display: block;
    position: relative;
    height: 76px;
}

h4.nsPrev a {
    float: left;
    margin: 0 -46px 0 0;
/*    padding: 0 0 0 46px;*/
}

.slided h4.nsPrev a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(20px,0,0);
            transform: translate3d(20px,0,0);
    -webkit-transition: 240ms ease;
            transition: 240ms ease;
}

h4.nsNext a {
    float: left;
/*    padding: 0 46px 0 0;*/
    margin: 0 0 0 -46px;
}

.slided h4.nsNext a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-20px,0,0);
            transform: translate3d(-20px,0,0);
    -webkit-transition: 240ms ease;
            transition: 240ms ease;
}

h4.nbs:hover a {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: 240ms ease;
            transition: 240ms ease;
}

.nbsImage {
    display: table-cell;
    width: 76px;
    height: 76px;
/*    position: absolute;*/
    top: 0;
}

.neighboringArticles .nbsImage {
    display: table-cell;
    height: 76px;
/*    position: static;
    top: auto;*/
    width: 76px;
}

.nsPrev .nbsImage {
/*    left: 46px;*/
}

.nsNext .nbsImage {
/*    right: 46px;*/
}

span.nbsImgHolder {
    display: block;
/*    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;*/
	width: 76px;
	height: 76px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h4.nbs a, h4.nbs:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}

h4.nbs.slick-disabled a {
    display: none;
}

.nbsItem {
    display: table-cell;
    margin: 0;
/*    position: absolute;
    top: 50%;*/
	padding: 0 0 0 10px;
}

.neighboringArticles .nbsItem {
    display: table-cell;
/*    float: none;
    margin: 0;
    position: static;
    top: auto;*/
    vertical-align: middle;
}

.neighboringArticles .nsPrev .nbsItem {
    padding: 0 0 0 10px;
}

.neighboringArticles .nsNext .nbsItem {
    padding: 0 10px 0 0;
}

h4.nbs a .nbsItem {
    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
}

.neighboringArticles h4.nbs a .nbsItem {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nsPrev .nbsItem {
/*    left: 132px;*/
    text-align: left;
}

.nsNext .nbsItem {
/*    right: 132px;*/
    text-align: right;
	padding: 0 10px 0 0;
}

/*.neighboringArticles .nsPrev .nbsItem, .neighboringArticles .nsNext .nbsItem {
    left: auto;
    right: auto;
}*/

.nbsItem .nbsDir, .nbsItem .nbsTitle {
    color: #333;
    line-height: 1.2;
	display: block;
    text-transform: uppercase;
}

.nbsItem .nbsDir {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 3px;
}

.nbsItem .nbsTitle {
    font-size: 14px;
    font-weight: 700;
}

.nsPrev .nbsItem .nbsTitle {
    float: left;
    clear: left;
    margin: 0 -140px 0 0;
	max-width: 200px;
}

.nsNext .nbsItem .nbsTitle {
    float: right;
    clear: right;
    margin: 0 0 0 -140px;
}

.neighboringArticles .nsPrev .nbsItem .nbsTitle, .neighboringArticles .nsNext .nbsItem .nbsTitle {
    margin: 0;
    float: none;
    clear: none;
}

/* Slider neighbours animation */

.nbsItem {}

/* / Slider neighbours animations */



.ghost.wVariable .port, .ghost.wVariable .port .boldCell {
    display: block;
    padding: 0;
    margin: 0;
}

.slidedItem .port {
    margin: 0;
    padding: 0;
}

.slidedVariable .slidedItem.firstItem, .slidedVariable .slidedItem.firstItem .port {
    width: 100vw;
}

.slidedVariable .h2content {
    padding: 15px 0 0;
    display: block;
}

/* Article meta */

dl.articleMeta {
    padding: 20px 0 0 20px;
    float: right;
    text-align: left;
    width: 40%;
    margin: 0 0 20px;
}

dl.articleMeta.onBottom {
    margin: 12px -100% 0 20px;
    float: left;
    text-align: left;
    width: 220px;
}

dl.articleMeta dt, .portfolioItem dl.articleMeta dd {
    display: block;
}
.portfolioItem dl.articleMeta dd, .portfolioItem dl.articleMeta dt {
	padding: 0;
	margin: 0;
}
.portfolioItem dl.articleMeta dd:before {
	display: none;
}


.portfolioItem dl.articleMeta dd {
    color: #f37800;
}

dl.articleMeta dt {
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}

.slidedItem dl.articleMeta dd {
    color: #fff;
    margin: 0 0 3px;
}

.slidedItem dl.articleMeta dt {
    color: #f0f0f0;
}

.slidedItem dl.articleMeta {
    bottom: 30px;
    margin: 0;
    position: absolute;
    right: 32px;
    width: 220px;
    z-index: 5;
    text-align: right;
}

/**/

.ghost.wVariable .port, .ghost.wVariable .port .boldCell {
    display: block;
}

.slidedVariable .slidedItem:after {
    background-color: rgba(255,255,255, 0.8);
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 500ms ease 0s;
            transition: opacity 500ms ease 0s;
    z-index: 4;
}

.slidedVariable .slidedItem.firstItem:after {
    z-index: 50;
}

.slidedVariable .slidedItem.slick-center:after, .slidedVariable .slidedItem.slick-active:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 360ms ease 0s;
            transition: opacity 360ms ease 0s;
    z-index: 3;
}

.slidedVariable .slidedItem.firstItem:before {
    background-image: -webkit-linear-gradient(top, rgba(21,21,21,0), rgba(21,21,21,0), rgba(21,21,21,0.5));
    background-image: linear-gradient(to bottom, rgba(21,21,21,0), rgba(21,21,21,0), rgba(21,21,21,0.5));
    background-color: transparent;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 4;
}

/* Latest posts */

.btLatestPostsContainer {
    margin: 0 -10px;
}

.btLatestPostsContainer .btSingleLatestPost, .rowItem.btTextIndent {
    padding: 0 26px;
}

.btTextIndent, .rowItem.btTextIndent.btNoPadding {
    padding: 0 16px;
}

.btTextIndent .btImage, .btTextIndent .bpgPhoto {
    margin: 0 -16px;
}

.verticalPosts .btTextIndent .btImage, .verticalPosts .btTextIndent .bpgPhoto {
    margin: 0;
}

.btTextIndent .btImage img {
    width: 100%;
    max-width: none;
    display: block;
    margin: 0;
}

.verticalPosts .btSingleLatestPostImage {
	float: left;
	width: 180px;
    margin: 0 0 20px;
}

.verticalPosts .btSingleLatestPostContent {
	padding-left: 20px;
    display: table;
}

.btLatestPostsContainer.verticalPosts .btSingleLatestPost {
    padding: 0 10px;
}

.btLatestPostsContainer.verticalPosts .btSingleLatestPost .h2content {
    padding-top: 0;
}

/* Progress bar */

.btProgressContent {
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.btProgressContent .btProgressAnim {
	background-color: #f37800;
	color: white;
	text-align: right;
	-webkit-transition:all 1s ease 0s;
	        transition:all 1s ease 0s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    width: auto;
}

.btProgressContent {
    overflow: hidden;
}

.btProgressContent .btProgressAnim span {
    display: block;
    font-weight: 500;
    line-height: 24px;
    padding: 0 5px;
    vertical-align: middle;
}

.cellRight .btProgressContent .btProgressAnim {
	float: right;
	text-align: left;
}

.btSlideGutter {
    width: 1200px;
    display: inline-block;
    padding: 10px 0 20px;
}

.btSlidePane {
    background-color: rgba(51,51,51,0.5);
    color: #fff;
    padding: 20px 30px;
    text-align: left;
    display: block;
    width: 48.5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(40%,0,0);
            transform: translate3d(40%,0,0);
    -webkit-transition: all 200ms cubic-bezier(0.165,0.84,0.44,1) 1.2s;
            transition: all 200ms cubic-bezier(0.165,0.84,0.44,1) 1.2s;
}

.slick-active .btSlidePane {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: all 600ms cubic-bezier(0.165,0.84,0.44,1) 500ms;
            transition: all 600ms cubic-bezier(0.165,0.84,0.44,1) 500ms;
}

.boldSection.boldSiteFooterWidgets .boldRow {
    margin: 0 -20px;
}

.boldSiteFooterWidgets {
    background-color: #e8e8e8;
}

.boldSiteFooterWidgets .port {

}

.boldSiteFooterWidgets .port:before {
    content: ' ';
    display: block;
    height: 4px;
    background-color: #b1b1b1;
    margin: -9px -20px 9px;
}

.boldSiteFooterWidgets .btBox {
    margin: 0;
    float: left;
    padding: 30px 20px;
    width: 25%;
}

.boldSiteFooterWidgets .btBox:nth-child(4n+1) {
    clear: left;
}

.boldSiteFooterWidgets .widget_bt_about_me {
    color: #000;
}

.boldSiteFooterWidgets .widget_bt_about_me img {
    height: 36px;
    display: block;
    width: auto;
    margin: 15px 0;
}

.boldSiteFooterWidgets .widget_bt_about_me p {
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.boldSiteFooterWidgets .widget_nav_menu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul ul {
    margin: 0 0 0 10px;
}

.widget_nav_menu ul li:before {
    display: inline-block;
    content: '\e630';
    font: normal 11px/1 reconstruction;
}

.boldSiteFooterWidgets .widget_nav_menu ul li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 7px;
}

.boldSiteFooterWidgets .widget_nav_menu ul li:before {
    display: none;
}

.boldSiteFooterWidgets .widget_nav_menu ul li:nth-child(odd) {
    clear: left;
}

.boldSiteFooterWidgets .widget_nav_menu ul li a {
    color: #000;
    font-size: 12px;
    line-height: 1.3;
}

.boldSiteFooterWidgets .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

.widget_bt_our_office .ico.office {
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 13px;
    clear: left;
}

.widget_bt_our_office .ico.office a {
    color: #000;
    line-height: 1.2;
    display: inline-block;
}

.widget_bt_our_office .ico.office a span {
    font-family: Roboto, arial, helvetica, sans-serif;
}

.testimonialClients {
    padding: 30px 30px 34px;
    position: relative;
}

.tcItem {
    position: relative;
    margin: 0 3px;
    cursor: pointer;
}

.tcItem, .tcItem * {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

img.tcAspect {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    visibility: hidden;
}

.tcItem span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #a1a1a1 inset;
    -webkit-transform: scale3d(0.77,0.77,1);
            transform: scale3d(0.77,0.77,1);
    -webkit-transition: all 260ms;
            transition: all 260ms;
}

.tcItem:hover span, .slick-center .tcItem span {
    box-shadow: 0 0 0 4px #a1a1a1 inset;
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 260ms;
            transition: all 260ms;
}

.slick-center .tcItem span {
    box-shadow: 0 0 0 4px #f37800 inset;
}

.btTestimonies {
    padding: 25px 0 10px;
    border-top: 1px solid #c1c1c1;
}

.btTestimony {
    padding: 0 0 0 100px;
    position: relative;
}

.btTestimony:before {
    content: '\e642';
    font: 400 76px/1 reconstruction;
    display: block;
    position: absolute;
    margin: -10px 0 0 2px;
    left: 0;
    top: 0;
    color: #e8e8e8;
}

.btTestimony h4 {
    color: #f37800;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
}

.btTestimony strong {
    font-weight: 700;
}

.btBreakNote h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.btBreakNote h3 strong {
    font-weight: 700;
}

.btBreakNote {
    display: table;
    height: 100%;
    width: 100%;
}

.bnTxt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.bnBtns {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.bnBtns .boldBtn {
    margin: 3px 0;
}

.btProjectsSlider {
    background-color: #333;
    color: #fff;
    padding: 28px 0 0;
}

.psCats, .btCatFilter {
    padding: 26px 0 18px;
    margin: 0;
}

.psCats ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.psCats ul li, .btCatFilter span {
    display: inline-block;
    margin: 0 -2px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    font-family: Raleway, arial, sans-serif;
}

.psCats ul li:last-child {
    font-weight: 700;
}

.psCats ul li a {
    display: block;
    color: #999;
    padding: 10px 20px 20px;
    position: relative;
    word-spacing: initial;
}

.btCatFilter span  {
    color: #999;
    padding: 10px 20px 20px;
    position: relative;
    word-spacing: initial;
    cursor: pointer;
}

.psCats ul li a:after, .btCatFilter span:after {
    content: ' ';
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f37800;
    -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.psCats ul li a:hover:after, .psCats ul li a.active:after, .btCatFilter span.active:after {
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 240ms ease;
            transition: all 240ms ease;
}

.psCats ul li a:hover, .psCats ul li a.active, .btCatFilter span.active, .btCatFilter span:hover {
    color: #f37800;
}

.psWrap {
    background-color: #393939;
    position: relative;
}

.psPort {
    width: 1200px;
    margin: 0 auto;
}

.psPort,.slick-slider {
    position: static;
}

.psItem {
    position: relative;
    float: left;
    width: 25%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.psItem .aspect {
    width: 100%;
    height: auto;
    visibility: hidden;
    display: block;
}

.psPane, .btShowTitle {
    text-align: left;
    padding: 14px 15px 55px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    background-color: rgba(255,255,255,0.75);
    color: #333;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0,50%,0);
            transform: translate3d(0,50%,0);
    -webkit-transition: all 240ms ease;
            transition: all 240ms ease;
}

.btShowTitle {
    top: auto;
    bottom: 0;
    margin: 0;
    color: #333;
    font-size: 12px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    background-color: rgba(255,255,255,0.75);
}

.no-touch .btShowTitle {
    -webkit-transform: translate3d(0,42px,0);
            transform: translate3d(0,42px,0);
}

.psPane:hover {
    bottom: 0;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    background-color: rgba(255,255,255,0.95);
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
}

.bpgPhoto .bpbItem .btImage {
    background-color: #f37800;
}

.bpgPhoto .bpbItem img {
    -webkit-transform: translate3d(0,0px,0);
            transform: translate3d(0,0px,0);
    -webkit-transition: all 500ms ease 70ms;
            transition: all 500ms ease 70ms;
}

.bpgPhoto:hover .bpbItem img {
    -webkit-transform: translate3d(0,-5px,0);
            transform: translate3d(0,-5px,0);
}

.bpgPhoto:hover .btShowTitle {
    -webkit-transform: translate3d(0,20px,0);
            transform: translate3d(0,20px,0);
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
    color: #fff;
    z-index: 4;
    background-color: #f37800;
	opacity: .9;
	filter: alpha(opacity=90);
}

.psPane p {
    margin: 0 0 14px;
}

.psPane h4 {
    margin: 0 0 5px;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.psLocation {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.psBtn a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    background-color: #f37800;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.psBtn a:hover {
    background-color: #333;
}

.psBtn a:after {
    content: '\f105';
    display: inline-block;
    margin: 0 0 0 3px;
    font: 400 13px/1.1 FontAwesome;
    vertical-align: -2%;
}

.psItem[data-cat]:before {
    content: attr(data-cat);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 3px 5px;
    background-color: #000;
    color: #fff;
    font: 11px/13px arial;
}

.btShowTitle strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: Raleway, arial, sans-serif;
    margin: 0 0 4px;
}

.btShowTitle strong, .btShowTitleCaptionTxt, .btShowTitleCaptionTxt span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btShowTitle span a {
    display: none;
}

.btShowTitleCaptionTxt span {
    display: block;
}

.btTabs {
    margin: 0 0 30px;
}

.tabsHeader {
    background-color: #e8e8e8;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.bt_content ul.tabsHeader {
    margin: 0;
}

.tabsHeader li {
    display: block;
    float: left;
    border-left: 1px solid #d2d2d2;
}

.bt_content ul.tabsHeader li {
	clear: none;
	margin-bottom: 0;
}

.bt_content ul.tabsHeader li:before {
	display: none;
}
.tabsHeader li span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.1;
    font-family: Raleway, arial, sans-serif;
    font-weight: 400;
    color: #333;
    background-color: transparent;
    padding: 16px 19px;
    position: relative;
    box-shadow: 0 1px 0 transparent inset;
}

.tabsHeader li span:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #f37800;
    -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.tabsHeader li.slick-active span {
    background-color: #fff;
}

.tabsHeader li.slick-active span:before {
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 240ms ease;
            transition: all 240ms ease;
}

.tabsHeader li span:hover {
    background-color: #fff;
    box-shadow: 0 1px 0 #d2d2d2 inset;
}

.tabPanes {
    background-color: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.tabPane {
    padding: 28px 28px 20px;
}

.tabsHeader .slick-track {
    -webkit-transform: translate3d(0,0,0) !important;
            transform: translate3d(0,0,0) !important;
}

.tabAccordionTitle {
    display: none;
}


.tabsVertical .tabPanes {
    background-color: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}

.tabsVertical  .tabAccordionTitle {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    background-color: #e8e8e8;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.tabsVertical .tabAccordionTitle:hover {
    background-color: #f2f2f2;
}

.tabsVertical .tabPane .tabAccordionTitle {
    border-top: 1px solid #d2d2d2;
}

.tabsVertical  .tabPane:first-child .tabAccordionTitle {
    border-top: none;
}

.tabsVertical .tabAccordionTitle span {
    display: inline-block;
    padding: 17px 20px 14px 66px;
    position: relative;
}

.tabsVertical .tabAccordionTitle span:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #f37800;
    margin: -1px 0 0 -1px;
    -webkit-transition: all 250ms;
            transition: all 250ms;
    -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
}

.tabsVertical .tabAccordionTitle.on span:before {
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 250ms;
            transition: all 250ms;
}

.tabsVertical  .tabAccordionTitle:before {
    display: block;
    position: absolute;
    margin: 0;
    top: 8px;
    left: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    content: '\e641';
    font: normal 18px/35px reconstruction;
    color: #4f4f4f;
}

.tabsVertical .tabAccordionTitle.on {
    color: #000;
    background-color: #fff;
}

.tabsVertical .tabAccordionTitle.on:before {
    color: #fff;
    background-color: #f37800;
    content: '\e638';
}

.tabsVertical .tabPane {
    padding: 0;
}

.tabsVertical  .tabAccordionContent {
    padding: 22px 28px 20px;
    display: none;
}

.tabsVertical  .tabsHeader {
    display: none;
}

.boldArticle header {
    background-color: #e8e8e8;
    padding: 0 32px 20px;
}

.boldArticle .portfolioBody header.header {
    margin: 0 0 5px;
    padding: 0;
    background-color: transparent;
}

.boldArticle .portfolioBody header.header .h2content, .boldArticle .portfolioBody header.header .h2content {
    padding: 0;
}

.articleListItem.boldArticle header {
    float: left;
    clear: left;
    max-width: 72%;
    margin: 0 10px 0 0;
}

.articleListItem.boldArticle.wPhoto header {
    float: none;
    margin: 0;
    max-width: none;
}

.articleListItem.boldArticle.wPhoto.sticky .boldPhotoBox:after {
    content: '\e657';
    display: block;
    position: absolute;
    z-index: 5;
    top: 4px;
    right: 4px;
    padding: 12px;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    font: normal 18px/1 reconstruction;
}

.articleListItem {
    background-color: #e8e8e8;
}

.boldArticle.articleListItem {
    margin: 0 0 55px;
}

.boldArticle header h1 {
    margin: 0 0 20px;
}

.boldArticle.articleListItem header h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #333;
}

.boldArticle.articleListItem header h2 a {
    color: #333;
}

.boldArticle.articleListItem header h2 a:hover {
    color: #f37800;
}

.boldArticle .header.topDash .dash {
    padding: 18px 0 0;
}

.boldArticle.articleListItem .header.topDash .dash {
    padding: 20px 0 5px;
}

.boldArticle.articleListItem.wPhoto .header.topDash .dash {
    margin: -5px 0 0;
    padding: 22px 0 5px;
}

.boldArticle .header p.boldSubTitle {
    color: #464646;
}


.boldArticle .header p.boldSubTitle a, .bgiTxt .boldArticleMeta a {
    display: inline-block;
    line-height: 1.4;
}

.boldArticle .header p.boldSubTitle a {
    margin: 0 0 10px;
}

p.boldSubTitle a:hover, .bgiTxt .boldArticleMeta a:hover {
    color: #999;
}

.boldArticle .header p.boldSubTitle a:before, .bgiTxt .boldArticleMeta a:before {
    content: ' ';
    display: block;
    float: left;
    color: #c2c2c2;
    margin: -3px 10px;
    width: 1px;
    height: 1.85em;
    border-left: 1px solid #c2c2c2;
}

.boldArticle .header p.boldSubTitle {
	margin-bottom: 10px;
}

a.boldArticleCategory {
    color: #666;
}

a.boldArticleCategory:hover {
    color: #999;
}

a.boldArticleComments {
    color: #999;
}

a.boldArticleComments:hover, .bgiTxt .boldArticleMeta a:hover {
    color: #333;
}

a.boldArticleComments:after {
    content: '\e614';
    font: normal 18px/1 reconstruction;
    display: block;
    float: left;
    margin: 0 5px -3px 0;
    color: #f37800;
}

.single-post .boldArticle .boldPhotoBox {
    margin: 0 0 45px;
}

.single-post .boldArticle .boldArticleBody {
    padding: 0 30px 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #b1b1b1;
}

.articleListItem.boldArticle .boldArticleBody {
    padding: 0 30px 15px;
    clear: left;
}

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

.boldArticleBody.portfolioBody {
    padding: 30px;
}

.boldArticleBody.portfolioBody.wArticleMeta {
    padding: 30px 30px 30px 260px;
    float: left;
    width: 100%;
}

.articleListItem .boldArticleBody.divider:before {
    content: ' ';
    display: block;
    height: 1px;
    background-color: #c5c5c5;
    margin: -10px -10px 25px;
    position: relative;
    z-index: 2;
}

.rowItem.tagsRowItem, .rowItem.shareRowItem {
    padding: 0 10px 25px
}

.neighboringArticles {
    position: relative;
    margin: 0 0 85px;
    padding: 35px 0 0;
    border-top: 1px solid #d2d2d2;
}

.neighbor {
    width: 50%;
}

.neighbor.onLeft {
    float: left;
    padding: 0 10px 0 0;
}

.neighbor.onRight {
    float: right;
    padding: 0 0 0 10px;
}

.neighbor h4.nbs {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.neighbor.onRight h4.nbs {
    float: right;
}

.comment-form {
    padding: 30px 12%;
}

.mediaBox img {
    display: block;
    width: 100%;
    height: auto;
}

p.form-submit {
    text-align: center;
}

.socialRow {

}

.boldArticle .socialRow a {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    background-color: #e8e8e8;
    color: #999;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.boldArticle .socialRow a:hover {
    -webkit-transform: scale3d(1.12,1.12,1);
            transform: scale3d(1.12,1.12,1);
    border: 1px solid #333;
    color: #333;
    -webkit-transition: all 220ms ease;
            transition: all 220ms ease;
}

.boldArticle .socialRow a:before {
    display: inline-block;
	font: normal 16px/33px FontAwesome;
}

.boldArticle .socialRow a:before {
    content: attr(data-icon-fa);
}

.cellRight .socialRow a, .articleListItem footer .socialRow a {
    margin: 0 0 0 8px;
}

.cellLeft .socialRow a {
    margin: 0 7px 0 0;
}

.socialRow a:hover {

}

.articleSideGutter {
    float: right;
    display: table;
    position: relative;
    z-index: 4;
    margin: 0;
    max-width: 26%;
}

.wPhoto .articleSideGutter {
    margin: -55px 0 0;
}

.asgItem {
    display: table-cell;
    vertical-align: middle;
}

.asgItem.avatar {
    width: 55px;
	min-width: 55px;
}

.asgItem.avatar img {
    display: block;
    height: 55px;
    margin: 0;
    width: auto;
}

.asgItem.posted {
    background-color: rgba(255,255,255,0.75);
    padding: 4px 15px;
    font-size: 12px;
    color: #333;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    text-transform: uppercase;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.asgItem.posted a {
    color: #333;
}

.asgItem.posted a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.articleListItem footer {
    padding: 3px 30px 20px;
    clear: left;
}

.articleListItem footer .socialRow {
    float: right;
}

.articleListItem footer .socialRow a {
    background-color: #fff;
    border: 1px solid #fff;
}

/*.noSidebar .boldArticle {
	padding-top: 40px;
}*/

.portfolioItem .header .socialRow a {
    background-color: #f37800;
    border: 1px solid #f37800;
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    box-shadow: 0 0 0 0 #f37800 inset;
}

.portfolioItem .header .socialRow a:hover {
    border: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: #f37800;
    color: #f37800;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0.9em #fff inset;
}

.articleListItem footer .socialRow a:hover {
    border: 1px solid #333;
}

.portfolioItem .socialRow {
    padding: 20px 0 0;
    border-top: 1px solid #B1B1B1;
}

.portfolioItem .socialRow a {
    margin: 0 7px 0 0;
}

p.boldContinue {
    color: #333;
    padding: 11px 0 0;
    margin: 0;
    font-family: Raleway, arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

p.boldContinue a {
    color: #333;
}

p.boldContinue a:hover {
    color: #f37800;
}

.boldPhotoBox blockquote, .wBoldLink {
    display: block;
    overflow: hidden;
	padding: 1.7em 1.1em;
    text-align: center;
    background-color: #f37800;
    color: #fff;
	margin: 0;
	font-family: Roboto;
}
.wBoldLink {
	padding:2.4em 1.5em;
}

.boldPhotoBox blockquote p {
    font-size: 2em;
    font-weight: 100;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 1em;
}

.boldPhotoBox blockquote cite {
    display: inline-block;
    border-top: 4px solid #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    padding: 5px 0 0;
    text-transform: uppercase;
}

.bUrl {
    display: inline-block;
    clear: left;
    margin: 15px 0 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.bqIcon:before, .wBoldLink span.ico:before {
    font: normal 3.5em/1 reconstruction;
    display: block;
    margin: 0 auto 0.2em;
    color: #fff;
    content: attr(data-icon);
}
.wBoldLink span.ico:before {
    font: normal 4.75em/1 reconstruction;
}

.boldPhotoBox .wBoldLink strong {
    display: block;
    font-size: 2em;
    line-height: 1;
    font-weight: 300;
    color: #fff;
}

.bUrl:hover, .boldPhotoBox .wBoldLink strong:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.btPortfolioHeaderPort {
    float: left;
    padding: 0 10px 0 0;
    max-width: 60%;
}

.slidedItem .portfolioArticle {
    bottom: 30px;
    left: 26px;
    position: absolute;
    right: 240px;
    z-index: 4;
    text-align: left;
}

.paging.onRight {
    float: right;
}

.paging.onLeft {
    float: left;
}

.paging a {
    font-family: Raleway, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #999;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.paging a:hover {
    color: #333;
    -webkit-transition: all 220ms ease;
            transition: all 220ms ease;
}

.paging a:after {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background-color: #999;
    color: #fff;
    font: normal 20px/34px reconstruction;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.paging a:hover:after {
    background-color: #f37800;
    -webkit-transition: all 220ms ease;
            transition: all 220ms ease;
}

.pageNext a:after {
    content: '\e606';
    float: right;
    margin: -8px 0 0 8px;
}

.pagePrev a:after {
    content: '\e606';
    float: left;
    margin: -8px 8px 0 0;
}

.pagePrev a:after {
    content: '\e605';
}

div[id^='map_canvas'] {
    border: 20px solid #f1f1f1;
}

div[id^='map_canvas'] img {
    max-width: none;
}

.form-submit input[type="submit"] {
    display: none;
}

.commentsBox {
    text-align: center;
}

.commentsBox .pcItem, .comment-notes {
    text-align: left;
}

.widget_sp_image .mediaBox {
    padding: 0 25% 0 0;
    margin: 0 0 20px;
}

aside .widget_sp_image .mediaBox {
    padding: 0;
    margin: 0;
}


.widget_sp_image-description {
    font-size: 12px;
    line-height: 1.5;
}

aside .widget_sp_image-description {
    background-color: #e8e8e8;
    padding: 15px 15px 10px;
}

.widget_sp_image-description p {
    margin: 0 0 10px;
}

.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleCategory, .fullScreen .boldSubTitle.boldArticleMeta a.boldArticleComments {
    color: #fff;
}

.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleCategory:hover {
    color: #F37800;
}

.fullScreen .boldSubTitle.boldArticleMeta a:hover {
    color: #fff;
}

.fullScreen .boldSubTitle.boldArticleMeta a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #F37800;
    content: ' ';
    margin: 0 7px;
    border-radius: 50%;
    vertical-align: middle;
}

.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleComments:after {
    content: '\e614';
    display: inline-block;
    font: normal 14px/1 reconstruction;
    color: #F37800;
    margin: 0 0 0 4px;
    float: none;
}

input.wpcf7-submit {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 14px 25px;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.15) inset;
    -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
    color: #fff;
    background-color: #f37800;
    position: relative;
    z-index: 2;
}

input.wpcf7-submit:hover {
    color: #333;
    background-color: #e8e8e8;
}

.gridItem {
    background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tilesWall.classic {
	margin: 2px 0 2px 2px;
}

.tilesWall.classic .gridItem:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    outline: 2px solid #fff;
    outline-offset: -2px;
    z-index: 3;
    content: ' ';
}

.bgiTxt {
    display: block;
    position: relative;
    padding: 20px;
    margin: 0;
}

.tilesWall .bgiTxt {
    background-color: #E8E8E8;
}

.tilesWall.classic .bgiTxt {
    background-color: #E8E8E8;
    /*
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    */
}

.tilesWall.classic .gridItem .bpbItem {
    overflow: hidden;
    background-color: #E8E8E8;
}

.no-touch .tilesWall.classic .gridItem .bpbItem img {
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
}

.no-touch .tilesWall.classic .gridItem:hover .bpbItem img {
    -webkit-transform: scale3d(1.1,1.1,1);
            transform: scale3d(1.1,1.1,1);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 280ms ease;
            transition: all 280ms ease;
}

.bgiTxt h2 {
    clear: left;
    display: inline-block;
    margin: 0 0 12px;
	font-size: 18px;
}

.bgiTxt h2 a {
    color: #333;
}

.bgiTxt h2 a:hover {
    color: #F37800;
}

p.bgiCat {
    font-family: Raleway,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
}

.tilesWall.classic p.bgiCat {
    font-family: Raleway,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}

.tilesWall.classic p.bgiCat a {
    color: #333;
}

.tilesWall.classic p.bgiCat a:hover {
    color: #F37800;
}

.bgiTxt h2:before {
    content: ' ';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
    margin: -5px 0 0;
    height: 5px;
    background-color: #F37800;
}

.btGridShare a {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.btGridShare a:before {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #F37800;
    color: #fff;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    content: attr(data-icon-fa);
    box-shadow: 0 0 0 0 #fff inset;
    -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
}

.btGridShare a:hover:before {
    box-shadow: 0 0 0 0.75em #fff inset;
    color: #F37800;
    background-color: #fff;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
}

.btGridShare {
    clear: left;
    padding: 10px 0 0;
    border-top: 1px solid #c2c2c2;
}

/* Quote Slider
----------------------------------*/

.ui-slider {
	position: relative;
	text-align: left;
	background: #eee;
}
.ui-slider .ui-slider-handle {
    display: block;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	background: #F37800;
    border-radius: 50%;
    cursor: w-resize;
}

.ui-slider .ui-slider-handle:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.ui-slider .ui-slider-handle.ui-state-active {
    background-color: #F37800;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.btQuoteTotal {
	font-weight: bold;
}
.btQuoteTotalText {
	margin-right: 1em;
}
.btQuoteTotalCurrency {
	opacity: .5;
	filter: alpha(opacity=50);
}
.btQuoteTotalCalc {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btQuoteBooking {
    margin: 0px 0;
}

.btQuoteItem {
    padding: 0 0 0 170px;
    margin: 0 0 30px;
}

.btQuoteItem label {
    display: block;
    float: left;
    margin: 8px 0 0 -170px;
}

.btQuoteSlider {
    float: left;
    margin: 14px 1% 0;
    width: 98%;
}

.btQuoteItemInput {
    text-align: center;
}

.btQuoteSliderValue {
    background-color: #ccc;
    border-radius: 3px;
    clear: left;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    min-width: 30px;
    padding: 5px 10px;
    margin-top: 4px;
    margin-left: 9px;
    position: relative;
    text-align: center;
    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);
}

.btQuoteSliderValue:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    margin: -4px 0 0 -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ccc;
}

.btQuoteItem .fancy-select .trigger {
    text-align: left;
    color: #b4b4b4;
}

.btQuoteItem .fancy-select .trigger.selected {
    color: #333;
}

.btQuoteTotal {
    padding: 0 0 8px;
    margin: 0 0 10px;
    text-align: right;
    border-bottom: 4px solid #F37800;
}

.btQuoteTotalCurrency {
    padding: 0 4px 0 0;
    font-size: 14px;
}

.btQuoteTotalCurrency, .btQuoteTotalCalc {
    font-size: 22px;
}

.btQuoteTotalCalc {
    color: #F37800;
}

.btQuoteItem ul.options {
    text-align: left;
}

.btQuoteContact {
    margin: 0 -10px;
}

.btQuoteContact .btQuoteItem {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.btQuoteContact .btQuoteItem:nth-child(odd) {
    clear: left;
}

.btQuoteItem.btQuoteItemFullWidth {
    float: none;
    width: auto;
}

.btQuoteContact .boldBtn {
    clear: left;
    margin: 0 0 10px 10px;
}

.btContactFieldMandatory input, .btContactFieldMandatory .trigger {
	border: 1px solid #ccc;
}

.btContactFieldMandatory.btContactFieldError input, .btContactFieldMandatory.btContactFieldError .trigger {
	border: 1px solid #f37800;
}

.btSubmitMessage {
	margin-left: 10px;
	color: #f37800;
	font-weight: 600;
}

.ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
}

table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #f2f2f2;
}

table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

a.ui-datepicker-prev, a.ui-datepicker-next {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    color: #f0f0f0;
    background-color: #F37800;
    border-radius: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
    cursor: pointer;
}

a.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next {
    float: right;
}

a.ui-datepicker-prev:hover, a.ui-datepicker-next:hover {
    background-color: #da6c00;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #555;
}

#ui-datepicker-div {
    background-color: #f2f2f2;
}

table.ui-datepicker-calendar td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3em;
}

table.ui-datepicker-calendar tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.6);
}

table.ui-datepicker-calendar td a {
    color: #666;
}

table.ui-datepicker-calendar td a:hover {
    color: #F37800;
}

.btPriceTable {
    text-align: center;
    margin: 0 0 30px;
}

.btPriceTable .ptHeader {
    padding: 16px 22px;
    position: relative;
    background-color: #ececec;
    color: #F37800;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
}

.btPriceTable .ptHeader h3 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.btPriceTable .ptHeader h3:before {
    content: ' ';
    height: 4px;
    background-color: #F37800;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -16px;
}

.ptSticker {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 2;
    text-align: center;
}

.ptSticker span {
    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid #f37800;
    background-color: #fff;
    -webkit-transform: translateY(55%);
        -ms-transform: translateY(55%);
            transform: translateY(55%);
}

p.ptPrice {
    padding: 0.55em 0.5em;
    font-size: 4.2em;
    font-weight: 100;
    line-height: 1;
    margin: 0;
    text-align: center;
    background-color: #F37800;
    color: #fff;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

p.ptPrice span {
    font-size: 70%;
    vertical-align: text-top;
    margin: 0 0 0 -0.8em;
}

.btPriceTable ul {
    display: block;
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.btPriceTable ul li {
    display: block;
    padding: 12px 8px;
    font-size: 16px;
    line-height: 1.2;
}

.btPriceTable ul li:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

.btPriceTable ul li:before {
	content: '';
}

.ptFooter a {
    color: #fff;
    display: block;
    padding: 0.75em 0.2em;
    font-size: 1em;
    font-weight: 800;
    background-color: #B1B1B1;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
}

.ptFooter a:hover {
    background-color: #f37800;
}

.boldArticleHeader .socialRow {
    clear: both;
}

.noPhoto .boldArticleHeader {
	margin-bottom: 45px;
}

.boldGetInfo {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 16px;
    left: 20px;
    width: 36px;
    height: 36px;
    font: normal 16px/35px FontAwesome;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(122,122,122,0.7);
    color: rgba(122,122,122,0.7);
    border-radius: 50%;
}

.boldGetInfo:before {
    content: '\f129';
    display: inline-block;
}

.boldGetInfo:hover {
    color: #f37800;
    border: 1px solid #fff;
}

.boldGetInfo.on {
    color: #f37800;
    border: 1px solid #999;
    z-index: 7;
}

.boldInfoBar {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 6;
    background-color: #EAEAEA;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 260ms ease;
    transition: transform 260ms ease;
}

.boldInfoBar.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 260ms ease;
    transition: transform 260ms ease;
}

.boldInfoBarMeta {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 20px 65px;
    text-align: left;
}

.boldInfoBarMeta p {
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}

.boldInfoBarMeta p strong {
    color: #f37800;
    padding: 0 4px 0 0;
}

.boldInfoBar .socialRow {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 15px 20px 15px 0;
}

.boldInfoBar .socialRow a {
    display: inline-block;
    float: none;
    letter-spacing: 0;
    margin: 0 0 0 7px;
}

.post-password-form input[type="password"] {
	background: #ddd;
	margin-bottom: 21px;
}