body, html {
  height: 10%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  background-color: #F3F0EB;
}

p {
  white-space: pre;
 }

a.noUnderline {
	text-decoration: none;
}

.hidden {
   display: none;
}


/* ---------------*/
/* VideoPlayer*/
/* ---------------*/

	/* ---------------*/
	/* Username*/
	/* ---------------*/
	.usernameContainer{
        position: absolute;
	    z-index: 25;
	    left: 50%;
		top: 450px;
		height: 70px;
	    width: 280px;
	    background-color: white;
	    border: 2px solid #d3d3d3;
	    text-align: left;
	    /*margin-right: -50%; */
	    transform: translate(-50%, -50%);
	    display: block;
		padding: 8px;
	}


	.submitAllContainer{
        position: absolute;
	    z-index: 25;
	    left: 50%;
		top: 450px;
		height: 70px;
	    width: 280px;
	    background-color: white;
	    border: 2px solid #d3d3d3;
	    text-align: left;
	    /*margin-right: -50%; */
	    transform: translate(-50%, -50%);
	    display: none;
		padding: 8px;
	}



    #currUser{
       text-align: center;
       display: block;
       color: gray;
    }

     #blackout {
         width:100%;
         height:200%; /* make sure you have set parents to a height of 100% too*/
         position: absolute;
         left:0; top:0;
         z-index:24; /*just to make sure its on top*/
         background:rgba(0,0,0,.5);
         display:block;}
	/* ---------------*/
	/* End Username*/
	/* ---------------*/

	/* ---------------*/
	/* Comments*/
	/* ---------------*/
    .reviewStat{
       display: inline-block;
       width: 10px;
       background-color: khaki;
    }
    
     .edited {
     color:lightblue;
     font-size: 9px;

     }
     .onehundred {
         vertical-align: text-top;
         width: 90px;
         font-size: 10px;
         }

    .threehundred {
         vertical-align: text-top;
         width: 350px;
         font-size: 12px;
         }

	.commentBlock {
		position: absolute;
		left:120px;
	    top: 600px;
		width:590px;
		height:140px;
	    background-color: grey;
	    border: 20px;
	    border-radius:10px;
	    display: none;
        z-index: 10;
	}

    #editTimestamp{
       display: hidden;
    }

	.frameCanvas {
	    position: relative;
	    height: 72px;
	    width: 128px;
	}

	.commentSubmit{
		position: absolute;
	    top: 110px;
		left: 10px;
	    text-align: left;
	    color: #fff;
	}

	.commentTextBox {
		position: absolute;
	    top: 5px;
		left: 5px;
	    padding: 10px;
		border: 10px;
	    border-radius:10px;
	    text-align: left;
	    background: white;
	    color: #000;
		resize: none;
	}

    #comments_block {
        z-index: 10;
    	padding: 10px;
        height: 400px;
        overflow-y: scroll;
        text-align: left;
        left:100px;
        background: black;
        color: #fff;
    }

    #commentsControl {
        z-index: 10;
    	padding: 10px;
        height: 60px;
        text-align: left;
        left:100px;
        background: black;
        color: #fff;
    }

    /* Place to display poster of current frame*/
    .commentPoster {
    	position: absolute;
        top: 10px;
    	left: 445px;
        text-align: left;
    	padding: 5px 5px 1px 5px;
        color: #fff;
        background: #fff;
        border: 20px;
        border-radius:10px;
    }

      .redX
      {
        border-radius: 10%;
        width: 3
        0px;
        height: 20px;
        background: red;
      }


    /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background: white;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 0%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 20;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent green transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

	/* ---------------*/
	/* End Comments*/
	/* ---------------*/

#videoPlayerDiv {
    position: absolute;
    z-index: 9;
	top: 300px; /*4200*/
	height: 450px; /*572*/
    width: 805px; /*900*/
    background-color: black;
    border: 2px solid #d3d3d3;
    text-align: center;
    left: 50%;
    /*margin-right: -50%; */
    transform: translate(-50%, -50%);
    display: none;
}

#videoPlayerDivHeader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    text-align: left;
    background-color: #2196F3;
    color: #fff;
}

#videoPlayerDivMain {
   position: fixed;
   z-index: 9;
   height: 450px;
   width: 804px;
   top: 50%;
   left: 50%;
   background-color: black;
   border: 2px solid #d3d3d3;
   text-align: center;
   margin-top: -225px;
   margin-left: -402px;
   /*transform: translate(-50%, -50%);*/
   display: none;
}
@media screen and (max-height: 400px){
#videoPlayerDivMain{
   position: fixed;
   z-index: 9;
   height: 360px;
   width: 643px;
   top: 50%;
   left: 50%;
   background-color: black;
   border: 8px solid #d3d3d3;
   text-align: center;
   margin-top: -180px;
   margin-left: -321px;
}
}

#myVid{
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

#videoPlayerDivMainHeader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    text-align: left;
    background-color: #2196F3;
    color: #fff;
}

/* ---------------*/
/* Main Page Stuff*/
/* ---------------*/
#videotable {
    border-collapse: separate;
    border-spacing: 8px 10px;
    border: 0px solid black;
    padding-bottom: 200px;
}

.contactText{
  position: relative;
	z-index: 2;
}

.contactDetails {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin-left: 40%;
    padding-bottom: 50px;
}

td.video {
  /*border-spacing: 2px 2px;
  border: 2px solid black;
  padding: 0px 0px 0px 0px;*/
}

img.videoPlayer{
  width: 240px;
}

img.videoPlayerMain{
  width: 240px;
}

.clientframe{
  height:135px;
  width: 240px;
  overflow:hidden;
}

.clientimg{
  position:absolute;
  height:135px;
  width: 240px;
  transition: all 1s;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, .7);
  overflow:hidden;
}

.clientimg:hover{
  transform: scale(1.2) rotate(-1deg);
}

.videoframe{
  height:135px;
  width: 240px;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, .1);
}

.videoframeMain{
  height:135px;
  width: 240px;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, .1);
}

.pointer {cursor: pointer;}

.videospacer{
  height:200px;
  width: 240px;
  content:'';
}

.defaulttext{

}

.boldtext{
  font-weight:bold;
}

.largertext{

}

.smalltext{
  color: #000;
  font-size: 10px;
  font-weight: normal;
	font-style: normal;
  /*text-align: center;*/
}

.shortline{
  line-height: 15px;
}

.reversetext{
  color: #fff;
  background-color: #000;
}

.logo{
  padding-top: 25px;
  padding-left: 45px;
  color: white;
  font-size: 16px;
  font-weight: lighter;

}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../images/bg/parallax-1.jpg");
  min-height: 700px;
}

.bgimg-2 {
  background-image: url("../images/bg/parallax-2.jpg");
  min-height: 600px;
}

.bgimg-3 {
  background-image: url("../images/bg/parallax-3.jpg");
  min-height: 800px;
}

.spacer1 {
  position:relative;
  height: 700px;
  width: 100%;
}

.spacer1 ::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/elements/angle-1.png) 0 0 no-repeat;
      background-size: auto auto;
  background-size: 100% 100% !important;
  content: '';
  display: block;
  height: 90px;
}

.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  padding: 20px;
  font-size: 75px;
  font-weight: lighter;
  letter-spacing: 10px;
}

.captionservices {
  position: relative;
  left: 0;
  top: 2%;
  width: 100%;
  text-align: center;
  color: #000;
}

.captionabout {
  position: relative;
  left: 0;
  padding-top: 60px;
  width: 100%;
  text-align: center;
  color: #000;
}

.captionclients {
  position: relative;
  left: 0;
  padding-top: 60px;
  width: 100%;
  text-align: center;
  color: #000;
  z-index: 3;
}

.captionshowreel {
  position: absolute;
  left: 0;
  top: 2%;
  width: 100%;
  text-align: center;
  color: #000;
}

.captioncontact {
  position: relative;
  left: 0;
  /*top: 5100px;*/
  width: 100%;
  text-align: center;
  color: #000;
  z-index:3;
}

h1 {
  text-align:center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font: 75px "Lato", sans-serif;
  color: #111;
  padding:50px 80px;
}

h1 .lighter{
  font-weight: 100;
}

table{
  margin-left:auto;
  margin-right:auto;
}

td.about {
  vertical-align: top;
  width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

td.services {
  vertical-align: top;
  width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.services{
  color: #111;
  background-color:#F3F0EB;
}

.services_columns{

}

.services_col1{
  column-span: none;
  padding-left: 50px;
}

.services_col2{
  column-span: 1;
}

.aboutDetails{
  color: #EEE;
  margin: auto;
  padding-bottom: 10%;
  width: 50%;
  text-align: left;
}

.abouttalon{

}

.abouttalon ::before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(-1);
  background: url(../images/elements/angle-1.png) 0 0 no-repeat;
      background-size: auto auto;
  background-size: 100% 100% !important;
  content: '';
  display: block;
  height: 90px;
}

.abouttalon ::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/elements/angle-2.png) 0 0 no-repeat;
      background-size: auto auto;
  background-size: 100% 100% !important;
  content: '';
  display: block;
  height: 90px;
}

.clients{
  color: #111;
  background-color: #241D1C;
}

.clientbody{
  color: #111;
  background-color: #241D1C;
}

.showreel{
  color: #000;
  background-color:#F3F0EB;
  margin: auto;
  padding-top: 00%;
  width: 100%;
  text-align: left;
  /*min-height: 700px;*/
}

div.divTransparent{
  opacity:0;
}

div.slideUp {
  width:100%;
  overflow:hidden;
}

div.slideUp {
  animation: slideUp 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideUp {
  from {
    padding-top: 10%;
    width: 100%;
    opacity:0;
  }

  to {
    padding-top: 0%;
    width: 100%;
    opacity: 1;
  }
}

div.slideRight {
  width:100%;
  overflow:hidden;
}

div.slideRight {
  animation: slideRight 1s;
}

@keyframes slideRight {
  from {
    margin-left: -10%;
    width: 100%;
    opacity:0;
  }

  to {
    margin-left: 0%;
    width: 100%;
    opacity: 1;
  }
}

div.fadeIn{
  animation: fadeIn .5s;
}

@keyframes fadeIn {
  from {
    opacity:0;
  }

  to {
    opacity: 1;
  }
}

div.fadeOut{
  animation: fadeOut .5s;
}

@keyframes fadeOut {
  from {
    opacity:1;
  }

  to {
    opacity: 0;
  }
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
