/**
 * Fonts
 */
@font-face {
    font-family: "Univers 57 Condensed";
    src: url("fonts/univers_57_condensed.ttf");
}

@font-face {
    font-family: "Univers 47 Light Condensed";
    src: url("fonts/enivers_47_lt_condensed.ttf");
}

/**
 * Tags
 */
body {
    overflow-x: hidden;
}

video {
    display: block;
}

/**
 * Typography
 */
.text-navigation {
    font-family: 'Univers 57 Condensed';
    font-size: 17px;
}

.text-headline {
    font-family: 'Univers 47 Light Condensed';
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 22px;

}

.text-sub-head-1 {
    font-family: 'Univers 57 Condensed';
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 22px;
}

.text-intro-paragraph {
    font-family: 'Univers 57 Condensed';
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 22px;
}

.text-bodycopy,
body {
    font-family: 'Univers 57 Condensed';
    font-size: 17px;
    line-height: 22px;
}

.text-sub-head-2 {
    font-family: 'Univers 57 Condensed';
    font-size: 17px;
    line-height: 22px;
    padding: 0px;
}

ul.text {}

ul.text li ul {
    list-style-type: none;
    padding-left: 20px;
}

ul.text li ul li {
    display: table-row;
}

ul.text li ul li:before {
    content: "-";
    padding-right: 10px;
    display: table-cell;
}

/**
 * Colors
 */
.text-gray {
    color: #343741
}

.text-light-gray {
    color: #999ba0;
}

.text-very-light-gray {
    color: #eaebec;
}

.text-orange {
    color: #f8921e;
}

.text-white {
    color: #fff;
}

.text-gray-special {
    color: #999ba0;
}

.text-italic {
    font-style: italic !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #343741;
}

.bg-light-gray {
    background-color: #999ba0;
}

.bg-very-light-gray {
    background-color: #eaebec;
}

.bg-orange {
    background-color: #f8921e;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}



/* Main menu */
#top {
    width: 100%;
    position: relative;
}

#top h1 {
    float: left;
    margin: 10.5555px 0 0 15px;
}

#top h1 a {
    width: 100px;
    height: 0;
    padding-top: 39px;
    overflow: hidden;
    display: block;
    background-image: url('img/nav-ystop-logo.svg');
    background-repeat: no-repeat;
}

#top .toggle-mobile-menu {
    width: 140px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

#top .toggle-mobile-menu:before {
    content: '\2261';
    line-height: 70px;
    font-size: 60px;
    color: #fff;
}

#top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top .main-menu {
    max-width: 1140px; /* 1200px? */
    margin: 0 auto;
}

#top .main-menu > .menu {
    display: none;
}

#top .main-menu.js-height-60 {
    height: 60px;
}

#top .main-menu.js-height-150 {
    height: 150px;
}

#top .main-menu.js-height-180 {
    height: 180px;
}

#top .main-menu.js-height-225 {
    height: 225px;
}

#top .main-menu > .menu {
    display: block;
    float: right;
}

#top .menu-item {
    float: left;
}

#top .menu-item a {
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 15px;

}

#top .menu-item > a:hover,
#top .menu-item.current-menu-item > a {
    color: #343741;
    background-color: #f8921e;
}

#top .menu-item:hover > a,
#top .menu-item.current-menu-ancestor > a {
    color: #343741;
    background-color: #f8921e;
}

#top .menu-item > .sub-menu {
    display: none;
}

#top .menu-item.connectors.current-menu-ancestor > .sub-menu,
#top .menu-item.connectors.current-menu-item > .sub-menu,
.home #top .menu-item.connectors > .sub-menu {
    display: block;
}

#top .menu-item.connectors .menu-item.ypod.current-menu-ancestor > .sub-menu,
#top .menu-item.connectors .menu-item.ypod.current-menu-item > .sub-menu {
    display: block;
}

#top .menu-item > .sub-menu {
    background-color: #fff;
}

#top .menu-item.connectors > .sub-menu {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
}

#top .menu-item.connectors > .sub-menu > .menu-item {
    vertical-align: top;
    display: inline-block;
    float: none;
}

#top .menu-item.ypod > .sub-menu {
    width: 100%;
    background-color: #343741;
    position: absolute;
    z-index: 100;
    top: 120px;
    left: 0;
    padding: 0 calc((100% - 1140px) / 2);
}

#top .menu-item.connectors > .sub-menu > .menu-item > a,
#top .menu-item.add-ons > .sub-menu > .menu-item > a {
    color: #343741;
}

#top .menu-item.connectors > .sub-menu > .menu-item > a {
    width: 110px;
    height: 120px;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center calc(100% - 32px);
    padding: 95px 10px 0;
}

#top .menu-item.ypod > .sub-menu > .menu-item > a {
    line-height: 45px;
}

#top .menu-item.add-ons.current-menu-ancestor > .sub-menu,
#top .menu-item.add-ons.current-menu-item > .sub-menu {
    display: block;
}

#top .menu-item.add-ons > .sub-menu {
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
}

#top .menu-item > .sub-menu.pinned {
    position: fixed;
    top: 0;
}

ul#menu-mobile-menu li{
    width:100% !important;
}

ul#menu-mobile-menu li li{
    background-color: white;
}

.admin-bar #top .menu-item > .sub-menu.pinned {
    top: 32px;
}

.menu-elements-menu-container,
.menu-elements-menu-container ul,
.menu-elements-menu-container ul li,
.elements-menu-cont {
    height: 90px;
}

.menu-elements-menu-container ul li {
    width: 90px;
    text-align: center;
}

.menu-elements-menu-container ul {
    font-size: 0px !important;
}

.menu-elements-menu-container ul li a {
    line-height: 1;
    text-decoration: none !important;
    font-size: 17px !important;
}

.menu-elements-menu-container ul li:hover a {
    text-decoration: none;
}

.menu-elements-menu-container ul li.current-menu-item,
.menu-elements-menu-container ul li:hover {
    background-color: #f8921e;
}

#menu-elements-menu {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.elements-menu-cont .menu-item {
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.elements-menu-cont ul li.menu-item a {
    width: 90px;
    height: 90px;
    line-height: 1;
    color: #343741;
    background-repeat: no-repeat;
    background-position: center calc(100% - 50px);
    background-size: auto 29px;
    padding: 45px 0 0;
    display: inline-block;
}

.elements-menu-cont .menu-item.micro-donations a {
    background-image: url('img/navigation/dwell.svg');
}

.elements-menu-cont .menu-item.wayfi a {
    background-image: url('img/navigation/wayfi.svg');
}

.elements-menu-cont .menu-item.protocol a {
    background-image: url('img/navigation/protocol.svg');
}

.elements-menu-cont .menu-item.stories a {
    background-image: url('img/navigation/stories.svg');
}

.elements-menu-cont .menu-item.partners a {
    background-image: url('img/navigation/partners.svg');
}

.elements-menu-cont .menu-item.dwell a {
    background-image: url('img/navigation/dwell.svg');
}

.elements-menu-cont .menu-item.apps a {
    background-image: url('img/navigation/apps.svg');
}

.elements-menu-cont .menu-item.waste-sensors a {
    background-image: url('img/navigation/waste-sensors.svg');
}

.elements-menu-cont .menu-item.enviro-sensors a {
    background-image: url('img/navigation/enviro-sensors.svg');
}

.elements-menu-cont .menu-item.maintain a {
    background-image: url('img/navigation/maintain.svg');
}

.elements-menu-cont .menu-item.dashboard a {
    background-image: url('img/navigation/dashboard.svg');
}

.elements-menu-cont .menu-item.light-sound a {
    background-image: url('img/navigation/light-sound.svg');
}

.elements-menu-cont .menu-item.toolbox a {
    background-image: url('img/navigation/toolbox.svg');
}

.connectors-learn-more img {
    vertical-align: bottom !important;
}

/*
	slajd 0
*/
.slajd0 .slider1_text2 {
    font-size: 22px;
    line-height: 26px;
}

.scroll_to_slajd1 {
    cursor: pointer !important;
}

/*
	slajd 1
*/
.slider1_text1 {
    color: white;
    font-family: "Univers 47 Light Condensed";
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
}

.slider1_text2 {
    color: white;
    font-family: "Univers 57 Condensed";
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 22px;
}

.slider1_text3 {
    color: white;
    font-family: "Univers 57 Condensed";
    font-size: 17px !important;
    background: url(img/learn-more-gray.svg) no-repeat right center;
    padding-right: 32px !important;
    float: left;
}

.icon-diamond1 {
    background: url(img/home-econ-02-1.svg) no-repeat right center;
    height: 160px;
    width: 160px;
}

.slajd1_2 {
    padding: 15px;
    background-color: white;
}

.slajd1_2 p {
    color: #999ba0 !important;
}

/*
	slajd 4
*/
.slajd4 {
    background-color: white;
    padding: 30px 10px 110px 30px;
    width: 294px;
}

.slajd4 .slider1_text1 {
    color: #343741;
}

.slajd4 .slider1_text2 {
    color: #999ba0;
}

#crellyslider-12 .hover_listner {
    cursor: pointer;
}

#crellyslider-12 .hover_listner p {
    color: #999ba0 !important;
}

#crellyslider-12 .hover_listner:hover p {
    color: #eaebec !important;
}

#crellyslider-12 .hover_listner p:first-child {
    font-weight: bold;
    margin-bottom: 0px;
}

#crellyslider-12 img.hide_on_start {

}

#crellyslider-12 .hide_now {
    display: none !important;
}

#crellyslider-29 .hover_listner {
    cursor: pointer;
}

#crellyslider-29 .hover_listner p {
    color: #999ba0 !important;
}

#crellyslider-29 .hover_listner:hover p {
    color: #eaebec !important;
}

#crellyslider-29 .hover_listner p:first-child {
    font-weight: bold;
    margin-bottom: 0px;
}

#crellyslider-29 img.hide_on_start {

}

#crellyslider-29 .hide_now {
    display: none !important;
}

/*
	Slajder customs
*/
.crellyslider > .cs-controls {
    top: 42% !important;
}

.crellyslider > .cs-controls > .cs-previous,
.crellyslider > .cs-controls > .cs-next {
    height: 115px !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.crellyslider > .cs-controls > .cs-next {
    background-image: url(img/arrow-right.png) !important;
    right: 10px !important;
}

.crellyslider > .cs-controls > .cs-previous {
    background-image: url(img/arrow-left.png) !important;
    left: 10px !important;
}

.crellyslider > .cs-navigation {
    bottom: 55px;
}

.crellyslider > .cs-navigation > .cs-slide-link {
    background-color: #f8921e;
    height: 20px;
    width: 20px;
    background: #ffffff none repeat scroll 0 0;
    border-color: #f8921e;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    opacity: 1;
}

.crellyslider > .cs-navigation > .cs-slide-link.cs-active {
    opacity: 1;
    background: #f8921e none repeat scroll 0 0;
}

.home > .container > p {
    margin: 0px;
}

.text-bodycopy.connectors-learn-more {
    line-height: 26px !important;
}

/*
	Section 1
*/

.container {
    width: 100%;
    padding: 0px;
}

.main-slider-container {
    position: relative;
    top: 0px;
    height: 100vh;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: black;
    margin-top: 0px;
}

.menu-absolute {
    position: absolute !important;
}

.main-slider-container h1 {
    text-align: center;
    color: white;
    position: absolute;
    bottom: 120px;
    left: 0px;
    right: 0px;
    font-size: 42px;
    line-height: 46px !important;
    font-family: 'Univers 47 Light Condensed' !important;
}

.main-slider-container .scroll_down {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    font-size: 20px;
    width: 115px;
    text-align: center;
    display: block;
    color: white;
    margin: 0px auto;
    opacity: 0.6;
    cursor: pointer;
}

.main-slider-container .scroll_down .arrow {
    background-image: url(img/arrow-bottom.png) !important;
    width: 100%;
    height: 32px;
    background-size: cover;
}

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

/*
	Section 2
*/

#section-2 {
    width: 100%;
    background-color: white;
    padding: 200px 0px 0px 0px;
    display: block;
    float: left;
}

#section-2 div.content {
    float: none !important;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

#section-2 div.content .home-page-slider-container {
    position: relative;
}

#section-2 div.content .home-page-slider {
    position: relative;
    z-index: 1 !important;
}

#section-2 div.content .home-page-slider .home-page-slider-slide .home-page-slider-slide-bg {
    background-position: center center;
    background-repeat: repeat-x;
    height: 298px;
    width: 100%;
}

#section-2 div.content .home-page-slider .home-page-slider-slide .home-page-slider-slide-description {
    margin-top: 120px;
}

#section-2 div.content .home-page-slider .home-page-slider-slide .home-page-slider-slide-description span {
    width: 757px;
    display: inline-block;
}

#section-2 div.content .home-page-slider .home-page-slider-slide .home-page-slider-slide-description img {
    display: inline-block;
}

#section-2 div.content .home-page-slider.slick-slider button.slick-prev:before {
    background-image: url(img/arrow-left.png) !important;
    height: 115px;
    width: 33px;
    content: "";
    display: block;
    background-size: cover;
}

#section-2 div.content .home-page-slider.slick-slider button.slick-next:before {
    background-image: url(img/arrow-right.png) !important;
    height: 115px;
    width: 33px;
    content: "";
    display: block;
    background-size: cover;
}

#section-2 div.content .home-page-slider.slick-slider button.slick-next {
    right: 15px !important;
    width: 35px;
    height: 115px;
    display: block;
    z-index: 999;
    top: 150px;
}

#section-2 div.content .home-page-slider.slick-slider button.slick-prev {
    left: 15px !important;
    width: 35px;
    height: 115px;
    display: block;
    z-index: 999;
    top: 150px;
}

#section-2 div.content .home-page-slider-device {
    height: 392px;
    width: 296px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    z-index: 11;
    margin: 0px auto;
    pointer-events: none;
}

/*
	Section 3
*/

#section-3 {
    width: 100%;
    background-color: white;
    padding: 120px 0px 120px 0px;
    display: block;
    float: left;
}

#section-3 div.content {
    float: none !important;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

#section-3 div.content .static-slider {
    height: 400px;
    background-repeat: repeat-x;
    background-position: center center;
    margin-bottom: 100px;
}

#section-3 div.content .description span {
    width: 700px;
    display: inline-block;
}

/*
	Section 4
*/

#section-4 {
    height: 512px !important;
    width: 100%;
    display: block;
    float: left;
}

#section-4 .dashboard-home-page-slider-container {
    position: relative;
    height: 512px;
    background-color: #002B4E;
}

#section-4 .dashboard-home-page-slider {
    position: relative;
    z-index: 1 !important;
    height: 512px;
}

#section-4 .dashboard-home-page-slider .dashboard-home-page-slider-slide .dashboard-home-page-slider-slide-bg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 512px;
    width: 100%;
}

#section-4 .dashboard-home-page-slider-slide-details {
    padding-top:20px;
    opacity: 0;
}
#section-4 .dashboard-home-page-slider-slide-animation {
    display:none;
    text-align: center;
    padding-top:40px;
}
#section-4 .dashboard-home-page-slider-slide-animation #animation_container {
    margin:0 auto;
}
#section-4 .dashboard-home-page-slider-slide-dashboard {
    max-width:850px;
    height:100%;
    padding-top:40px;
    margin:0 auto;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .ipad-holder {
    float:right;
    text-align: center;
    float: right;
    width: 50%;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .ipad-holder a {
    color:#FFF;
    font-weight: 300;
    outline: none;
    text-decoration: none;
}
.ipad-learn-more {
    position: relative;
    margin-right: 52px;
}
.ipad-learn-more:after {
    content: "";
    background-image: url('img/learn-more-gray.svg');
    width:30px;
    height:30px;
    position: absolute;
    top: -4px;
    right: -39px;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .ipad-holder img {
    display:none;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .ipad-holder img.active, #section-4 .dashboard-home-page-slider-slide-dashboard .ipad-holder img .learn-more-icon {
    display: block;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .text-holder {
    float: left;
    width:40%;
    color:#999ba0;
    padding-left:52px;
    position: relative;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .text-holder p, #section-4 .dashboard-home-page-slider-slide-dashboard .text-holder p:before {
    position: relative;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .text-holder p:hover {
    color:#FFF;
    cursor: pointer;
}
#section-4 .dashboard-home-page-slider-slide-dashboard .text-holder p:hover:before {
    opacity: 1;
    position: absolute;
    z-index: 99;
}
#section-4 .waste-sensor:before, #section-4 .waste-sensor:after, #section-4 .route-mapping:before, #section-4 .route-mapping:after, #section-4 .maintain:before, #section-4 .maintain:after {
    content:"";
    position: absolute;
    top: 6px;
    left: -52px;
    background-size: 32px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
#section-4 .waste-sensor:before { background-image: url('img/knowledge-slider-icons-18-white.svg'); }
#section-4 .route-mapping:before { background-image: url('img/knowledge-slider-icons-19-white.svg'); }
#section-4 .maintain:before { background-image: url('img/knowledge-slider-icons-20-white.svg'); }
#section-4 .waste-sensor:after { background-image: url('img/knowledge-slider-icons-18.svg'); }
#section-4 .route-mapping:after { background-image: url('img/knowledge-slider-icons-19.svg'); }
#section-4 .maintain:after { background-image: url('img/knowledge-slider-icons-20.svg'); }

#section-4 .dashboard-home-page-slider.slick-slider button.slick-prev:before {
    background-image: url(img/arrow-left.png) !important;
    height: 115px;
    width: 33px;
    content: "";
    display: block;
    background-size: cover;
}

#section-4 .dashboard-home-page-slider.slick-slider button.slick-next:before {
    background-image: url(img/arrow-right.png) !important;
    height: 115px;
    width: 33px;
    content: "";
    display: block;
    background-size: cover;
}

#section-4 .dashboard-home-page-slider.slick-slider button.slick-next {
    right: 15px !important;
    width: 35px;
    height: 115px;
    display: block;
    z-index: 999;
    top: 245px;
}

#section-4 .dashboard-home-page-slider.slick-slider button.slick-prev {
    left: 15px !important;
    width: 35px;
    height: 115px;
    display: block;
    z-index: 999;
    top: 245px;
}

#section-4 .counter {
    color:#FFF;
    font-size: 9em;
    height:100px;
    font-weight: 300;
}
.white_txt {color:#FFF;}

/*
#section-4 #crellyslider-12 {
    height: 100vh !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide {
    height: 100vh !important;
    width: 100% !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one {
    top: auto !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(0) {
    bottom: 25px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(1) {
    bottom: 25px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(2) {
    bottom: 32px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(3) {
    bottom: 34px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(4) {
    bottom: 27px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(5) {
    bottom: 34px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(6) {
    bottom: 25px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(7) {
    bottom: 34px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(8) {
    bottom: 28px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(9) {
    bottom: 4px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(10) {
    bottom: 25px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .one-by-one:nth-child(11) {
    bottom: 34px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .center-me h1 {
    margin-top: 15px !important;
    width: 463px;
    display: inline-block;
    white-space: pre-wrap;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .center-me h2 {
    width: 735px;
    display: block;
    white-space: pre-wrap;
    margin: 0px auto !important;
}

body .container #section-4 #crellyslider-12 .crellyslider {
    width: 100% !important;
    height: 100vh !important;
}

.crellyslider-slider-slide3 .crellyslider ul.cs-slides li.cs-slide:first-child div.center-me {
    left: 0px !important;
    right: 0px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide .slider1_text3 {
    line-height: 26px !important;
    height: 26px !important;
}*/

.mobile-content {
    text-align: center;
    margin: 40px 0px;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-content a {
    color: #343741 !important;
}

body.home .mobile-content {
    float: left;
}

/*
    Section 5
*/
#section-5 {
    padding: 200px 0px 120px 0px;
    display: block;
    float: left;
    width: 100%;
}

#section-5 div.content {
    float: none !important;
    margin: 0px auto;
    text-align: center;
    min-width: 700px;
}

#section-5 div.content a.builder-button {
    display: block;
    margin: 0 auto;
    max-width: 170px;
    width: auto;
}

#section-5 div.content img.solutions-image {
    padding-bottom: 40px;
}

#section-5 .builder-button {
    margin-top: 50px;
}

#section-5 div.content span.text-intro-paragraph {
    width: 710px;
    display: inline-block;
}

/*
	Section 6
*/
#section-6 {
    padding: 200px 0px 180px 0px;
    display: block;
    float: left;
    width: 100%;
}

#section-6 div.content {
    float: none !important;
    margin: 0px auto;
    text-align: center;
    min-width: 700px;
}

#section-6 div.content img.element-icon {
    width: 35px;
    margin-bottom: 15px;
}

#section-6 div.content h1 {
    padding-bottom: 150px;
}

#section-6 div.content .text-sub-head-1 {
    padding-bottom: 25px;
    display: inline-block;
    margin-bottom: 0px;
}

#section-6 div.content .text-sub-head-2 {

}

#section-6 div.content .see-more-elements {
    margin-top: 100px;
}

#section-6 div.content a {
    color: #343741 !important;
}

#section-6 .text-intro-paragraph span.chevron {
    font-size: 24px !important;
}

#section-6 .content .col-md-3ths h2.text-headline {
    margin-top: 0px;
}

#section-6 .content .section-6-text-box {
    max-width: 310px;
    display: inline-block;
}

/*
	Section 7
*/

#section-7 {
    padding: 200px 0px 180px 0px;
    display: block;
    float: left;
    width: 100%;
}

#section-7 div.content {
    float: none !important;
    margin: 0px auto;
    text-align: center;
    width: 823px !important;
}

#section-7 div.content img.connectors-image {
    width: 100%;
    margin-bottom: 80px;
}

#section-7 div.content span.connectors-learn-more {
    margin-top: 80px;
    display: inline-block;
}

#section-7 div.home-page-connectors-box {
    width: 20%;
    float: left;
    height: 240px;
}

#section-7 div.home-page-connectors-box:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    background-position: center bottom;
    margin: 0px auto 30px auto;
}

#section-7 .home-page-connectors-ypod:before {
    background-image: url(/wp-content/themes/bootstraptheme/img/navigation/nav-ypod-icon.svg);
    width: 71px;
    height: 142px;
}

#section-7 .home-page-connectors-ysit:before {
    background-image: url(/wp-content/themes/bootstraptheme/img/navigation/nav-ysit-icon.svg);
    width: 140px;
    height: 143px;
}

#section-7 .home-page-connectors-ycover {
    width: 28%;
}

#section-7 .home-page-connectors-ycover:before {
    background-image: url(/wp-content/themes/bootstraptheme/img/navigation/nav-ycover-icon.svg);
    width: 149px;
    height: 145px;
    margin-left:21px !important;
}

#section-7 .home-page-connectors-yhealth {
    width: 17%;
}

#section-7 .home-page-connectors-yhealth:before {
    background-image: url(/wp-content/themes/bootstraptheme/img/navigation/nav-yhealth-icon.svg);
    width: 75px;
    height: 145px;
}

#section-7 .home-page-connectors-ypole {
    width: 15%;
}

#section-7 .home-page-connectors-ypole:before {
    background-image: url(/wp-content/themes/bootstraptheme/img/navigation/nav-ypole-icon.svg);
    width: 28px;
    height: 143px;
}

/*
    RWD for slajders on home page
*/

body .container .main-slider-container .crellyslider-slider.crellyslider-slider-home-page-1 {
    height: 100%;
}

body .container .main-slider-container .crellyslider-slider.crellyslider-slider-home-page-1 .crellyslider {
    width: 100% !important;
    height: 100% !important;
}

body .container .main-slider-container .crellyslider-slider.crellyslider-slider-home-page-1 .crellyslider ul.cs-slides li.cs-slide {
    width: 100% !important;
    height: 100% !important;
}

.block-under-slider {
    padding: 40px;
    font-family: "Univers 47 Light Condensed";
}

.block-under-slider br {
    display: none;
}

.block-under-slider b {
    font-weight: normal;
    /*font-size: 36px;*/
    color: #343741;
    margin-bottom: 25px;
    line-height: 40px;
}

.block-under-slider a,
.block-under-slider p {
    font-weight: normal;
    /*font-size: 30px;*/
    color: #999ba0;
    margin-bottom: 25px;
    /*line-height: 40px;*/
}

.block-under-slider a.learn_more:after,
.block-under-slider p.learn_more:after {
    content: "\00BB";
    margin-left: 5px;
}

/******************************************************************************
 * Page templates                                                             *
 ******************************************************************************/

/* Waste Sensors
 * ========================================================================== */

.page-template-add-ons_waste-sensors section {
    padding: 150px 0;
}

.page-template-add-ons_waste-sensors section > .row {
    max-width: 1140px; /* 1200px? */
    margin: 0 auto;
}

.page-template-add-ons_waste-sensors section.slider {
    padding: 0;
}

.page-template-add-ons_waste-sensors .crellyslider-slider .text-headline {
    line-height: 1.1 !important;
}

.page-template-add-ons_waste-sensors .sensors .img-responsive {
    max-width: 411px;
    margin: 0 auto;
}

.page-template-add-ons_waste-sensors .dashboard .img-responsive {
    max-width: 374px;
    margin: 0 auto;
}

/* End of Waste Sensors */

/******************************************************************************
 * End of page templates                                                      *
 ******************************************************************************/

/*
	footer
*/

footer {
    line-height: 22px;
    background-color: #000;
}

footer .area1,
footer .area2 {
    margin: 0px auto;
    width: 1140px;
}

footer .area1 .container {
    padding-top: 70px;
}

footer .take-me-up {
    margin-top: -22px;
}

footer ul {
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

footer a:active,
footer a:hover,
footer a:visited,
footer a {
    color: #999ba0;
}

footer a.text-white {
    color: #fff;
}

footer .area1 input::-webkit-input-placeholder {
    color: white;
}

footer .area1 input:-moz-placeholder { /* Firefox 18- */
    color: white;
}

footer .area1 input::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

footer .area1 input:-ms-input-placeholder {
    color: white;
}

footer .area1 input {
    background-color: #999BA0;
    height: 30px;
    width: 200px;
    border: none;
    color: white;
    font-size: 18px;
    margin: 5px 0;
    padding: 0px 5px;
}

footer .input-holder {
    margin-bottom: 10px;
}

footer .apply-for-password {
    margin-left: 0px !important;
}

footer address {
    line-height: 22px;
}

footer .area2 {
    padding: 100px 0px 60px 0px;
}

footer .area2.small-padding {
    padding: 60px 0px 60px 0px !important;
}

footer .area2 img {
    height: 48px;
    width: 48px;
    margin-top: -7px;
}

footer .area2 .text-very-light-gray {
    padding-top: 11px;
}

/*

    --------- About us styling ----------

*/

.place-match-menu,
.about-us-menu {
    height: 60px;
}

.place-match-menu.dark,
.about-us-menu.dark {
    background-color: #343741;
}

.place-match-menu.white,
.about-us-menu.white {
    background-color: white;
}

.place-match-menu .place-match-menu-cont,
.about-us-menu .about-us-menu-cont {
    height: 60px;
    width: 1140px;
    margin: 0px auto;
}

.place-match-menu .place-match-menu-cont ul#menu-place-match-menu,
.about-us-menu .about-us-menu-cont ul#menu-about-us-menu {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

.place-match-menu .place-match-menu-cont #menu-place-match-menu li,
.about-us-menu .about-us-menu-cont #menu-about-us-menu li {
    float: left;
    height: 60px;
    line-height: 60px;
}

.place-match-menu .place-match-menu-cont #menu-place-match-menu li a,
.about-us-menu .about-us-menu-cont #menu-about-us-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}

.place-match-menu.white .place-match-menu-cont #menu-place-match-menu li a {
    color: #343741;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}

.place-match-menu.white .place-match-menu-cont #menu-place-match-menu li a,
.about-us-menu.white .about-us-menu-cont #menu-about-us-menu li a {
    color: #343741;
}

.place-match-menu .place-match-menu-cont #menu-place-match-menu li.current-menu-item a,
.place-match-menu .place-match-menu-cont #menu-place-match-menu li:hover a ,
.about-us-menu .about-us-menu-cont #menu-about-us-menu li.current-menu-item a,
.about-us-menu .about-us-menu-cont #menu-about-us-menu li:hover a {
    color: #343741;
    background-color: #f8921e;
}

span.block.text-headline {
    display: block;
}

.about-us-container-primary {
    background-color: #343741;
}

.about-us-cont {
    margin-top: 40px;
    margin-bottom: 60px;
}

.about-us-cont .about-us-image img {

}

.about-us-cont .about-us-body p {
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.about-us-cont .text-headline {
    text-align: center;
}

.about-us-tabs li {
    width: 20%;
}

.about-us-tabs li a {
    color: white;
}

.about-us-tabs li a span {
    font-size: 22px;
    line-height: 22px;

}

.about-us-tabs li img {
    margin-top: -10px;
    margin-left: -5px;
    float: left;
    margin-right: 10px;
    width: 60px;
}

.about-us-tabs li a:hover,
.about-us-tabs li:hover a {
    outline: none ! important;
    border: none;
    border-radius: 0px;
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
}

span.center-box {
    display: block;
    margin: 0px auto;
    width: 170px;
    text-align: left;
}

.about-us-tabs.nav > li.active > a {
    outline: none ! important;
    border: 1px solid transparent;
    border-radius: 0px;
    color: white;

}

.nav > li > a {
    padding: 25px 15px !important;
    text-align: center;
}

.nav > li > a > div {
    width: 160px;
    margin: 0px auto;
    text-align: left;
}

.about-us-tabs.nav > li.active > a {
    background-color: transparent;
    cursor: pointer;
}

.about-us-tabs li:nth-child(1) {
    background-color: #343741;
    border-right: 1px solid white;
}

.about-us-tabs li:nth-child(2) {
    background-color: #c55926;
    border-right: 1px solid white;
}

.about-us-tabs li:nth-child(3) {
    background-color: #d52127;
    border-right: 1px solid white;
}

.about-us-tabs li:nth-child(4) {
    background-color: #243166;
    border-right: 1px solid white;
}

.about-us-tabs li:nth-child(5) {
    background-color: #7ac733;
}

.tab-content {
    padding: 0px 0px;
    margin-top: 0px;
}

.about-us-team {
    background-color: #343741;
}

.about-us-team .about-us-team-content {
    padding-bottom: 50px;
    padding-top: 50px;
}

.about-us-team .about-us-team-content .text-headline {
    padding-bottom: 70px;
    text-align: center;
}

.about-us-team .team-member {
    margin-bottom: 40px;
}

.about-us-team .team-member img {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.about-us-team .team-member p {
    margin: 0;
}

#ystop-economies .step-0 {
    background-color: #343741;
    padding: 60px 15% 300px 15%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.step-1-about-us {
    background-color: white;
    padding: 100px 0px 100px 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-align: center;
}

.step-1-about-us .border-box {
    background-color: #eaebec;
    border: none;
    margin-bottom: 30px;
}

/**
 * --------------------------------------------------
 * 'About Us' media queries
 * --------------------------------------------------
 */

.about-us-team .row {
    padding: 0 30px;
}

.about-us-cont .about-us-body {
    margin-top: 55px;
}

.our-people-team {

}

.our-people-team .our-people-team-content {
    padding: 50px 15px;
}

.our-people-team .team-member {
    margin-bottom: 70px;
}

.our-people-team .team-member img {
    margin-bottom: 25px;
}

.our-people-team .team-member p {
    margin-bottom: 22px;
}

.our-people-team .team-member p:last-child {
    margin-bottom: 0;
}

/**
 * --------------------------------------------------
 * 'Our people' media queries
 * --------------------------------------------------
 */

.our-people-team {

}

.step-1-about-us .text-headline-primary {
    display: block;
    padding-bottom: 50px;
}

#purpose-economy {
    background-color: #c55926;
    margin-bottom: 0px;
    padding: 60px 28% 60px 28%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-height: 600px;
}

#purpose-economy span {
    display: block;
}

#purpose-economy ul {
    margin-left: -22px;
}

#creative-economy {
    background-color: #d52127;
    margin-bottom: 0px;
    padding: 60px 28% 60px 28%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-height: 600px;
}

#creative-economy span {
    display: block;
}

#knowledge-economy {
    background-color: #243166;
    padding: 20px;
    margin-bottom: 0px;
    padding: 60px 15% 60px 15%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-height: 600px;
}

#knowledge-economy span {
    display: block;
}

#knowledge-economy ul {
    margin-left: -22px;
}

#energy-economy {
    background-color: #7ac733;
    padding: 20px;
    margin-bottom: 0px;
    padding: 60px 28% 60px 28%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-height: 600px;
}

#energy-economy span {
    display: block;
}

#energy-economy ul {
    margin-left: -22px;
}

.border-box-cont {
    height: 100%;
}

.border-box {
    border: 1px solid #343741;
    text-align: left;
    height: 100%;
}

.border-box p {
    margin: 0 0 22px !important;
}

.border-box span {
    display: block;
}

.border-box ul {
    margin: 0 0 22px -22px;
}

.border-box ul.no-margin-top {
    margin-top: -10px;
}

.border-box-cont .border-box:first-child {
    margin: 50px 5px 0px 10px;
}

.border-box-cont .border-box:nth-child(2) {
    margin: 50px 5px 0px 10px;
}

.border-box .border-box-inside {
    padding: 20px 30px 28px;
}

.step-2-about-us {
    background-color: #343741;
    padding: 50px 24% 50px 24%;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-align: center;
}

.step-2-about-us div img {
    width: 100%;
    max-width: 190px;
    min-width: 140px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.step-2-about-us .text-headline {
    display: block;
}

.step-2-about-us p {
    margin: 0 0 22px !important;
}

.step-2-about-us ul {
    margin-left: -20px;
    padding-bottom: 22px;
}

/*

    -------- Contact Us -------

*/

.container.full-width {
    width: 100%;
    padding: 0px;
}

.container.full-width #contact-us-map {
    width: 100%;
    height: 380px;
}

.contact-us-details {
    margin: 100px 0px;
}

.contact-us-details span {

    display: block;
}

.contact-us-form {
    min-height: 400px;
    margin-bottom: -10px;
}

.contact-us-form span.text-intro-paragraph {
    display: block;
    margin: 30px 0px;
}

.contact-us-form .form-box {
    display: block;
    float: left;
    width: 100%;
}

.contact-us-form div.form-box textarea,
.contact-us-form div.form-box input {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: white;
    box-shadow: none;
    font-size: 16px;
    padding: 4px;
}

.contact-us-form div.form-box .form-box-1 {
    width: 48%;
    float: left;
}

.contact-us-form div.form-box .form-box-1:nth-child(1) {
    margin-right: 2%;
}

.contact-us-form div.form-box .form-box-1:nth-child(2) {
    margin-left: 2%;
}

.contact-us-form label {
    color: #999ba0;
    line-height: 32px;
    font-size: 16px;
}

.contact-us-form .form-box.form-box-submit input {
    background-color: #4782ba;
    color: white;
    padding: 5px 0px;
    width: 120px;
    font-size: 18px;
    margin-top: 20px;
}

.contact-us-form {
    padding-bottom: 80px;
    padding-top: 40px;
}

div.wpcf7-validation-errors {
    border: 0px;
    float: left;
    color: white;
    margin: 10px 0px;
    padding: 0px;
}

span.wpcf7-not-valid-tip {
    float: right;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    float: left;
    color: white;
    margin: 10px 0;
    padding: 0;
}

/*
 *
 * --------------- addons section ---------------
 *
 */

.addons-section {
    background-color: #eaebec;
    padding-bottom: 20px !important;
}

.addons-section .addons-box {
    background-color: white;
    margin: 30px auto 0 auto;
    padding: 0 0 15px 0;
    width: 264px;
}

.addons-section .addons-box > a {
    display: block;
}

.addons-section .addons-box > a:hover,
.addons-section .addons-box > a:focus {
    text-decoration: none;
}

.addons-section .addons-box span {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.addons-section .addons-box img {
    margin: 0 auto;
}

.addons-section .addons-box span img {
    width: 27px;
}

.addons-section .addons-box.addons-box-gray {
    background-color: #999ba0;
    text-align: center;
    position: relative;
}

.addons-section .addons-box.addons-box-gray img.addons-box-circle {
    width: 50px;
    margin-top: 30px;
}

.addons-section .addons-box.addons-box-gray img.addons-box-icons {
    position: absolute;
    bottom: 10px;
    height: 30px;
    left: 0px;
    right: 0px;
}

.row.same-height div.col-md-2 div.addons-box {
    min-height: 366px !important;
}

.slider-circle {
    background-color: white;
    border-radius: 100%;
    padding: 40px;
    text-align: center;
    width: 310px;
    height: 310px;
}

.slider-circle span:first-child {
    line-height: 32px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
}

.slider-circle-big {
    background-color: white;
    border-radius: 100%;
    padding: 40px;
    text-align: center;
    width: 340px;
    height: 340px;
}

.slider-circle-big span:first-child {
    line-height: 32px;
    padding-top: 35px;
    padding-bottom: 20px;
    display: block;
}

.slider-circle-small {
    background-color: white;
    border-radius: 100%;
    padding: 30px;
    text-align: center;
    width: 220px;
    height: 220px;
}

.slider-circle-small span:first-child {
    line-height: 32px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
}

.slider-circle-big span:nth-child(2), .slider-circle span:nth-child(2), .slider-circle-small span:nth-child(2) {
    line-height: 20px;
}

.bg-gray-special {
    background-color: #343741;
    padding-top: 150px;
    padding-bottom: 150px;
}

.bg-gray-special div.big-photo {
    text-align: center;
}

.bg-gray-special div.big-photo img {
    width: 100%;
    max-width: 450px;
}

.text-top-indent {
    padding-top: 100px;
}

.wrap-text-slider {
    word-wrap: break-word;
    max-width: 530px;
    padding-right: 30px;
    white-space: normal;
}

/* container boxed version */
.container-boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*
    ------------------ 04.04.2016

*/

.container-boxed:before,
.container-boxed:after {
    content: " ";
    display: table;
}

.container-boxed:after {
    clear: both;
}

.smal-line-height {
    line-height: 43px;
}

.bg-gray-light-special {
    background-color: #eaebec;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-gray-light-special.big-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

.partners-box {
    background-color: white;
    padding: 20px;
    border: 2px solid #343741;
    margin-top: 50px;
}

.partners-box span {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.bg-white-special {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-white-special-maintain {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
}

.stories-box p {
    margin-bottom: 22px !important;
}

.stories-box ul {
    margin-bottom: 22px !important;
    margin-left: -20px;
}

div#crellyslider-21.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div.stories-slide-3-1,
div#crellyslider-19.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div.stories-slide-1-1 {
    width: 420px !important;
    white-space: normal !important;
    right: 100px !important;
    left: auto !important;
    top: 50px !important;
}

div#crellyslider-23.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div.stories-slide-5-1 {
    width: 410px !important;
    white-space: normal !important;
    right: 100px !important;
    left: auto !important;
    top: 50px !important;
}

.post-116 .crellyslider-slider {
    background-color: #343741;
}

.bg-gray-blue {
    background-color: #343741;
}

.row.big-margin-inside .col-md-4:nth-child(1) {
    padding-right: 25px;
}

.row.big-margin-inside .col-md-4:nth-child(2) {
    padding-left: 25px;
}

.multiple-items {
    display: none;
}

.desktop-items {
    display: block;
}

/*
	Connectors overview
*/

.connectors-menu {
    width: 100%;
    height: 120px;
    background-color: white;
}

.connectors-menu-cont {
    width: 1140px;
    display: block;
    margin: 0px auto !important;
}

.connectors-menu .connectors-menu-cont ul {
    list-style-type: none !important;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
    right: 0;
    padding: 0px;
    -webkit-margin-after: 0px !important;
}

.connectors-menu .connectors-menu-cont ul li {
    vertical-align: top;
    display: inline-block;
    float: none;
    text-align: center;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    width: 106px !important;
}

.connectors-menu .connectors-menu-cont ul li.current-page-ancestor a,
.connectors-menu .connectors-menu-cont ul li.current-menu-item a,
.connectors-menu .connectors-menu-cont ul li:hover a {
    color: #343741;
    background-color: #f8921e;
}

.connectors-menu .connectors-menu-cont .menu-item a {
    width: 110px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center calc(100% - 32px);
    padding: 95px 10px 0;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #343741;
    text-decoration: none !important;
}

.connectors-menu .connectors-menu-cont .menu-item.ypod a {
    background-image: url('img/navigation/nav-ypod-icon.svg');
    background-size: auto 40px;
}

.connectors-menu .connectors-menu-cont .menu-item.ysit a {
    background-image: url('img/navigation/nav-ysit-icon.svg');
    background-size: auto 37px;
}

.connectors-menu .connectors-menu-cont .menu-item.ycover a {
    background-image: url('img/navigation/nav-ycover-icon.svg');
    background-size: auto 72px;
}

.connectors-menu .connectors-menu-cont .menu-item.yhub a {
    background-image: url('img/navigation/nav-yhealth-icon.svg');
    background-size: auto 68px;
}

.connectors-menu .connectors-menu-cont .menu-item.ypole a {
    background-image: url('img/navigation/nav-ypole-icon.svg');
    background-size: auto 72px;
}

.col-sm-4.connectors-slider-white-box {
    width: 555px;
}

.page-template-connectors section:first-of-type {
    background: url('img/street-scene-with-connectors-1200.jpg') center center repeat-x;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
    padding: 100px 15px 0px 50px;
}

.page-template-connectors section:first-of-type .row > div {
    padding: 20px;
    background-color: white;
}

.page-template-connectors section:first-of-type .row > div br {
    display: none;
}

.page-template-connectors section:nth-of-type(2) {
    padding: 25px 15px;
}

.page-template-connectors section:nth-of-type(2) .col-sm-2 > a {
    display: block;
    background-color: white;
    /*width: 264px;*/
    min-height: 320px;
    text-decoration: none;
    margin-bottom: 30px;
}

.page-template-connectors section:nth-of-type(2) .col-sm-2 > a img {
    width: 100%;
    height: auto;
}

.page-template-connectors section:nth-of-type(2) .col-sm-2 p {
    margin: 0px;
    padding: 0px 10px;
}

.page-template-connectors section:nth-of-type(2) .col-sm-2 .text-sub-head-1 {
    color: black;
    margin-top: 15px;
}

.bx-wrapper {
    padding: 0 34px;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -35px;
}

.bx-wrapper .bx-next {
    padding: 30px 0;
    background: #999ba0 url(img/controls_for_slider.png) no-repeat -44px center;
    right: 7px;
}

.bx-wrapper .bx-next:hover {
    background-position: -44px center !important;
    background-color: #343741;
}

.bx-wrapper .bx-prev {
    padding: 30px 0;
    background: #999ba0 url(img/controls_for_slider.png) no-repeat 0px center;
    left: -3px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0px center !important;
    background-color: #343741;
}

.bx-wrapper .bx-pager {
    width: 90%;
}

.big-margin-inside p {
    margin-bottom: 22px;
}

.apps-box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    color: white;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.apps-box .txt-box > span {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.apps-box .txt-box {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.apps-box .txt-box .txt-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.apps-box .txt-box .txt-second {
    top: 100%;
}

.apps-box:hover .txt-box .txt-first {
    position: absolute;
    top: -100%;
}

.apps-box:hover .txt-box .txt-second {
    top: 0;
}

.apps-box.box-small:hover .txt-box .txt-second {
    top: 9px;
}

.apps-box.big-box:hover .txt-box {
    padding: 34px 0px;
}

.apps-box.box-small:hover .txt-box {
    padding: 10px 0px;
}

.apps-box:hover .txt-box {
    padding: 12px 0px;
}

.margin-bottom-22 {
    margin-bottom: 22px;

}

.text-top-indent-big {
    margin-top: 160px;
}

.enviro-box {
    background-color: #fff;
    height: 100%;
    text-align: center;
}

.enviro-box img {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 25px
}

.enviro-box .text-sub-head-3 {
    display: block;
    font-size: 32px;
    font-weight: normal;
    line-height: 37px;
    margin-bottom: -8px;
    word-wrap: break-word;
}

.enviro-box .text-light-gray {
    padding: 10px 0px;
    display: block;
}

.enviro-box a {
    padding-top: 5px;
    display: block;
    color: #343741;
}

.enviro-box a:hover {
    color: #343741;
    text-decoration: none;
}

.enviro-box .enviro-box-inside {
    padding: 10px 10px 30px;
}

/*
	yPod overview
*/

.connectors-ypod-menu {
    width: 100%;
    height: 60px;
    background-color: transparent;
    position: absolute;
    top: 180px;
    z-index: 99995;
}

.elements-packages-menu {
    width: 100%;
    height: 60px;
    background-color: transparent;
    position: absolute;
    top: 60px;
    z-index: 99995;
}

.connectors-ypod-menu.bg-dark {
    background-color: #343741;
}

.elements-packages-menu-cont,
.connectors-ypod-menu-cont {
    width: 1140px;
    display: block;
    margin: 0px auto !important;
}

.elements-packages-menu .elements-packages-menu-cont ul,
.connectors-ypod-menu .connectors-ypod-menu-cont ul {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

.elements-packages-menu .elements-packages-menu-cont ul li,
.connectors-ypod-menu .connectors-ypod-menu-cont ul li {
    float: left;
    color: white;
    font-size: 17px;
    line-height: 60px;

}

.elements-packages-menu .elements-packages-menu-cont ul li.current-menu-item a,
.elements-packages-menu .elements-packages-menu-cont ul li:hover a,
.connectors-ypod-menu .connectors-ypod-menu-cont ul li.current-menu-item a,
.connectors-ypod-menu .connectors-ypod-menu-cont ul li:hover a {
    background-color: #f8921e;
}

.elements-packages-menu .elements-packages-menu-cont ul li a,
.connectors-ypod-menu .connectors-ypod-menu-cont ul li a {
    color: white !important;
    height: 60px;
    padding: 0px 15px;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
}

.top-slider-connectors-ypod {
    max-height: 850px !important;
}

.page-template-ypod_overview section:first-of-type {
    padding: 0px 15px;
}

.page-template-ypod_overview section:first-of-type img {
    width: 100%;
}

.page-template-ypod_overview section:nth-of-type(3) .row,
.page-template-ypod_overview section:nth-of-type(2) .row {
    width: 75%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-template-ypod_overview section:nth-of-type(2) img {
    width: 100px;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type span,
.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type .text-headline {
    color: white;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type span {
    display: block;
    margin-top: 20px;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type .text-headline {
    margin: 0px;
    padding: 20px 0px;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type {
    float: left;
    width: 33%;
    padding-left: 30px;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type a:hover,
.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type a:hover .text-headline,
.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type a:hover li,
.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type a:hover span {
    color: #f8921e;
    text-decoration: none;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type .img-holder {
    height: 170px;
    display: table-cell;
    vertical-align: bottom;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type ul,
.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type ul li {
    margin: 0px;
    padding: 0px;
}

.page-template-ypod_overview section:nth-of-type(2) .ypod-box-type ul {
    padding-left: 15px;
}

.page-template-ypod_overview section:nth-of-type(3) .button-builder {
    float: left;
    width: 33%;
    padding: 0 10px 0 30px;
}

.page-template-ypod_overview section:nth-of-type(3) .text-builder {
    float: left;
    width: 66%;
    padding: 0 30px;
}

.page-template-ypod_overview section:nth-of-type(3) .text-builder p.text-headline {
    margin-top: -5px;
    margin-bottom: 0px;
}

.step-2-about-us {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
}

.addons-box span.text-sub-head-1.text-gray {
    padding-bottom: 0px;
    padding-top: 5px;
}

.addons-top-margin {
    margin-top: 80px;
}

.maintain-box img {
    height: 30px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.ul-shift {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

.maintain-box.dashboard-box img {
    height: 38px;
}

/*
	yPod Modular
*/
.crellyslider-slider-ypod_modular .text-headline {
    color: white;
}

.page-template-ypod_modular section:nth-of-type(1) {
    padding: 100px;
}

.page-template-ypod_modular section:nth-of-type(2),
.page-template-ypod_modular section:nth-of-type(3),
.page-template-ypod_modular section:nth-of-type(4),
.page-template-ypod_modular section:nth-of-type(5),
.page-template-ypod_modular section:nth-of-type(6),
.page-template-ypod_modular section:nth-of-type(7),
.page-template-ypod_modular section:nth-of-type(8) {
    overflow: hidden;
    padding: 0px 20px;
}

.page-template-ypod_modular section:nth-of-type(2) .text-headline,
.page-template-ypod_modular section:nth-of-type(3) .text-headline,
.page-template-ypod_modular section:nth-of-type(4) .text-headline,
.page-template-ypod_modular section:nth-of-type(5) .text-headline {
    padding: 80px 0px 80px 15px;
    margin: 0px;
}

.page-template-ypod_modular section:nth-of-type(2) .col-md-2 {
    padding-bottom: 20px;
}

.page-template-ypod_modular section:nth-of-type(2) .col-md-2 .hover-effect-holder {
    position: relative;
    overflow: hidden;
}

.page-template-ypod_modular section:nth-of-type(2) .col-md-2 .hover-effect-holder p,
.page-template-ypod_modular section:nth-of-type(3) .col-md-4 p {
    margin: 0px;
}

.page-template-ypod_modular section:nth-of-type(2) .col-md-2 .roll-over-message {
    font-family: 'Univers 57 Condensed';
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 22px;

    background-color: #343741;
    color: white;
    padding: 10px;
    position: absolute;
    top: 185px;
    left: -220px;
    width: 220px;
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    -ms-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

.page-template-ypod_modular section:nth-of-type(2) .col-md-2:hover .roll-over-message {
    left: 0px;
}

.page-template-ypod_modular section:nth-of-type(2) .col-md-2 .text-intro-paragraph {
    padding-top: 10px;
}

.page-template-ypod_modular section:nth-of-type(3) .col-md-4 {
    padding-bottom: 90px;
    overflow: hidden;
}

.page-template-ypod_modular section:nth-of-type(3) .col-md-4 img {
    float: left;
    margin-right: 70px;
    margin-left: 20px;
}

.page-template-ypod_modular section:nth-of-type(3) .text-intro-paragraph {
    padding-top: 55px;
}

.page-template-ypod_modular section:nth-of-type(4) .text-headline {
    color: white;
    padding-bottom: 0px;
}

.page-template-ypod_modular section:nth-of-type(4) img {
    float: right;
    margin-right: 10%;
}

.page-template-ypod_modular section:nth-of-type(8) .text-headline,
.page-template-ypod_modular .crellyslider-slider-ypod_modular_dwell .text-headline {
    color: white;
}

.page-template-ypod_modular section:nth-of-type(5) p {
    margin: 0px;
}

.page-template-ypod_modular section:nth-of-type(5) a {
    color: #999ba0;
}

.page-template-ypod_modular section:nth-of-type(5) a:hover {
    text-decoration: none;
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2 {
    height: 200px;
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:hover,
.page-template-ypod_modular section:nth-of-type(5) .col-md-2:hover a {
    color: #f8921e;
}

.page-template-ypod_modular section:nth-of-type(5) a.learn-more {
    color: black;
}

.page-template-ypod_modular section:nth-of-type(5) .text-intro-paragraph {
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: auto 35px;
    padding-left: 40px;
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(1) .text-intro-paragraph {
    background-image: url("img/navigation/waste-sensors.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(2) .text-intro-paragraph {
    background-image: url("img/navigation/partners.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(3) .text-intro-paragraph {
    background-image: url("img/navigation/dwell.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(4) .text-intro-paragraph {
    background-image: url("img/navigation/apps.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(5) .text-intro-paragraph {
    background-image: url("img/navigation/stories.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(6) .text-intro-paragraph {
    background-image: url("img/navigation/enviro-sensors.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(7) .text-intro-paragraph {
    background-image: url("img/navigation/maintain.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(8) .text-intro-paragraph {
    background-image: url("img/navigation/light-sound.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(9) .text-intro-paragraph {
    background-image: url("img/navigation/toolbox.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .col-md-2:nth-of-type(10) .text-intro-paragraph {
    background-image: url("img/navigation/dashboard.svg");
}

.page-template-ypod_modular section:nth-of-type(5) .text-intro-paragraph {
    margin-bottom: 0px;
}

.page-template-ypod_modular section:nth-of-type(6),
.page-template-ypod_modular section:nth-of-type(7),
.page-template-ypod_modular section:nth-of-type(8) {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-template-ypod_modular section:nth-of-type(6) .head-for-dimansion {
    font-weight: bold;
    margin-bottom: 0;
}

.page-template-ypod_modular section:nth-of-type(6) .body-for-dimansion {
    margin-bottom: 20px;
}

.page-template-ypod_modular section:nth-of-type(6) .ypod-mod-dimensions {
    background: no-repeat url(img/ypod/ypod-mod-dimensions.svg) center center;
    min-height: 400px;
}

.page-template-ypod_modular section:nth-of-type(7) .learn-more {
    color: black;
}

.page-template-ypod_modular section:nth-of-type(7) .text-sub-head-2.text-light-gray {
    margin-bottom: 20px;
}

.page-template-ypod_modular section:nth-of-type(7) .col-md-4 > p:nth-of-type(3) {
    margin-top: 60px;
}

.page-template-ypod_modular section:nth-of-type(8) .col-md-3 a {
    display: block;
    background: no-repeat url(img/ypod-builder-button.svg) center center;
    height: 120px;
    width: 320px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

/*
	yPod Bespoke
*/
.page-slug-bespoke .white-circle {
    width: 340px;
    height: 340px;
    background-color: white;
    border-radius: 170px;
    padding-top: 70px;
    white-space: normal;
    text-align: center;
}

.page-slug-bespoke .slider-white-box {
    padding-top: 20px;
    white-space: normal;
    text-align: center;
    background-color: white;
    width: 400px;
    height: 220px;
}

.page-slug-bespoke .site-main section:first-of-type {
    overflow: hidden;
    padding: 100px;
}

.page-slug-bespoke .site-main section:first-of-type .vertical-center-parent {
    position: relative;
    height: 380px;
}

.page-slug-bespoke .site-main section:first-of-type .vertical-center-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-slug-bespoke .site-main section:nth-of-type(2) img {
    width: 100%;
    height: auto;
}

.page-slug-bespoke .site-main section:nth-of-type(3) {
    padding: 80px;
}

.page-slug-bespoke .site-main section:nth-of-type(3) .text-headline {
    color: white;
    padding-bottom: 80px;
    margin: 0px;
    text-align: center;
}

.page-slug-bespoke .site-main section:nth-of-type(3) .img-ystop-build-process {
    display: block;
    background: no-repeat url(img/ypod/ystop-build-process.svg) center center;
    height: 400px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.bespoke-text-box {
    background-color: #eaebec;
}

.bespoke-text-box div {
    padding-top: 30px;
}

.bespoke-text-box div:first-child {
    padding-right: 0px;
}

.bespoke-text-box div:last-child {
    padding-left: 0px;
}

/*
	yPod Compact
*/
.page-slug-compact .crellyslider-slider-ypod_compact .text-headline {
    padding-bottom: 0px;
    color: white;
}

.page-slug-compact .crellyslider-slider-ypod_compact li:first-of-type {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a3e48+0,2a3e48+82,2a3e48+82,504750+82,d7d8d9+100 */
    background: #2a3e48 !important; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhM2U0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzJhM2U0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzJhM2U0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzUwNDc1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #2a3e48 0%, #2a3e48 82%, #2a3e48 82%, #504750 82%, #d7d8d9 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2a3e48 0%, #2a3e48 82%, #2a3e48 82%, #504750 82%, #d7d8d9 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2a3e48 0%, #2a3e48 82%, #2a3e48 82%, #504750 82%, #d7d8d9 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3e48', endColorstr='#d7d8d9', GradientType=0) !important; /* IE6-8 */
}

.page-slug-compact .site-main section:first-of-type {
    overflow: hidden;
    padding: 100px 0;
}

.page-slug-compact .site-main section:nth-of-type(2) {
    padding: 100px;
    overflow: hidden;
}

.page-slug-modular .site-main .crellyslider-slider-ypod_modular_dwell .slider1_text3 a,
.page-slug-modular .site-main section:nth-of-type(6) .slider1_text3 a,
.page-slug-compact .site-main section:nth-of-type(2) .slider1_text3 a {
    color: white;
}

.page-slug-compact .site-main section:nth-of-type(2) .row:first-child {
    display: block;
    background: no-repeat url(img/ypod/compact-dimensions-32.svg) center center;
    height: 400px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

/* Addons light & sound */

.light-sound-box img {
    display: block;
    margin: 0px auto;
}

.light-sound-box img.read-more-icon {
    display: inline;
}

.light-sound-box span.text-headline {
    width: 100%;
    text-align: center;
}

/* Addons Toolbox */

.bg-white-special-toolbox {
    background-color: white;
    padding-top: 150px;
    padding-bottom: 150px;
}

.box-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.box-no-padding ul {
    padding-left: 20px;
    margin-top: 10px;
}

.box-no-padding ul li {
    line-height: 22px;
}

.box-no-padding-right {
    padding-right: 0px;
}

.box-no-padding-right .toolbox-img {
    width: 100%;
    margin-top: 61px;
}

span.text-block {
    display: block;
}

.top-slider-wrapper {
    background-color: #343741;
}

.text-sub-head-5 {
    font-size: 22px;
}

.bg-white-special-waste {
    padding-top: 150px;
    padding-bottom: 150px;
}

.enviro-box .text-sub-head-3 {
    padding-bottom: 22px;
}

.light-sound-box .text-headline {
    padding-top: 22px;

}

/* Connectors - yPod - Pawel Cmachowski styles */

.ypod-box {
    overflow: auto;
}

.ypod-box ul {
    padding-left: 20px;
    padding-bottom:22px !important;
    margin-bottom:0px !important;
}

.ypod-box a {
    text-decoration: none;
}

.ypod-box a:hover span.text-white,
.ypod-box a:hover ul {
    color: #f8921e !important;
}

.ypod-box .img-holder img {
    max-width: 100px;
}

.ypod-box .img-holder {
    display: block;
    padding-bottom: 40px;
}
.ypod-box:nth-child(1) {
    margin-top: 24px;
}
.ypod-box:nth-child(3) {
    margin-top: -37px;
}
.ypod-box:nth-child(4) {
    margin-top: 3px;
}

.ypod-box .link {
    float: left;
}

/* Connectors - yPole */

.ypole-box {
    padding-bottom: 50px;
    text-align: center;
}

.ypole-box:last-child {
    padding-bottom: 0;
}

.ypole-box a {
    text-decoration: none;
}

.ypole-box a:hover span.text-white,
.ypole-box a:hover p,
.ypole-box a:hover ul {
    color: #f8921e !important;
}

.ypole-box img {
    margin-bottom: 30px;
    max-height: 280px;
}

.ypole-box p {
    margin-bottom: 22px;
    text-align: left;
}

.ypole-box ul {
    margin-bottom: 22px;
    text-align: left;
}

.ypole-box ul li {
    margin-bottom: 22px;
}

.ypole-box ul li:last-child {
    margin-bottom: 0;
}

.ypole-box ul li ul {
    margin-bottom: 22px;
}

.ypole-box ul li ul li {
    margin-bottom: 0;
}

.bg-white-special-huge {
    background: white;
    padding-top: 150px;
    padding-bottom: 150px;
}
.bg-white-50 {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-white-100 {
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-gray-dark-100 {
    background: #343741;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-gray-dark-50 {
    background: #343741;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-gray-dark-50-100 {
    background: #343741;
    padding-top: 50px;
    padding-bottom: 100px;
}
.bg-gray-dark-100-50 {
    background: #343741;
    padding-top: 100px;
    padding-bottom: 50px;
}

.bg-gray-dark-special-huge {
    background: #343741;
    padding-top: 150px;
    padding-bottom: 150px;
}

.bg-gray-light-special-huge {
    background-color: #eaebec;
    padding-top: 80px;
    padding-bottom: 80px;
}

.white-ypod-modular-box {
    /* 
     background-color:white; 
    */
}

.huge-bottom-margin {
    padding-bottom: 60px;
}

.dwell-border-box {
    height: 250px;
}

.dwell-border-box .inner-box {
    border: 2px solid #343741;
    padding: 20px;
    /* height: 250px; */
}

.dwell-border-box .inner-box span {
    display: block;
}

.dwell-border-box .inner-box span:nth-child(2) {
    padding-bottom: 0px !important;
}

.dwell-border-box .inner-box span:nth-child(3) {
    font-size: 20px !important;
    padding-bottom: 20px;
}

.dwell-border-box .inner-box span:nth-child(4) {
    font-size: 20px !important;
}

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

.margin-top-75 {
    margin-top: 75px;
}

.bg-gray-dark-special-huge .col-md-2.overflow-hidden,
.bg-gray-light-special-huge .col-md-2.overflow-hidden {
    overflow: hidden;
    padding: 0px;

    /*margin-left:15px;
    margin-right:15px;*/
}

.bg-gray-dark-special-huge .col-md-2 .roll-over-message,
.bg-gray-light-special-huge .col-md-2 .roll-over-message {
    font-family: 'Univers 57 Condensed';
    font-size: 17px;
    line-height: 22px;
    background-color: #343741;
    color: white;
    padding: 10px 10px 22px;
    position: absolute;
    top: 150px;
    left: -220px;
    width: 220px;
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    -ms-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

.bg-gray-dark-special-huge .col-md-2:hover .roll-over-message,
.bg-gray-light-special-huge .col-md-2:hover .roll-over-message {
    left: 15px;
}

.box-desc {
    margin-top: 10px;
    display: block;
}

.bg-white-special-medium {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-gray-light-special-medium {
    background-color: #eaebec;
    padding-top: 80px;
    padding-bottom: 80px;
}

.image-float-left {
    float: left;
    padding-right: 40px;
}

.special-box-ypod-modular {
    margin-left: 20px;
    margin-right: -20px;

}

.special-box-ypod-modular-normal {
    min-height: 230px;
}

.special-box-ypod-modular-normal .text-sub-head-1 {
    margin-top: 50px;
    display: block;
}

#crellyslider-31 li .slide-center {
    width: 100%;
    left: 0px !important;
    display: block;
    margin: 0px auto;
}

#crellyslider-31 li .slide-center .slide-learn-more {
    margin: 0px auto;
    display: block;
    left: 0px !important;
    right: 0px !important;
    position: relative;
    margin: 0px auto !important;
    display: inline-block;
    float: none;
}

#crellyslider-31 li .slide-center sup {
    left: 0px !important;
    top: -10px !important;
    bottom: auto !important;
    right: 0px !important;
}

.bg-gray-special-middle {
    background-color: #343741;
    padding-top: 120px;
    padding-bottom: 120px;
}

.ypod-modular-addon-box {
    margin-bottom: 80px;

}

.ypod-modular-addon-box img {
    width: 30px;
    padding-bottom: 5px;
}

.ypod-modular-addon-box:hover span,
.ypod-modular-addon-box:hover span a {
    color: #f8921e !important;
    text-decoration: none !important;
}

.top-slider-wrapper-big {
    max-height: 790px;
}

.top-slider-wrapper-big-1000 {
    max-height: 1000px;
}

.ypod-modular-gray-section-learn-more-img img {
    max-width: 475px;
    text-align: center;
}

.ypod-modular-gray-section-learn-more {
    text-align: center;
}

.ypod-modular-gray-section-learn-more .slider1_text3 {
    text-align: right;
    float: right;
    margin-top: 40px;

}

.ypod-modular-gray-section-learn-more a {
    color: white !important;
    text-decoration: none !important;
}

.ypod-modular-gray-section-big-one img {
    margin-top: 0px;
}

/*
    Connectors - yPod - Bespoke
*/

.full-width-band img {
    width: 100%;
}

.bespoke-center-image {
    width: 80%;
    margin-top: 60px;
}

.vertical-center-parent {
    height: 380px;
}

.vertical-center-child {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

/*
    Connectors - yPod - Compact
*/

.feature-item-cont{
    margin:15px 0px !important;
    padding:0px 15px;
}

.feature-item {
    float: left;
    width: 264px;
    height: 360px;
    background-color: white;
    margin: 15px;
    padding: 0px 0px;
}

.feature-item-inside{
    width: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.feature-item img {

    padding-bottom: 15px;
    width: 100%;
}

.feature-item .text-sub-head-2,
.feature-item .text-intro-paragraph {
    margin: 0px;
    padding: 0px 10px;
}

.feature-content {
    margin: 0px auto;
    overflow: hidden;
}

.ypod-connectors-compact {
    text-align: center;
}

.ypod-connectors-compact img {
    max-width: 570px;
}

.slider1_text3 a {
    color: white;
    text-decoration: none;
}

.slider1_text3.compact {
    margin-top: 30px;
}

.ypod-modular-gray-section-learn-more img {
    padding-top: 30px;
}

.ypod-modular-white-section-dim {
    padding-bottom: 60px;
}

.smart-bg {
    background-repeat: repeat-x;
    background-size: contain;
}

.smart-bg-connectors-ysit {
    background-image: url('/wp-content/themes/bootstraptheme/img/bg-smart-bg-connectors-ysit.jpg');
}

.bg-white-special-middle {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-bottom-huge {
    padding-bottom: 50px;
}

.ul-no-left-padding {
    padding-left: 20px;
}

.ysit-more div {
    float: right;
    margin-top: 30px;
}

.ysit-box {
    margin-top: 80px;
}

.ypod-modular-gray-section-big-one img {
    max-width: 100%;
}

/*
.hover-effect-holder{
	padding:0px 10px;

}

.hover-effect-holder img{

	width:100%;
}

.col-md-2.overflow-hidden .box-desc{
	padding:0px 10px 10px 10px;
}
*/

.modular-rollover-box {
    overflow: hidden;
}

input.acpwd-pass {
    border-radius: 0px;
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: #ffffff;
}

input.acpwd-submit {
    border-radius: 0px;
    border: 1px solid #dddddd;
    padding: 5px 12px;
    background-color: #ffffff;
}

.menu-mobile-nav {
    display: none !important;
}

.menu-top-nav {
    display: block !important;
}

.menu-top-nav {
    z-index: 99990;
}

/*

    ------------- popup menu -------------

*/

.popup-menu-trigger {
    z-index: 99991;
}

.popup-menu-trigger a {
    width: 68px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    display: none;

}

.popup-menu-trigger a:before {
    content: '\2261';
    display: inline-block;
    line-height: 54px;
    font-size: 67px;
    color: #fff;
}

.popup-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100vh;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99995;
    display: block;
}

.popup-body {
    width: 760px;
    height: 100%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 99996;

}

.popup-menu {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: white;
    display: block;
    z-index: 99997;
    position: relative;
    padding: 15px;
    height: 670px !important;
}

.popup-close-button {
    text-decoration: none !important;
    text-transform: none !important;
    font-style: normal !important;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 48px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

ul#menu-pop-up-menu {
    padding-left: 0px !important;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu {
    list-style-type: none !important;
    height: 638px !important;
}

div.menu-pop-up-menu-container ul {
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-big-link a {
    font-size: 21px;
    color: #343741;

}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-big-link a:hover {
    text-decoration: none;
    color: #f8921e;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-pack {
    width: 100%;
    height: 30px;
    text-align: center;
    display: block;
    list-style-type: none !important;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-pack ul {
    margin: 0px auto;
    padding-left: 0;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-pack ul li {
    display: inline;
    text-align: center;
    padding: 0px 10px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-pack a:first-child {
    display: none !important;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-pack ul li.popup-big-link a {
    display: inline !important;
}

/*
    ---- Popup connectors ----
*/

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-connectors {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-connectors ul {
    list-style-type: none !important;
    border: 1px solid #999ba0;
    margin-top: 20px;
    text-align: center;
    height: 130px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-connectors ul li {
    text-align: center;
    display: inline-block;

    padding: 0px 0px 0px 0px;
    height: 130px;
    width: auto;
    margin: -1px auto 0px auto;
    clear: both;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-connectors ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    color: #343741 !important;

}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-connectors ul li:hover {
    background-color: #f8921e;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-connectors ul li a {
    font-size: 15px;
}

.popup-connectors-ypod {
    width: 110px !important;
}

.popup-connectors-ypod a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/nav-ypod-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 36px;
    height: 85px;
    margin-left: 8px;
    margin-bottom: 7px;
    display: block;
    background-position: center bottom;

}

.popup-connectors-ysit {
    width: 110px !important;
}

.popup-connectors-ysit a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/nav-ysit-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 68px;
    height: 85px;
    margin-left: -8px;
    margin-bottom: 7px;
    display: block;
    background-position: center bottom;

}

.popup-connectors-ycover {
    width: 110px !important;
}

.popup-connectors-ycover a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/nav-ycover-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 58px;
    height: 85px;
    margin-left: 0px;
    margin-bottom: 7px;
    display: block;
    background-position: center bottom;

}

.popup-connectors-yhealth {
    width: 110px !important;
}

.popup-connectors-yhealth a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/nav-yhealth-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 35px;
    height: 85px;
    margin-left: 8px;
    margin-bottom: 7px;
    display: block;
    background-position: center bottom;

}

.popup-connectors-ypole {
    width: 110px !important;
}

.popup-connectors-ypole a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/nav-ypole-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 9px;
    height: 85px;
    margin-left: 20px;
    margin-bottom: 7px;
    display: block;
    background-position: center bottom;
}

/*
    ---- Popup elements ----
*/

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul {
    list-style-type: none !important;
    border: 1px solid #999ba0;
    border-bottom: 0px;
    margin-top: 20px;
    text-align: center;
    height: 350px;
    padding-left: 0px !important;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li ul {
    list-style-type: none !important;
    height: auto;
    border: none;
    margin-top: 0px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li ul li {
    float: left;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell,
div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing {
    height: 116px;
    border-bottom: 1px solid #999ba0;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance {
    height: 117px;
    border-bottom: 1px solid #999ba0;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell a,
div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing a,
div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance a {
    width: 220px;
    float: left;
    display: block;
    height: 116px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance a {
    height: 117px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li ul li a {
    width: 65px !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell > a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/elements-dwell.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 58px;
    height: 85px;
    margin: -9px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell > a:hover,
div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing > a:hover,
div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance > a:hover {
    color: #343741 !important;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing > a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/elements-waste-sensing.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 58px;
    height: 85px;
    margin: -9px auto 5px auto;
    display: block;
    background-position: center bottom;

}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance > a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/elements-maintenance.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 58px;
    height: 85px;
    margin: -9px auto 5px auto;
    display: block;
    background-position: center bottom;
}

.menu-mobile-menu-container {
    display: none;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li a {
    width: 116px;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li a:hover {
    background-color: #f8921e;
    color: #343741;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-waste-sensors a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/waste-sensors.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-enviro-sensors a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/enviro-sensors.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-stories a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/stories.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-micro-donations a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/dwell.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-apps a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/apps.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-light-and-sound a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/light-sound.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-dwell-wayfi a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/wayfi.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing-waste-sensors a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/waste-sensors.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing-dashboard a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/dashboard.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing-light-and-sound a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/light-sound.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance-maintain a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/maintain.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-maintenance-dashboard a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/dashboard.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

div.menu-pop-up-menu-container ul#menu-pop-up-menu li.popup-elements ul li.popup-elements-waste-sensing-protocol a:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/protocol.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}

#acpwd-11 .form-holder {
    padding: 60px 25px;
}

#acpwd-11 .input-holder {
    padding: 0px 25px;
}

#acpwd-11 .button,
#acpwd-11 input[type="text"],
#acpwd-11 input[type="password"] {
    width: 100%;
    margin-bottom: 5px;
    background-color: #999BA0;
    height: 30px;
    border: none;
    color: white;
    font-size: 18px;
    padding: 0px 5px;
}

#acpwd-11 .button {
    width: 100%;
}

#acpwd-11 input::-webkit-input-placeholder {
    color: white;
}

#acpwd-11 input:-moz-placeholder { /* Firefox 18- */
    color: white;
}

#acpwd-11 input::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

#acpwd-11 input:-ms-input-placeholder {
    color: white;
}

footer.text-sub-head-2.text-light-gray {
    display: block !important;
}

.read-more-icon {
    width: 26px !important;
    height: 26px !important;
}

/**
 * --------------------------------------------------
 * Misc classes (listed alphabetically)
 * --------------------------------------------------
 */
.box-place-match-section-2 {
    background-color: #343741;
    margin: 0 12.5%;
    padding: 10px 50px;
}

.box-place-match-section-4 {
    border: solid 1px #b6b4bd;
    height: 100%;
    margin-bottom: 30px;
}

.box-place-match-section-4 img {
    display: block;
    margin: 0 auto 5px;
    max-width: 50px;
}

.box-place-match-section-4 .text-headline {
    display: block;
    padding-bottom: 50px;
}

.box-place-match-section-4 .text-headline.text-light-gray {
    padding-bottom: 30px;
}

.box-place-match-section-4 .text-sub-head-1 {
    display: block;
    padding-bottom: 50px;
}

.box-place-match-section-4-inside {
    padding: 22px 12px;
}

.col-image-left {
    margin-bottom: 30px;
    text-align: center;
}

.col-image-left img.img-responsive {
    margin: 0 auto;
}

.col-image-only {
    text-align: center;
}

.col-image-only img.img-responsive {
    margin: 0 auto;
}

.col-image-only-connectors-ypole-solar-sense-section-2 {
    padding-top: 90px;
}

.col-image-right {
    margin-top: 30px;
    text-align: center;
}

.col-image-right img.img-responsive {
    margin: 0 auto;
}

.col-image-top {
    margin-bottom: 30px;
    text-align: center;
}

.col-image-top img.img-responsive {
    margin: 0 auto;
}

.col-place-match-section-3 {
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center;
}

.col-place-match-section-3 > .text-headline {
    padding-bottom: 60px;
}

.col-place-match-section-3 img.img-responsive {
    margin: 0 auto;
}

.col-place-match-section-4 {
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}

.col-place-match-section-4 > .text-headline {
    padding-bottom: 22px;
}

.col-place-match-section-4 > .text-intro-paragraph {
    display: block;
    padding-bottom: 100px;
}

.col-text-place-match-section-2 {
    padding: 60px 0;
    text-align: center;
}

.col-text-place-match-section-2 > .text-headline {
    padding-bottom: 70px;
}

.col-text-place-match-section-2 .fa-long-arrow-down {
    font-size: 24px;
    height: 32px;
    position: relative;
    top: -2px;
}

.col-text-left {
    margin-bottom: 30px;
}

.col-text-right {

}

.col-text-right-elements-maintenance-section-3 {

}

.col-text-right-elements-wayfi-section-3 {

}

.connectors-ycover-section-1 {
    padding-bottom: 50px;
    padding-top: 70px;
    text-align: center;
}

.connectors-ycover-section-1 .text-headline {
    padding-bottom: 75px;
}

.connectors-yhub-section-4 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.connectors-yhub-section-4 .text-headline {
    padding-bottom: 100px;
}

.connectors-ypod-modular-section-3 {

}

.connectors-ypod-modular-section-3 .col-image-left-last {
    margin-top: 30px;
}

.connectors-ypod-modular-section-3 .text-sub-head-1 {
    display: block;
}

.connectors-ypole-solar-sense-section-4 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.link-more {
    color: white;
    font-family: "Univers 57 Condensed";
    font-size: 17px;
    background: url('img/learn-more-gray.svg') right center no-repeat;
    padding-right: 32px;
}

.link-more:hover {
    color: white;
    text-decoration: none;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-22 {
    margin-top: 22px;
}

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

.row-equal-height {

}

.row-equal-height .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.text-slider-head {
    font-size: 42px !important;
    line-height: 46px !important;
    font-family: "Univers 47 Light Condensed" !important;
}

.top-bottom-padding-default {
    padding-bottom: 150px;
    padding-top: 150px;
}

.col-text-left {
    margin-bottom: 0;
}

.col-place-match-section-4 {

}

.col-place-match-section-4 .text-header-bottom {
    display: block;
    padding: 50px 0 0;
}

div#crellyslider-55.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div.dwell-slide-1-1{
    width: 100% !important;
    white-space: normal !important;
    left: auto !important;
    right: auto !important;
    top: 100px !important;
}

div#crellyslider-56.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div.dwell-slider-2-1 {
    width: 100% !important;
    white-space: normal !important;
    left: auto !important;
    right: auto !important;
    top: 60px !important;
    text-align: center !important;
}
div#crellyslider-56.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div.dwell-slider-2-1 span {
    left:auto !important;
    right:auto !important;
    text-align: center;
    margin: 0px auto;
}

div#crellyslider-56.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div#animation_container4 canvas,
div#crellyslider-56.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div#animation_container3 canvas,
div#crellyslider-55.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div#animation_container-2 canvas,
div#crellyslider-55.crellyslider-slider div.crellyslider ul.cs-slides li.cs-slide div#animation_container canvas {
    left: 0px !important;
}

.col-md-special-3 {
    width: 26.5% !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.container-boxed {
    width: 1170px;
}

.dwell-border-box.elements-dwell{
    width:250px;
    margin-top: -70px;
    margin-bottom: 110px;
}

.dwell-border-box .inner-box.inner-box-light{
    border:2px solid #999BA0;
}

.margin-top-110{
    margin-top:110px !important
}


.text-center-push-left-30 {
    padding-left: 30px;
}

#crellyslider-16 {
    padding: 0 20px;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert {
    top:0px !important;
    left:0px !important;
    right: 0px !important;
    bottom:0px !important;
    width:100% !important;
    margin:0px auto !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert div.waste-sensor-bin-full-alert-cont {
    bottom:0px !important;
    top: auto !important;
    left:0px !important;
    right:0px !important;
    position:absolute !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert div.waste-sensor-bin-full-alert-box {
    width:590px !important;
    margin:0px auto !important;
    left:0px !important;
    right:0px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img {
    float:left !important;
    display:block;
    top:0px !important;
    left:0px !important;
    position:relative !important;
}




body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert div.one-by-one:nth-child(1) {
    width: 100px !important;
    float: left !important;
    top: -4px !important;
    position: relative !important;
    left:0px !important;
    text-align: center !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(2) {
    width: 60px !important;
    left:10px !important;
    transform: rotate(90deg) !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(3) {
    height: 20px !important;
    width:20px !important;
    top:9px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(4) {
    width:45px !important;
    height:25px !important;
    top:5px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(5) {
    height:20px !important;
    width:20px !important;
    top:9px !important;

}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(6) {
    width:80px !important;
    height:34px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(7) {
    height:20px !important;
    width:20px !important;
    top:9px !important;

}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(8) {
    width:80px !important;
    height:43px !important;
    top: -5px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(9) {
    height:20px !important;
    width:20px !important;
    top:9px !important;
}

body .container #section-4 #crellyslider-12 .crellyslider .cs-slides .cs-slide div.waste-sensor-bin-full-alert img.one-by-one:nth-child(10) {
    height:30px !important;
    width:80px !important;
    top:4px !important;
}

.inline-block-element{
    display:inline-block !important;
}

.padding-bottom-22{
    padding-bottom:22px !important;
}

.width-100{
    width:100% !important;
}

.connectors-slider-white-box .text-headline{
    margin-bottom:0px !important;
}

.no-margin-left{
    margin-left:0px !important;
}

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

.solutions-unique-spaces .text-headline,
.replace-it-box .text-headline{
    padding-bottom:22px !important;
    margin-bottom:0px !important;
}

.block-element{
    display:block !important;
}

.home-page-connectors-ypod{
    width:125px !important;
}

.home-page-connectors-ysit{
    width:186px !important;
}

.home-page-connectors-ycover{
    width:182px !important;
}

.home-page-connectors-yhealth{
    width:165px !important;
}

.home-page-connectors-ypole {
    width:133px !important;
}

#section-2 h1.text-headline,
#section-3 h1.text-headline,
#section-4 h1.text-headline,
#section-5 h1.text-headline,
#section-6 h1.text-headline,
#section-6 h2.text-headline,
#section-7 h1.text-headline{
    margin-bottom:0px !important;
}

/* JS - GENERAL */
.text-centererd {
    text-align: center;
}
.next-post-navigation {
    margin-bottom: 40px;
}

/* JS - IDEAS PAGE - MENU */
#menu-ideas-menu {
    margin-bottom:0;
    list-style: none;
    padding-left:0;
}

/* JS - IDEAS PAGE */
.ideas-feature-link {
    display: table;
    width: 202px;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    color:#FFFFFF;
}
.ideas-feature-link:hover {
    color:#FFFFFF;
}
.ideas-feature-link p {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: background-color 0.5s ease; /* Safari */
    transition: width background-color 0.5s ease;
}
.ideas-feature-link p:hover {
    background-color: rgba(0,0,0,0.6);
}
.ideas-feature-link p span {
    display: block;
    margin-top:2em;
}
.ideas-feature-link p span i {
    font-size:0.7em;
}
.ideas-page-slider-latest-holder h1 {
    margin-bottom:60px;
    margin-top:0;
}
.ideas-page-slider-latest-holder .bg-white-special-maintain {
    padding-top:80px;    
}
.ideas-page-slider-latest-holder .ideas-post-holder {
    float:left;
    width:23.58%;
    margin-right:1.89%;
}
.ideas-page-slider-latest-holder .ideas-post-holder:nth-of-type(4n) {
    margin-right: 0;
}
.ideas-page-slider-latest-holder .ideas-post-holder h2 {
    text-align: left;
}
.ideas-page-slider-latest-holder .ideas-post-holder a {
    color:#999ba0;
    outline: 0;
}
.ideas-page-slider-latest-holder .ideas-post-holder .thumbnail {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    border-radius:0;
}
.ideas-page-slider-latest-holder .ideas-post-holder .thumbnail:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.highlight-holder {
    margin-bottom:40px;
}
.highlight-holder:last-of-type {
    display:none;
}
.view-all-holder {
    width:100%;
    float: left;
    margin-top:20px;
}
.view-all-holder a {
    color: #999ba0;
}
.view-all-holder img {
    display: inline-block;
}
/* JS - SINGLE PAGE */
#single-post {
    background-color: white;
    max-width: 1170px;
    margin: 0 auto;
}
.dark-frame {
    background-color: #343741;
    padding-bottom: 80px;
    width:100%;
    float: left;
}
#single-post .single-banner {
    width:100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
#single-post .ideas-single-content {
    padding-top: 40px;
}
#single-post .idea-single-image-holder {
    width:100%;
    float: left;
    margin-top:60px;
    padding:0 5%;
}
#single-post .idea-post-image {
    width:30%;
    margin-right:5%;
    float: left;
}
#single-post .idea-post-image:last-of-type {
    margin-right: 0;
}
#single-post .idea-post-image img {
    width: 100%;
}
#single-post .element-link-holder {
    width: 100%;
    float: left;
    margin-top:40px;
    text-align: center;
}
#single-post .element-link-holder div {
    display: inline-block;
    vertical-align: top;
    width:9.5%;
    padding:0 10px;
    height:100px;
    margin-right: 0.05%;
    text-align: center;
}
#single-post .element-link-holder div a {
    color:#343741;
}
#single-post .element-link-holder div:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 100%;
    height: 55px;
    margin: 0px auto 5px auto;
    display: block;
    background-position: center bottom;
}
#single-post .element-link-holder div.stories:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/stories.svg');
}
#single-post .element-link-holder div.partners:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/partners.svg');
}
#single-post .element-link-holder div.dwell:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/dwell.svg');
}
#single-post .element-link-holder div.apps:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/apps.svg');
}
#single-post .element-link-holder div.waste_sensors:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/waste-sensors.svg');
}
#single-post .element-link-holder div.enviro_sensors:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/enviro-sensors.svg');
}
#single-post .element-link-holder div.maintain:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/maintain.svg');
}
#single-post .element-link-holder div.dashboard:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/dashboard.svg');
}
#single-post .element-link-holder div.light__sound:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/light-sound.svg');
}
#single-post .element-link-holder div.toolbox:before {
    background-image: url('/wp-content/themes/bootstraptheme/img/navigation/toolbox.svg');
}
#single-post .custom-back-holder {
    width:100%;
    height:80px;
    background-color:#343741;
    text-align: right;
}
#single-post .custom-back-holder a {
    color:rgba(255,255,255,0.8);
    font-size: 70px;
    line-height: 67px;
}
#single-post .custom-back-holder a:hover {
    text-decoration: none;
    color:rgba(255,255,255,1);
}
#single-post .next-post-navigation {
    float: left;
    width:100%;
    text-align: center;
    padding-top:40px;
}
#single-post .next-post-navigation h2 {
    display: none;
}

/* JS - SEARCH FORM AND RESULTS */
.search-form span, .search-form .search-submit {
    display:none;
}
.search-form {
    float:right;
    margin-top: 13px;
    width:36%;
    position: relative;
}
.search-form label {
    width:100%;
}
.search-form label:after {
    content: "";
    position: absolute;
    top:9px;
    left:9px;
    width:21px;
    height:21px;
    background-image: url('/wp-content/themes/bootstraptheme/img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: 20px;
}
.search-form input {
    border:1px solid #333;
    padding:6px 6px 6px 40px;
    width:100%;
}

#search-results-page {
    margin-top:120px;
    padding-bottom: 100px;
}
#search-results-page article {
    float:left;
    width:23.58%;
    margin-right:1.89%;
}
#search-results-page article:nth-of-type(4n) {
    margin-right: 0;
}
#search-results-page article img {
    width:100%;
    height:auto;
}

/* JS - WHITE PAPERS, WORLD IDEAS, PRECINCT, ECONOMY */
#white-paper, #world-ideas, #precinct, #economy {
    margin-top:40px;
}
#white-paper .white-paper-holder, #world-ideas .world-holder, #precinct .precinct-holder, #economy .economy-holder {
    float:left;
    width:23.58%;
    margin-right:1.89%;
}
#white-paper .white-paper-holder:nth-of-type(4n), #world-ideas .world-holder:nth-of-type(4n), #precinct .precinct-holder:nth-of-type(4n), #economy .economy-holder:nth-of-type(4n) {
    margin-right: 0;
}
#white-paper .white-paper-holder h2, #world-ideas .world-holder h2, #precinct .precinct-holder h2, #economy .economy-holder h2 {
    text-align: left;
}
#white-paper .white-paper-holder a, #world-ideas .world-holder a, #precinct .precinct-holder a, #economy .economy-holder a {
    color:#999ba0;
    outline: 0;
}
#white-paper .white-paper-holder .thumbnail, #world-ideas .world-holder .thumbnail, #precinct .precinct-holder .thumbnail, #economy .economy-holder .thumbnail {
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    border-radius:0;
}
#white-paper .white-paper-holder .thumbnail:before, #world-ideas .world-holder .thumbnail:before, #precinct .precinct-holder .thumbnail:before, #economy .economy-holder .thumbnail:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* JS - WORLD IDEAS */
.energy_economy {
    border-top:5px solid #91bb26;
}
.purpose_economy {
    border-top:5px solid #cb6117;
}
.creative_economy {
    border-top:5px solid #d50d0d;
}
.knowledge_economy {
    border-top:5px solid #212865;
}

/* PLATFORM PARTNERS */
.place-match-menu-cont ul li a {
    color:#343741 !important;
}
#platform-partners .tabbed-holder {
    width: 100%;
    margin:20px 0 100px 0;
    overflow: hidden;
}
#platform-partners .top-tab-holder {
    margin-left: 25%;
    overflow: hidden;
}
/* INTROS */
#platform-partners .intro_content_holder {
    min-height:140px;
}
/* TABS */
#platform-partners .main-tab-button-holder {
    display:inline-block;
    vertical-align: top;
    text-align: center;
    width: 25%;
    float: left;
}
#platform-partners .main-tab-button {
    height:211px;
    width:100%;
    cursor:pointer;
}
#platform-partners .main-tab-button.xtra_padding {
    padding-top:87px;
}
#platform-partners .main-tab-button.active {
    background-color: #FFF;
    border:1px solid #999ba0;
    border-right:0;
}
#platform-partners .top-tab-holder .top-tab {
    float:left;
    vertical-align: top;
    width: 90px;
    height: 120px;
    padding-top: 86px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 15px;
    cursor: pointer;
}
#platform-partners .top-tab-holder .top-tab:first-of-type {
    margin-left: 30px;
}
#platform-partners .top-tab-holder .top-tab:hover {
    background-color: #f8921e; 
}
#platform-partners .top-tab-holder .top-tab.yPod { background-image:url('img/navigation/nav-ypod-icon.svg');background-size: 35px; background-position: center 32px;}
#platform-partners .top-tab-holder .top-tab.ySit { background-image:url('img/navigation/nav-ysit-icon.svg');background-size: 66px; background-position: center 37px;}
#platform-partners .top-tab-holder .top-tab.yCover { background-image:url('img/navigation/nav-ycover-icon.svg');background-size: 53px; background-position: center 16px;}
#platform-partners .top-tab-holder .top-tab.yHub { background-image:url('img/navigation/nav-yhealth-icon.svg');background-size: 32px; background-position: center 14px;}
#platform-partners .top-tab-holder .top-tab.yPole { background-image:url('img/navigation/nav-ypole-icon.svg');background-size: 9px; background-position: center 12px;}

#platform-partners .top-tab-holder .top-tab.active {
    background-color: #f8921e;
}
/* CONTENT */
#platform-partners .content-holder, #platform-partners .content, #platform-partners .intro_content_holder, #platform-partners .sub_tab_surround {
    display:none;
}
#platform-partners .content-holder.active, #platform-partners .content.active, #platform-partners .intro_content_holder.active, #platform-partners .sub_tab_surround.active {
    display:block;
}
#platform-partners .content-holder {
    width:100%;
}
#platform-partners .main-tab-content-holder {
    min-height: 420px;
    width:100%;
    float: left;
}
#platform-partners .main-tab-button {
    padding-top:46px;
}
#platform-partners .main-tab-button h2 {
    margin-top:0;
}
#platform-partners .content {
    background-color: #FFF;
    float:left;
    min-height: 420px;
    width: 75%;
    border-right:1px solid #999ba0;
    border-bottom:1px solid #999ba0;
    border-top:1px solid #999ba0;
}
#platform-partners .content .third {
    width:calc(33% - 1px);
    display: inline-block;
    vertical-align: top;
    border-left:1px solid #999ba0;
    height:420px;
    text-align: center;
    color:#999ba0;
    padding:0 2%;
}
#platform-partners .content .third img {
    margin-top:60px;
    max-width:225px;
    width:100%;
}
#platform-partners .content .third h3 {
    padding-bottom:0;
    color:#343741;
    margin-bottom:0;
}
#platform-partners .content .third h3:first-of-type {
    margin-top:0;
}
.table {
    display: table;
    width:100%;
    height: 100%;
}
.table div {
    display: table-cell;
    vertical-align: middle;
}
.green_txt {color:#46A549;}
.red_txt {color:#C81727;}
.bold {font-weight: 700;}

/* SUB TAB */
#platform-partners .sub_tab_holder {
    width:100%;
    height:50px;
    background-color: #343741;
    overflow: hidden;
}
#platform-partners .sub-tab-button {
    width:120px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    float: left;
}
#platform-partners .sub-tab-button.active, #platform-partners .sub-tab-button:hover {
    background-color:#f8921e;
    color:#343741;
    cursor: pointer;
}

/* CITY SCAPE */
.city-row {
    width: 100%;
    background:#343741;
}
.city-row .half {
    width:50%;
    padding-right:10%;
}
.city-row .ar-content {
    margin-left:136px;
    padding-top:50px;
    padding-bottom: 50px;
}
.city-scape-holder {
    height:510px;
    width:1270px;
    background-image: url('img/ar/YS-sydney-circular-quay.jpg');
    padding-top:150px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 0;
    animation: move 30s infinite;
    margin:0 auto;
}

.ar_glasses {
    height: 234px;
    width:768px;
    margin:0 auto;
    background-image: url('img/ar/YS-AR-glasses.png');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.ar_glasses:after {
    content:"";    
    position: absolute;
    top:0;
    left:0;
    height: 220px;
    width:768px;
    overflow: hidden;
    background-image: url('img/ar/ypod-waste-levels-info-graphics.png');
    background-repeat: no-repeat;
    background-position-y: 32px;
    background-position-x: 0;
    animation: move 30s infinite;
    border-radius: 50% / 10%;
}
.ar_glasses:before {
    content:"";
    position: absolute;
    bottom: -34px;
    left: 330px;
    background-image: url('img/ar/YS-sydney-circular-quay.jpg');
    background-repeat: no-repeat;
    background-position-y: -238px;
    background-position-x: -582px;
    animation: nose_move 30s infinite;
    width: 108px;
    height: 180px;
    -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
    border-radius: 50% 50% 50% 50% / 80% 80% 40% 40%;
    z-index: 4;
}

/* Animations */
@keyframes move {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: -1737px;
  }
  100% {
    background-position-x: 0;
  }
}

@keyframes nose_move {
  0% {
    background-position-x: -582px;
  }
  50% {
    background-position-x: -2317px;
  }
  100% {
    background-position-x: -582px;
  }
}

/* YPOD METRO */
.no-pad-left {
    padding-left: 0;
}
.metro_center_img {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.ypod_metro_image {
    width:100%;
    max-width:555px;
    margin:60px 0 40px 0;
}
.metro_features_container {
    overflow: hidden;
}
.metro_features_container .metro_feature {
    padding-bottom:20px;
}
.metro_features_container img {
    width:30px;
}
.metro_details_img_holder {
    margin:0 auto;
    position: relative;
}
.metro_details_img_holder:after {
    content: "";
    position: absolute;
    width:100%;
    height: 60px;
    top: 0;
    left: 28px;
    background-image: url('img/ypod/wifi-signal.png');
    background-repeat: no-repeat;
    background-position: center;
    animation: flash 1.5s infinite;
}
.metro_specs_text_holder {
    float:left;
    width: 50%;
    color: #999ba0;
    padding-top:80px;
}
.metro_specs_text_holder p {
    margin-bottom:20px;
}
.metro_specs_img_holder {
    float:right;
    width:35%;
    margin-right: 5%;
    padding-top:50px;
}
.ypod_builder_img {
    width:100%;
    max-width: 265px;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Only for the AR glasses section */
@media only screen and (max-width: 1239px) {
    .city-row {
        display: none;
    }
}

/* TABLETS */
@media only screen and (max-width: 767px) {
    .ideas-page-slider-latest-holder .ideas-post-holder, #white-paper .white-paper-holder, #world-ideas .world-holder, #precinct .precinct-holder, #economy .economy-holder, #search-results-page article {
        width:48.5%;
        margin-right:3%;
    }
    .ideas-page-slider-latest-holder .ideas-post-holder:nth-of-type(2n), #white-paper .white-paper-holder:nth-of-type(2n), #world-ideas .world-holder:nth-of-type(2n), #precinct .precinct-holder:nth-of-type(2n), #economy .economy-holder:nth-of-type(2n), #search-results-page article:nth-of-type(2n) {
        margin-right:0;
    }
    .search-form {
        width:94%;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    .single-banner {
        min-height:400px;
    }
    #single-post .element-link-holder div {
        width:20%;
    }

    #section-4 .dashboard-home-page-slider-slide-dashboard {
        max-width: 100%;
        padding:0 5%;
    }
    #section-4 .ipad-holder img {
        width:100%;
    }
    .metro_specs_text_holder, .metro_specs_img_holder {
        width:100%;
    }
    .metro_specs_img_holder {
        text-align: center;
        margin-right: 0;
    }
    .metro_features_container {
        margin-bottom: 0;
    }
}

/* MOBILE PHONES */
@media only screen and (max-width: 400px) {
    .ideas-page-slider-latest-holder .ideas-post-holder {
        width: 94%;
        margin: 0 3%;
    }
    #white-paper .white-paper-holder, #world-ideas .world-holder, #precinct .precinct-holder, #economy .economy-holder, #search-results-page article {
        width:100%;
        margin-right:0;
    }
    .single-banner {
        min-height:300px;
    }
    #single-post .idea-post-image {
        width:100%;
    }
    #single-post .element-link-holder div {
        width:32%;
    }
    #section-4 {
        display: none !important;
    }
    /* Place Match menu item */
    #menu-item-1300 {
        display: none;
    }
    .metro_specs_img_holder img {
        max-width: 100%;
    }
}