/*
 * Universal Settings such as body background, default font-family & color, etc...
 ---------------------------------------------------*/
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    background: transparent;
    min-height: 1000px;
}

@font-face {
    font-family: "Franklin Gothic Condensed Demi";
    src: url('fonts/franklin-gothic-urw-cond-medium.eot'),
         url('fonts/franklin-gothic-urw-cond-medium.ttf'),
         url('fonts/franklin-gothic-urw-cond-medium.woff');
}
@font-face {
    font-family: "Franklin Gothic Extra Compressed Book";
    src: url('fonts/franklin-gothic-urw-ext-comp-d-book.eot'),
         url('fonts/franklin-gothic-urw-ext-comp-d-book.ttf'),
         url('fonts/franklin-gothic-urw-ext-comp-d-book.woff');
}

#facebook, #twitter, #instagram, #vine {
    cursor: pointer;
}

#MainView {
    margin-top: 80px;
}

.container {
    width: auto;
}

.img-loading {
    display: block;
    margin: 0 auto;
}

.photowall-loading-container {
    height: 50px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    clear: both;
}

.img-modal-view {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /*max-height: 292px;*/
}

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

.modal-container {
    width: 100%;
}

.play-icon-big {
    height: 0;
    overflow: visible;
    position: relative;
    /*left: 128px;*/
    top: 128px;
    z-index: 101;
}

.img-play-big {
    width: 50px;
    height: 50px;
}

.play-icon {
    height: 0;
    overflow: visible;
    position: relative;
    /*left: 57px;*/
    top: 57px;
    z-index: 101;
}

.img-play {
    width: 35px;
    height: 35px;
}

.img-source {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
}

.img-source-big {
    width: 32px;
    height: 32px;
}

.source-icon, .source-icon-big {
    height: 0;
    overflow: visible;
    position: relative;
    left: 125px;
    top: 125px;
    z-index: 101;
}

.source-icon-big {
    left: 275px;
    top: 275px;
}

.text-box-0 .source-icon,
.text-box-1 .source-icon {
    top: 108px;
    left: 255px;
}



.source-filter {
    padding: 0;
    width: 200px;
    text-align: left;
}

.source-filter li {
    display: inline-block;
    list-style: none;
    margin-top: 15px;
    /*background-color: rgb(52, 200, 255);*/
    width: 32px;
    height: 32px;
    border-radius: 3px;
    padding: 2px;
    margin-left: 10px;
    cursor: pointer;
}

.source-filter li.disabled {
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // IE8

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50); // IE 5-7

    -webkit-filter: 0.5;
    -moz-filter: 0.5;
    opacity: 0.5;
}

.source-filter li img {
    width: 28px;
    height: 28px;
}

/*
 * Header View
 ---------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    z-index: 1000;
    overflow: hidden;
    /*background: rgba(255,255,255, 0.9);*/
    background: white;
    /*box-shadow: 0 0 12px 8px rgb(128, 128, 128);*/
}

.img-logo {
    height: 50px;
    width: auto;
    margin-top: 1px;
}


/*
 * Photo Wall
 ---------------------------------------------------*/
#PhotoWall {
    margin: 0 auto;
    text-align: center;
    /*width: 1200px;*/
    width: 100%;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    clear: both;
}



/*@media only screen and (min-width: 1600px) {
    .container {
        width: 1500px;
    }
    #PhotoWall {
        width: 100%;
    }
}

@media only screen and (min-width: 1900px) {
    body {
        min-height: 1280px;
    }
    .container {
        width: 1800px;
    }
    #PhotoWall {
        width: 100%;
    }
} */

.img-responsive {
    z-index: 100;
    width: 100%;
}

.img-responsive-wide {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.square {
    width: 300px;
    height: 300px;
    display: inline-block;
   /* float: left;*/
    padding: 0;
    /*margin: 0;*/
    margin: 2px;
    display: inline-block;
    float: none;
    cursor: pointer;
}

.item {
    display: block;
    float: left;
    overflow: hidden;
    opacity: 1;
    margin: 0;
    
}

.item-4 {
    width: 300px;
    height: 300px;
    /*margin: 2px;*/
}

.item-2 {
    width: 300px;
    height: 148px;
    padding: 15px 20px;
    /*margin: 2px;*/
    margin-bottom: 4px;
}

.item-1 {
    width: 148px;
    height: 148px;
   /* margin: 2px;*/
}
.item-1:first-child, .item-1:nth-child(2) {
    margin-bottom: 2px;
}
.item-1:nth-child(3), .item-1:nth-child(4) {
    margin-top: 2px;
}

.item-1:nth-child(even){
    margin-left:2px;
}
.item-1:nth-child(odd){
    margin-right: 2px;
}

.text-box,
.text-box-message-small,
.modal-message-texts {
    word-wrap: break-word;
}

.text-box {
    width: 100%;
    height: 100%;
   /* background-color: #668a99;*/
    padding: 15px 20px;
    font-size: 13px;
    text-align: left;
}

.text-box-1 {
    background-color: #668a99;
    cursor: default;
}

.text-box-2 {
    background-color: #a4c4d5;
    cursor: default;
}


.user-info-small {
    height: 55px;
    font-size: 13px;
    text-align: left; 
}

.user-info-username {
    font-weight: bold;
    text-align: left;
}

.text-box-message-small {
    overflow: hidden;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
}

.user-info {
    text-align: left;
    height: 65px;
}

.img-user-big {
    width: 100px;
}


/*
 * Modal Window Styles
 ---------------------------------------------------*/
.modal-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left:-50%;
    z-index: 10000;
}

.modal-background {
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
}


.modal-content-wrapper {
    position: relative;

    z-index: 10002;
    text-align: center;
    background: transparent;
    width: 572px;

    margin: 0 auto;
}

.modal-content {
    position: relative;
    z-index: 10003;
    text-align: left;
    background: rgba(255,255,255,0.9);
    color: #343434;
    padding: 0 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modal-close-btn {
  position: relative;
  float: right;
  z-index: 10005;
  margin: 12px;
  top: 0px;
  padding: 6px 9px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url('../img/icon-close.png');
  background-position: -8px;
}

.modal-source-icon {
    width: 14px;
    margin-right: 5px;
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
}

.modal-message {
    margin: 0px auto 10px;
}

.modal-title-source-time {
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    float: right;
}

.modal-message {
    font-size: 20px;
}

.modal-title-user-img {
    width: 64px;
    float: right;
}

.modal-twitter-actions {
    height: 25px;
}

.modal-title-username {
    height: 30px;
    display: table-cell;
    vertical-align: bottom;
}

.modal-title-screen-name {
    height: 40px;
    color: #4099FF;
}

.modal-message-texts {
    font-size: 16px;
    width: auto;
    margin: 0 auto;
}

.modal-twitter-actions a img {
    float: right;
    width: 20px;
    margin: 0 10px;
}


.modal-message-img-holder {
    border: 4px solid white;
    box-shadow: 1px 1px 4px #ccc;
    width: 95%;
    /*height: 300px;*/
    margin: 0 auto 10px;
    /*padding: 10px;*/
}

.modal-message-video-holder {
    border: 4px solid white;
    box-shadow: 1px 1px 4px #ccc;
    width: 360px;
    margin: 20px auto;
    padding: 10px;
}

.video-js {
    width: 330px;
}


.modal-message-btn-holder {
    margin: 7px auto;
    text-align: center;
}


.btn-fb {
    /*<img id="vine" src="img/facebook-logo.png">*/
    background-color: hsl(221, 44%, 31%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b6db9", endColorstr="#2c4271");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4b6db9), to(#2c4271));
    background-image: -moz-linear-gradient(top, #4b6db9, #2c4271);
    background-image: -ms-linear-gradient(top, #4b6db9, #2c4271);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b6db9), color-stop(100%, #2c4271));
    background-image: -webkit-linear-gradient(top, #4b6db9, #2c4271);
    background-image: -o-linear-gradient(top, #4b6db9, #2c4271);
    background-image: linear-gradient(#4b6db9, #2c4271);
    border-color: #2c4271 #2c4271 hsl(221, 44%, 26%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-tw {
    /*<img id="vine" src="img/twitter-logo.png">*/
    background-color: hsl(212, 100%, 54%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ab8ff", endColorstr="#1481ff");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#7ab8ff), to(#1481ff));
    background-image: -moz-linear-gradient(top, #7ab8ff, #1481ff);
    background-image: -ms-linear-gradient(top, #7ab8ff, #1481ff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ab8ff), color-stop(100%, #1481ff));
    background-image: -webkit-linear-gradient(top, #7ab8ff, #1481ff);
    background-image: -o-linear-gradient(top, #7ab8ff, #1481ff);
    background-image: linear-gradient(#7ab8ff, #1481ff);
    border-color: #1481ff #1481ff hsl(212, 100%, 49%);
    color: white !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;

}

.btn-pin {
    /*<img id="vine" src="img/pinterest-logo.png">*/
    background-color: hsl(358, 71%, 36%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de3f44", endColorstr="#9c1a1e");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#de3f44), to(#9c1a1e));
    background-image: -moz-linear-gradient(top, #de3f44, #9c1a1e);
    background-image: -ms-linear-gradient(top, #de3f44, #9c1a1e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de3f44), color-stop(100%, #9c1a1e));
    background-image: -webkit-linear-gradient(top, #de3f44, #9c1a1e);
    background-image: -o-linear-gradient(top, #de3f44, #9c1a1e);
    background-image: linear-gradient(#de3f44, #9c1a1e);
    border-color: #9c1a1e #9c1a1e hsl(358, 71%, 31%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-fb img, .btn-tw img, .btn-pin img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.btn {    
    border-radius: 0;
    font-weight: bold;
}

.header-instruction-text {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 60px;   
    width: 265px;
    font-size:1em;
    line-height: 1.3em;
}