*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
html,
body {
    height: 100%;
    /*overflow-y: auto;*/
}
body {
	background: #e6e0ca;
    color: #1c1c1c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
a:link, a:visited, a:active {
    color: #f65846;
    text-decoration: none;
}
a:hover {
    color: #d23e2d;  
}
.clr {
    clear: both;
}
input,
select,
textarea {
    color: #222222;
	background: transparent;
    border: 1px solid #222222;
    padding: 10px 5px;
}
h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: -0.02em;
}
.wrapper {
    width: 100%;
    padding: 0;
}
.midGold {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.bfId {
    padding: 110px 0 0;
}
#logo {
    max-width: 250px;
    margin: 0 auto;
}
#logo a img {
    width: 100%;
    height: auto;
}
.bfIdInfo {
    padding: 0 20%;
    text-align: center;
}
.bfVerbInfo {
    padding: 2em 25% 0;
}
.bfMonday {
    text-align: center;
    padding: 20px 0 0;
}
a span.bfSpiral {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: transparent url(../images/monday.png) center center no-repeat;
    background-size: 45px 45px;
    
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
a:hover span.bfSpiral {
    -webkit-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -o-transform:rotate(720deg);
}
.wrapDarkSection {
    background: #1d1d1d;
    color: #dcdadb;
}
.wrapBlockInn {
    max-width: 1200px;
    margin: 0 auto;
}
.spaceUp {
    padding: 80px 0;
}
.spaceUpAm {
    padding-bottom: 0;
}
.spaceDown {
    padding: 80px 0 0;
}
.seCustumEx .spaceUp {
    padding: 0 0 80px;
}
.sectionHeading {
    text-align: center;
}
h2.bfEntryHeadPart {
    font-size: 2.7em;
    display: inline-block;
    width: 30%;
    border-bottom: 1px dotted #efece4;
    margin: 0 0 2em;
}
.footVerb {
    text-align: center;
    font-size: 0.9em;
}
.listItems {
    padding: 0 5%;
}
.itemBlock {
    overflow: hidden;
    padding: 1em 0;
}
.itemListSep {
    text-align: center;
    background: transparent url(../images/sep.png) center center no-repeat;
    background-size: 64px 9px;
    height: 9px;
    padding: 80px 0;
}
.itemListSep.thirdItemSep {
    display: none;
}
.itemThumbImg {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.itemExpCnt {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.itemBlockEven .itemThumbImg {
    float: right;
}
.itemBlockOdd .itemExpCnt {
    padding: 10% 0 0 4%;
}
.itemBlockEven .itemExpCnt {
    padding: 10% 4% 0 0;
}
.thumbImList img {
    width: 100%;
    height: auto;
}
h3.itemBlockTitle {
    margin-top: 0;
}
.listItInfo {
    font-size: 0.9em;
}
.wrapBfolioPost {
    padding: 0 20%;
}
.wrapSubTitle {
    max-width: 70%;
}
.wrapBfolioPost .entry-header {
    margin: 0 0 3em;
}
h1.entry-title {
    margin: 1em 0 0;
    line-height: 1.1;
    font-size: 2.2em;
}
.bfVerbInfo h1.entry-title {
    margin: 1em 0;
}
h3.subtitle {
    color: #fff;
    font-size: 2.2em;
    line-height: 1.1;
    margin: 0 0 0;
}
.itemImgPrt {
    text-align: center;
}
.itemImgPrt img {
    width: 100%;
    max-width: 1100px;
    height: auto;
}
.capItemImg {
    text-align: center;
    padding: 25px 0 0;
    font-size: 0.8em;
    width: 45%;
    margin: 0 auto;
}
.bfEntryTwoCols {
    display: table;
    width: 100%;
}
.bfEntryInfo {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding: 0 5% 0 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.bfEntryAdd {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}
.bfEntryInfo p {
    margin: 0 0 1em;
}
.bfEntryAdd h4 {
    margin: 0 0 1em;
}
.externalSite {
    margin: 25px 0 0;
}
.externalSite a {
    display: inline-block;
    padding: 0 0 0 48px;
    background: transparent url(../images/external.png) left top no-repeat;
    background-size: 40px 40px;
    line-height: 40px;
    color: #1c1c1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.externalSite a:hover {
    color: #f65846;
}
.post-navigation h2.screen-reader-text {
    display: none;
}
.post-navigation .nav-links {
    display: table;
    width: 100%;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.post-navigation .nav-links .nav-next {
    text-align: right;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    line-height: 35px;
    font-size: 0.8em;
    color: #edeae1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-navigation .nav-links a:hover {
    color: #f65846;
}
.post-navigation .nav-links .nav-previous a span.screen-reader-text,
.post-navigation .nav-links .nav-next a span.screen-reader-text {
    display: none;
    text-transform: lowercase;
}
.post-navigation .nav-links .nav-previous a span.nav-title-icon-wrapper {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    background: transparent url(../images/prev.png) left top no-repeat;
    background-size: 35px 35px;
    margin: 0 10px 0 0;
}
.post-navigation .nav-links .nav-next a span.nav-title-icon-wrapper {
    display: inline-block;
    float: right;
    width: 35px;
    height: 35px;
    background: transparent url(../images/next.png) left top no-repeat;
    background-size: 35px 35px;
    margin: 0 0 0 10px;
}
.wrapLightSection .post-navigation .nav-links .nav-previous a span.nav-title-icon-wrapper {
    background: transparent url(../images/prev-light.png) left top no-repeat;
    background-size: 35px 35px;
}
.wrapLightSection .post-navigation .nav-links .nav-next a span.nav-title-icon-wrapper {
    background: transparent url(../images/next-light.png) left top no-repeat;
    background-size: 35px 35px;
}
.navSeparator {
    display: block;
    width: 30%;
    margin: 0 auto 40px;
    border-top: 1px dotted #efece4;
}
.navSeparatorDark {
    display: block;
    width: 60%;
    margin: 7em auto 0;
    border-top: 1px dotted #1d1d1d;
}
.goUp {
    text-align: center;
    padding: 2em 0 0;
}
.goUp a.bfTop {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../images/up.png) left top no-repeat;
    background-size: 40px 40px;
}
a.itemImgLink img {
    display: block;
    padding: 10px;
    /*background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;*/
}
.navPage {
    text-align: center;
    padding: 80px 0 0;
}
ul.page-numbers {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.page-numbers li {
    display: inline-block;
    margin: 0 2px;
}
.navPage a.page-numbers,
.navPage span.page-numbers {
    margin: 0 2px;
}
ul.page-numbers li a.page-numbers,
ul.page-numbers li span.page-numbers,
.navPage a.page-numbers,
.navPage span.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px;
    background: #f65846;
    color: #dcdadb;
    font-size: 0.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.page-numbers li a.page-numbers:hover,
.navPage a.page-numbers:hover {
    background: #d23e2d;
}
ul.page-numbers li span.page-numbers,
.navPage span.page-numbers {
    background: rgba(255, 255, 255, 0.2);
}
.navPage > a.prev,
.navPage > a.next {
    display: none;
}
.error-404 {
    text-align: center;
}
.randThumbsWrap {
    display: table;
    width: 100%;
}
.randThumbBlock {
    display: table-cell;
    vertical-align: top;
    width: 33.333%;
    padding: 0 1%;
}
.randThumbBlock a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.randThumbBlock h3 {
    margin: 0.9em 0 0.5em;
}
.randThumbBlock img {
    width: 100%;
    height: auto;
    display: block;
}
.randShortInfo {
    font-size: 0.9em;
    line-height: 180%;
}
.randShortInfo p {
    margin: 0;
}
a.itemImgLink {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
a.itemImgLink span.overLay {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(29,29,29,0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.itemImgLink:hover span.overLay {
    background-color: rgba(29,29,29,0.5);
}
a.randPrjLink {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
a.randPrjLink span.overLay {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(29,29,29,0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.randPrjLink:hover span.overLay {
    background-color: rgba(29,29,29,0.5);
}
.bfVerbInfo ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0;
}
.bfVerbInfo ul li {
    padding: 0.4em 0 0.4em 3em;
}
.bfVerbInfo ul li:before {
    content:"⊕";
    font-size: 0.7em;
    vertical-align: 10%;
    padding: 0 15px 0 0;
    color: #fff;
}
.entry-meta {
    font-size: 0.8em;
    color: #fff;
}
.entry-meta span.screen-reader-text,
.entry-meta .updated {
    display: none;
}
.entry-meta .published.updated {
    display: inline;
}
.wrapBlog h2.entry-title {
    margin-bottom: 0;
}
.wrapLightSection .post-navigation .nav-links .nav-previous a,
.wrapLightSection .post-navigation .nav-links .nav-next a {
    color: #f65846;
}
.wrapLightSection .post-navigation .nav-links .nav-previous a:hover,
.wrapLightSection .post-navigation .nav-links .nav-next a:hover {
    color: #1c1c1c;
}
.spaceBlHeading {
    padding: 80px 0 0;
}
.blogListSection .spaceUp {
    padding: 0 0 80px;
}
.blogItem .spaceUp {
    padding: 80px 0 0;
}
h1.bfEntryHeadPart {
    font-size: 2.7em;
    display: inline-block;
    width: 30%;
    margin: 1em 0 1em;    
}
.blogBlock h2.itemBlockTitle {
    margin-bottom: 0;
}
.bfBlogInfo {
    margin: 0 0 3em;
}
.bfBlogInfo .blogBlock {
    padding: 1em 0 0; 
}
.wrapBfolioPost .bfBlogInfo .entry-header {
    margin: 0 0 1.5em;
}
.wrapBlogInn .navSeparatorDark {
   margin: 2em auto 0; 
}
a.more-link {
    display: inline-block;
    margin: 15px 0 0;
    /*padding: 0 45px 0 0;*/
    line-height: 35px;
    font-size: 0.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*background: transparent url(../images/next.png) right center no-repeat;
    background-size: 35px 35px;*/
}

.button_container {
  position: fixed;
  top: 5%;
  right: 3%;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 110;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #f65846;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #e6e0ca;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 100;
}
.overlay.open #logo {
    position: fixed;
    top: 85%;
    right: 3%;
    z-index: 110;
    max-width: 200px;
    opacity: 0;
    animation: fadeInLeft .3s ease forwards;
    animation-delay: .65s;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .3s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
    letter-spacing: -0.02em;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /* align-items: center; */
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  /*height: 100%;*/
}
.overlay ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);*/
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  /*display: block;*/
  position: relative;
  /*color: #f65846;*/
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a span.main-item-wrapper {
    color: #f65846;
    padding: 5px 0 5px;
    border-bottom: 2px dotted #e6e0ca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay ul li a:hover span.main-item-wrapper {
    color: #fff;
    padding: 5px 0 5px;
    border-bottom: 2px dotted #fff;
}
/*
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}
*/

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: 10%;
  }
  100% {
    opacity: 1;
    right: 3%;
  }
}

#site-navigation button.menu-toggle,
#site-navigation a.menu-scroll-down {
    display: none;
}
.overlay-menu .menu-main-container {
    display: table;
    width: 100%;
    height: 100%;
}
.overlay-menu .menu-main-container ul#top-menu {
    display: table-cell;
    vertical-align: middle;
}
.socialWrap span.a2a_svg {
    display: none;
}
.a2a_default_style {
    display: inline-block;
}
.a2a_default_style a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    margin: 0 0 0 5px;
}
.a2a_default_style a span.a2a_s__default {
    background: none;
}
a.a2a_button_facebook {
    background: transparent url(../images/social-facebook.png) left top no-repeat;
    background-size: 30px 30px;
}
a.a2a_button_twitter {
    background: transparent url(../images/social-twitter.png) left top no-repeat;
    background-size: 30px 30px;
}
a.a2a_button_google_plus {
    background: transparent url(../images/social-googleplus.png) left top no-repeat;
    background-size: 30px 30px;
}