*{
  outline: none;
  -moz-outline:none;
}

@font-face {
  font-family: 'logofont';
  src: url('https://clus.to/static/fonts/Opificio_neue-regular/Opificio_neue-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face
{
  font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 200;
    src:local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://clus.to/static/fonts/toadOcfmlt9b38dHJxOBGEzfSP8PFPIaW8d4wHl9LSw.woff") format("woff");;
}

@font-face
{
  font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://clus.to/static/fonts/ODelI1aHBYDBqgeIAH2zlDLXPPWpYIJRcQ99gLLWTOQ.woff") format("woff");
}

@font-face
{
  font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("https://clus.to/static/fonts/toadOcfmlt9b38dHJxOBGNF2eBBnhZOFf_rblGEjGiI.woff") format("woff");
}

@font-face
{
  font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("https://clus.to/static/fonts/toadOcfmlt9b38dHJxOBGBgDywzySrQSFSEUM6OqW_g.woff") format("woff");
}


body, html
{
  background: #FFF;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  height: 100%;
  margin: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  font-size: 11px;
  color:#333;
}

h1,h2,h3,h4,h5{
  font-weight: lighter;
  margin:0;
}

h1{
  font-size:4em;
}

h2{
  font-size: 3em;
}

h3{
   font-size: 2.7em;
}
h4{
  font-size: 2.4em;
}
h5{
  font-size: 1.2em;
}

ul li{
  list-style: none;
  white-space: nowrap;
  line-height: 32px;
}

a,a:link{
  text-decoration: none;
  color:#fff;
}

.listThumb{
  display: block;
  margin:0 auto;
  overflow: hidden;
  vertical-align: center;
  }

.listThumb img{
  width: 32px;
  height: 32px;/*
  border: 1px solid #03aBf4;
  border-radius:50%;*/
  display: inline-block;
  vertical-align: middle;
}

::-moz-selection
{
  background: none;
  color: #74BEE1;
}

::selection
{
  background: none;
  color: #74BEE1;
}

.centered
{
  text-align: center;
}

.left{
  float:left;
}
.right{
  float:right;
}

.pixel980,.pixel480{
  width: 90%;
  height: auto;
  display: block;
  overflow: hidden;
  max-width: 980px;
  margin:auto;
}
.pixel480{
  width: 50%;
  max-width:700px
}
.col50{
  width: 50%;
}
.col20{
  width: 20%;
}
.col80{
  width: 80%;
}

.augmentInputText{
  width: 50%;
  padding: 2% 5%;
  border:1px solid #ccc;
  border-radius: 3px 0 0 3px;
  box-shadow: 7px 7px 8px rgba(0,0,0,.12); 
  background: #efefef;
  font-size: 130%;
  color:#333;

}

.augmentInputButton{
  width: 38%;
  padding: 2% 5%;
  border:1px solid rgba(255,255,255,.1);
  border-radius: 0 3px 3px 0;
  box-shadow: 7px 7px 8px rgba(0,0,0,.12); 
  background: #efefef;
  font-size: 130%;
  color:#333;
  margin-left: 1px;
  cursor: pointer;
}

.logo{
  color:#666;
  font-family: 'logofont';
}
.logo .specialA{
  font-size: 120%;
  color:#03aBf4;
}
.logo.smallLogo{
  font-size: 200%;
}
.fontBlue{
  color: #03aBf4
}

.font-deep-grey{
  color:#666
}

.font-red{
  color:#C62828
}

.row-fluid,.row-fluid.bannerBlock{
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  min-height: 15px;
}
.row-fluid.divider{
  height: 20px;
}
.row-fluid.bannerBlock{
  min-height: 30px;
}
.dark{
  background: #333;
  color: #fefefe;
}
.blue{
  background: #1565C0;
  color: #fff;
}
.green{
  background: #43A047;
  color:#fff;
}
.red{
  background: #C62828;
  color:#fff;
}
.dark_blue{
  background: #283593;
  color:#fff;
}
.dark-border{
  border: 1px solid #ccc
}

.semi_dark_blue{
  background: #1565C0;
  color:#fff;
}
.light-grey{
  background: #ececec;
}

.iBottomBlock.iMail.red .iBottomText,.iBottomBlock.iAll.blue .iBottomText, .iBottomBlock.iTask.green .iBottomText, .iBottomBlock.iFiles.semi_dark_blue .iBottomText, .iBottomBlock.iEvent.dark_blue .iBottomText{
  color:#fff;
}

.iBottomBlock.iAll .iBottomText{
  color:#1565C0;
}
.iBottomBlock.iMail .iBottomText{
  color:#C62828;
}
.iBottomBlock.iEvent .iBottomText{
  color:#1565C0;
}
.iBottomBlock.iTask .iBottomText{
  color:#43A047;
}
.iBottomBlock.iFiles .iBottomText{
  color:#283593;
}

.padding-top{
  padding-top:3%
}
.padding-bottom{
  padding-bottom: 2%
}
.margin-bottom{
  margin-bottom: 2%;
}
.margin-top{
	margin-top: 2%;
}

.Header{
  display: block;
  overflow: hidden;
  width: 96%;
  height: auto;
  border-bottom: 1px solid #efefef;
  padding: .2% 2%;
}
.requestSection{
  position: fixed;
  width: 100%;
  height: auto;
  display: block;
  margin:auto;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.7);
  z-index: 101;
  display: none;
  max-height: 0;
}

.Container{
  width: 100%;
  display: block;
  overflow: hidden;
}

.Container .Folds{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.Container .Folds#Fold1{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-size:100% auto;
  position: relative;
}

.Container .Folds#Fold1 video,.Container .Folds#Fold1 #overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}
.Container .Folds#Fold1 #overlay{
  background: rgba(100,100,10,.3);
  z-index: 1
}

.Container .Folds#Fold1 .fold1{
  font-size: 5.5em;
  line-height: 100%;
  margin: 0 0;
}

.Container .Folds#Fold1 .videoContainer{
  width:25%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: auto;
}
.Container .Folds#Fold1 .covImage{
  cursor: pointer;
}
.Container .Folds#Fold1 .covImage img.playButton{
  width:100px;height:auto;position:absolute;left:30%;top:0;
  opacity: .8;
  cursor:pointer;
  transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
}

.Container .Folds#Fold1 .covImage:hover img.playButton{
  opacity: 1;
  transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
}
.Container .Folds#Fold1 .covImage:hover img.cover{
  opacity: .5;
  transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
}

.Container .Folds#Fold1 .videoContainer img{
  width: 100%;
  height: auto;
}

.Container .Folds .dummyIphone{
  width:60%;height:auto;margin-left:20%;background:url('https://clus.to/static/img/augmentapp/ios6.png');background-size:100% auto;background-repeat:no-repeat;
}

.Container .Folds .dummyIphone .iScreen{
  display:block;overflow:hidden;margin:auto;width:83.5%;height:70%;padding:24% 0;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner{
  width:100%;margin:0;display:block;overflow:hidden;background:url('https://clus.to/static/img/augmentapp/blaze.PNG');background-size:100% auto
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iNavigator{
  width:100%;display:block;overflow:hidden;background:#fefefe;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iNavigator .iIcon{
  width: 10%;
  height: auto;
  margin: 0 5px;
  cursor:pointer;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView,.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView.hiddenCell{
  width:100%;height:60px;border-bottom:1px solid #ddd;background:#fff;
  float: left;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView.hiddenCell{
  background: #1565C0;
  display: none;
  margin-left:-150%;
  float: left;
  width: 80%;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .iCellIcon{
  width:10%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  border:1px solid #999;
  background: #ddd;
  margin-left:2px;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .row-fluid{
  min-height: 0;
  height: auto;
  padding-top:1%;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .row-fluid .dateStamp{
  font-size: 50%;
  color:#969696;
  margin-right: 5px; 
  font-style: italic;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .iCellIcon img{
  width: 100%;
  height: auto;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .cellBody{
  width:85%;
  margin-left:2%;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .cellBody .cellSub{
  font-size: 75%;
  width:100%;
  display: block;
  overflow: hidden;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .cellBody .cellPeople{
  font-size: 60%;
  color:#969696;
  width: 100%;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iCellView .cellBody .cellSnippet{
  font-size:70%;
  width: 100%;
  color:#969696;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iBottom{
  width: 100%;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  height: 8%;
  background:rgba(255,255,255,.9);
  border-top: 1px solid #ccc
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iBottom .iBottomBlock{
  width:20%;
  height: 100%;
  display: block;
  margin:0;
  box-shadow: 0 -1px 1px #ccc;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iBottom .iBottomBlock .iBottomIcon{
  width: 50%;
  height: auto;
  margin:auto;
  display: block;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iBottom .iBottomBlock .iBottomIcon img{
  width: 100%;
  height: auto;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iBottom .iBottomText{
  font-size: 8px;
  margin-top: -8px;
}
.Container .Folds .dummyIphone .iScreen .iScreenInner .iLabels{
  font-size: 50%;
  padding:0 2px;
  margin:0 1px;
  background: #efefef;
  border:1px solid #ccc;
  text-align: center;
  display: block;
  overflow: hidden;
  color:#777;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iLabels.iLabelsAugment{
  background: rgba(3, 171, 244,.1);
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iConActions{
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 25%;
  height: auto;
}

.Container .Folds .dummyIphone .iScreen .iScreenInner .iConActions img{
  width:90%;
  margin:auto;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}

/***********Pricing*********/
.pricingBlock.money{
  width: 10%;
  height: auto;
  padding:5%;
}
.pricingBlock.features{
  width:70%;
  padding: 5%;
  height: auto
}

/*****************earn Credits*******/
.creditSteps{
  width:32px;height:32px;display:block;overflow:hidden;line-height:32px;font-weight:bold;font-size:200%;border-radius:50%;
  cursor: pointer;
}
.creditSteps:hover{
	background: #1565C0;
}
.creditMarker{
  display: block;
  overflow: hidden;
  height: 15px;
  border-bottom:2px solid #ececec;
  width:100px;
}
.preCreditDefinition{
	width: 100%;
	height: auto;
	display: block;
	margin:0;
	margin-top: 10px;
	overflow: hidden;
	position: absolute;
	border:1px solid #ccc;
	background: #efefef;
}
.preCreditDefinition .status{
	width:16px;
	height: 16px;
	display: block;
	line-height: 16px;
	border-radius: 50%;
	margin: 8px;
}
.preCreditDefinition .credit{
	line-height: 32px;
	padding: 0 8px;
	font-size: 200%;
	font-weight: bold;
}

.videoPopup{
  position: fixed;
  width: 100%;
  height:100%;
  display: none;
  overflow: hidden;
  background: rgba(0,0,0,.8);
  top:0;
  left:0;
  z-index: 10000;
  opacity: 0;
}

.videoPopup .videoBox{
  width:50%;
  height:auto;
  min-height: 100px;
  background:#fff;
  display:block;
  overflow: hidden; 
  margin:auto;
  margin-top: 0;

}

.videoPopup .videoBox iframe{
  margin:auto;
}

@keyframes slidyA {
  0% { left: 0%; }
  24.5%{left: 0%;}
  25% { left: -100%; }
  49.5%{left: -100%; }
  50% { left: -200%; }
  74.5%{left: -200%;}
  75% { left: -300%; }
  99.5%{left: -300%;}
  100% { left: 0%; }
}
 
@keyframes slidyB {
  0% { left: 0%; }
  48%{left:0%;}
  50% { left: -100%; }
  98%{left:-100%;}
  100% { left: 0%; }
}
 
div.dummySlider { overflow: hidden; }
div.dummySlider div.collection img { width: 20%; float: left; }

div.dummySlider div.collection4img img {width: 25%; float: left; }
div.dummySlider div.collection4img {
  position: relative;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidyA infinite;
  width:400%;
}

div.dummySlider div.collection2img img { width: 50%; float: left; }
div.dummySlider div.collection2img { 
  position: relative;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 10s slidyB infinite;
  width:200%;
}



/*********MEDIA****/

@media screen and (max-width: 1070px) {
    body,html{
      font-size: 8px;
    }
}


@media screen and (max-width: 1070px) {
    .pixel980,.pixel480{
      width: 90%;
    }
}


@media screen and (max-width: 740px) {
    .col50,.col80{
      width: 90%;
      float:none;
      margin: auto
    }
    .col50.left,.col20.left,.col80.left,.augmentInputText.left,.augmentInputButton.left{
      float: none;
    }
    .col20{
      display: none;
    }
    .augmentInputText{
      width: 80%;
      border-radius: 3px;
      font-size: 200%;
      color:#333;

    }

    .augmentInputButton{
      width: 90%;
      border-radius: 3px;
      font-size: 200%;
      cursor: pointer;
    }
    .padding-top{
      padding-top:1%;
    }
    .padding-bottom{
      padding-bottom:1%;
    }

}