/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/
/*	



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*/

/*Начало кнопки НАВИГАЦИИ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#combo-holde ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#combo-holde a {
color:white;
}

#combo-holde a:hover {
color:rgba(123, 156, 121, 0.98);;
}

#combo-holde li {
  cursor: pointer;
  padding: 6px 20px;
  font-size: 48px;
}

#combo-holde a {
position: relative;
  z-index: 202;
}

#combo-holde button {
  opacity: 0.6;
  background-color: transparent;
  position: fixed;
  z-index: 201;
  top: 24px;
  right: 20px;
  border: none;
  width: 36px;
  height: 30px;
  outline: none;
  transition: opacity 0.2s ease-out;
  z-index: 999;
}
#combo-holde button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: linear-gradient(to bottom, #98b296, #98b296 20%, transparent 20%, transparent 40%, #98b296 40%, #98b296 60%, transparent 60%, transparent 80%, #98b296 80%, #98b296 100%);
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
#combo-holde button:after {
  opacity: 0;
  content: "×";
  color: white;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  transition: opacity 0.4s ease-out;
}
#combo-holde button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#combo-holde button:hover {
  opacity: 1;
}
#combo-holde.open button {
  opacity: 1;
}
#combo-holde.open button:before {
  opacity: 0;
  width: 0;
}
#combo-holde.open button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  /*transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;*/
  transition: opacity 0.4s 0.2s ease-out, -webkit-transform 0.4s 0.2s ease-out;
  transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out;
  transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -webkit-transform 0.4s 0.2s ease-out;
}

#combo-holde nav {
  z-index: 200;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  background: rgba(123, 156, 121, 0.98);
  display: flex;
  align-items: center;
}
#combo-holde nav:before {
/*   content: "";
  position: absolute;
  top: 0;
  right: 0;	
  bottom: 0;
  left: -15%;
  margin: auto;
  background: rgba(123, 156, 121, 0.98);
  height: 160%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden; */
} 
#combo-holde.open nav {
  top: 0;
}
#combo-holde .open nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

#combo-holde ul.menu {
  /* position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  color: white; */
  width: 100%;
}

/* ul.menu {
  width: 90%;
} */

ul.menuul {
  width: 100%;
  /* position: absolute; */
  z-index: 9999;  
  position: relative;
  /*top: 30%;
  left: 50%;*/
}

/* .gggg {
    padding-bottom: 350px !important;
} */

.projectss ul{
  margin: 0;
  padding: 17px 0 !important;
}

.menuul {
  display: none; 
}
.menuul li {
  font-size: 16px;

}

.menuul li a {
  font-size: 18px;
  line-height: 2;
}

/*.projectss:hover .menuul {
  display: block; 
}

.projectss:hover #combo-holde ul.menu {
    top: 85%;
}*/

#combo-holde .menuul li {
    padding: 0px 20px;
    font-size: 20px;
}

#combo-holde li {
    font-size: 30px;
}

#combo-holde ul.menu li:before {
    background-color: inherit !important;
}

.child-toggle {
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 3px;
    left: 12%;
    height: 35px;
    width: 35px;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    border: 0;
    z-index: 50;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
}

.toggle~.child-toggle {
    transform: rotate(-90deg);
}

.toggle {
    display: block;
    position: initial;
}

/* @media only screen and (max-width: 400px) {
#combo-holde ul.menu {
 left: 47%;
}
} */

 #combo-holde ul.menu li {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
}
#combo-holde ul.menu li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: white;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.14s ease-out;
}
#combo-holde ul.menu li:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #98b296;
  overflow: hidden;
  -webkit-transform: translate(-24px, 6px);
          transform: translate(-24px, 6px);
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
#combo-holde ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
#combo-holde ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  -webkit-transform: translate(0px, 6px);
          transform: translate(0px, 6px);
  transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}
#combo-holde.open ul.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;*/
  transition: opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
#combo-holde.open ul.menu li:nth-child(1) {
  /*transition-delay: 0.75s;*/
  transition-delay: 0.1s;
}
#combo-holde.open ul.menu li:nth-child(2) {
  /*transition-delay: 0.85s;*/
  transition-delay: 0.2s;
}
#combo-holde.open ul.menu li:nth-child(3) {
  /*transition-delay: 0.95s;*/
  transition-delay: 0.3s;
}
#combo-holde.open ul.menu li:nth-child(4) {
  /*transition-delay: 1.05s;*/
  transition-delay: 0.4s;
}
#combo-holde.open ul.menu li:nth-child(5) {
  /*transition-delay: 1.15s;*/
  transition-delay: 0.5s;
}
#combo-holde.open ul.menu li:nth-child(6) {
  /*transition-delay: 1.25s;*/
  transition-delay: 0.6s;
}
#combo-holde.open ul.menu li:nth-child(7) {
  /*transition-delay: 1.35s;*/
  transition-delay: 0.7s;
}
#combo-holde.open ul.menu li:nth-child(8) {
  /*transition-delay: 1.45s;*/
  transition-delay: 0.8s;
}

body .menuli {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/*Конец кнопки!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



#comboNav {
	display: none;
}
.wrapper {
  width: 940px;
}
/* CAROUSEL Default ----------------------------------------------------*/#ch-holder {
  display: block;
}
#cv-holder {
  display: none;
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*@media only screen and (min-width: 1025px) {
	#combo-holde {
	display: none;
}
}*/
#combo-holde {
	display: none;
}
/*@media only screen and (max-width: 1024px) {*/
@media (hover: none) and (min-width: 320px) and (max-height: 1368px) and (-webkit-min-device-pixel-ratio: 1.5) {
#combo-holde {
	display: block;
}

  /* GENERAL TABLET ----------------------------------------------------*/.wrapper {
    width: 712px;
  }
  /* NAV TABLET ----------------------------------------------------*/#nav {
    display: none;
  }
  #comboNav {
    display: block;
  }
  /* CAROUSEL TABLET ----------------------------------------------------*/#ch-holder {
    display: block;
  }
  #cv-holder {
    display: none;
  }
  /* SLIDER TABLET ----------------------------------------------------*/.lof-slidecontent,
  .main-slider-content {
    width: 100%;
    height: 367px;
  }
  .lof-slidecontent .sliders-wrapper,
  .main-slider-content .sliders-wrapper {
    width: 100%;
  }
  .lof-slidecontent .navigator-content .button-next,
  .main-slider-content .navigator-content .button-next,
  .lof-slidecontent .navigator-content .button-previous,
  .main-slider-content .navigator-content .button-previous,
  .lof-slidecontent .navigator-content .button-control,
  .main-slider-content .navigator-content .button-control {
    opacity: 1;
    bottom: 0px;
    left: 0px;
    z-index: 9;
  }
  .lof-slidecontent .navigator-content .button-next,
  .main-slider-content .navigator-content .button-next {
    left: 682px;
  }
  .lof-slidecontent .navigator-wrap-inner,
  .main-slider-content .navigator-wrap-inner {
    display: none;
  }
  .lof-slidecontent .navigator-wrapper,
  .main-slider-content .navigator-wrapper {
    width: 712px;
  }
  /* FILTERED ITEMS TABLET ----------------------------------------------------*/#filter-container {
    width: 732px;
	margin: 0 auto;
    /* 712 + 20 gap */
  
  }
  #filter-container figure {
    /*width: 223px;*/
    width: 100%;
    margin-right: 20px;
  }
  /* CAROUSEL TABLET ----------------------------------------------------*/.jcarousel-skin-folder .jcarousel-container-horizontal {
    width: 585px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 63px;
    padding-right: 63px;
  }
  .jcarousel-skin-folder .jcarousel-clip-horizontal {
    width: 585px;
    height: 100px;
  }
  .jcarousel-skin-folder .jcarousel-item {
    width: 195px;
    height: 100px;
  }
  .jcarousel-skin-folder .jcarousel-prev-horizontal,
  .jcarousel-skin-folder .jcarousel-next-horizontal {
    width: 63px;
    height: 100px;
  }
  /*  PAGE TABLET----------------------------------------------------*/#page-content-sb {
    width: 460px;
    margin-right: 60px;
  }
  /*  BLOG TABLET ----------------------------------------------------*/#posts-list,
  body.single #posts-list {
    width: 460px;
    margin-right: 60px;
  }
  #posts-list article,
  body.single #posts-list article {
    margin-bottom: 55px;
    background: #f8f5f2;
  }
  #posts-list article .box,
  body.single #posts-list article .box {
    position: relative;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 18px;
    padding: 0px 0px 0px 0px;
    background: none;
  }
  #posts-list article .box .excerpt,
  body.single #posts-list article .box .excerpt {
    float: left;
    width: 400px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #posts-list article .box .meta,
  body.single #posts-list article .box .meta {
    width: 400px;
    margin-left: 0px;
    background: #f8f5f2 url(../img/meta-bg-vertical.png) repeat-x top right;
    padding: 20px 20px 20px 40px;
  }
  /* SIDEBAR TABLET ------------------------------------------------------------*/
  #sidebar {
    width: 184px;
    margin-top: 30px;
  }
  /* PORTFOLIO TABLET ----------------------------------------------------*/#portfolio-content #project-box .info {
    width: 140px;
    /* 160 - 20 */
  
    padding-left: 20px;
    margin-right: 24px;
  }
  #portfolio-content #project-box .entry-content {
    width: 528px;
    margin-bottom: 40px;
  }
  #portfolio-content #project-box .entry-content .multicolumn .column * {
    padding-right: 24px;
  }
  /* RELATED PROJECTS TABLET ---------------------------------------------------*/
  .related-projects figure {
    margin-right: 24px;
    width: 160px;
  }
  .related-projects figure .thumb {
    width: 160px;
  }
  /* WIDGET COLS TABLET ----------------------------------------------------*/.widget-cols > li {
    width: 160px;
    margin-right: 24px;
  }
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 1023.98px) {
  .wrapper {
    width: 252px;
  }
  /* LOGO MOBILE ----------------------------------------------------*/#logo {
    margin-left: 0px;
    width: 100%;
  }
  #logo a {
    display: block ;
    /*width: 252px;*/
    width: 100%;
  }
  #logo img {
    display: block;
    margin: 0 auto;
max-width: 100%;
  }
  /* NAV MOBILE ----------------------------------------------------*/#nav {
    display: none;
  }


  #comboNav {
    display: block;
  }
  /* HEADLINE MOBILE ----------------------------------------------------*/#headline {
    font-size: 36px;
  }
  /* CAROUSEL MOBILE ----------------------------------------------------*/#ch-holder {
    display: none;
  }
  #cv-holder {
    display: block;
  }
  .carousel-holder .carousel-heading span {
    margin: 0px 0px 22px 0px;
  }
  /* SLIDER MOBILE ----------------------------------------------------*/.lof-slidecontent,
  .main-slider-content {
    /*width: 252px;*/
    width: 100%;
    height: 367px;
  }
  .lof-slidecontent .sliders-wrapper,
  .main-slider-content .sliders-wrapper {
    width: 252px;
  }
  .lof-slidecontent .navigator-content .button-next,
  .main-slider-content .navigator-content .button-next,
  .lof-slidecontent .navigator-content .button-previous,
  .main-slider-content .navigator-content .button-previous,
  .lof-slidecontent .navigator-content .button-control,
  .main-slider-content .navigator-content .button-control {
    opacity: 1;
    bottom: 0px;
    left: 0px;
    z-index: 9;
  }
  .lof-slidecontent .navigator-content .button-next,
  .main-slider-content .navigator-content .button-next {
    left: 222px;
  }
  .lof-slidecontent .navigator-wrap-inner,
  .main-slider-content .navigator-wrap-inner {
    display: none;
  }
  .lof-slidecontent .navigator-wrapper,
  .main-slider-content .navigator-wrapper {
    width: 252px;
  }
  .lof-slidecontent .slider-description,
  .main-slider-content .slider-description {
    top: 0px;
    left: 0px;
    /*width: 232px;*/
    width: 100%;
    height: 100%;
  }

  @media (max-width: 475px){

    .sliders-wrap-inner li div .slider-desc-1{
      opacity: 1 !important;
    }
    .sliders-wrap-inner li div .slider-desc-2{
      opacity: 1;
      top: 100px;
      width: 270px;

      background: none;
    }
  }

  #posts-list .meta, #posts-list .pics-right {
    display: none;
  }
  /* Description MOBILE ----------------------------------------------------*/.main-slider-content:hover .slider-description {
    opacity: 1;
  }
  /* FILTERED ITEMS MOBILE ----------------------------------------------------*/#filter-container {
    /*width: 252px;*/
    width: 100%;
    /* 712 + 20 gap */
  
  }

  #filter-container img {
    width: 100%;
  }

  #filter-container figure {
    /*width: 252px;*/
    width: 100%;
    margin-right: 0px;
  }
  #filter-container figure figcaption .heading {
    font-size: 28px;
  }
  /*  PAGE MOBILE ----------------------------------------------------*/#page-content-sb {
    width: 252px;
    margin-right: 0px;
  }
  /*  BLOG MOBILE ----------------------------------------------------*/#posts-list,
  body.single #posts-list {
    width: 252px;
    margin-right: 0px;
    margin-left: 0px;
    /* Jplayer MOBILE ----------------------------------------------------*/
    /* ENDS Jplayer MOBILE ----------------------------------------------------*/
  }
  #posts-list div.jp-audio,
  body.single #posts-list div.jp-audio {
    width: 200px;
  }
  #posts-list div.jp-audio div.jp-progress-container,
  body.single #posts-list div.jp-audio div.jp-progress-container {
    width: 80px;
  }
  #posts-list div.jp-audio div.jp-type-single div.jp-progress,
  body.single #posts-list div.jp-audio div.jp-type-single div.jp-progress {
    width: 80px;
  }
  #posts-list div.jp-audio div.jp-volume-bar-container,
  body.single #posts-list div.jp-audio div.jp-volume-bar-container {
    left: 181px;
  }
  #posts-list div.jp-audio div.jp-volume-bar-container,
  body.single #posts-list div.jp-audio div.jp-volume-bar-container {
    left: 135px;
  }
  #posts-list div.jp-audio div.jp-volume-bar-container,
  body.single #posts-list div.jp-audio div.jp-volume-bar-container,
  #posts-list div.jp-audio div.jp-volume-bar,
  body.single #posts-list div.jp-audio div.jp-volume-bar {
    width: 20px;
  }
  #posts-list div.jp-audio div.jp-type-single a.jp-mute,
  body.single #posts-list div.jp-audio div.jp-type-single a.jp-mute,
  #posts-list div.jp-audio div.jp-type-single a.jp-unmute,
  body.single #posts-list div.jp-audio div.jp-type-single a.jp-unmute {
    left: 144px;
  }
  #posts-list article,
  body.single #posts-list article {
    margin-bottom: 55px;
    background: #f8f5f2;
  }
  #posts-list article .box,
  body.single #posts-list article .box {
    position: relative;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 18px;
    padding: 0px 0px 0px 0px;
    background: none;
  }
  #posts-list article .box .excerpt,
  body.single #posts-list article .box .excerpt {
    float: left;
	/*width: 192px!important;*/
	width: 192px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #posts-list article .box .excerpt .post-heading,
  body.single #posts-list article .box .excerpt .post-heading {
    font-size: 28px;
    line-height: 1.1em;
  }
  #posts-list article .box .meta,
  body.single #posts-list article .box .meta {
    width: 192px;
    margin-left: 0px;
    background: #f8f5f2 url(../img/meta-bg-vertical.png) repeat-x top right;
    padding: 20px 20px 20px 40px;
  }
  /* SIDEBAR MOBILE ------------------------------------------------------------*/
  #sidebar {
    width: 252px;
    margin-top: 30px;
  }
  /* PORTFOLIO MOBILE ----------------------------------------------------*/#portfolio-content #project-box .info {
    width: 212px;
    padding-left: 20px;
    margin-right: 24px;
    margin-bottom: 30px;
  }
  #portfolio-content #project-box .entry-content {
    width: 252px;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  #portfolio-content #project-box .entry-content .multicolumn .column * {
    width: 100px;
    padding-right: 0px;
  }
  #portfolio-content #project-box .entry-content .multicolumn .column.last {
    margin-right: 0px;
  }
  /* RELATED PROJECTS MOBILE ---------------------------------------------------*/
  .related-projects figure {
    margin-right: 0px;
    width: 252px;
  }
  .related-projects figure .thumb {
    width: 252px;
  }
  /* WIDGET COLS MOBILE ----------------------------------------------------*/.widget-cols > li {
    width: 252px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .widget-cols > li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 1023.98px) {
  .wrapper {
    width: 436px;
  }
  /* LOGO WIDE MOBILE ----------------------------------------------------*/#logo a {
    display: block ;
    width: 100%;
  }
  /* NAV WIDE MOBILE ----------------------------------------------------*/#nav {
    display: none;
  }
  #comboNav {
    display: block;
  }
  /* CAROUSEL WIDE MOBILE ----------------------------------------------------*/#ch-holder {
    display: none;
  }
  #cv-holder {
    display: block;
  }
  .carousel-holder .carousel-heading span {
    margin: 0px 0px 22px 0px;
  }
  /* SLIDER WIDE MOBILE ----------------------------------------------------*/.lof-slidecontent,
  .main-slider-content {
    width: 100%;
    height: 367px;
  }
  .lof-slidecontent .sliders-wrapper,
  .main-slider-content .sliders-wrapper {
    width: 100%;
  }
  .lof-slidecontent .navigator-content .button-next,
  .main-slider-content .navigator-content .button-next,
  .lof-slidecontent .navigator-content .button-previous,
  .main-slider-content .navigator-content .button-previous,
  .lof-slidecontent .navigator-content .button-control,
  .main-slider-content .navigator-content .button-control {
    opacity: 1;
    bottom: 0px;
    left: 0px;
    z-index: 199;
  }
  .lof-slidecontent .navigator-content .button-next,
  .main-slider-content .navigator-content .button-next {
    left: 406px;
  }
  .lof-slidecontent .navigator-wrap-inner,
  .main-slider-content .navigator-wrap-inner {
    display: none;
  }
  .lof-slidecontent .navigator-wrapper,
  .main-slider-content .navigator-wrapper {
    width: 436px;
  }
  .lof-slidecontent .slider-description,
  .main-slider-content .slider-description {
    top: 0px;
    left: 0px;
    width: 232px;
    height: 100%;
  }
  /* FILTERED ITEMS WIDE MOBILE ----------------------------------------------------*/#filter-container {
    /*width: 460px;*/
    width: 100%;
  }
  #filter-container figure {
    /*width: 206px;*/
    margin-right: 24px;
    float: left;
  }
  /*  PAGE WIDE MOBILE ----------------------------------------------------*/#page-content-sb {
    width: 436px;
    margin-right: 0px;
  }
  /*  BLOG WIDE MOBILE ----------------------------------------------------*/#posts-list,
  body.single #posts-list {
    width: 436px;
    margin-right: 0px;
    margin-left: 0px;
    /* Jplayer WIDE MOBILE ----------------------------------------------------*/
    /* ENDS Jplayer MOBILE ----------------------------------------------------*/
  }
  #posts-list div.jp-audio,
  body.single #posts-list div.jp-audio {
    width: 360px;
  }
  #posts-list div.jp-audio div.jp-progress-container,
  body.single #posts-list div.jp-audio div.jp-progress-container {
    width: 225px;
  }
  #posts-list div.jp-audio div.jp-type-single div.jp-progress,
  body.single #posts-list div.jp-audio div.jp-type-single div.jp-progress {
    width: 223px;
  }
  #posts-list div.jp-audio div.jp-volume-bar-container,
  body.single #posts-list div.jp-audio div.jp-volume-bar-container {
    left: 181px;
  }
  #posts-list div.jp-audio div.jp-volume-bar-container,
  body.single #posts-list div.jp-audio div.jp-volume-bar-container {
    left: 281px;
  }
  #posts-list div.jp-audio div.jp-volume-bar-container,
  body.single #posts-list div.jp-audio div.jp-volume-bar-container,
  #posts-list div.jp-audio div.jp-volume-bar,
  body.single #posts-list div.jp-audio div.jp-volume-bar {
    width: 40px;
  }
  #posts-list div.jp-audio div.jp-type-single a.jp-mute,
  body.single #posts-list div.jp-audio div.jp-type-single a.jp-mute,
  #posts-list div.jp-audio div.jp-type-single a.jp-unmute,
  body.single #posts-list div.jp-audio div.jp-type-single a.jp-unmute {
    left: 290px;
  }
  #posts-list article,
  body.single #posts-list article {
    margin-bottom: 55px;
    background: #f8f5f2;
  }
  #posts-list article .box,
  body.single #posts-list article .box {
    position: relative;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 18px;
    padding: 0px 0px 0px 0px;
    background: none;
  }
  #posts-list article .box .excerpt,
  body.single #posts-list article .box .excerpt {
    float: left;
    width: 376px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #posts-list article .box .excerpt .post-heading,
  body.single #posts-list article .box .excerpt .post-heading {
    font-size: 28px;
    line-height: 1.1em;
  }
  #posts-list article .box .meta,
  body.single #posts-list article .box .meta {
    width: 376px;
    margin-left: 0px;
    background: #f8f5f2 url(../img/meta-bg-vertical.png) repeat-x top right;
    padding: 20px 20px 20px 40px;
  }
  /* SIDEBAR WIDE MOBILE ------------------------------------------------------------*/
  #sidebar {
    width: 436px;
    margin-top: 30px;
  }
  /* PORTFOLIO WIDE MOBILE ----------------------------------------------------*/#portfolio-content #project-box .info {
    width: 396px;
    padding-left: 20px;
    margin-right: 24px;
    margin-bottom: 30px;
  }
  #portfolio-content #project-box .entry-content {
    width: 416px;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  #portfolio-content #project-box .entry-content .multicolumn .column * {
    width: 187px;
    margin-right: 20px;
  }
  #portfolio-content #project-box .entry-content .multicolumn .column.last {
    margin-right: 0px;
  }
  /* RELATED PROJECTS WIDE MOBILE ---------------------------------------------------*/
  .related-projects figure {
    margin-right: 0px;
    width: 436px;
  }
  .related-projects figure .thumb {
    width: 436px;
  }
  /* WIDGET COLS WIDE MOBILE ----------------------------------------------------*/.widget-cols > li {
    width: 436px;
    margin-right: 0px;
  }

}

#combo-holde nav {
	overflow: auto;
}