﻿html, body{
    margin: 0;
    padding: 0;
}

#top-menu {
    position:fixed;
    width:100%;
    height:40px;
    top:0;
   left:0;
   text-align:center;
   background-color:white;
   z-index:101;
}

#top-menu span {
    font-size:22px;
    font-weight:bold;
}

#top-menu div {
    margin-top:8px;
}

#top-menu .menuButton {
    padding-right:8px;
    float:right;
    height:24px;
}

#top-menu .homeButton {
    padding-left:8px;
    float:left;
    height:24px;
}

#page-wrapper {
    padding-top:150px;
    background-color:#32363f;
}

.box-container {
    overflow:hidden;
}

.box {
    float:left;
}

.customiseBox {
    float:left;
}

.boxHusk {
    float:left;
}

.tweetCarousel {
}

.module {
  background-size:cover;
  background-position: center top;
}

.boxShadow {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.top h2 {
  color: #FFF;
  padding: 0% 5% 0% 5%;
  margin-top: -10px;
  width: 80%;
}

.top h3 {
  color: #FFF;
  padding: 65% 5% 5% 5%;
  width: 80%;
  font-size:14px;
  font-weight:normal;
}

.slick-dots {
    background-color:darkgray;
}

.turnDeviceNotification {
  position:fixed;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  display: none;
  background-image:url('/media/images/sValK.png');
  background-size:cover;

}

.module h2 {
    font-size:16px;
}

.container{
    position:relative;
}

.twitterOverlayLogo{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(/media/images/LandingPage/ICON-Twitter.png);
    background-size: 30px;
}

.twitterImageFooter {
    width:30px;
    height:30px;
    float:right;
}

.twitterReply{
    float:right;
    width:22px;
    height:22px;
    background-image:url(/media/images/reply.png);
    background-size:cover;
}
.twitterRetweet{
    float:right;
    width:22px;
    height:22px;
    background-image:url(/media/images/retweet.png);
    background-size:cover;
    margin-left:20px;
}
.twitterFavorite{
    float:right;
    width:22px;
    height:22px;
    background-image:url(/media/images/favorite.png);
    background-size:cover;
    margin-left:20px;
}

.tweetDate {
    float:left;
    font-size:10px;
}

.tweetText {
    font-size:12px;
}

.tweetContent {
    background-color:#FFF;
    height:0px;
    margin-top:-22px;
    padding-left:10px;
    padding-right:10px;
}

#MenuPanel{
    background-color:#8996a0 !important;
    width:80%;
}

#MenuPanel h3{
    padding-left:25px;
    padding-bottom:15px;
    padding-top:15px;
}

a {
    color:blue !important;
}

.tweetTitle {
    color:#333;
    padding-top:15px;
    padding-bottom:15px;
}

.TweetFeedNameHandle {
    width: 80%;
    padding-left: 60px;
}

.TweetFeedNameHandle span {
    font-size:18px;
}

.TweetFeedNameHandle a {
    font-size:15px;
    color:blue !important;
}

.tweetBody {
    padding-top:10px;
}

.tweetBody a {
    color:blue !important;
}

.tweetBody .tweetDate{
    padding-top:10px;
}

#MenuPanel .ui-panel-inner {
    padding:0;
    margin:0;
}

#MenuPanel .menuOption{
    background-color:#32363f;
    width:100%;
    margin-bottom:3px;
    padding:10px 3px 10px 25px;
    font-size:22px;
    font-weight:100;
}

.feedTitle h2 {
    padding:0px 0px 0px 15px;
}

.contactLabel {
    text-shadow: none !important;
    color: #8996a0;
    width:22%;
    float:left;
    padding-top:10px;
    margin-left:5%;
    height:43px;
}

.contactText {
    float:right;
    width:62%;
    margin-right:5%;
}

.contactError {
    text-shadow: none !important;
    color: #8996a0;
    width:100%;
    padding-top:10px;
    text-align:center;
    float:right;
}

.contactText textarea {
    min-height:80px;
}

.contactText .checkbox {
    background:none;
    border:none;
    color:#fff;
    font-family: Arial;
    font-weight: normal;
}

.contactText .checkbox:hover {
    background:none;
    border:none;
    color:#fff;
    font-family: Arial;
    font-weight: normal;
}

.contactText p a{
    font-family: Arial;
    font-weight: normal;
}

.contactButton {
    float:right;
    width:62%;
    margin-right:5%;
}

.contactButton .ui-btn {
      background-color: #0099d8;
      border-color: #0099d8;
      color: #fff;
}

.LandingPageSectionTitleDiv {
    text-align:center;
    padding-bottom:15px;
}

.LandingPageSectionTitle {
    color: #fff;
    text-shadow:none;
}

.LandingPageSectionSubTitle {
    color: #fff;
    text-shadow:none;
    font-size:16px;
    font-weight:normal;
}

.fullScreenButton {
    width: 90% !important;
    margin-left: 5%;
    margin-right: 5%;
    text-shadow: none !important;
    color: #fff !important;
    border: none !important;
    text-align:left;
    padding-left:15%;
    font-size:22px;
    padding-top:7px;
    padding-bottom:7px;
    font-weight:normal;
    font-weight:600;
}

.facebook {
    background-color:#3B5999 !important;
    background-image:url("/media/images/LandingPage/ICON-Facebook.png");
    background-position: 6%;
    background-repeat:no-repeat;
    background-size:15px;
}

.twitter {
    background-color:#4099FF !important;
    background-image:url("/media/images/LandingPage/ICON-Twitter.png");
    background-position: 4%;
    background-repeat:no-repeat;
    background-size:35px;
}

.google {
    background-color:#d34836 !important;
    background-image:url("/media/images/LandingPage/ICON-Google.png");
    background-position: 6%;
    background-repeat:no-repeat;
    background-size:30px;
}

.divider{
    color:#fff;
    width:91%;
    margin-top:15px;
    margin-left:4.5%;
    margin-right:4.5%;
    margin-bottom:15px;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
}

.divider:before, .divider:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:50%;
    height:0.65em;
    border-bottom:1px solid #ccc;
    margin:0 2% 0 -55%;
}

.divider:after {
    margin: 0 -55% 0 2%;
}
