/** style.css
 * 
 * Theme Name:	Popmaster
 * Description:	A WordPress Theme based on Bootstrap, from Twitter. It features a 100% responsive layout, a superb gallery and image handling with a custom image meta widget and carousel for gallery post-formats, the Glyphicon Icon set, a clean and simple design and a lot more! The Bootstrap runs on HTML5 and CSS3, a 12-column grid and comes with custom jQuery plugins. See the Bootstrap documentation on GitHub for reference.
 * Author:		Henryk Helsky
 * Author URI:	http://restate.fi/
 * Version:		1.0
 *
 */


/*============= Popmaster styles =============*/

.clear { height:1px; clear: both; float: none;}

ul,ol {
    margin: 0 0 10px 15px;    
}


/* Typo */
.chaparral {
    font-family: "chaparral-pro",sans-serif;
    font-style: normal;
    font-weight: 400;    
}
.chaparral-bold {
    font-family: "chaparral-pro",sans-serif;
    font-style: normal;
    font-weight: 700;  
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "chaparral-pro", "Georgia", serif;
    font-weight: 400;
    font-style: normal;
}
.entry-content {
    font-size: 15px;
    line-height: 24px;
    margin-right: 40px;
}
.entry-content p {
    margin-right: 20px;
    margin-bottom: 14px;
}
.entry-content li {
    margin-bottom: 24px;
}
.entry-title {
    color: #e40041;
}

body > .fullwide-container.top {
    margin-top:0;
    
    min-width: 100%;
    
    border-top: 7px solid #d6023c;

}
body > .fullwide-container.middle {
    background: #111;
    color: #fff;
    min-height: 542px;
    min-width: 100%;
}
body > .fullwide-container.footer {
    background: #d6023c;
    color: #fff;
    min-width: 100%;
}
body > .fullwide-container.brand-footer {
    background: #232323;
    color: #fff;
    min-width: 100%;
}
.footer-content {
    padding-top:40px;
}
.logo-footer {
    padding-top: 42px;
    padding-bottom: 42px;
}


.brand-footer {
    line-height: 120px;
}
.brand-logos img {
    margin-right: 50px;
}

.footer .widget ul li {
    line-height: 23px;
}

.footer .widget ul a {
    color: #fff;
}
.footer .widget ul a:hover {
    color: #fff;
}

.top-logo {
    margin-top:23px;
    margin-bottom: 20px; 
}

.subnav .nav {
    margin-top:55px;
}

.subnav .nav > li {
    float: left;
}
.subnav .nav {
    font-size: 17px;
    font-family: "Georgia", serif;
}
.subnav .nav > li {
    margin-left: 40px;
}

.subnav .nav li a {
    color: #d6023c;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}
.subnav .nav > li.active > a,
.subnav .nav > li > a:hover {
    color:#333333;
    border-bottom: 2px solid #d6023c;
    background: none;
}
.subnav .dropdown-menu li > a {
    background: #fff;
}
.subnav .dropdown-menu li > a:hover {
    background: #dbdbdb;
    color: #000;
}
.nav .active .dropdown-toggle .caret,
.nav .dropdown-toggle .caret {
    border-top-color: #D6023C;
    border-bottom-color: #D6023C;
}




/*=========== App styles ===========*/

@keyframes glow {
    0% { color: rgba(255,255,255,1) }
    50% { color: rgba(255,255,255,0.6) }
    100% { color: rgba(255,255,255,1) }
}
@-moz-keyframes glow {
    0% { color: rgba(255,255,255,1) }
    50% { color: rgba(255,255,255,0.6) }
    100% { color: rgba(255,255,255,1) }
}
@-webkit-keyframes glow {
    0% { color: rgba(255,255,255,1) }
    50% { color: rgba(255,255,255,0.6) }
    100% { color: rgba(255,255,255,1) }
}
.appCanvas {
}

#theApp {
    position: relative;
    min-height: 530px;
}

.loading {
    margin-left:20px;
    animation: glow 1.3s ease-in 0s infinite;
    -webkit-animation: glow 1.3s ease-in 0s infinite;
}

.theApp {
    margin-top: 6px;
    min-height: 530px;
}
#appTitle {
    font-size: 34px;
    margin:0;
    margin-top:22px;
    margin-bottom: 12px;
}

/*===== step indicator nav ========*/
.stepIndicator {
    list-style: none;
    border: 3px solid #989898;
    border-radius: 10px;
    background: #ebebeb;
    margin:0;
    display: inline-block;
    z-index: 1;
    position: absolute;
    padding:0;
    list-style: none;
}
.stepIndicator li {
    float: left;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    border-right:0px;
    border-left:0px;
    border-radius: 7px;
    line-height: 42px;
    padding-left: 15px;
    -webkit-background-size:100%;
    
}
.stepIndicator li.first {
    padding-left: 32px;
}

.stepIndicator li.first.active {
    padding-left: 16px;
}

.stepIndicator li.last {
    padding-right: 22px;
}
.stepIndicator li.active {
    background: #414141;
    color: #fff;
    border-radius:0;
    padding-left: 0px;
}

.stepIndicator li span {
    -webkit-background-size:100%;    
}

.stepIndicator li span.left,
.stepIndicator li.first span.right 
{
    display: none;
}

.stepIndicator li.first.active span.right,
.stepIndicator li.first span.right {
    display: block;
}


.stepIndicator li span.right {
    display: block;
    width: 25px;
    height: 43px;
    background: #434343 url(popmaster-img/indicator-white.png) no-repeat;
    float: right;
    margin-left: 12px;
}

.stepIndicator li.active span.left {
    display: block;
    width: 25px;
    height: 43px;
    background: #434343 url(popmaster-img/indicator-back.png) no-repeat;
    float: left;
    margin-right: 12px;
    
}
.stepIndicator li.active span.right {
    background: #434343 url(popmaster-img/indicator-front.png) no-repeat;
    float: right;
}

.stepIndicator li.active.first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    
}
.stepIndicator li.active.last {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}


/*========== Packages =========*/
#packageList {
    position: absolute;
    left: 0px;
    top: -420px;
    list-style: none;
    margin:0;
    padding:0;
    z-index: 50;
}

#packageList.show {
    top: 65px;
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
}
#packageList.hide {
    top: 65px;
    left: -980px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    
}

#packageList.show .package.mini {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
#packageList.show .package.chosen{
    transition: all 1.1s ease-in-out 0s;
    -moz-transition: all 1.1s ease-in-out 0s;
    -webkit-transition: all 1.1s ease-in-out 0s;
}
#packageList.show.hide .package.chosen{
    transition: all 1.1s ease-in-out 0s;
    -moz-transition: all 1.1s ease-in-out 0s;
    -webkit-transition: all 1.1s ease-in-out 0s;
}
#packageList.show.hide .package img {
}
#packageList .package p {
    font-size: 13px;
}


#packageList.hide .package.chosen {
}
#packageList.hide .package.hidden {
}


#packageList .package {
    float: left;
    width: 209px;
    max-height: 346px;
    overflow: hidden;
    border: 3px solid #a10c35;
    padding:12px;
    padding-top:8px;
    background: #a10c35;
    margin-right:2px;
    margin-bottom:4px;
    cursor: pointer;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}
#packageList .package.hover,
#packageList .package.chosen {
    border: 3px solid #fff;
    background: rgba(214, 2, 60, 0.8);
    transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
}
#packageList .package.chosen {
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    background: rgba(214, 2, 60, 1);
}
#packageList.show .more-info a {
    display: block;
}
#packageList.show.hide .more-info a {
    margin-right: 20px;
}

/*===== Next back buttons */
#theApp .next-button,
#theApp .back-button {
    position: absolute;
    left: 510px;
    top: 416px;
    border-radius: 16px;
    font-size: 20px;
    padding: 8px;
    padding-left: 22px;
    padding-right: 22px;
    z-index:90;
}

#theApp .back-button {
    left:0;
}

#theApp .next-button.last {
    left: 395px;
}

#theApp .next-button.outside,
#theApp .back-button.outside {
    top: -280px;
}

.btn.btn-orange {
    background: #f68b30;
    color: #fff;
    font-size: 20px;
}
.btn.btn-orange:hover {
    background: #f16d28;
}


/*===== Popover ========*/
.popover .popover-content {
    color: #000;
    font-size: 12px;
}
.popover .popover-content h5,
.popover .popover-content h4,
.popover .popover-content h3,
.popover .popover-content h2,
.popover .popover-content h1,
.popover .popover-content div {
    margin:0;
    margin-bottom:8px;
}

.popover .popover-content ul {
    margin-bottom: 8px;
}



.package h3 {
    margin: 0;
    font-size: 26px;
    margin-bottom:0px;
}

.package img {
    display: block;
    margin:auto;
}
.package .price {
    font-size: 34px;
}
.package .price span {
    font-size: 18px;
}
.package a {
    color: #fff;
}
.package p {
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

/* Gearlist */

#gearList {
    position: absolute;
    top: -620px;
    left: 0px;
    margin:0;
    padding:0;
    width: 635px;
    list-style: none;
    height: 351px;
    z-index: 50;
}
#gearList.show {
    top:65px;
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
}
#gearList.hide {
    left: -400px;
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
}

#gearList li {
    float: left;
    width: 120px;
    height: 160px;
    background: #fff;
    background: rgba(255,255,255,1);
    color: #000;
    margin-bottom: 6px;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
}

#gearList li.chosen,
#gearList li.chosen.hover {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;    
}
#gearList li.hover {
    border: 2px solid #00ab19;
}

#gearList li h3 {
    font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica";
    line-height: 18px;
    text-align: center;
}
#gearList li img {
    max-width: 65px;
    max-height: 65px;
    margin: auto;
    display: block;
    position: absolute;
    top: 57px;
    left: 31px;
}

#gearList li.chosen .check {
    display: block;
    width: 60px;
    height: 55px;
    background: url(popmaster-img/selected-gear.png) no-repeat;
    position: absolute;
    top: 45px;
    left: 33px;
}

#gearList li .price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #d6023c;
    display: block;
    bottom: 7px;
    position: absolute;
    width: 100%;
}


/* Image collection stage*/
#collectionStage {
    position: absolute;
    width: 534px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;    
    right: -10px;
    top: -72px;
}

#collectionStage.outside {
    top:-40px;
    top:-20px;
    right:-660px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;    
}

#loader {
    position: absolute;
    left: 180px;
    top: 100px;
    border-radius: 8px;
    display: none;
    z-index:999999;
    text-align: center;
}

/* Collection Stage */
.collectionStage img {
    position: absolute;
    z-index: 10;
}

/* Packages underneath */ 
.collectionStage img.extra-paketti,
.collectionStage img.perus-paketti,
.collectionStage img.deluxe-paketti {
    z-index: 1;
}
.collectionStage .aloituskuva {
    top: 23px;
}





.quote.start {
    display: none;
}

.hasApp.appStarted {
    display: block;
    position: relative;
    top: -135px;
    z-index:1;
}


.price-breakdown {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    padding: 20px;
    padding-top: 24px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    background: #fff;
}

.price-breakdown .totalWrap {
    margin-bottom: 20px;
}

.price-breakdown .total {
    font-size: 24px;
    display: block;
}

.price-breakdown .totalPriceWrap {
    text-align: center;
    border-bottom: 2px solid #f7a13b;
    padding-bottom: 12px;
    float: right;
    display: inline-block;
}
.price-breakdown #totalPrice {
    font-size: 34px;
    font-weight: bold;
}

.breakdownItem {
    border-bottom: 1px dashed #dedede;
    padding-top:3px;
    padding-bottom: 4px;
}

.breakdownItem .price {
    float: right;
    font-weight: bold;
}

.eventInfo,
.orderInfo,
.thanks {
    position: absolute;
    top: -540px;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background: #fff;
    color: #000;
    width: 630px;
    height: 316px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 8px;
    z-index: 50;
}
.eventInfo.show,
.orderInfo.show,
.thanks.show {
    top: 65px;
}

.eventInfo {
    overflow-y: scroll;
}

.eventInfo h4,
.orderInfo h4 {
    font-size: 13px;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
}

.eventForm .street {
    width: 200px;
}

.eventForm .section {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.elements .clearfix > label {
    font-weight: normal;
    color: inherit;
}

.elements .clearfix > label,
.elements .clearfix > input {
    float: left;
}
.elements .clearfix > input {
    margin-right: 12px;
    
}
.elements input.error {
    border-color: red !important;
}

.venue .elements > .city {
    margin-left: 8px;
    width: 154px;
}
.elements > span {
    position: relative;
}
.elements label.error {
    display: none !important;
}

.datetime .elements > .input-small {
    width: 115px;
    margin-left: 8px;
}
.datetime .assembly .clearfix {
    width: 388px;
}

.elements .assistance h4 {
    clear: both;
}
.venue > h4,
.datetime > h4,
.carry > h4,
.nature > h4 {
    float:left;
}

.orderForm .section p {
    float: left;
    clear: left;
    width: 200px;
    
}

.datetime .elements .datepicker {
    margin-left:0;
}

.carry > h4 {
    width: 160px;
}

.carry input,
.carry label {
    float: left;
}
.carry input {
    margin-right: 20px;
}
.carry label {
    font-weight: normal;
    margin-right: 12px;
}

.venue .elements,
.datetime .elements,
.carry .elements,
.nature .elements {
    float: right;
    width: 390px;
    padding-right: 15px;
}

.orderInfo .elements input {
  margin-bottom:10px;
}

.orderInfo .additionalInfo {
    width
}




/* Banner styles */
.banner {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    margin-bottom: 35px;
    min-height: 110px;
}

.banner a,
.banner a:hover {
    text-decoration: none;
}

.vinyylidj-banner {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 32px 0;
}
.vinyylidj-banner img {
    position: absolute;
    top: -25px;
    left: -10px;
}
.vinyylidj-banner span {
    font-size: 24px;
    color: #d6023c;
    display: block;
    margin-left: 180px;
    line-height:26px;
}
.vinyylidj-banner span.phone {
    font-size: 30px;
    margin-top: 12px;
}

.tarjouslaskuri-banner {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 32px 0;
}
.tarjouslaskuri-banner img {
    position: absolute;
    top: -25px;
    left: -10px;
}
.tarjouslaskuri-banner span {
    font-size: 24px;
    color: #d6023c;
    display: block;
    margin-left: 180px;
    line-height:26px;
}
.tarjouslaskuri-banner span.phone {
    font-size: 30px;
    margin-top: 12px;
}


.support2-banner {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 32px 0;
}
.support2-banner img {
    position: absolute;
    top: -28px;
    left: -15px;
}
.support2-banner span {
    font-size: 24px;
    color: #d6023c;
    display: block;
    margin-left: 180px;
    line-height:26px;
}
.support2-banner span.phone {
    font-size: 30px;
    margin-top: 12px;
}

.support-banner {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 32px 0;
}
.support-banner img {
    position: absolute;
    top: -2px;
    left: 23px;
}
.support-banner span {
    font-size: 24px;
    color: #d6023c;
    display: block;
    margin-left: 180px;
    line-height:26px;
}
.support-banner span.phone {
    font-size: 30px;
    margin-top: 12px;
}
.heavykaraoke-banner {
    background: #33322e;
    padding: 36px 0;
    position: relative;
}
.heavykaraoke-banner img {
    position: absolute;
    top: -10px;
    left: -44px;
}
.heavykaraoke-banner span {
    display: block;
    margin-left: 237px;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}
.heavykaraoke-banner span.uc {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 6px;
}
.viihdemestari-banner {
    position: relative;
    padding: 36px 0;
}
.viihdemestari-banner img {
    position: absolute;
    top:-20px;
    left:6px;
}
.viihdemestari-banner span {
    font-size: 24px;
    color: #d6023c;
    display: block;
    margin-left: 250px;
    margin-top: 10px;
    line-height:26px;
   
}

#secondary {
    padding-top: 50px;
}

#ui-timepicker-div {
    z-index: 9999;
}

.some {
    text-align: center;
    margin: auto;
}

.fb-share {
    background: url(popmaster-img/fb-share.png);
    display: block;
    height: 41px;
    width: 206px;
    margin: auto;
}

.thanks p,
.thanks h2 {
    text-align: center;
}


/*==== Overlay for gallery ======*/
.overlay {
    background: rgba(0,0,0, 0.7);
    min-width: 100%;
    min-height: 100%;
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: height 1s linear;
    z-index:9999;
    text-align: center;
}

.overlay .content-inner {
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: height 1s linear;
    margin:auto;
    display: inline-block;
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.7);
    margin-top: 5%;
    position: relative;
}

.overlay .overlay-next,
.overlay .overlay-back {
    position: absolute;
    width: 45%;
    height: 100%;
    display: block;
}
.overlay .overlay-next {
    right:0;
   
}
.overlay .overlay-back {
    left:0;
}

.overlay .overlay-nav span {
    top: 46%;
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
}

.overlay .overlay-back span {
    background: url(popmaster-img/arrow-circle-left.png) no-repeat;
    left: 3%;    
}
.overlay .overlay-next span {
    background: url(popmaster-img/arrow-circle-right.png) no-repeat;
    right: 3%;
}


.overlay .close {
    color: #111;
    border: 2px solid #000;
    border-bottom: none;
    background: #fff;
    opacity:1;
    position: absolute;
    top: -38px;
    right: 0px;
    padding:8px 10px;
}

.popmaster-gallery-thumbs {
    margin:0;
    margin-bottom: 40px;
}
.popmaster-gallery-thumbs li {
    display: inline-block;
    margin: 0 2px 2px 0;
    border: 1px solid #dfdfdf;
}
.popmaster-gallery-thumbs .current {
}

/*  T */
#secondary {
    padding-top: 50px;
}

body > .fullwide-container.middle {
    height: 572px;
    overflow: hidden;
}

section.widget-area.col-md-5.hasApp.appStarted {
    margin-top: 50px;
}

.footer-content ul {
    margin-left:15px;
    padding-left:0;
}


input.wpcf7-range {
    display: inline;
    width: 92%;
}



/* =Responsiveness
-------------------------------------------------------------- */


@media (max-width:480px) {
    
    #secondary,
    .fullwide-container.middle {
        display: none;
    }
    
    [class*="span"] {
        display: block;
        width: 91%;
        clear: both;
    }
    .brand-footer [class*="offset"] {
        margin-left: 0;
        margin: auto;
        width: 100%;
    }
    
    .textwidget {
    }
    
    #menu-popmaster-top-nav {
        float: none;
    }
    
    #menu-popmaster-top-nav li {
        display: block;
        float: none;
        clear: both;
        margin:0;
        margin-bottom: 10px;
        text-align: center;
    }
    .brand-logos a {
        display: block;
        clear: both;
        float: none;
    }
    .brand-logos img {
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .brand-footer p {
        margin: auto;
        text-align: center;
    }
    .entry-content p,
    .entry-content {
        margin-right: 0;
    }
    
    
  
}

@media only screen and (device-width: 768px) {

    body > div {
        padding: 0 10px;
    }



}

@media (max-width: 767px) {
	body {
		padding:0;
	}
	.container {
		width: auto;
		padding: 0 10px;
	}
	#page {
		margin: 0;
		padding: 10px;
	}
	.thumbnail[class*="span"],
	.gallery [class*="span"] .thumbnail {
		display: table;
		float: left;
	}
	.carousel .item > img {
		width: 100%;
	}
	.thumbnails > li {
		float: left;
		margin-left: 20px;
	}
	.gallery-columns-2.thumbnails > li:nth-child(2n+1),
	.gallery-columns-3.thumbnails > li:nth-child(3n+1),
	.gallery-columns-4.thumbnails > li:nth-child(4n+1),
	.gallery-columns-5.thumbnails > li:nth-child(5n+1),
	.gallery-columns-6.thumbnails > li:nth-child(6n+1),
	.gallery-columns-7.thumbnails > li:nth-child(7n+1),
	.gallery-columns-8.thumbnails > li:nth-child(8n+1),
	.gallery-columns-1.thumbnails > li {
		margin-left:0;
	}
	.gallery-columns-2.thumbnails [class*="span"] {
		width: 47.4%;
	}
	.gallery-columns-3.thumbnails [class*="span"] {
		width: 29.9%;
	}
	.gallery-columns-4.thumbnails [class*="span"] {
		width: 21.2%;
	}
	.gallery-columns-6.thumbnails [class*="span"] {
		width: 12.4%;
	}
	.gallery-columns-7.thumbnails [class*="span"] {
		width: 9.9%;
	}
	.gallery-columns-8.thumbnails [class*="span"] {
		width: 8.7%;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		float: none;
		margin: inherit;
	}
	#s {
		display: inline-block;
	}
	#site-generator,
	#site-generator.footer-nav-menu a {
		float: none;
		margin-top: 5px;
	}
	textarea[class*="span"] {
		height: auto;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		margin: 0;
	}
        
    body > .fullwide-container.top {
        margin-top:0;
        border-top: 7px solid #d6023c;
        min-width: 100%;
        width: auto;
    }
    body > .fullwide-container.middle {
        background: #242424 url(popmaster-img/top-bg.png) repeat-x top left;
        color: #fff;
        min-height: 542px;
        min-width: 100%;
        width: auto;
    }
    body > .fullwide-container.footer {
        background: #d6023c;
        color: #fff;
        min-width: 100%;
        width: auto;
    }
    body > .fullwide-container.brand-footer {
        background: #232323;
        color: #fff;
        min-width: 100%;
        width: auto;
    }
    
    .top-logo {
        margin: auto;
        float: none;
        display: block;
        margin-top: 20px;
    }
    .top-logo img {
        display: block;
        margin: auto;
    }


    .viihdemestari-banner img {
        clear:both;
        position: relative;
        top:0;
        left:0;
    }
    .viihdemestari-banner span {
        display:block;
    }
    
    
}


@media (amin-width: 768px) and (amax-width: 979px) {
	.dl-horizontal dt {
		width: 85px;
	}
	.dl-horizontal dd {
		margin-left: 95px;
	}
    
    header .top-logo {
        float: none !important;
    }
    header .top-logo img {
        display: block;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }    
    
    .subnav .nav {
        margin-top:0;
    }
    
    .heavykaraoke-banner img {
        top: 118px;
        left: 10px;
    }
    .heavykaraoke-banner span {
        clear: both;
        margin-left:20px;
        margin-bottom: 180px;
    }


    body > .fullwide-container.top {
        margin-top:0;
        border-top: 7px solid #d6023c;
        width: 1170px;
        width: auto;
    }
    body > .fullwide-container.middle {
        background: #242424 url(popmaster-img/top-bg.png) repeat-x top left;
        color: #fff;
        min-height: 542px;
        min-width: 100%;
        width: auto;
    }
    body > .fullwide-container.footer {
        background: #d6023c;
        color: #fff;
        min-width: 100%;
        width: auto;
    }
    body > .fullwide-container.brand-footer {
        background: #232323;
        color: #fff;
        min-width: 100%;
        width: auto;
    }
    
}
@media (min-width: 980px) and (max-width: 1199px)  {
       
    .heavykaraoke-banner img {
        top: 118px;
        left: 50px;
    }
    .heavykaraoke-banner span {
        clear: both;
        margin-left:60px;
        margin-bottom: 180px;
    }

    .support-banner img {
        position: absolute;
        top: -12px;
        left: 23px;
    }
    .support-banner span {
        font-size: 24px;
        color: #d6023c;
        display: block;
        margin-left: 120px;
        line-height:26px;
    }
    .support-banner span.phone {
        font-size: 30px;
        margin-top: 12px;
    }

    body > .fullwide-container.top {
        margin-top:0;
        border-top: 7px solid #d6023c;
    }
    body > .fullwide-container.middle {
        background: #242424 url(popmaster-img/top-bg.png) repeat-x top left;
        color: #fff;
        min-height: 542px;
    }
    body > .fullwide-container.footer {
        background: #d6023c;
        color: #fff;
    }
    body > .fullwide-container.brand-footer {
        background: #232323;
        color: #fff;
    }

    
    
}


.referenssi label {
    position: relative;
}
.referenssi input {
    position: absolute;
    left: 40px;
}
.wpcf7-textarea[name=vapaapalaute] {
    width: 400px;
}

div.textwidget p a {
    color: #ffffff;
}


.some-icon {
	font-size: 2.4em;
	vertical-align: middle;
	margin-right: 10px;
}



.wpcf7-list-item {
  display: block;
}

/********************************* UI.TIMEPICKER.CSS *****************************************************************/
/* Timepicker---------------------------------*/
.ui-timepicker { width: 18em; padding: .2em .2em 0;}
.ui-timepicker .ui-timepicker-header {  padding:.2em 0; }
.ui-timepicker .ui-timepicker-close { position:absolute; top: 6px; right:5px; width: 1.8em; height: 1.8em; cursor:pointer;}
.ui-timepicker .ui-timepicker-close span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-timepicker .ui-timepicker-title { margin: 0; line-height: 1.8em; text-align: center; }

.ui-timepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0em; }
.ui-timepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-timepicker td { border: 0; padding: 1px;}
.ui-timepicker td span, .ui-timepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none;cursor:pointer}
.ui-timepicker td i { font-style:normal;font-size:0.7em;}

.ui-timepicker .ui-timepicker-divider { font-size:0.2em; line-height:0.2em;}
.ui-timepicker-active { border:1px solid #FA514C;background-color:#FAA8A6; }

/*global styles*/
.ui-timepicker-button { margin: 0em 0em .0em .4em; cursor: pointer; padding: 0em .6em 0em .6em;  overflow:visible; }
.ui-timepicker-imgbutton {border:none;height:32px;width:32px;}
.ui-timepicker-defaultbutton {}
.ui-timepicker-uibutton {}


@media (max-width: 767px) and (min-width: 480px) {
    nav .nav li {
      margin-bottom: 20px;
      
      
    }
    .middle {
      display: none !important;
    }
}


@media (max-width: 768px) {
    #branding .top-logo {
      float: none !important;
    }
    #branding .top-logo img {
      display: block;
      margin: auto;
      margin-top: 20px;
    }    
    #menu-popmaster-top-nav {
      float: none !important;
      margin-bottom: 20px;
    }
    #menu-popmaster-top-nav > li > a {
        padding: 10px 2px;
    }

}



@media (max-width: 992px) {
    .hasApp.appStarted {
        top: -65px;
    }
    #collectionStage {
        display: none;
    }
    #menu-popmaster-top-nav {
        float: none !important;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    #menu-popmaster-top-nav {
        float: none !important;
        margin-top: 20px;
    }
    
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .collectionStage img {
        max-width:100%;
    }
    .banner {
      display: none;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
  #collectionStage {
      right:-160px;
      top:0;
  }
  .collectionStage .aloituskuva {
      top:51px;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #collectionStage {
      right:10px;
      top:-70px;
  }
  .collectionStage img {
      max-width: none !important;
  }

  .banner {
    display: block;
  }
}






