body{
margin:0px;

background-color:#25274D; 
/* background-image: url('../images/backdrop_stone.png'); */
background-repeat:repeat-x;
background-position:left top;
}

#wrapper{
position:relative;
margin-left:auto;
margin-right:auto;
min-width: 870px;
width: 100%;
}

@font-face
{
font-family: Comfortaa;
src: url('../fonts/Comfortaa-Bold.ttf');
}

.prompt{
    font-family:Comfortaa;
    padding:0px 0px 5px 0px;
    font-size: 20px;
}

.prompt_faq{
    font-family:Comfortaa;
    padding:10px 0px 10px 0px;
    font-size: 30px;
    margin-left:0px;
    width:100%;
    clear:both;
}


.prompt_tier_2{
    font-family:Arial;
    padding:10px 0px 10px 0px;
    font-size: 15px; 
}

#themeHelper{
  position:relative;
  
}


.cta{
  position:relative;
    font-family:Arial;
    padding:5px 0px 5px 0px;
    border-radius:20px;
    font-size: 16px; 
    font-weight:bold;
    color:#FFF;
    background-color:#000;
    width:180px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
}



#buildWindow{
    position:relative;
    height:600px;
    overflow:hidden;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;

}


.call_to_action{
  font-family:Comfortaa;
  font-size:35px;
  width:100%;
  height:590px;
  background-color:#AAABB8;
  border-top: 1px solid #AAABB8;
  border-bottom: 1px solid #AAABB8;
  overflow:hidden;
  box-shadow: 2px -2px 10px #000;
  z-index:3;
  background-image: url("../images/find_your_community.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position:right;

}


.left_pullquote{
height:280px;
text-align: left;
padding-left:100px;
padding-top:120px;
}



#sitemap{
    position:relative;
    height:300px;
    margin-top:15px;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}


form{
position:absolute;
left:50px;
font-family: "Arial";
text-align: center;
background-color:#FFF;
border-radius: 15px;
width:42%;
padding:20px 10px 20px 10px;
margin-top:30px;
border:10px solid #464866;
 z-index:2;
}

input[type=text] {
	position:relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 40%;
    padding: 10px 12px;
    margin-left:auto;
    margin-right:auto;
    box-sizing: border-box;
    border:1px solid rgb(26,157,234);
    border-radius:5px;
   

}


input[type=text].buildPollText{
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  width:150px;
  margin:5px 0px;
 
}

input[type=text].buildPollPrompt{
  font-family:Arial;
  font-size:14px;
  font-weight:normal;
  width:250px;
  margin:5px 0px;
 
}

input[type=text].source_code {
    position:relative;
    text-align: center;
    font-size: 15px;
    font-weight:normal;
    width: 85%;
    padding: 10px 12px;
    margin-left:auto;
    margin-right:auto;
    box-sizing: border-box;
    border:1px solid rgb(26,157,234);
    border-bottom-right-radius:6px!important;
    border-bottom-left-radius:6px!important;
    border-top-right-radius:0px!important;
    border-top-left-radius:0px!important;
    color:#666;

}

.addPoll{
  font-size:12px;
  background-color:#464866; 
  border-radius:20px;
  color:#FFF;
  cursor:pointer;
  padding:6px 12px;
  margin-left:60px;
  margin-top:15px;
  margin-bottom:15px;
  font-weight:bold;
  float:left;
  height:26px;

}


#pollWindow{
  display:none;
  top:210px;
  left:23px;
  position:absolute;
  z-index:2;
  width:300px;
  height:290px;
  background-color:#FFF;
  border:2px #000 solid;
  border-radius:15px;
  padding:5px;
  box-shadow: 2px 2px 10px #333;
}


.addPoll:hover{
  text-decoration: underline;
}

#btnSetPoll{
  background-color:#000;
  color:#FFF;
  font-size:15px;
  font-weight:bold;
  padding:5px;
  width:60px;
  text-align:center;
  margin:8px auto 0px auto;
  border-radius:5px;
  cursor:pointer;
}

.moreActions{
  font-size:12px;
  background-color:#464866; 
  border-radius:20px;
  color:#FFF;
  cursor:pointer;
  padding:6px 12px;
  margin-right:55px;
  margin-top:15px;
  font-weight:bold;
  float:right;
}

.moreActions:hover{
  text-decoration: underline;
}

.row{
position:relative;
height:30px;
width:60%;
margin: 10px auto 0px auto;
}


#infoBox{
  display:none;
  position:absolute;
  top:-20px;
  left:-18px;
  padding:3px 5px;
  background-color:#333;
  color:#FFF;
  text-align:center;
  font-family: Arial;
  font-size:11px;
  border-radius:5px;
}


#frontLight{
float:right;
width:45%;
height:100%;
background-color:#CCC;
margin:0px 0px 0px 5px;
}

#frontLight:hover{
border: 4px solid #FFFF00;
cursor:pointer;
}

#frontDark{
float:left;
width:45%;
height:100%;
background-color:#333;
border: 0px solid #FFFF00;
margin:0px 0px 0px 5px;
}

#frontDark:hover{
border: 4px solid #FFFF00;
cursor:pointer;
}



#frontRed{
float:left;
width:45%;
height:100%;
background-color:#ef877a;
margin:0px 0px 0px 5px;
border-radius:10px;
}

#frontRed:hover{
border: 4px solid #FFFF00;
cursor:pointer;
}

#frontBlue{
float:right;
width:45%;
height:100%;
background-color:rgb(26,157,234);
margin:0px 0px 0px 5px;
border-radius:10px;
}

#frontBlue:hover{
border: 4px solid #FFFF00;
cursor:pointer;
}

#top{
position:relative;
width:100%;
min-height:70px;
}

#bottom{
position:relative;
width:100%;
min-height:70px;
height:200px;
padding-top:25px;
background-color:#000;
}

#logo{
font-family:Comfortaa;
/*color:rgb(26,157,234);*/
/*color:#FC4445; */
color:#FFFFFF;
letter-spacing: -2px;
padding:0px 0px 0px 7px;
font-size:35px;
margin-top:25px;
margin-left:20px;
float:left;
background-color:rgba(255,0,255,0);
/* background: url('../images/logo.png') no-repeat; */
/* background-size:232px 46px; */
}


#logo_bottom{
font-family:Comfortaa;
/*color:rgb(26,157,234);*/
color:#FFF;
letter-spacing: -2px;
padding:0px 0px 0px 7px;
font-size:20px;
margin-left:20px;
float:left;
background-color:rgba(255,0,255,0);
/* background: url('../images/logo.png') no-repeat; */
/* background-size:232px 46px; */
}

#footing{
  float:right;
font-size:12px;
color:#FFF;
font-family: Arial;
text-align: center;
padding-top:4px;
margin-right:20px;
}

.btnNav{
float:right;
display:inline;
font-weight:bold;
font-family:"Arial";
font-size:13px;
margin-top:35px;
margin-right:20px;
color:#333;
cursor:pointer;
background: #939393; /* Old browsers */
background: -moz-linear-gradient(top, #939393 0%, #bcbcbc 40%, #d1d1d1 60%, #c6c6c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(40%,#bcbcbc), color-stop(60%,#d1d1d1), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #939393 0%,#bcbcbc 40%,#d1d1d1 60%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #939393 0%,#bcbcbc 40%,#d1d1d1 60%,#c6c6c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #939393 0%,#bcbcbc 40%,#d1d1d1 60%,#c6c6c6 100%); /* IE10+ */
background: linear-gradient(to bottom, #939393 0%,#bcbcbc 40%,#d1d1d1 60%,#c6c6c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
border-style:solid;
border-color:#B3B3B3;
border-width:1px;
padding-left:8px;
padding-right:8px;
padding-top:1px;
padding-bottom:1px;
border-radius:12px;
}

.divider{
position:relative;
margin-left:auto;
margin-right:auto;
width: 95%;
margin-top:0px;
height:4px;
background-color:#000;
border-radius:2px;
background: #939393; /* Old browsers */
background: -moz-linear-gradient(top, #939393 0%, #bcbcbc 48%, #d1d1d1 53%, #c6c6c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(48%,#bcbcbc), color-stop(53%,#d1d1d1), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #939393 0%,#bcbcbc 48%,#d1d1d1 53%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #939393 0%,#bcbcbc 48%,#d1d1d1 53%,#c6c6c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #939393 0%,#bcbcbc 48%,#d1d1d1 53%,#c6c6c6 100%); /* IE10+ */
background: linear-gradient(to bottom, #939393 0%,#bcbcbc 48%,#d1d1d1 53%,#c6c6c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}

.denote{
font-family:Comfortaa;
font-size:19px;
float:left;
text-align:left;
padding-left:5px;
width:100%;
padding-top:3px;
padding-bottom:3px;
}

.writeup{
position:relative;
padding-left:5px;
padding-right:10px;
padding-top:13px;
padding-bottom:3px;
text-align: right;
width:315px;
text-align:left;
}


.more{
font-weight:bold;
font-size:18px;
position:absolute;
bottom:-35px;
left:12px;
width:140px;
background-color:#CCC;
color:#FFF;
border-radius:5px;
height:35px;
padding-top:2px;
padding-bottom:15px;
}



.btnNav:hover{
color:#FFF;
}

#text{
margin-top:10px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
position:relative;display:block;
border-radius:5px;
background-color:#464866;
border-color:#CCC;
border-width:1px;
border-style:solid;
border-color:#000;
padding-left:25px;
padding-top:10px;
padding-bottom:10px;
padding-right:25px;
font-family:"Arial";
color:#F2F2F2;
font-size:13px;
width:60%;
opacity:1.0;
text-align:center;
}

#inner{
opacity:1.0;

}

#exit{
position:absolute;
top:6px;
right:6px;
font-size:10px;
font-family:"Arial";
border-color:#FFF;
border-style:solid;
border-radius:3px;
border-width:1px;
color:#FFF;
padding-left:3px;
padding-right:3px;
padding-top:1px;
padding-bottom:1px;
cursor:pointer;
}

.action_item{
color:#FFF;
font-family:"Arial";
font-size:15px;
font-weight:bold;
position:relative;
background-color:#000;
border-radius:7px;
padding-left:6px;
padding-right:6px;
padding-top:2px;
padding-bottom:4px;
float:right;
cursor:pointer;
}


.action_item:hover{
color:rgb(26,157,234);
}

.fenster{
overflow:hidden;
opacity:0.0;
color:#333;
font-family:"Arial";
font-size:12px;
position:relative;
margin:10px 10px;
padding:10px;
border-radius:10px;
border-style:solid;
border-color:#B3B3B3;
border-width:1px;
display:inline-block;
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top, #cccccc 0%, #e2e2e2 3%, #f2f2f2 7%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(3%,#e2e2e2), color-stop(7%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cccccc 0%,#e2e2e2 3%,#f2f2f2 7%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cccccc 0%,#e2e2e2 3%,#f2f2f2 7%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cccccc 0%,#e2e2e2 3%,#f2f2f2 7%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #cccccc 0%,#e2e2e2 3%,#f2f2f2 7%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



#demoRibbon{
position:absolute;
box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 1px 0 0px #000, 0 3px 6px 0px rgba(0,0,0,0.7);
background-color:rgb(26,157,234);
width:130px;
font-family: Arial;
color:#FFF;
font-size: 25px;
font-weight:bold;
text-align: center;
padding: 10px 0px;
right:15px;
top: 7px;
z-index:1;
}

#demoRibbon2{
position:absolute;
box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 1px 0 0px #000, 0 3px 6px 0px rgba(0,0,0,0.7);
background-color:rgb(17,120,180);
width:50px;
height:50px;
font-family: Arial;
color:#FFF;
font-size: 25px;
font-weight:bold;
text-align: center;
right:26px;
top: 30px;
z-index:-1;
-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}


*, *:after, *:before {
  box-sizing: border-box;
}


#articleTop{
  width:373px;
  height:0px;
  /*background-image: url("../images/article_top.png"); */
}


.iphone {
  box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2), 0 0 0 1px #999, 0 0 10px 0px rgba(0,0,0,0.7);
  border: 5px solid #d9dbdc;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 50px;
  height: 877px;
  width: 423px;
  float:right;
  margin: 20px 50px 0px 0px;  
  z-index: 0;
  // Scale so that the iPhone fits in view
  transform: scale(.8);
}

.iphone-top {
  padding: 5px 110px 40px;
  position: relative; 
}
  .speaker {
    display: block;
    width: 70px;
    height: 6px;
    margin: 0 auto;
    border-radius: 6px;
    background: #292728;
  }
  
  .camera {
    display: block;
    margin: 0 auto;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-bottom: 13px;
    background: #333;
  }
  
  .sensor {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background: #333;
    margin-top: -5px;
    border-radius: 50%;
  }
}

.top-bar, .bottom-bar {
  display: block;
  width: 423px;
  height: 15px;
  border: {
    left: 5px solid #BBB;
    right: 5px solid #BBB;
  }

  position: absolute;
  left: -5px;
}
.top-bar {
  top: 65px;
}

.bottom-bar {
  bottom: 65px;
}

.iphone-screen {
  background: #eee;
  border: 1px solid #fff;
  height: 677px;
  width: 375px;
  margin: 0 auto;
  border: 2px solid rgba(0,0,0,0.9);
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}

.screenAction{
    position:absolute;
    z-index: 1;
    top:115px;
}

.frame{
  z-index: -1;
}

.wallpaper{
    width: 100%;
}

.buttons {
  .on-off, .up, .down, .sleep {
    display: block;
    background: #CCC;
    position: absolute;
    border-radius: 2px 0px 0px 2px;
  }
  .on-off {
    height: 40px;
    width: 3px;
    top: 100px;
    left: -8px;
  }
  
  .up, .down, .sleep {
    height: 60px;
    width: 5px;
    left: -10px;
  }
  
  .up {
    top: 170px;
  }
  
  .down {
    top: 250px;
  }
  
  .sleep {
    left: auto;
    right: -10px;
    top: 170px;    
    border-radius: 0px 2px 2px 0px;
  }
}

.iphone-bottom {
  padding: 10px 0 0;
  span {
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 68px;
    background: #ccc;
    border-radius: 50%;
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    position: relative;
    &:after {
      content: ""; 
      display: block;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 4px;
    }
  }
}

#expandAdvOpt{
  position:relative;
  height:0px;
  z-index:-2;
}

#advancedOptions{
  position:absolute;
  top:220px;
  overflow:hidden;
  display:none;
}

.switchLabel{
  float:left;
  padding:0px 25px 11px 140px;
  text-align:left;
  font-size:13px;
  max-width:370px;
  overflow:hidden;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
  margin:5px 5px 15px 18%;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:rgb(26,157,234);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


input[type=text].buildWindowText{
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  width:150px;
  max-width:370px;

 
}

#labelHexval{
}

#labelPasscode{
}

#labelPrompt{
}

#inputHexval{
  float:right;
  margin-top:-49px;
  margin-right:19%;
  display:none;
  height:30px;
}

#inputPasscode{
  float:right;
  margin-top:-49px;
  margin-right:19%;
  display:none;
  height:30px;

}


#inputPrompt{
  float:right;
  margin-top:-49px;
  margin-right:19%;
  display:none;
  height:30px;

}

.indicator{
  float:left;
  font-size:10px;
  width:45px;
  text-align:center;
  height:0px;
  margin-top:-42px;
  margin-left:10px;
  color:#FF9900;
  display:none;
  opacity:0.0;
  
}


#sourceCodeBox{
  margin-top:25px;
}

#embedType{
  height:8px;
  background-color:rgb(26,157,234);
  width:85%;
  margin-left:auto;
  margin-right:auto;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
  overflow:hidden;
}


#btnCode{
width:50%;
float:left;
font-size:12px;
font-weight:bold;
text-align:center;
padding:3px;
color:#666;
background-color:#CCC;
/*cursor:pointer;*/
}

#btnURL{
width:50%;
float:left;
font-size:12px;
font-weight:bold;
text-align:center;
padding:3px;
color:#FFF;
background-color:#CCC;
/*cursor:pointer;*/
}

#terms2{
  text-decoration: underline;
  cursor:pointer;
}


#faqWindow{
  font-family: Arial;
  border-radius:20px;
  background-color:#FFF;
  margin:20px 40px;
  padding:30px 40px;
  height:1350px;
}

.faqText{
  font-size:14px;
  margin:10px 10px 5px 30px;
  float:left;
  width:60%;
  min-height:120px;
}

#instructRow{
  width:35%;
  height:100px;
  float:right;
}

.instructoScope{
  width:120px;
  height:120px;
  float:left;
  background-size: 100%;
}

#choose_theme{
  background-image: url("../images/choose_theme.png");
  background-repeat: no-repeat;

}

#more_options{
  background-image: url("../images/more_options.png");
  background-repeat: no-repeat;
}

#custom_color{
  background-image: url("../images/custom_color.png");
  background-repeat: no-repeat;
}

#display_prompt{
  background-image: url("../images/display_prompt.png");
  background-repeat: no-repeat;
}

#filter_words{
  background-image: url("../images/filter_words.png");
  background-repeat: no-repeat;
}

#passcode{
  background-image: url("../images/passcode.png");
  background-repeat: no-repeat;
}

#embed_code{
  background-image: url("../images/embed_code.png");
  background-repeat: no-repeat;
}

#url_endpoint{
  background-image: url("../images/url_endpoint.png");
  background-repeat: no-repeat;
}

#add_poll{
  background-image: url("../images/addPoll.png");
  background-repeat: no-repeat;
}

#input_poll{
  background-image: url("../images/inputPoll.png");
  background-repeat: no-repeat;
}

.miniHed{
  font-size:19px;
  margin:0px 0px 5px 0px;
  font-weight:bold;
}



