/*
Theme Name: Artico Homes
Theme URI: http://www.articohomes.com.au/
Description: A quality custom-built home could be more affordable than you think.
Author: Web Profits
Author URI: http://www.webprofits.com.au/
*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

.royalSlider {
	width: 100%;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsNav.rsBullets { width:100%; text-align:center; float:none}
.rsBullet { width:11px; height:11px; background:#bdc1c8; display:inline-block; margin-right:8px; cursor:pointer;-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
.rsNavSelected { background:#00b2e2}

.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;

}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(images/grab.png) 8 8, move;
}

.grabbing-cursor{
	cursor:url(images/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;
	background: url(blank.gif);
}
/* Magnific Popup CSS */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 80px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  /* border-bottom: 1px solid; */
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 80px;
  margin: 0px 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 20px 10px 20px 32px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 5px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    /*.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }*/
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
	text-transform:uppercase}
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }


/*Fonts Awesome*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.6.3');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*Fonts Awesome*/



/*Fonts*/

@font-face {
    font-family: 'chivothin';
    src: url('chivo-thin-webfont.woff2') format('woff2'),
         url('chivo-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'ChivoThin';
	src: url('fonts/Chivo-Thin.eot');
	src: url('fonts/Chivo-Thin.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Chivo-Thin.woff2') format('woff2'),
		 url('fonts/Chivo-Thin.woff') format('woff'),
		 url('fonts/Chivo-Thin.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family:'ChivoLight';
	src: url('fonts/ChivoLight.eot');
	src: url('fonts/ChivoLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/ChivoLight.woff') format('woff'),
		url('fonts/ChivoLight.ttf') format('truetype'),
		url('fonts/ChivoLight.svg#ChivoLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Chivo-Bold';
	src: url('fonts/Chivo-Bold.eot');
	src: url('fonts/Chivo-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Chivo-Bold.woff2') format('woff2'),
		url('fonts/Chivo-Bold.woff') format('woff'),
		url('fonts/Chivo-Bold.ttf') format('truetype'),
		url('fonts/Chivo-Bold.svg#Chivo-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('fonts/GothamRounded-Bold.eot');
    src: url('fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamRounded-Bold.woff') format('woff'),
         url('fonts/GothamRounded-Bold.ttf') format('truetype'),
         url('fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo-Black';
    src: url('fonts/Chivo-Black-webfont.eot');
    src: url('fonts/Chivo-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chivo-Black-webfont.woff') format('woff'),
         url('fonts/Chivo-Black-webfont.ttf') format('truetype'),
         url('fonts/Chivo-Black-webfont.svg#Chivo-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:'gothamrnd-light-webfont';
	src: url('fonts/gothamrnd-light-webfont.eot');
	src: url('fonts/gothamrnd-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/gothamrnd-light-webfont.woff') format('woff'),
		url('fonts/gothamrnd-light-webfont.ttf') format('truetype'),
		url('fonts/gothamrnd-light-webfont.svg#gothamrnd-light-webfont') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-20AC;
}
@font-face {
    font-family: 'gothamroundedmedium';
    src: url('fonts/gothamroundedmedium.eot');
    src: url('fonts/gothamroundedmedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamroundedmedium.woff') format('woff'),
         url('fonts/gothamroundedmedium.ttf') format('truetype'),
         url('fonts/gothamroundedmedium.svg#gothamroundedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamRoundedBook';
    src: url('fonts/GothamRoundedBook.eot');
    src: url('fonts/GothamRoundedBook.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamRoundedBook.woff') format('woff'),
         url('fonts/GothamRoundedBook.ttf') format('truetype'),
         url('fonts/GothamRoundedBook.svg#GothamRoundedBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*END Fonts*/

/*Website Sytle*/
@charset "utf-8";
/* CSS Document */
html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */ }
body { margin:0; padding:0; font-weight:normal; overflow-x: hidden;}
*:focus { outline: 0};
.clear { height:0; clear:both; line-height:0; }
.clearfix:after, .content:after,.row:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.IE7 .clearfix:before { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix, .content,.row { display: inline-block; }
* html .clearfix, * html .content,* html .row { height: 1%; }
* { box-sizing: border-box;}
.clearfix, .content, .row { display: block; }
h1, h2, h3, h4, h5, h6, p, a { margin:0; padding:0; font-weight:normal; }
img { border:none; }
a, button, input[type=text] { text-decoration:none; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
a:hover { text-decoration: none; }
select{ -webkit-appearance: none;transition:width 0.3s ease-in-out; -moz-transition:width 0.3s ease-in-out; -webkit-transition:width 0.3s ease-in-out; transition:height 0.3s ease-in-out; -moz-transition:height 0.3s ease-in-out; -webkit-transition:height 0.3s ease-in-out; }
form { margin:0; padding:0; }
ul { margin:0; padding:0; list-style:none; }
ul li { margin:0; padding:0; list-style:none; }
input[type="submit"] { cursor:pointer;}
* html .clearfix {height: 1%}
*:focus { outline: none;}
input {-webkit-appearance: none;-moz-appearance: none; appearance: none; }
input::-webkit-input-placeholder { /* WebKit browsers */opacity: 1 !important;color:#000;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */opacity: 1 !important;color:#000;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */opacity: 1 !important;color:#000;}
input:-ms-input-placeholder { /* Internet Explorer 10+ */opacity: 1 !important;color:#000;}
textarea::-webkit-input-placeholder { /* WebKit browsers */opacity: 1 !important;color:#000;}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */opacity: 1 !important;color:#000;}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */opacity: 1 !important;color:#000;}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */opacity: 1 !important;color:#000;}
p {font: 14px/20px 'gothamrnd-light-webfont';  color: #52595d;margin: 0 0 35px 0;}
#email_check { display:none !important;}
/*---------------------------------------------------------------------------------------------------*/
.valid {-webkit-box-shadow: inset 0px 0px 0px 2px rgba(108,201,201,1);
-moz-box-shadow: inset 0px 0px 0px 2px rgba(108,201,201,1);
box-shadow: inset 0px 0px 0px 2px rgba(108,201,201,1);}
.error {-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,0,0,1);
-moz-box-shadow: inset 0px 0px 0px 2px rgba(255,0,0,1);
box-shadow: inset 0px 0px 0px 2px rgba(255,0,0,1);}
.last {margin-right: 0px !important;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.half {width: 50%;}
.third {width: 33.33%;}
.fourth {width: 25%;}




h1 { font: 96px/100px 'ChivoLight'; color: #fff; margin: 0 0 35px 0; letter-spacing:1px}
h2 { font: 32px/40px 'chivothin';}
h3 { font: 40px/50px 'chivothin';}
h4 { font: 21px/30px 'chivothin';}
h5 { font: 16px/26px 'gothamroundedmedium';}

.cta { background: #6cc9c9; width: 318px; height: 50px; font: 13px/50px 'Chivo-Bold'; color: #000; text-align: center; text-transform: uppercase; letter-spacing: 1px; display: block; transition: 0.5s ease;}
.cta:hover { background: #000; color: #fff}

.break { display:block;}
.container {max-width: 100%; margin:0 auto; background: #fff;}
.content {max-width: 960px; margin: 0 auto;}

/* HEADER */

header { padding: 22px 0; background: #fff;}
header .content { max-width: 100%; margin: 0 24px; display: flex;}
header #main_menu { display: none;}

.logo img {max-width: 120px; height: auto;}
.call_to { margin: 10px 0 0 0;}
.call_to span.text { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-transform: uppercase;  letter-spacing: 1px; background: url(images/phone.png) no-repeat right; padding: 2px 20px 2px 0; margin: 0 10px 0 0;}
.call_to span.number { font:16px/20px 'Chivo-Bold';  color: #000; letter-spacing: 0.5px;}


.banner { /*background-color: #405687*/;background-repeat: no-repeat; background-position: center top; /*padding: 88px 24px 88px 24px; */position: relative; background-size: cover;  margin: auto}
.banner .bn-left { width: 55%; margin: 24px 0 0 0; position: relative; z-index: 40;}
.banner .bn-left p { font: 16px/26px 'GothamRoundedBook'; color: #fff; text-transform: uppercase; letter-spacing: 2px;}
.banner .bn-right { width: 42%; background: rgba(0,0,0,.85); padding: 7% 5%; position: relative;}
.banner h1 {text-align:center;margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%);}
.banner .wp-video {position: relative; object-fit:cover!important; height:100vh!important; width:100%!important}
.mejs-controls {visibility: hidden!important}
.mejs-mediaelement {height:100vh!important; object-fit:cover}

.project .content {height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.project h5 {color: #ffffff}
.project h2 {color: #ffffff}
h5:before { background: #ffffff!important;}
.project .masterpiece {padding-bottom:0px}



.video_banner { /*background-color: #405687*/;background-repeat: no-repeat; background-position: center top; /*padding: 88px 24px 88px 24px; */position: relative; background-size: cover;  padding: 0px 0px 32px 0px}
.video_banner .bn-left { width: 55%; margin: 24px 0 0 0; position: relative; z-index: 40;}
.video_banner .bn-left p { font: 16px/26px 'GothamRoundedBook'; color: #fff; text-transform: uppercase; letter-spacing: 2px;}
.video_banner .bn-right { width: 42%; background: rgba(0,0,0,.85); padding: 7% 5%; position: relative;}
.video_banner h1 {text-align:center;margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%);}
.video_banner .wp-video {position: relative; object-fit:cover!important; height:100vh!important; width:100%!important}
.video_banner .mejs-overlay-button {visibility:hidden!important}

.content .post_video {max-width: 960px; margin: 0 auto;}
.post_video .wp-video {position: relative; object-fit:cover!important; width:100%!important;max-width: 1080px; margin: 0 auto; }
.post_video { /*background-color: #405687*/;background-repeat: no-repeat; background-position: center top; /*padding: 88px 24px 88px 24px; */position: relative; background-size: cover;  padding: 2% 0 0 0}

.corner { position: absolute;}
.top-left { top: 20px; left: 20px; width: 46px; height: 46px; border-top: 1px solid #414244; border-left: 1px solid #414244;}
.top-right { top: 20px; right: 20px; width: 46px; height: 46px; border-top: 1px solid #414244; border-right: 1px solid #414244;}
.btm-right { bottom: 20px; right: 20px; width: 46px; height: 46px; border-bottom: 1px solid #414244; border-right: 1px solid #414244;}
.btm-left { bottom: 20px; left: 20px; width: 46px; height: 46px; border-bottom: 1px solid #414244; border-left: 1px solid #414244;}


.bn-right h4 { text-align: center; text-transform: uppercase; letter-spacing: 3px; padding: 0 0 20px 0; margin: 0 0 20px 0; position: relative;}
.bn-right h4:before { content: ""; width: 94px; height: 1px; background-color: #95a2a2; display: block; left: 50%; margin: 0 0 0 -47px; position: absolute; bottom: 0;}
.bn-right p { font: 16px/26px 'gothamrnd-light-webfont'; color: #c0cbcb; text-align: center; margin: 0 0 35px 0;}
form .input-big { background: #fff; height: 40px; margin: 0 0 20px 0; position: relative; overflow: hidden;}
form .input-big input[type="text"] { background: none; width: 200px; height: 200px; border: none; font-size: 11px; font-family: 'gothamroundedmedium'; color: #000; text-transform: uppercase; text-indent: 13px; padding: 0; margin: 0; border-radius: 0;}
form select { background: none; width: 100%; height: 40px; padding: 12px 0; text-indent: 23px; position: relative; cursor: pointer;}
form span.select { position: absolute; left: 0; top: 0; width: 100%; font-size: 11px; line-height: 40px; font-family: 'gothamroundedmedium'; color: #000; text-transform: uppercase; text-indent: 12px; height:100%; box-sizing:border-box; padding-right:18px;}
form span.select:before { content: "\f0d7"; display: block; width: 6px; height: 3px; color: #000; position: absolute; right: 20px; top: 0; font-family: 'FontAwesome';}
button { background: #000; width: 318px; height: 50px; font: 13px/50px 'Chivo-Bold'; color: #fff; text-align: center; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; transition: 0.5s ease;margin-bottom:100px}
button:hover { background: #fff; color: #000;}
.icon-scroll { position: absolute; left: 50%; width: 12px; height: 18px; margin: 0 0 0 -12px; bottom: 2%; box-shadow: inset 0 0 0 1.5px #fff; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;}
.icon-scroll:before { position: absolute; left: 50%; content: ''; width: 2px; height: 2px; background: #fff; margin: 0 0 0 -0.5px; top: 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: scroll;}
@keyframes scroll {  0% { left: 50%; } 100% { top: 60%;}}


.green-images { padding: 100px 0;}
.green-images .content { text-align: left;}
/*.green-images img { margin: 0 4% 20px; position: relative; z-index: 40;}*/


.masterpiece { padding: 100px 0 120px 0; position: relative;}
/* .masterpiece .border-overlay {  position: absolute; left: 0; top: -120%; z-index: 5; } */
.masterpiece h2 { color: #000; text-align: center; margin: 0 0 40px 0;}
.masterpiece p.master { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-align: center; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 75px 0;}
.masterpiece .box { float: left; width: 31%; border: 1px solid #c7cdcd; padding: 3% 2%; position: relative; z-index: 50; background: rgba(255, 255, 255, 0.9); min-height: 430px;}
.masterpiece .box:nth-of-type(2) { margin: 0 3%;}
.masterpiece h2 {padding: 0 0}
.masterpiece h5 { color: #000; text-align: center; text-transform: uppercase; letter-spacing: 2px; padding: 0 0 25px 0; margin: 0 0 0 0; position: relative;}
.masterpiece h5:before { content: ""; display: block; width: 52px; height: 1px; background-color: #acb5b5; position: absolute; left: 50%; margin: 0 0 0 -26px; bottom: 0;}
.masterpiece .box img { display: block; margin: -8px auto 25px; max-width: 100%}
.masterpiece p { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; text-align: center; margin: 0 0 0px 0!important;}
.masterpiece .cta { width: 85%; position: absolute; bottom: 28px;}
.test-style {padding:0px 32px}

.projects { padding: 80px 0 0px 0; position: relative;}
/* .masterpiece .border-overlay {  position: absolute; left: 0; top: -120%; z-index: 5; } */
.projects h2 { color: #000; text-align: center; margin: 0 0 40px 0;}
.projects p.master { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-align: center; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 75px 0;}
.projects .box { float: left; width: 31%; border: 1px solid #c7cdcd; padding: 3% 2%; position: relative; z-index: 50; background: rgba(255, 255, 255, 0.9); min-height: 430px;}
.projects .box:nth-of-type(2) { margin: 0 3%;}
.projects h2 {padding: 0 0}
.projects h5 { color: #000; text-align: center; text-transform: uppercase; letter-spacing: 2px; padding: 0 0 8px 0; margin: 0 0 8px 0; position: relative;}
.projects h5:before { content: ""; display: block; width: 52px; height: 1px; background-color: #acb5b5; position: absolute; left: 50%; margin: 0 0 0 -26px; bottom: 0;}
.projects .box img { display: block; margin: -8px auto 25px; max-width: 100%}
.projects p { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; text-align: center; margin: 0 0 0px 0!important;}
.projects .cta { width: 85%; position: absolute; bottom: 28px;}
.projects-last {padding-bottom: 120px}

.standalone-heading {padding: 100px 0 0px 0;position: relative;margin-top:35px}
.standalone-heading h2, .standalone-heading h4 {padding: 0 0 40px 0}


.full_sections .content
	{max-width: 100%; margin: 0;background-size:contain}
.full_sections {
	padding: 0px 0px 60px 0px;
}
.full_sections h3{    margin: auto 0 auto 5%;
    position: relative;
    top: 50%;
	color: #fff
	}

.showcase{padding: 35px 0 0px 0; position: relative;}
/* .masterpiece .border-overlay {  position: absolute; left: 0; top: -120%; z-index: 5; } */
.showcase h2 { color: #000; text-align: center; margin: 0 0 40px 0;}
.showcase p.master { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-align: center; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 75px 0;}
.showcase .box { float: left; width: 31%; padding: 3% 2%; position: relative; z-index: 50; background: rgba(255, 255, 255, 0.9); min-height: 430px; background-size: cover; background-repeat:none; background-position:center }
.showcase .box:nth-of-type(odd) { margin: 3% 0 0 0;}
.showcase .box:nth-of-type(even) { margin: 3% 0 0 3%;}



.sides { background: url(images/bg1.jpg) no-repeat center top; background-size: cover; padding: 100px 0;}
.sides .holder { max-width: 1510px; margin: 0 auto; background-image: linear-gradient( to right, rgba(0, 0, 0, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%); padding: 80px 0;}
.sides p { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-transform: uppercase; letter-spacing: 3px; margin: 0 0 30px 0;}
.sides h3 { margin: 0 0 60px 0;}
.sides .left { padding: 0 11% 0 0;}
.sides .right { padding: 0 0 0 11%;}
.sides .left h3 { color: #fff;}
.sides .left .cta { border: 2px solid #fff; background: none; color: #fff;}
.sides .left .cta:hover { background: #fff; border-color: #fff; color: #000;}


.testimonial { padding: 80px 0px 120px 0px; position: relative;}
.testimonial .border-overlay { position: absolute; right: 0; z-index: 5;}
.testimonial .content { max-width: 1080px; margin: 0 auto;}
.testimonial .box { border: 1px solid #c7cdcd; padding: 5% 8%; position: relative; z-index: 40;}
.testimonial h3 { text-align: center; margin: 0 0 70px 0;}
.testimonial .box {width:100%}
.testimonial p {line-height:24px; margin-top:35px}
.royalSlider { width: 80% !important; margin: 0 auto;}
.royalSlider .slide { width: 100%; margin: 0 auto;}
.royalSlider .slide p.first { font: 14px/26px 'gothamrnd-light-webfont'; color: #000; text-align: center; text-transform: uppercase; position: relative; padding: 0 0 30px 0; margin: 30px 0 30px 0;}
.royalSlider .slide p.first:before { content: ""; display: block; width: 44px; height: 1px; background-color: #acb5b5; position: absolute; left: 50%; margin: 0 0 0 -26px; bottom: 0;}
.royalSlider .slide:last-of-type { /*font: 12px/20px 'Chivo-Bold'; color: #bec7c7; */text-align: center; /*text-transform: uppercase; letter-spacing: 2px;*/}
.quote-one { margin: 0 10px 0 0; }
.quote-two { margin: 0 0 0 10px;}
.rsArrowLeft { background: url(images/arrow-left.jpg) no-repeat center; width: 28px; height: 28px; position: absolute; top: 30%; left: -10%;}
.rsArrowRight { background: url(images/arrow-right.jpg) no-repeat center; width: 28px; height: 28px; position: absolute; top: 30%; right: -10%;}

.form_banner { padding: 100px 0px 120px 0px; position: relative;}
.form-setup {float:left; width:49%; padding-right: 1%}

#mc_embed_signup .mc-field-group { font-family: 'ChivoLight'; padding-bottom: 5%; font-size: 16px}
#mc_embed_signup h2 {font-family: 'ChivoThin'; font-size: 32px!important; font-weight: normal!important; text-align:center; padding-bottom: 40px }
#mc_embed_signup .size1of2 {width:100%}
#mc_embed_signup .button {margin: 32px auto; height: auto; padding: 8px 24px; 13px/50px 'Chivo-Bold'!important;text-transform: uppercase; letter-spacing: 1px}
#mc_embed_signup .foot {grid-template-columns:auto}
#mc_embed_signup select {background-image:
    linear-gradient(45deg, transparent 50%, grey 50%),
    linear-gradient(135deg, grey 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;}
form select {border: 1px solid #ABB0B2; border-radius: 3px; height: 33px; padding: 8px 0; font-family: 'ChivoLight'; text-indent: 8px}
form input {font-family:  'ChivoLight'; font-size: 16px}
#mc_embed_signup .mc-field-group select {width: 100%}
#mc_embed_signup .mc-field-group input {text-indent: 8px}
input[type="text"], input[type="number"], input[type="email"] {background-color: rgba(255,255,255,0)!important}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {margin-bottom: 0px; background-color: transparent;  color: #ff0000}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border: 2px solid #ff0000;}
#mc_embed_signup .asterisk {font-size: 100%; top:0px; color: #56c2b8}
#mc_embed_signup .mc-field-group label {margin-bottom: 8px}
.valid {box-shadow: none}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {padding: 2px 0 2px 0; text-indent: 2%}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {width: 40px; text-indent: 2%}
#mc_embed_signup div#mce-responses {text-align: center; font-family: 'ChivoLight'}
#mc_embed_signup div.response {width: 100%}
#mc_embed_signup #mce-success-response {color: #56c2b8}
.startdate {float:left; padding-right: 16px; padding-top: 8px}
.completiondate {float:left; padding-right: 16px; padding-top: 8px}

/*
.contact { background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 90px 0; background-color: #F1F1F1}
.contact h3 { color: #fff; text-align: center; margin: 0 0 25px 0;}
.contact p { font: 14px/20px 'GothamRoundedBook'; color: #fff; text-align: center; text-transform: uppercase; letter-spacing: 3px; margin: 0 0 60px 0;}
.contact p a { color: #fff;}
.contact p a:hover { color: #6cc9c9;}
.contact form { width: 73%; margin: 0 auto;}
.contact form .left { width: 48%;}
.contact form .right { width: 48%;}
.contact form button { width: 318px; margin: 0 auto; display: block;}
.contact h5 {color:#fff;} */

.contact { padding: 100px 0 120px 0; position: relative;}
/* .masterpiece .border-overlay {  position: absolute; left: 0; top: -120%; z-index: 5; } */
.contact h2 { color: #000; text-align: center; margin: 0 0 40px 0;}
.contact p.master { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-align: center; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 75px 0;}
.contact .box { float: left; width: 31%; border: 1px solid #c7cdcd; padding: 3% 2%; position: relative; z-index: 50; background: rgba(255, 255, 255, 0.9); min-height:200px }
.contact .box:nth-of-type(2) { margin: 0 3%;}
.contact h2 {padding: 0 0}
.contact h5 { color: #000; text-align: center; text-transform: uppercase; letter-spacing: 2px; padding: 0 0 25px 0; margin: 0 0 0 0; position: relative;}
.contact h5:before { content: ""; display: block; width: 52px; height: 1px; background-color: #acb5b5; position: absolute; left: 50%; margin: 0 0 0 -26px; bottom: 0;}
.contact .box img { display: block; margin: -8px auto 25px; max-width: 100%}
.contact p { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; text-align: center; margin: 0 0 16px 0!important;}
.contact .cta { width: 85%; position: absolute; bottom: 28px;}
.test-style {padding:0px 32px}
.contact a {color:#95A2A2}
.contact h4 {padding-bottom: 80px}


footer .footer_links {padding-top: 80px}
footer .black-section { background: #000; padding: 60px 0;}
footer img { display: inline-block; margin: 0 60px 0 0;}
footer p { margin:0;}
.socials { display: inline-block; margin: 0 0 0 40px; position: absolute; top: 50%}
.socials li { display: inline-block; margin: 0 4px;}
.socials li a { display: block; background: #000; border-radius: 50%; color: #fff; text-align: center; font-size: 20px; width: 32px; height: 32px; line-height: 32px;}
footer .links { display: inline-block; margin: 0 48px 0 0; vertical-align:top;}
footer .links:last-of-type { margin: 0;}
footer .links li { margin: 0 0 10px 0;}
footer .links li a { font: 11px/20px 'ChivoLight'; color: #000; text-transform: uppercase; letter-spacing: 2px;}
footer .links li a:hover { text-decoration: underline;}
.social-icons a {display: inline-block;
    background: #000;
    border-radius: 50%;
    color: #fff!important;
    text-align: center;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 40px!important;
	padding-left:2px;
	margin-right: 8px}

footer .white-section { background: #fff; padding: 40px 0;}
footer .white-section p { font: 10px/20px 'gothamrnd-light-webfont'; color: #7c8383; text-align: center; text-transform: uppercase; letter-spacing: 1px;}
footer .white-section p a { color: #000;}
footer .white-section p a:hover { text-decoration: underline;}

.footer_logo {width: 100%; vertical-align: middle}
footer .right .ul-links {padding-right: 80px}
.footer_tag {font: 20px/24px 'ChivoLight'; color: #000;}
footer .left {width: 33%}

.footer-logo-container {width:33%; float:left}
.footer-socials-container {height: 80px; position: relative}

.footer-assoc-logo-container {float:left; width: 20%}
.footer_assoc_logo {height: 65px; margin-right:16px}

.widget_wpcom_social_media_icons_widget .genericon {
    font-family: Genericons !important;
}

.padding-top {padding-top: 120px}
.padding-bottom {padding-bottom:100px}
.margin-bottom {margin-bottom:100px}
.no-space-top {padding-top: 0!important}
.no-space-bottom {padding-bottom: 0!important}

/*-----------------------------Knockdown-------------------------------------*/

.banner-knockdown { background-repeat: no-repeat; background-position: center top; padding: 90px 0; background-size: cover; min-height: 100vh}
.banner-knockdown p { font: 16px/26px 'GothamRoundedBook'; color: #fff; text-transform: uppercase; letter-spacing: 2px;}

.love { padding: 90px 0px 0px 0px; text-align:center;}
.love h3 { text-align: center; margin: 0 0 80px 0;}
h5 { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-align: center; text-transform: uppercase; letter-spacing: 2px; position: relative; padding: 0 0 30px 0; margin: 0 0 30px 0;}
h5:before { content: ""; display: block; width: 114px; height: 1px; background: #acb5b5; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -57px;}
.love p.last { font: 14px/26px 'gothamrnd-light-webfont'; color: #52595d; text-align: center; margin: 0 0 30px 0;}
.love .cta { margin: 0 auto;}


.half-sections { position: relative; padding-bottom: 20px}
.half-sections .holder {position: relative; min-height: 500px; display: flex;align-items: center;}
.half-sections .bg {position: absolute; height: 100%; width: 47%; background-size: cover; }
.half-sections .bg.one {background-repeat: no-repeat; background-position: center center; background-size: cover; left: 0;}
.half-sections .bg.two {background-repeat: no-repeat; background-position: center center; background-size: cover; right: 0;}
.half-sections h3 { margin: 0 0 45px 0;}
.half-sections p { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; margin: 0 0 35px 0;}
.half-sections p:last-of-type { margin: 0 0 50px 0;}
.half-sections h5 { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-transform: uppercase; letter-spacing: 2px; position: relative; padding: 0 0 30px 0; margin: 0 0 30px 0; text-align:left; }
.half-sections h5:before { content: ""; display: block; width: 114px; height: 1px; background: #acb5b5; position: absolute; bottom: 0; left: 0; margin-left:0;}
.half-sections h2 {margin-bottom: 24px}




.take.wider .take-content { max-width:960px;}
.take { padding: 0px 0px 0px 0; position: relative;}
.take .border-overlay { position: absolute; right: -10%; top: 7%; z-index: 5;}
.take-content { max-width: 1135px; margin: 0 auto;}
.take .box { border: 10px solid #ccd2d2; padding: 5%; background: rgba(255, 255, 255, 0.9); position: relative; z-index: 40;}
.take .box h3 { text-align: center; margin: 0 0 45px 0;}
.take .box ul { text-align: center;}
.take .box ul .wide { display: block; margin: 0 auto 30px; width: 76%;}
.take .box ul li { display: inline-block; position:relative; width: 22%; vertical-align: text-top; font: 14px/24px 'gothamrnd-light-webfont'; color: #000;}
.take .box ul li:nth-of-type(2) { margin: 0 12%;}
.take .box ul li img { margin:0 auto 30px; display:block;}
.take .box ul li:last-of-type:after { display:none;}
.take .box ul li:after { content:""; position:absolute; top:28px; left:100%; width:105px; height:1px; background:#000; border-top:1px solid #f0f0f0; border-bottom:1px solid #b2b2b2; margin-left:-10px;}


.contact .clear { display: block; clear: both;}
.contact h3 { margin: 0 0 45px 0;}
.contact form .area { background: #fff; height: 160px;}
.contact form .area textarea { width: 100%; height: 100%; padding: 3%; border: none; resize: none; font-size: 11px; font-family: 'gothamroundedmedium'; color: #000; text-transform: uppercase;}


/*-----------------------------Custom Homes-------------------------------------*/

.banner-custom { background-repeat: no-repeat; background-position: center center;}
.banner-custom p { margin: 0 0 40px 0;}

.half-sections .bg.three {background-repeat: no-repeat; background-position: center center; background-size: cover; left: 0;}
.half-sections .bg.four {background-repeat: no-repeat; background-position: center center; background-size: cover; right: 0;}

.take { padding: 0px 0px 0px 0;}
.take-content { max-width: 800px; margin: 0 auto;}
.take h3 { text-align: center; margin: 0 0 60px 0;}
.take ul.mobile { display: none;}
.take-left { width: 42%;}
.take .wide { display: block; margin: 0 30px auto;}
.take-left ul li { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; text-align: right;}
.take-left ul li:first-of-type { margin: 20px 0 120px 0;}
.take-left ul li:nth-of-type(2) { margin: 0 0 100px 0;}
.take-left ul li span { display: block; font: 16px/26px 'gothamroundedmedium'; color: #313334; text-align: right; text-transform: uppercase; letter-spacing: 3px; padding: 0 0 25px 0; margin: 0 0 25px 0; position: relative;}
.take-left ul li span:before { content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; right: 0;}
.take-right { width: 42%;}
.take-right ul { margin: 20px 0 0 0;}
.take-right ul li { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; text-align: left;}
.take-right ul li:first-of-type { margin: 140px 0 50px 0;}
.take-right ul li span { display: block; font: 16px/26px 'gothamroundedmedium'; color: #313334; text-transform: uppercase; letter-spacing: 3px; padding: 0 0 25px 0; margin: 0 0 25px 0; position: relative;}
.take-right ul li span:before { content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; left: 0;}
.take .clear { display: block; clear: both;}

.step-section .left { text-align:right; box-shadow: 1px 0px 0px 0px rgba(0,0,0,1); padding-right:60px;height: 350px}
.step-section .right {text-align:left;box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,1); padding-left:60px; height: 350px}
.step-section .half { position:relative; box-sizing:border-box;}
.step-section .half img { /*width:60px;*/ height:30px;-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);}
.step-section .left img { position:absolute; right:-10px; top:0;}
.step-section .right img { position:absolute; left:-10px; top:0;}
.step-section p { padding:0;margin: 0 0 25px 0;color: #52595d; font: 14px/24px "gothamrnd-light-webfont";}
.step-section p:last-of-type { margin:0;}
.step-section p strong {font: 16px/26px 'gothamroundedmedium'; color: #313334;text-transform: uppercase;letter-spacing: 3px;padding: 0 0 25px 0; display:block; position:relative;}
.step-section p strong:after {content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; }
.step-section .left p strong:after {right: 0;}
.step-section .right p strong:after {left: 0;}
.step-section:last-of-type .right { box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,1);}
.step-section:last-of-type .left { box-shadow: 1px 0px 0px 0px rgba(255,255,255,1);}
.step-section h5:before { display:none;}
.step-section h5 { padding:0; text-align:inherit;}


.page-id-196 .step-section:first-of-type {margin-top:0;}
.page-id-196 .step-section { margin-top:-10%;}

.contact p.border { position: relative; padding: 0 0 40px 0; margin: 0 0 40px 0;}
.contact p.border:before { content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -35px;}
.contact p.last { font: 14px/26px 'gothamrnd-light-webfont'; color: #fff; text-transform: none; letter-spacing: 0;}
.contact p.last a { font-family: 'GothamRounded-Bold'; color: #fff;}
.contact p.last a:hover { color: #6cc9c9}


/*-----------------------------About Us-------------------------------------*/


.banner-about { background-repeat:no-repeat; background-position: center; background-size:cover;}
.banner-about p { margin: 0 0 40px 0;}


.love h5 { padding: 0;}
.love h5:before { display: none;}
.love ul { text-align: center; margin: 0 0 45px 0;}
.love ul li { display: inline-block; margin: 0 5%;}
.love ul li img { display: block; width: 100%;}
.recent h5 { padding: 0; margin: 0 0 35px;   padding: 0 0 35px; position:relative;}
.recent h5:before {  background: #b2baba;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: 0 0 0 -35px;
    position: absolute;
    width: 70px;
}

.half-sections .bg.left {left: 0;}
.half-sections .bg.right { right: 0;}


.meet { padding: 90px 0;}
.meet .sections { margin: 0 0 100px 0; }
.meet .sections .img-holder { width: 21%; margin-top:10px;}
.meet .sections .img-holder .helper { display: inline-block; vertical-align: middle; height: 100%;}
.meet .sections .img-holder img { vertical-align: middle; width: 98%;}
.meet .sections .text-holder { width: 74%; display: table;}
.meet .sections .text-holder .inner { display: table-cell; vertical-align: middle;}
.meet .sections h3 { margin: 0 0 40px 0;}
.meet .sections p { font: 14px/26px 'gothamrnd-light-webfont'; color: #70797e;}
.meet .sections:last-of-type { margin: 0;}

section {background-repeat: no-repeat; background-position: center top; background-size: cover;}
.custom {  padding: 100px 0; margin: 0 0 100px 0;}
.custom-content { max-width: 1540px; margin: 0 auto;}
.custom .box { background: rgba(255, 255, 255, 0.9); padding: 7% 5%;}
.custom h3 { text-align: center; margin: 0 0 45px 0;}
.custom .cta { margin: 0 auto;}


.love p.build { position: relative; padding: 0 0 35px 0; margin: 0 0 35px 0;}
.love p.build:before { content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -35px;}


.testimonial.modify { padding: 0 0 90px 0;}
.testimonial.modify .border-overlay { top: -13%;}


/*-----------------------------Custom Design-------------------------------------*/


.banner-design { background-repeat: no-repeat; background-position: center center; background-size: cover;}
.banner-design p { margin: 0 0 40px 0;}

.love p.border { position: relative; padding: 0 0 40px 0;}
.love p.border:before { content: ""; display: block; background: #b2baba; width: 114px; height: 1px; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -57px;}

.half-sections .bg.seven { background-repeat: no-repeat; background-position: center center; background-size: cover; left: 0;}
.half-sections .bg.eight { background-repeat: no-repeat; background-position: center center; background-size: cover; right: 0;}
.half-sections.margin { margin: 0 0 100px 0;}
.half-sections .half ul { margin: 0 0 0 20px;}
.half-sections .half ul li { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; padding: 0 0 0 25px; margin: 0 0 20px 0; position: relative;}
.half-sections .half ul li:last-of-type { margin: 0;}
.half-sections .half ul li:before { content: "\f00c"; font-family: 'FontAwesome'; color: #6cc9c9; display: block; position: absolute; left: 0; top: 0; }

.love.no-padding { padding-top: 0px;}


/*-----------------------------Our Process-------------------------------------*/


.banner-process {background-repeat: no-repeat; background-position: center center;  background-size: cover;}
.banner-process p { margin: 0 0 40px 0;}


.build { padding: 0 0 100px 0;}
.build .mobile { display: none;}
.build h3 { text-align: center; margin: 0 0 60px 0;}
.build .wide { display: block; margin: 0 30px auto;}
.build-left { width: 43.5%; text-align: right;}
.build-right { width: 43.5%; text-align: left;}
.build p { font: 14px/24px 'gothamrnd-light-webfont'; color: #000; margin: 0 0 35px 0;}
.build p:last-of-type { margin: 0;}
.build-left p.top:before { right: 0;}
.build-right p.top:before { left: 0;}
.first-left { margin: 20px 0 140px 0;}
.first-right { margin: 190px 0 190px 0;}
.build p.top { font: 16px/26px 'gothamroundedmedium'; color: #000; text-transform: uppercase; position: relative; padding: 0 0 20px 0; margin: 0 0 20px 0;}
.build p.top:before { content: ""; display: block; width: 64px; height: 1px; background: #b2baba; position: absolute; bottom: 0;}

.build p.mid { font: 14px/20px 'GothamRoundedBook'; color: #95a2a2; text-transform: uppercase;}


/*-----------------------------FAQ-------------------------------------*/


.banner-faq { background-repeat: no-repeat; background-position: center top; background-size: cover;}
.banner-faq p { margin: 0 0 40px 0;}

.love.faq p { margin: 0;}
.love.renovate p { font: 14px/26px 'gothamrnd-light-webfont'; color: #52595d; text-align: center;}

.table {padding: 100px 0px 0px 0px}
.table h4 { font-size: 21px; line-height: 30px; color: #000; margin: 0 0 24px 0;}
.table h5 {text-align:left; padding-bottom: 0px; line-height:24px}
.table p { font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; margin: 0 0 30px 0;}
.table p:last-of-type { margin: 0;}
.table .cta { margin: 30px 0 0 0;}
.table .box { width: 50%; border-bottom: 1px solid #000; padding: 50px 0;}
.table .box.left { border-right: 1px solid #000; padding-right: 50px; height:auto}
.table .box.right { padding-left: 50px; height: auto}


/*-----------------------------Thank You-------------------------------------*/

.error404 .banner { background-image:url(images/banner-bg.jpg)}
.page-id-226 .banner, .error404 .banner { padding: 170px 0;}

.page-id-226 h1, .error404 h1 { text-align: center;}
.page-id-226 h5, .error404 h5 { text-align: center; font-size:16px; line-height:26px; color:#fff;}
.page-id-226 h5:before, .error404 h5:before { display:none;}

.align-left, .align-left h3, .align-left h5  { text-align:left !important;}
.page-id-240 h1, .page-id-244 h1 { margin:0;}
/*------------------------------------------------------------------------*/




/*-----------------------------Contact Us-------------------------------------*/


.white h3 {color:#000;}
.white h5, .white p { color:#707a7c}
.white h4 {color:#000; text-align:center; margin-bottom:25px;}
.white h4 a {color:#000;}

.white p { text-transform:none; letter-spacing:0;}
.white form .input-big, .contact.white form .area textarea {-webkit-box-shadow: inset 0px 0px 0px 1px rgba(175,183,185,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(175,183,185,1);
box-shadow: inset 0px 0px 0px 1px rgba(175,183,185,1);}

.white button:hover { background:#000; color:#fff;}
/*------------------------------------------------------------------------*/
/*Reposition these styles before responsive starts*/
.mm-opened .menu_trigger .slicknav_icon span:nth-child(1) { top: -3px; left: 3px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.mm-opened .menu_trigger .slicknav_icon span:nth-child(2) { width: 0; opacity: 0; }

.mm-opened .menu_trigger .slicknav_icon span:nth-child(3) { top: 18px; left: 3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.menu_trigger { box-sizing: border-box; width: 30px; height: 22px; position: relative; margin: 0; display: none; text-transform:uppercase; color: #000; letter-spacing: 2px; font-family: 'ChivoLight'; font-size:14px}
.menu_trigger .slicknav_icon { width: 30px; height: 22px; margin: auto; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; top: 0; bottom: 0; right: 0; position: absolute; }
.menu_trigger .slicknav_icon span { height: 4px; width: 100%; background: #201822; border-radius: 4px; opacity: 1; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; display: block; position: absolute; }
.menu_trigger .slicknav_icon span:nth-child(1) { top: 0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; }
.menu_trigger .slicknav_icon span:nth-child(2) { top: 9px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.menu_trigger .slicknav_icon span:nth-child(3) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center;}
#mm_menu { margin: 10px auto 0;}
ul.menu li { display: inline-block; margin: 0 15px;}
ul.menu li a { font: 13px/20px 'ChivoLight'; color: #000; letter-spacing: 2px;}
#menu-helper { display:none;}
.slicknav_icon, .slicknav_icon span { display: block; position: absolute; right: 0; align-self: flex-end; }
.slicknav_icon { width: 32px; height: 32px; margin: auto; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; top: 0; bottom: 0; right: 0; }
.slicknav_icon span { height: 4px; width: 100%; background: #ffffff; opacity: 1; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out }
.slicknav_icon span:nth-child(1), .slicknav_icon span:nth-child(2) { -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center }
.slicknav_icon span:nth-child(1) { top: 5px; transform-origin: left center }
.slicknav_icon span:nth-child(2) { top: 15px; transform-origin: left center }
.slicknav_icon span:nth-child(3) { top: 25px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.menu_trigger:hover .slicknav_icon span:nth-child(1) { animation: burger-hover 1s infinite ease-in-out alternate; }
.menu_trigger:hover .slicknav_icon span:nth-child(2) { animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms; }
.menu_trigger:hover .slicknav_icon span:nth-child(3) { animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms; }
.mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 80px; }
 @keyframes burger-hover { 0% {
width: 100%;
}
 50% {
width: 50%;
}
 100% {
width: 100%;
}
}
.mm-opened .slicknav_icon span:nth-child(1) { top: -3px; left: 3px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg) }
.mm-opened .slicknav_icon span:nth-child(2) { width: 0; opacity: 0 }
.mm-opened .slicknav_icon span:nth-child(3) { top: 18px; left: 3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg) }
.mm-navbar { border-color:#e5e5e5 !important;}
.mm-navbar .mm-title { font-family: 'ChivoLight'; font-size: 14px; letter-spacing:2px; color:#000 !important; text-transform:uppercase; text-align:left; font-weight: bold}

.green-images {display: flex; min-width: 30%; align-items:center}
.green-images p, .green-images img { display:inline-block; vertical-align:top; padding:0; margin:0; line-height:24px}
.green-images img {height:auto; width:auto; object-fit:cover; padding: 0px 32px 0px 0px}
/*.green-images p { margin:0 4%;} */
.masterpiece .box { min-height:0;}
.m_boxes_wrap { text-align:center;}
.masterpiece .box { display:inline-block; vertical-align:top;}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a { text-align:left; height: 100%!important;padding: 30px 0px 30px 32px;}
ul.menu li a:hover { text-decoration:underline !important;}
ul.menu li {position: relative;}
.green-images .text-box {width:34%; padding: 0px 0px 0px 32px; text-align:left; }
.green-images h2 {margin-bottom: 24px}
section .green-images {padding: 0px}

ul.menu ul ul li {	float: none;	display: block;	margin: 0; text-transform:capitalize;}
ul.menu ul {background: rgba(0,0,0,.85); padding:15px 15px 5px; border-bottom:3px solid #6cc9c9; min-width:310px; position: absolute;	display: none;	top: 100%;	left: -15px;	z-index: 99;margin-top: 10px;}
ul.menu ul li { padding:0px ; margin:0; display:block;}
ul.menu ul li:first-child a { background:none; padding-top:5px;}
ul.menu ul li a { padding:12px 0px 8px; letter-spacing:1px; display:block;background:url(images/dash-submenu.png) repeat-x top; color:#a5b0b0; line-height:100%;}
ul.menu ul li a:hover {background:url(images/dash-submenu.png) repeat-x top; color:#fff; text-decoration:underline;}
ul.menu ul li:first-child a:hover { background:none;}
.gallery  { padding:55px 0 0px;}
.gallery ul li { float:left; width:25%; padding:3px; box-sizing:border-box;}
.gallery ul li a { display:block; height:235px; background-size:cover; background-repeat:no-repeat; background-position:center; position:relative;}
,.gallery ul li a:after {transition:all ease 0.3s;}
.gallery ul li a:hover:after { content:''; position:absolute; left:0; top:0; height:100%; width:100%; background:rgba(0,0,0,0.5);}
.gallery ul li a img { max-width:100%; display:none;}
.image-source-link {
	color: #98C3D1;
}
.mfp-counter {font-family:'ChivoLight';}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.love ul li img { height:auto !important;}

.darken:after {content:'';position:absolute; left:0; top:0; height:100%; width:100%; background:rgba(0,0,0,0.4); z-index:5}
section { position:relative;}
.darken .content { position:relative; z-index:100;}






/*Blog*/
.blog .banner { background-image:url(images/banner-bg.jpg); padding:90px 0 60px;}
.container_blog { padding:90px 20px;}
.sidebar { float:right; width:260px; box-sizing:border-box;}
.content_blog { float:left; width: calc(100% - 280px);    padding-right: 40px;}
.container_blog h1 { font-size:30px; line-height:36px; color:#000; margin-bottom:10px; text-align:left;}
.container_blog h1 a {color:#000;}
.post-date {color:#95a2a2; text-transform:uppercase; letter-spacing:1px;}
.post { margin-bottom:40px;}
.post p { margin-bottom:20px;}
.sidebar h4 { font-size:30px/40px 'Chivo-Bold'; text-align:center; padding: 0 0 28px; margin-bottom:25px; color:#333; position:relative;}
.sidebar h4:after { content:''; position:absolute; left:50%; bottom:0; height:1px; background:#acb5b5; width:110px; margin-left:-55px;}
.sidebar .widget { background:#f8f8f8; padding:25px 30px 40px; margin-bottom:40px;}
.sidebar .widget .cta { width:auto;}
.widget ul li {color:#52595d; font:14px/26px 'gothamrnd-light-webfont'; padding-bottom:25px;}
.widget ul li a {color:#52595d;}
.widget ul li a:hover { text-decoration:underline; color:#333;}

.nav-links { text-align:center;font: 13px/18px 'Chivo-Bold'; color:#999; text-transform:uppercase;}
.nav-links a {font: 13px/18px 'Chivo-Bold'; color:#6cc9c9; }

.nav-links a.prev { float:left;}
.nav-links a.next { float:right;}
.image-container img { max-width:100%; height:auto !important;}







/*Blog Article*/
.single-post .banner {background-image:url(images/banner-bg.jpg);}
.post_big h2 {    font: 25px/32px "Chivo-Bold"; margin-bottom:25px;}
.post_big ul { padding:0 0 30px 15px;}
.post_big li {color:#52595d;font: 14px/26px 'gothamrnd-light-webfont'; padding:0 0 0 15px; position:relative;}
.post_big ul li:before {content:''; position:absolute; left:0; top:10px; border-radius:50%; background:#6cc9c9; width:4px; height:4px;}

.post_big .crp_related ul { text-align:center; font-size:0;}
.post_big .crp_related ul li { border-radius:0; border:0; margin:0 !important; float:none; box-shadow:none; padding:0; display:inline-block; vertical-align:top; width:33.3%; padding:0 20px 0 0;}
.post_big .crp_related ul li:before { display:none;}
.crp_related img { height:auto !important; width:100% !important; display:block;}
.crp_related a { width:auto; height:auto; float:none; color:#000 !important;}
.crp_related li:hover {
    background: none !important;
    border-color: transparent !important;
}
.crp_related li:hover .crp_title { background:none !important;}
.crp_related .crp_title {
    width: auto !important;
}
.crp_related .crp_title {
    background: none;
    border-radius: 0px;
    bottom: 0;
    color: #000 !important;
	text-align:left;
    display: block;
    font: 16px/24px "Chivo-Bold";
    padding: 15px 0;
    position: static;
}
.crp_related li a:hover { text-decoration:underline !important;}



@media only screen and (min-width: 1441px) {
	.content {max-width:1080px}
	
	.full_sections .content {max-width:100%}
	
	/* Sandwich Menu */
	
	#menu-helper { display:block;}
	#main_menu { display:none;}
	nav:not(.mm-menu) {display: none;}
    .menu_trigger { display: block; margin: 16px 0 0 0;}
    .mm-menu.mm-offcanvas { display: block !important; }
    .mm-menu .mm-listview li a { font: 13px/20px 'ChivoLight'; color: #000; text-transform:uppercase}
    .mm-menu .mm-listview li img { /*width: 90px;*/ padding-right: 10px; height: 10px }
    .mm-menu .mm-listview li .call_to { font: 16px/20px 'Chivo-Bold'; color: #000; letter-spacing: 0.5px; padding: 0; margin: 3px 0 0 0;}
	ul.menu li { display:block;}
	.sub-menu {background: none; padding-left:12px; border-bottom:0px; min-width:0;position: static;display: block !important;	top: auto;	left: auto;	z-index: inherit;margin-top: auto;}
	#menu-helper { display:block;}
    header .content { display: block;}
    .call_to { display: none;}
	
	header { padding-left:20px!important; padding-right:20px!important;}
	
}


@media only screen and (max-width: 1440px) {

    .banner { padding: 55px 0;}
    .sides { padding-left:20px!important; padding-right:20px!important;}

    .masterpiece .border-overlay { left: -13%; top: -116%;}

    .testimonial .border-overlay { right: -10%; top: 10%;}
	
	.content {max-width:1080px}
	
	.full_sections .content {max-width:100%}
	
	/* Sandwich Menu */
	
	#menu-helper { display:block;}
	#main_menu { display:none;}
	nav:not(.mm-menu) {display: none;}
    .menu_trigger { display: block; margin: 16px 0 0 0;}
    .mm-menu.mm-offcanvas { display: block !important; }
    .mm-menu .mm-listview li a { font: 13px/20px 'ChivoLight'; color: #000; text-transform:uppercase}
    .mm-menu .mm-listview li img { width: 90px; }
    .mm-menu .mm-listview li .call_to { font: 16px/20px 'Chivo-Bold'; color: #000; letter-spacing: 0.5px; padding: 0; margin: 3px 0 0 0;}
	ul.menu li { display:block;}
	.sub-menu {background: none; padding:0; border-bottom:0px; min-width:0;position: static;display: block !important;	top: auto;	left: auto;	z-index: inherit;margin-top: auto;}
	#menu-helper { display:block;}
    header .content { display: block;}
    .call_to { display: none;}
	
	header { padding-left:20px!important; padding-right:20px!important;}



/*-----------------------------Knockdown-------------------------------------*/


    .take .border-overlay { right: -18%;}

}

@media only screen and (max-width: 1366px) {

    h1 { font-size: 96px; line-height: 100px;}

    header { padding: 15px 0;}
    .logo img { width: 120px;}

    .banner { padding: 40px 0;}
    .banner .bn-right { padding: 4% 5%;}
    .bn-right h4 { padding: 0 0 15px 0; margin: 0 0 15px 0;}
    .bn-right p { margin: 0 0 20px 0;}

    .masterpiece .border-overlay { top: -101%;}

}


@media only screen and (max-width: 1300px) {

   /*  header { padding-left:20px!important; padding-right:20px!important;} */

    .masterpiece .border-overlay { left: -20%;}

    .testimonial { padding-left:20px!important; padding-right:20px!important;}
    .testimonial .border-overlay { top: 7%;}

    /*-----------------------------Knockdown-------------------------------------*/

    .take { padding-left:20px!important; padding-right:20px!important;}

}


@media only screen and (max-width: 1024px) {
	#menu-helper { display:block;}
	#main_menu { display:none;}
	nav:not(.mm-menu) {display: none;}
    .menu_trigger { display: block; margin: 16px 0 0 0;}
    .mm-menu.mm-offcanvas { display: block !important; }
    .mm-menu .mm-listview li a { font: 13px/20px 'ChivoLight'; color: #000; text-transform:uppercase}
    .mm-menu .mm-listview li img { width: 90px; }
    .mm-menu .mm-listview li .call_to { font: 16px/20px 'Chivo-Bold'; color: #000; letter-spacing: 0.5px; padding: 0; margin: 3px 0 0 0;}
	ul.menu li { display:block;}
	.sub-menu {background: none; padding:0; border-bottom:0px; min-width:0;position: static;display: block !important;	top: auto;	left: auto;	z-index: inherit;margin-top: auto;}
	#menu-helper { display:block;}
    header .content { display: block;}
    .call_to { display: none;}

    .banner { padding: 80px 0; padding-left:20px!important; padding-right:20px!important;}
    .icon-scroll { display: none;}

    .green-images { padding: 60px 0; padding-left:20px!important; padding-right:20px!important;}

    .masterpiece { padding: 100px 0 120px 0; padding-left:20px!important; padding-right:20px!important;}
    .masterpiece .border-overlay { display: none;}

    .sides { padding: 60px 0;}
    .sides .holder { padding: 60px 0;}
    .sides .left { padding: 0 5%}
    .sides .right { padding: 0 5%}

    .testimonial { padding: 60px 0;}
    .testimonial .border-overlay { display: none;}
    .testimonial h3 { margin: 0 0 50px 0;}
    .testimonial .box { padding: 5%;}
    .royalSlider { width: 86% !important;}

    .contact { padding: 60px 0; padding-left:20px!important; padding-right:20px!important;}

    footer .black-section { padding: 40px 0; padding-left:20px!important; padding-right:20px!important;}
    footer .white-section { padding-left:20px!important; padding-right:20px!important;}
	
	section { padding-left:24px !important; padding-right: 24px !important}


    /*-----------------------------Knockdown-------------------------------------*/


    .banner-knockdown { padding: 90px 0; padding-left:20px!important; padding-right:20px!important;}
    .banner-knockdown h1 { text-align: center;}
    .banner-knockdown p { text-align: center;}
    .blog .banner-knockdown h1, .single-post .banner-knockdown h1 {    text-align: center;}
	.blog .banner-knockdown p, .single-post .banner-knockdown p { text-align:left;}
    .love { padding: 60px 0; padding-left:20px!important; padding-right:20px!important;}

    .holder { padding-left:20px!important; padding-right:20px!important;}

    .take { padding: 60px 0;}
    .take .border-overlay { display: none;}
    .take .box ul .wide { width: 80%;}
    .take .box ul li:nth-of-type(2) { margin: 0 10%;}
    .take .box ul li { width: 25%;}

    /*-----------------------------Custom Homes-------------------------------------*/

    .banner-custom .cta { margin: 0 auto;}


    /*-----------------------------About Us-------------------------------------*/

    .banner-about .cta { margin: 0 auto;}

    .meet { padding: 60px 0; padding-left:20px!important; padding-right:20px!important;}
    .meet .sections { margin: 0 0 60px 0;}
    .meet .sections h3 { margin: 0 0 30px 0;}
    .meet .sections .img-holder img { width: 97%;}

    .custom { padding: 60px 0; margin: 0 0 60px 0;}

    .testimonial.modify { padding: 0 0 60px 0;}

    /*-----------------------------Custom Design-------------------------------------*/

    .banner-design .cta { margin: 0 auto;}

    .half-sections.margin { margin: 0 0 60px 0;}

    /*-----------------------------Our Process-------------------------------------*/


    .banner-process .cta { margin: 0 auto;}
    .build { padding: 0 0 60px 0;}


    /*-----------------------------FAQ-------------------------------------*/


    .banner-faq .cta { margin: 0 auto;}

    .table .content { padding-left:20px!important; padding-right:20px!important;}

    /*-----------------------------Thank You-------------------------------------*/

    .page-id-226 .banner { padding: 100px 0;}
	.gallery ul li { width:33.3%;}
}

@media only screen and (max-width: 970px) {

    /*br { display: none;} */
    h1 { font-size: 53px; line-height: 65px; text-align: center;}
    h2 { font-size: 32px; line-height: 40px;}
    h3 { font-size: 35px; line-height: 45px;}
	.post h1 { text-align:left;}
    .banner .bn-left { float: none; width: 100%; margin: 0 0 40px 0;}
    .banner .bn-right { float: none; width: 100%; padding: 7%;}
    .banner .bn-left p { text-align: center; letter-spacing: 1px;}

    .green-images img { margin: 0 2%;}

    .masterpiece h5 { letter-spacing: 1px;}
    .masterpiece .box { min-height: 470px;}
    .masterpiece .box img { margin: -8px auto 25px;}

    .sides .left .cta { width: 100%;}
    .sides .right .cta { width: 100%;}

    .testimonial h3 { margin: 0 0 40px 0;}

    .contact form { width: 100%;}

	.form-setup {float:left; width:100%!important}
	
    footer .black-section .left { float: none; display: table; margin: 0 auto 30px;}
    footer .black-section .right { float: none; display: table; margin: 0 auto; text-align: center;}
	
	footer .left {width: 100%}
	footer .right {float: none; text-align:center}
	.footer_logo {width: 20%}
	footer img {margin: 0}
	.footer-logo-container {width:100%; float: none; text-align:center}
	.footer-socials-container {width:100%; float: none; text-align: center; margin-bottom: 40px}
	.socials {margin:0; position: relative}
	footer .links {display: block; margin: 0 0 40px 0}
	foot .footer_assoc_logo {margin: 0px auto 48px}

   /*-----------------------------Knockdown-------------------------------------*/


    .half-sections .bg { position: static; width: 100%; padding: 100% 0 0 0; margin: 0 0 40px 0;}
    .half-sections .half { width: 100%;}
    .half-sections h3 { text-align: center;}
    .half-sections p { text-align: center;}
    .half-sections h5:before { left: 50%; margin: 0 0 0 -57px;}
    .half-sections .cta { margin: 0 auto;}


    /*-----------------------------Custom Homes-------------------------------------*/


    .take h3 { margin: 0 0 45px 0;}
    .take .wide { display: none;}
    .take-left, .take-right { display: none;}
    .take ul.mobile { display: block;}
    .take ul.mobile li { margin: 0 0 35px 0; font: 14px/24px 'gothamrnd-light-webfont'; color: #52595d; text-align: center;}
    .take ul.mobile li:last-of-type { margin: 0;}
    .take ul.mobile li img { display: block; margin: 0 auto 15px;}
    .take ul.mobile li span { display: block; font: 16px/26px 'gothamroundedmedium'; color: #313334; text-align: center; text-transform: uppercase; letter-spacing: 3px; padding: 0 0 20px 0; margin: 0 0 20px 0; position: relative;}
    .take ul.mobile li span:before { content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -35px;}


    /*-----------------------------About Us-------------------------------------*/


    .love ul li { margin: 0 3%;}

    .meet .sections .img-holder { float: none; width: 100%; margin: 0 0 30px 0;}
    .meet .sections .img-holder .helper { display: none;}
    .meet .sections .img-holder img { display: block; margin: 0 auto; width: auto; max-width: 100%; height: auto;}
    .meet .sections .text-holder { float: none; width: 100%; text-align: center;}

    /*-----------------------------Custom Design-------------------------------------*/

    .half-sections .half ul { display: table; margin: 0 auto;}

    .love.no-padding { padding-top: 0px;}

    /*-----------------------------Our Process-------------------------------------*/

    .build .content { padding-left:20px!important; padding-right:20px!important;}
    .build-left, .build-right, .wide { display: none !important;}
    .build .mobile { display: block;}
    .build-holder { margin: 0 0 40px 0; text-align: center;}
    .build-holder img { display: block; margin: 0 auto 15px;}
    .build-holder:last-of-type { margin: 0;}
    .build p.top:before { left: 50%; margin: 0 0 0 -32px;}


}

@media only screen and (max-width: 767px) {
    .page-id-196 .step-section {
    margin-top: 0%;
}
    h1 { font-size: 53px; line-height: 60px; margin: 0 0 25px 0;}
    h2 { font-size: 35px; line-height: 45px;}
    h3 { font-size: 30px; line-height: 40px; text-align: center}

    .logo img { width: 100px;}
    .menu_trigger { margin: 3px 0 0 0;}

    .banner { padding: 40px 0;}
    .banner .bn-right { padding: 5%;}
    .corner { display: none;}

    .green-images { padding: 40px 0;}
    .green-images img { width: 100px;}

    .masterpiece { padding: 100px 0 120px 0;}
    .masterpiece h2 { margin: 0 0 30px 0;}
    .masterpiece p { margin: 0 32px 25px 32px !important;}
    .masterpiece p.master { margin: 0 0 40px 0;}
    .masterpiece .box { float: none; width: 100%; min-height: auto !important; border: 1px solid #c7cdcd; padding: 4% 4% 5% 4%}
    .masterpiece .box:nth-of-type(2) { margin: 40px 0;}
    .masterpiece .box img { margin: 0 auto 25px; margin: 0 auto 40px;}
    .masterpiece .cta { position: static; width: 70%; margin: 0 auto;}

    .sides { padding: 40px 0;}
    .sides .holder { padding: 0; background-image: none;}
    .sides .left { float: none; width: 100%; background: rgba(0, 0, 0, 0.9); padding: 40px 20px;}
    .sides .right { float: none; width: 100%; background: rgba(255, 255, 255, 0.9); padding: 40px 20px;}

    .sides p { text-align: center; margin: 0 0 20px 0;}
    .sides h3 { text-align: center; margin: 0 0 30px 0;}
    .sides .left .cta { width: 70%; margin: 0 auto;}
    .sides .right .cta { width: 70%; margin: 0 auto;}
	
	.projects .box {float: none;
        width: 100%;
        min-height: auto !important;
        border: 1px solid #c7cdcd;
        padding: 4% 4% 5% 4%;}
	.projects .box:nth-of-type(2) {margin: 40px 0;}
	.projects p {margin: 0 32px 25px 32px !important}
	.projects .box img {margin: 0 auto 40px}
	
	.showcase .box {float: none;
        width: 100%!important;
        padding: 20px 0;}
	.showcase .box:nth-of-type(odd) {32px 0}
	.showcase .box:nth-of-type(even) {margin: 32px 0}

    .testimonial { padding: 40px 0 100px 0;}
    .testimonial h3 { margin: 0 0 30px 0;}
	.testimonial h2 {padding-top: 24px}
    .testimonial .box { border: 1px solid #c7cdcd}
    .royalSlider .slide h5 { font-size: 12px; line-height: 22px;}

    .contact { padding: 40px 0;}
    .contact p { letter-spacing: 2px; margin: 0 0 40px 0;}
    .contact form .left { float: none; width: 100%;}
    .contact form .right { float: none; width: 100%;}

    footer .white-section { padding: 25px 0;}


  /*-----------------------------Knockdown-------------------------------------*/
/*
    .take .box ul li:after { display:none;}
    .banner-knockdown { padding: 40px 0;}
    .banner-knockdown p { letter-spacing: 1px;}

    .love { padding: 40px 0;}
    .love h3 { margin: 0 0 64px 0;}

    .half-sections h3 { margin: 0 0 30px 0;}
    .half-sections p { margin: 0 0 25px 0;}
    .half-sections p:last-of-type { margin: 0 0 35px 0;}

    .take { padding: 40px 0;}
    .take .box h3 { margin: 0 0 30px 0;}
    .take .box { border: 5px solid #c7cdcd;}
    .take .box ul .wide { display: none;}
    .take .box ul li { display: block; width: 100%;}
    .take .box ul li img { display: block; margin: 0 auto 20px;}
    .take .box ul li:nth-of-type(2) { margin: 30px 0;}

    .contact h3 { margin: 0 0 30px 0;}
    .contact .clear { margin: 0 0 20px 0;} */

    /*-----------------------------Custom Homes-------------------------------------*/

    .take h3 { margin: 0 0 30px 0;}

.step-section .left { text-align:center; box-shadow: none; padding-right:0px;}
.step-section .right {text-align:center; box-shadow: none; padding-left:0px;}
.step-section .half img { width:60px; height:auto;-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);}
.step-section .left img { position:static; display:block; margin:0 auto 20px;}
.step-section .right img { position:static; display:block; margin:0 auto 20px;}
.step-section p { padding:0;margin: 0 0 25px 0;color: #52595d; font: 14px/24px "gothamrnd-light-webfont";}
.step-section p:last-of-type { margin:0 0 25px 0;}
.step-section p strong {font: 16px/26px 'gothamroundedmedium'; color: #313334;text-transform: uppercase;letter-spacing: 3px;padding: 0 0 25px 0; display:block; position:relative;}
.step-section p strong:after {content: ""; display: block; background: #b2baba; width: 70px; height: 1px; position: absolute; bottom: 0; left:50%; right:auto; margin-left:-35px; }
.half { float:none; width:100%;}
.step-section .half p strong:after {left:50% !important; right:auto !important;}

    /*-----------------------------About Us-------------------------------------*/


    .meet { padding: 40px 0;}
    .meet .sections { margin: 0 0 40px 0;}

    .custom { padding: 40px 0; margin: 0 0 40px 0;}
    .custom h3 { margin: 0 0 30px 0;}

    .love ul li img { width: 120px;}

    .testimonial.modify { padding: 0 0 40px 0;}

    /*-----------------------------Custom Design-------------------------------------*/

    .love.no-padding { padding-top: 0px;}

    .half-sections.margin { margin: 0 0 40px 0;}

    /*-----------------------------Our Process-------------------------------------*/

    .build h3 { margin: 0 0 30px 0;}

    /*-----------------------------FAQ-------------------------------------*/

    .table .box { border-bottom: 1px solid #d5dada;}
    .table h4 { margin: 0 0 30px 0;}
    .table .cta { margin: 30px auto 0;}
    .table .box.left { float: none; width: 100%; border-right: none; padding: 5%; text-align: center;}
    .table .box.right { float: none; width: 100%; padding: 5%; text-align: center;}

    /*-----------------------------Thank You-------------------------------------*/

    .page-id-226 .banner { padding: 40px 0;}
	.gallery  { padding:35px 0 0;}
	.gallery ul li { width:50%;}
	.gallery ul li a {height:200px;}


	/*---------------------------------Blog---------------------------------------*/
	.blog .banner { padding:40px 0 20px;}
	.container_blog {
    		padding: 40px 20px;
	}
	.content_blog {
		float: none;
		padding-right: 0px;
		width: 100%;
	}
	.sidebar {
    box-sizing: border-box;
    float: none;
    width: 100%;
	}
	.sidebar .widget:last-of-type { margin-bottom:0;}
	.blog .cta { width:100%;}
	.crp_related img { max-width:none;}
.post_big .crp_related ul li { width:100%; display:block; padding:0; margin-bottom:15px !important;}
}


@media only screen and (max-width: 480px) {

	.socials {
    display: block;
    text-align: center;
}
	
	header .content {margin:0}
	.menu_trigger {margin:13px 16px 0 0}
	.table h5 {text-align: center}
	.table .box.left {padding: 48px 0px 48px 0px}
	.table .box.right {padding: 48px 0px 48px 0px}
	.step-section .left {height: auto}
	.step-section .right {height: auto}
	
	
    .gallery ul li { width:100%; }
    .mm-menu .mm-listview li .call_to { font-size: 13px;}

    h1 { font-size: 35px; line-height: 45px; margin: 0 0 25px 0;}
    h2 { font-size: 30px; line-height: 40px;}
    h3 { font-size: 25px; line-height: 35px;}

    .bn-right h4 { letter-spacing: 2px;}

    .green-images img { margin: 2%;}

    .masterpiece .cta { width: 100%;}
    .masterpiece .box { padding: 5%;}

    .rsArrowRight { background-size: contain; width: 20px; height: 20px;}
    .rsArrowLeft { background-size: contain; width: 20px; height: 20px;}

    .sides .left .cta { width: 100%;}
    .sides .right .cta { width: 100%;}
    .sides p { letter-spacing: 0;}

    .contact form button { width: 100%;}
    .contact p { margin: 0 0 30px 0;}

    footer img { display: block; margin: 0 auto 20px;}
    footer .links { display: block; margin: 0 auto;}


    /*-----------------------------Knockdown-------------------------------------*/


    .love .cta { width: 100%;}
    .half-sections .cta { width: 100%;}
    .contact form .area textarea { padding: 4%;}


    /*-----------------------------Custom Homes-------------------------------------*/


    .banner-custom .cta { width: 100%;}


    /*-----------------------------About Us-------------------------------------*/

    .banner-about .cta { width: 100%;}

    .custom .cta { width: 100%;}

    /*-----------------------------Custom Design-------------------------------------*/

    .banner-design .cta { width: 100%;}

    /*-----------------------------Our Process-------------------------------------*/

    .banner-process .cta { width: 100%;}

    .build p { margin: 0 0 30px 0;}

    /*-----------------------------FAQ-------------------------------------*/

    .banner-faq .cta { width: 100%;}
    .table .cta { width: 100%;}

	

}

