/*------------------------------------*\
    #KalixKommunOrange
\*------------------------------------*/

#KalixKommunOrange {
	
}



/*------------------------------------*\
    #OrangeBubbels
\*------------------------------------*/

#OrangeBubbels {
	
}



/*------------------------------------*\
    #BlueBubbels
\*------------------------------------*/

#BlueBubbels {
	
}



/*------------------------------------*\
    #Snowy
\*------------------------------------*/

#Snowy {
	
}


/*------------------------------------*\
    #Familjecentral
\*------------------------------------*/

.familjecentralen {
	
}

.familjecentralen .slide-content-container.half-width {
	width: 54%;
}

.familjecentralen .slide-image-container {
	display: block;
    margin: 0;
    width: 42%;
    height: 58%;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 20px;
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    max-width: none;
	background-position: 50% 50%;
	background-size: cover;
	border: 8px solid #fff;
}

/*------------------------------------*\
    Demo
\*------------------------------------*/

/*.Demo .slide-content-container{
width: 40%;
height: 100%;
position: fixed;
top: 0;
right: 0;
overflow: hidden;
border-left: 20px solid #fff;
padding-top:10%;
border-top:initial;
left:initial;
}
				
.Demo .slide-title-container {
width: 60%;
height: 50%;
top: 0;
left: 0;
border-bottom: 20px solid #fff;
right: initial;
border-left:initial
}

.Demo .slide-image-container {
bottom: 0%;
top:initial;
}*/


/*------------------------------------*\
    ch1
\*------------------------------------*/

.ch1 .slide-content-container{
width: 40%;
height: 100%;
position: fixed;
top: 0;
right: 0;
overflow: hidden;
border-left: 20px solid #fff;
padding-top:10%;
border-top:initial;
left:initial;
}
				
.ch1 .slide-title-container {
width: 60%;
height: 50%;
top: 0;
left: 0;
border-bottom: 20px solid #fff;
right: initial;
border-left:initial
}

.ch1 .slide-image-container {
bottom: 0%;
top:initial;
}

.sportcity .slide-title-container {
  display: none;
}

.sportcity .slide-image-container {
  display: block;
  margin: 0;
  width: 36%;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: none;
  background-size: cover;
  padding-top: 75%;
}

.sportcity .slide-image-container img {
  width: 100%;
}

.sportcity #clockWidgetWrap {
  position: absolute;
  padding: 0;
  z-index: 140;
  top: 2%;
  right: 1%;
  width: 25%;
  height: 7%;
  display: block;
  position: fixed;
  overflow: hidden;
}

.sportcity #clockWidgetWrap #clockWidget {
  text-align: right;
}

.sportcity #clockWidgetWrap #clockText {
  font-family: 'droid_sans_monoregular';
  font-weight: bold;
  line-height: .8em;
  text-align: right;
  color: #444;
  font-size: 34px;
  font-size: 3.4rem;
}

.sportcity #tempWidgetWrap {
  position: absolute;
  z-index: 10000;
  overflow: hidden;
  padding: 0;
  top: 9%;
  right: 1%;
  bottom: auto;
  left: auto;
  width: 25%;
  height: 7%;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(none), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, none, #e6e6e6);
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, none, #e6e6e6);
  background-image: -ms-linear-gradient(top, none, #e6e6e6);
  background-image: -o-linear-gradient(top, none, #e6e6e6);
  background-image: linear-gradient(top, none, #e6e6e6);
  background-repeat: repeat-x;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: none;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: none;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
}

.sportcity #tempWidgetWrap #tempWidget {
  text-align: right;
}

.sportcity #tempWidgetWrap #tempText {
  font-family: 'droid_sans_monoregular';
  font-weight: bold;
  line-height: .8em;
  text-align: right;
  text-transform: uppercase;
  color: #444;
  font-size: 34px;
  font-size: 3.4rem;
}

.sportcity .slide-content-container .slide-content {
  max-width: 100%;
  overflow: hidden;
  display: block;
  padding: 40px;
}

.part-arena .slide-title-container {
    display: none
}

.part-arena .slide-image-container {
    display: block;
    margin: 0;
    width: 36%;
    overflow: hidden;
    position: absolute;
    bottom: 226px;
    right: 20px;
    max-width: none;
    background-size: cover;
    padding-top: 75%
}

.part-arena .slide-image-container img {
    width: 100%
}

.part-arena #clockWidgetWrap {
    position: absolute;
    padding: 0;
    z-index: 140;
    top: 2%;
    right: 1%;
    width: 25%;
    height: 7%;
    display: block;
    position: fixed;
    overflow: hidden
}

.part-arena #clockWidgetWrap #clockWidget {
    text-align: right
}

.part-arena #clockWidgetWrap #clockText {
    font-family: 'droid_sans_monoregular';
    font-weight: bold;
    line-height: .8em;
    text-align: right;
    color: #444;
    font-size: 34px;
    font-size: 3.4rem
}

.part-arena #tempWidgetWrap {
    position: absolute;
    z-index: 10000;
    overflow: hidden;
    padding: 0;
    top: 9%;
    right: 1%;
    bottom: auto;
    left: auto;
    width: 25%;
    height: 7%;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(none), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, none, #e6e6e6);
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, none, #e6e6e6);
    background-image: -ms-linear-gradient(top, none, #e6e6e6);
    background-image: -o-linear-gradient(top, none, #e6e6e6);
    background-image: linear-gradient(top, none, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-right-radius: none;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: none;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: transparent
}

.part-arena #tempWidgetWrap #tempWidget {
    text-align: right
}

.part-arena #tempWidgetWrap #tempText {
    font-family: 'droid_sans_monoregular';
    font-weight: bold;
    line-height: .8em;
    text-align: right;
    text-transform: uppercase;
    color: #444;
    font-size: 34px;
    font-size: 3.4rem
}

.part-arena .slide-content-container .slide-content {
    max-width: 100%;
    overflow: hidden;
    display: block;
    padding: 40px
}

.part-arena .slide-content-container.half-width {
    width: 1190px
}

.part-arena .room {
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 20px
}

.part-arena .room .room-inner {
    background: #fff;
    background-color: rgba(255,255,255,0.7);
    padding: 20px
}

.part-arena .room h3 {
    font-size: 34px;
    border-bottom: 2px solid #ad2323;
    padding-bottom: 6px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: bold
}

.part-arena #tempWidgetWrap {
    bottom: 99px;
    top: auto;
    left: auto;
    right: 32px
}

.part-arena #tempWidgetWrap #tempText {
    color: #fff
}

.part-arena #clockWidgetWrap.clock-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    border-top: 2px solid #800809;
    padding: 100px 10px;
    background: #ad2323;
    background: -moz-linear-gradient(top, #ad2323 0, #800809 100%);
    background: -webkit-linear-gradient(top, #ad2323 0, #800809 100%);
    background: linear-gradient(to bottom, #ad2323 0, #800809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad2323', endColorstr='#800809', GradientType=0);
	display:none;
}

.part-arena #clockWidgetWrap.clock-container:before {
    content: "Part Arena | Kalix IP";
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 70px 50px;
    line-height: 1
}

.part-arena #clockWidgetWrap.clock-container #clockWidget {
    right: 30px;
    top: 103px;
    position: absolute
}

.part-arena #clockWidgetWrap.clock-container #clockText {
    color: #fff
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
