@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700';
@import 'https://fonts.googleapis.com/css?family=Courgette';

/* Increase body width */

#container {
    border: none;
    background-color: #fff;
    width: 100%;
}

#bodycontent {
    width: 870px;
}

#bodyshell {
    border-left: 270px solid #ffffff;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 870px;
}

#header-container {
    width: 1140px;
    margin: 0 auto;
}

#searcharea fieldset {
    width: 1140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

input#query {
    width: 700px;
}

/* Style Changes */

body {
    background-color: #fff;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
}

#searcharea {
    background: #112744;
    border-top: 1px solid #315686;
}

#searcharea label span, #searcharea label input {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

#searchsubmit {
    background: #9dc00b;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 80px;
}
/* Edited 10-07-2016 / tempo-disabled
input#searchsubmit {
    float: right;
}
*/
#searcharea > fieldset > label.labelfield > select {
    height: 40px;
    vertical-align: top;
    padding: 0 5px;
}

input#query {
    width: 690px;
    height: 30px;
    border: none;
    padding: 5px;
    position: relative;
    left: 14px;
}

#messagearea #messagetitle {
    background: none;
    color: #000;
    text-transform: uppercase;
    font: 700 18px/22px 'Montserrat', sans-serif;
    padding: 0 0 17px;
}

#contents table tbody tr td {
    border: 1px solid #e5e5e5;
    padding: 10px;
    display: table-cell;
}

#contents-table td a > img {
    width: 100%;
    max-height: 250px;
    max-width: 250px;
    object-fit: contain;
    margin: auto;
   /* display: block; */
/* Added 11-08-2016 */
    display: table;
    table-layout: fixed;
}

#contents a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 15px;
}

#section-contenttitle {
    background: none;
    color: #000;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 32px;
}

#itemtype #contentarea #itempage-captiontitle {
    margin: 0 0 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-align: left;
}

#nav-general {
    float: none;
    display: block;
    list-style: none;
    width: 100%;
    background: #112744;
    height: 30px;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    text-align: center;
}

#nav-general li {
    background: none;
    border: none;
    float: none;
    margin: 0;
    text-align: center;
    display: inline-block;
}

#nav-general li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding: 0 30px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}

#nav-general li a:hover {
    background: none;
    color: #cfcfcf;
}

strong#slogan {
    width: 50%;
    padding: 0;
    color: #fff;
    white-space: pre;
    float: right;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 1px #000;
    display: block !important;
}

#slogan sub {
    color: #ff0000;
    font-weight: 700;
}

#item-contenttitle {
    display: none;
}

/* Product pages */

#itemarea a {
    display: block;
    width: 50%;
    margin: 0;
    float: left;
}

.itemform.productInfo {
    display: block;
    width: 50%;
    margin: 0;
    float: right;
}

#itemarea div.itemform.productInfo select {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
}

#itemtype .code {
    display: none;
}

#itemtype .itemFormName, #contents-table .itemFormName {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

#caption {
    font-size: 16px; /* Edited 12-5-2016 14px */
    line-height: 26px;
    PADDING-LEFT: 45PX; /* Added 12-5-2016 */

}

#itemarea a img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.ys_primary2 {
    cursor: pointer;
    background: #f75610 none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin: 15px 0 0;
    padding: 0 15px;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.ys_primary2:hover {
    background: #112744;
    color: #fff;
}

/* Left Navigation Bar */

#nav-product {
    margin-left: -270px;
    width: 270px;
}
/* Edited 10-13-2016 */
#nav-product ul li a {
    width: 270px;
    color: #444;
    font-size: 15px;
    font-weight: 600;
    line-height: 39.2px;
    padding: 0px 15px 0 10px;
    transition: all 0.3s ease 0s;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

#nav-product ul li a:hover {
    background-color: #112744;
}

/* Change in Variables later */

#brandmark {
    float: left;
    width: 50%;
    padding: 20px 0;
}

#header {
    background-size: cover;
    height: 225px !important;
}

#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}	
/* Home page elements */

table.tg {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100% !important;
}

td.tg-yw4l {
    border: 0 solid #c0c1c3 !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    padding: 10px !important;
}

th.tg-yw4l {
    border: none !important;
}

td.tg-yw4l > a > img {
    width: 200px;
    float: left;
    padding: 30px;
}

td.tg-yw4l {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

td.tg-yw4l a {
    text-decoration: none;
    color: #000;
}

.home-block-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-align: right;
    padding: 30px 40px;
}

.home-block-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding: 0 40px;
}

#caption > div > div:nth-child(2) > table > tbody > tr:nth-child(2) > td a {
    text-decoration: none;
    color: #000;
}

button.home-block-button {
    width: 250px;
    text-align: center;
    margin: 40px auto;
    display: block;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255,255,255,1);
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
