* {
  margin: 0;
}
html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -68px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  padding-top: 22px;
  margin-top: 5px;
}
.footer, .push {
  height: 45px; /* .push must be the same height as .footer */
  clear: both;
  color: #A5ABB2;
}
.footer a{
  display: inline-block;
  margin-right: 12px;
  color: #A5ABB2;
  text-decoration: none;
}
#in_footer{
  width: 1070px;
  margin: 0 auto;
}
.s_footer{
  width: 14.666666666666664%;
  float: left;
}
.m_footer{
  font-size: 11px;
  width: 18.666666666666664%;
  float: left;
}
.l_footer{
  width: 66.66666666666666%;
  float: left;
}
@media (max-width: 3070px) {
  #in_footer{
    width: 100%;
  }
  .s_footer,.m_footer,.l_footer{
    float: none;
    width: 100%;
  }

}
body{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body.printer{
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f5f5f5 0%,#fefefe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
body.forum{
    background: white;
}
a{
    text-decoration: underline;
}
h1{
    font-weight: normal;
    color: #444;
    font-size: 38px;
    margin-bottom: 20px;
}
h2{
    font-weight: normal;
    color: #444;
    font-size: 28px;
}
h3{
    font-weight: normal;
    font-size: 22px;
    color: #444;
}

h4{
    font-weight: normal;
    font-size: 20px;
    color: #9C9CFD;
}

h5{
    font-weight: normal;
    font-size: 16px;
    color: #9C9CFD;
}

#logo{
  height: 28px;
  margin-top: 9px;
  float: left;
  margin-right: 50px;
  margin-left: 12px;
}

#nav_bar{
    height: 44px;
    border-bottom: 1px solid #dce0e0;
    margin-bottom:15px;
    background: #f5f5f5;
}

#nav_cta{
  padding: 5px 9px;
  font-size: 11px;
  height: 18px;
  margin-top: -6px;
}

#right_nav .nav_cta_btn{
  padding: 2px 15px 4px;
  margin-left: 28px;
  margin-top: 8px;
  line-height: 26px;
  border-right: none;
  font-size: 13px!important;
}

.mobile_nav_section{
  display: none;
}

#inner_nav{
    height: 50px;
    margin-left: 20px;
}

#left_nav{
  padding-left: 15px;
}

#right_nav{
  float: right;
  padding-right: 50px;
}

#right_nav a, #left_nav .nav_links a{
  display: block;
  text-decoration: none;
  color: #555;
  height: 24px;
  border-right: 1px solid #ebebeb;
  float: left;
  padding: 10px 18px;
  line-height: 28px;
  font-size: 13px;
}

#right_nav a:hover, #left_nav .nav_links a:hover{
  color: #9C9CFD;
}

#right_nav a.first, #left_nav .nav_links a.first{
  border-left: 1px solid #e5e5e5;
}

#right_nav a.last, #left_nav .nav_links a.last{
  border-left: none;
}

#right_nav a.cta_a{
  color: #f54f4f;
  font-size: 18px;
}

#right_nav a.cta_a:hover{
  color: #9C9CFD;
}

.unr_count{
  text-decoration: none;
  color: #ccc!important;
  height: 24px;
  border-left: 1px solid #e5e5e5;
  border-right: none!important;
  float: left;
  padding: 10px 18px;
  line-height: 26px;
  position: relative;
  font-size: 23px!important;
}

.unr_count_num{
  position: absolute;
  border-radius: 50%;
  right: 6px;
  top: 8px;
  background: #db008a;
  background: rgba(219, 0, 138, 0.75);
  font-size: 11px;
  color: #fff;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 18px;
}

.prof_complete_num{
    position: absolute;
    border-radius: 50%;
    right: -9px;
    top: -5px;
    background: #db008a;
    background: rgba(0, 123, 219, 0.75);
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

#footer{
    border-top: 1px solid #E8E8ED;
    text-align: center;
    font-size: 12px;
    background: #f7f7f7;
    z-index: 99999;
    position: relative;
}

.content_headers{
    margin-bottom: 35px;
}

.add_printer_flow_content_headers{
    margin-bottom: 0px;
    margin-top: 25px;
}

.create_account_header_section{
  text-align: left;
  background: rgba(250,250,250,0.9);
  border-bottom: none;
  padding-right: 0px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom:0px;
  width:893px;
}

.add_printer_flow_headers{
  font-weight: normal;
  font-size: 24px;
  color: #444;
  margin-bottom: 10px;
}

.middle_content{
    background: url("../img/middle_bg.019a5aaaa6b5.png");
    height: 280px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
}

.middle_content.smaller{
    height: 210px;
    padding-top: 10px;
}

.content_section{
    width: 1050px;
    margin: 0 auto;
}

.design_x_content_section{
    width: 1050px;
}

.serp_content_section{
    width: 1050px;
    margin: 0 auto;
}


.left_section{
    float: left;
    width: 480px;
}

.right_section{
    float: right;
    width: 480px;
}

.clearfix{
    clear: both;
}

ul.bulb_points li {
  list-style-type: none;
  margin: 20px 0;
  padding-left: 30px;
  font-weight: normal;
  font-size: 18px;
  color: #444;
  background: url("../img/lightbulb.b23bd899e62f.png") no-repeat;
  line-height: 25px;
}

#lightswitch_container{
    padding-top: 35px;
}

#steps, .steps_block{
    margin-top: 50px;
}

.step{
    float: left;
    width: 280px;
    margin-left: 60px;
}

.step_text{
    margin-left: 50px;
}

.news_source_text{
  margin-left: 0px;
  padding-top: 10px;
  color: #747474;
  font-style: italic;
  font-size: 15px;
}

.step_number{
    font-size: 75px;
    font-family: "Arial";
    font-weight: bold;
    color: #D2D2D2;
    float: left;
}

.testimonial{
    padding: 80px;
    font-size: 22px;
    color: #444;
    position: relative;
}

.testimonial p{
    float: left;
    margin-left: 35px;
    margin-top: -24px;
    line-height: 32px;
}

.quote{
    font-size: 60px;
    font-weight: bold;
    color: #D7D7FF;
    position: absolute;
    top: 66px;


}

.quote.left{
    left: 80px;
}

.quote.right{
    right: 45px;
}

/* UPLOAD PAGE */
#upload_container{
  margin-top: 15px;
  margin-bottom: 80px;
}



#upload_preview{
  float: left;
  width: 650px;
  height: 465px;
  border-radius: 2px;
  background: #fefefe; 
  border: 1px solid #ccc;
  margin-right: 0px;
  position: relative;
  z-index: 999;
}

#upload_file_form, #uploading_wrapper, #uploaded{
  text-align: center;
  padding: 100px 30px;
  background: #fdfdfd;
  border: 2px dashed #DDD;
  width: 550px;
  margin: 0 auto;
  margin-top: 20px;
  height: 220px;
}

.upload_delivery_time{
  width:312px;
  background: #FAF8F8; 
  border: 2px solid #ccc;
  height:30px;
  position:relative;
  float:left;
  margin-left:336px;
  margin-top:-2px;
}

.upload_delivery_time_text{
  padding-left:14px;
  padding-top:5px;
  color:#555;
}

#uploaded{
  margin-top: 18px;
  padding: 30px;
  background: #fdfdfd;
  height: 362px;
}

#uploading_wrapper, #uploaded{ display: none;}

#upload_form{
  float: left;
  height: 415px;
  width: 200px;
  background: #EFEFF7;
  border: 1px solid #ddd;
  border-left: none;
  padding: 10px 20px;
  margin-left: -3px;
  position: relative;
  z-index: 888;
  padding-left: 25px;
  position: relative;
}

#upload_form_submit{
  padding: 12px 33px;
}

.price{
  font-size: 22px;
  color: #555;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 5px;
}

.money{
  color: rgb(64, 179, 64);
  display: inline-block;
  margin-left: 5px;
}

#upload_form input[type='text'], #upload_form select{
  width: 175px;
}

#upload_form select{
  width: 190px;
}

label{
  padding-bottom: 2px;
  padding-top: 2px;
}

label.radio{
  padding-top: 0px;
}

input[type='text'], select{
  border-radius: 0px;
  border: 1px solid #ddd;
  box-shadow: none;
}

select{
  background-color: #fff;
  border-radius: 0px;
}

/* Product browse */
.product{
  float: left;
  margin-right: 55px;
  max-width: 350px;
  margin-bottom: 115px;
}

.product.last{
    margin-right: 0;
}

.product_image{
    float:left;
    border: 2px solid #ddd;
}

.mob_product_image{
  display:none;
}

.product_title{
    margin-top: 7px;
    font-size: 16px;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
}

h2.product_title{
    margin-top: 7px;
    font-size: 16px;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    line-height:18px;
}
.product_description{
    color: #444;
    font-size: 13px;
    line-height: 15px;
    padding-left: 5px;
    margin-top: 10px;
    width:350px;
}
.product_info{
    margin-top:-3px;
    float:left;
    margin-left:15px;
}

.product_what{
    color: rgb(219, 0, 138);
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 8px;
}

.inner_serp_search{
    width: 1000px;
    margin: 0 auto;
}

 .product_eg{
    color: #bbb;
    font-size: 13px;
    margin-top: -20px;
    margin-bottom:10px;
    font-style:italic;
}

.product_serp_title{
    padding-left: 15px;
    background: #f8f8f8;
    margin-top: 0px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #444;
    padding-left: 25px;
}

.product_price{
    font-size:14px;
    color:green;
    padding-left:5px;
    margin-top:3px;
    margin-bottom:3px;
}

/* LIST PAGE */

#list_form_wrapper{
  background: #dadfe8; /* Old browsers */
  background: -moz-linear-gradient(top,  #dadfe8 0%, #dee2ea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadfe8), color-stop(100%,#dee2ea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dadfe8 0%,#dee2ea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dadfe8 0%,#dee2ea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dadfe8 0%,#dee2ea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dadfe8 0%,#dee2ea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadfe8', endColorstr='#dee2ea',GradientType=0 ); /* IE6-9 */


  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: center;
}

#list_form{
  position: relative;
  width: 374px;
  margin: 0 auto;
  margin-top: 25px;
}

#add_printer_form, #printer_list, .content_container{
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
  border-radius: 2px;
  background: #f5f5f5; 
  border: 1px solid #ddd;
  background: #fefefe;
  position: relative;

  box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
  -moz-box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
}

.profile_content_container{
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
  border-radius: 2px; 
  border: 1px solid #ddd;
  background: #fefefe;
  position: relative;

  box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
  -moz-box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
}

.profile_content_container{
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.show_all_comments{
  font-size:13px;
  color:#38A3D8;
}


.forum_content_container{
  text-align: left;
  width: 650px;
  margin: 0 auto;
  background: #fefefe;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: -12px;
  float:left;
}


.forum_content_container_conversation{
  text-align: left;
  width: 800px;
  margin: 0 auto;
  background: #fefefe;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  min-height:1200px;
}

.say_something_forum{
  text-align: left;
  width: 650px;
  margin: 0 auto;
  position:relative;
  margin-bottom:25px;
  background: white;
  padding-top: 20px;
  /* margin-top: -13px; */
  /* border-top: 2px solid #f5f5f5; */
  margin-top: 5px;
  padding-bottom: 0px;
  float:left;
}

.post{
  margin-left:60px;
  width: 718px;
  text-align: left;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.post_view{
  margin-left:115px;
  width:550px;
  text-align:left;
  margin-top:45px;
}


.post-header-section{
  margin-bottom:10px;
}

.post-body-section{
  margin-bottom:10px;
  height:auto;
}

.forum_profile_pic{
   float:left; 
   width:50px;
   height:50px;
   position:absolute;
}

.forum_profile_image{
  border: 1px solid #ddd;
  height: 50px;
  width: 50px;
}

.say_something_profile_pic{
   float:left; 
   width:70px;
   height:70px;
   position:absolute;
   margin-left:40px;
}

.say_something_profile_image{
  border: 1px solid #ddd;
  height: 70px;
  width: 70px;
}

.forum_comment_profile_pic{
   width:30px;
   height:30px;
   float:left;
   padding-top:2px;
}



.comment_install{
  margin-top:10px;
}

.add_comment{
  margin-top:10px;
}

.add_comment_none{
  margin-top:10px;
}

.forum_reply{
  display:none;
}

.forum_reply_none{
  display:none;
}

.comment-content{
  font-size:13px;
  margin-top:2px;
  color:#888;
}

.forum_comment_profile_image{
  border: 1px solid #ddd;
  height: 30px;
  width: 30px;
}

h1.post-title{
  font-size:16px;
  margin-left:15px;
  margin-bottom:0px;
  margin-top:0px;
  line-height:18px;
}

.post-user{
  font-size:14px;
  margin-left:15px;
  margin-top:0px;
  color:#999;
}

.post-content{
  font-size:14px;
  margin-left:15px;
  margin-top:10px;
  overflow-wrap: break-word;
  width:500px;
}

.comments{
  margin-top:4px;
  padding-top:10px;
  border-top:1px solid #eee;
  margin-left:15px;
}

.forum_add_comment{
  margin-top:4px;
  padding-top:5px;
  border-top:1px solid #ccc;
  margin-left:0px;
}

.comment{
  font-size:14px;
  margin-left:40px;
  width:460px;
  overflow-wrap: break-word;
}

.likes_kid{
  margin-top:10px;
  padding-top:3px;
  margin-left:15px;
  width:500px;
  font-size:12px;
}

/* for a like link that was already clicked */
.liked {
    color: grey !important; /* important b/c the blue comes from an inline style */
}

.profile_sub_container{
  background:orange;
  width: 625px;
  float:left;
}

.content_container{
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.conversation_container{
  width: 1050px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
  min-height: 375px;
  padding: 0px 20px;
  border-radius: 2px;
  background: #f5f5f5; 
  border: 1px solid #ddd;
  background: #fefefe;
}



.live_stream_container {
    padding-bottom: 25px;
}

#printer_list{
  margin-bottom: 10px;
}

input.wide{
  width: 400px;
}

.float_checkbox{
  float: left;
  margin-right: 15px;
  padding-bottom: 5px;
}

#checkout_form{
  position: relative;
  width: 600px;
  padding: 25px;
  border: 1px solid #ddd;
  background: #fefefe;

  box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
  -moz-box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(20,20,20,.05);
}

#list_form label, #checkout_form label{
  font-size: 16px;
  color: #777;
}

#add_printer_form label {
  font-size: 14px;
  color: #444;
}

#add_printer_form .help-block{
  margin-top: 0px;
  padding-top: 0px;
}

#add_printer_form .half_input.left{
  margin-right: 50px;
  width: 300px;
}

#add_printer_form form{
  padding: 10px;
}

#list_form input[type='text'], #list_form input[type='password']{
  width: 350px;
  padding: 6px 10px;
  border: 1px solid #bebebe;
  margin-bottom: 20px;
  border-radius: 0px;
}

.form_message{
  font-size: 12px;
  color: #888;
}

label{
  text-align: left;
}

.error-block{
  color: #C72B2B;
}

.info-block {
    display: inline-block;
    color: #999;
    font-style: italic;
    padding-left:5px;
    font-size:13px;
}

/* Buttons */
.btn{
  color: #f5f5f5 !important;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.50);
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  padding: 12px 61px;
  border-radius: 8px;
  text-decoration: none;

  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .45);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .45);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .45);
}

.red_btn {
  background-color: hsl(0, 90%, 63%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f65555", endColorstr="#f54b4b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f65555), to(#f54b4b));
  background-image: -moz-linear-gradient(top, #f65555, #f54b4b);
  background-image: -ms-linear-gradient(top, #f65555, #f54b4b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f65555), color-stop(100%, #f54b4b));
  background-image: -webkit-linear-gradient(top, #f65555, #f54b4b);
  background-image: -o-linear-gradient(top, #f65555, #f54b4b);
  background-image: linear-gradient(#f65555, #f54b4b);
  border-color: #f54b4b #f54b4b hsl(0, 90%, 62.5%);
}

.pill{
  padding: 4px 50px;
  font-size: 16px;
}

.raz_btn{
  background-color: hsl(322, 100%, 41%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db008a", endColorstr="#d10084");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#db008a), to(#d10084));
  background-image: -moz-linear-gradient(top, #db008a, #d10084);
  background-image: -ms-linear-gradient(top, #db008a, #d10084);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db008a), color-stop(100%, #d10084));
  background-image: -webkit-linear-gradient(top, #db008a, #d10084);
  background-image: -o-linear-gradient(top, #db008a, #d10084);
  background-image: linear-gradient(#db008a, #d10084);
  border-color: #d10084 #d10084 hsl(322, 100%, 40.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.03);
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0px 5px 20px white;
  -moz-box-shadow: 0px 5px 20px white;
  box-shadow: 0px 5px 20px white;
}

.thin_btn{
  font-size: 18px;
  padding: 8px 70px;
}

.huge_btn{
  font-size: 26px;
  padding: 19px 45px;
}

.aqua_btn{
  background-color: hsl(199, 64%, 65%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74bee0", endColorstr="#6cbade");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#74bee0), to(#6cbade));
  background-image: -moz-linear-gradient(top, #74bee0, #6cbade);
  background-image: -ms-linear-gradient(top, #74bee0, #6cbade);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74bee0), color-stop(100%, #6cbade));
  background-image: -webkit-linear-gradient(top, #74bee0, #6cbade);
  background-image: -o-linear-gradient(top, #74bee0, #6cbade);
  background-image: linear-gradient(#74bee0, #6cbade);
  border-color: #6cbade #6cbade hsl(199, 64%, 64.5%);
  padding: 8px 74px;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
}

.action_button_container{
  margin-top: 16px;
  margin-bottom: 40px;
}
/* MISC */

.center{
  text-align: center;
}
.help-text{
  color: #bbb;
  font-size: 14px;
  margin-top: 20px;
}

.mats_selection{
  margin-top: 5px;
}
#add_printer_form .mats_selection label{
  font-size: 14px;
  height: 40px;
}

.success_header{
  color: #12B312;
}

.slider_wrapper{
  float: right;
  display: none;
  margin-right: 200px;
}

.slider{
  width: 125px;
  float: left;
}

.amount{
  margin-left: 10px;
  width: 65px;
  float: right;
  line-height: 5px;
}

.mat_price{
  height: 25px;
  font-size: 13px;
  width: 200px;
}

#printer_list{
  min-height: 350px;
  padding: 25px 50px;
  width: 750px;
}

#printer_list input{
  border: 1px solid #ccc;
}
#printer_list input[type='submit']{
  border: none;
}
#printer_list textarea{
  border-radius: 0px;
  height: 100px;
  width: 476px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
}

input[type="file"]{
  height: auto;
  line-height: 15px;
}

h3.upload{
  color: #FF5A5A;
  margin-bottom: 15px;
  font-size: 24px;
}

h3.uploadling{
  color: rgb(64, 179, 64);
  margin-bottom: 15px;
  font-size: 24px;
}

.bar {
    height: 18px;
    background: #64D364;
    border: 1px solid #DDD;
}

.checkmark{
  width: 150px;
}

.checkbox{
  padding: 5px 0px;
  margin-left: 20px;
}

#upload_form_submit{

}

.upload_form_submit_container{
  position: absolute;
  bottom: 10px;
  left: 25px;
}

.table-bordered {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th, .table-bordered td{
  border-left: 1px solid #aaa;
}
.table-bordered tbody tr td{
  border-top: 1px solid #aaa;
}

.half_input{
  float: left;
}

#checkout_form input[type="text"]{
  width: 250px;
}
#checkout_form select{
  width: 265px;
}
.half_input.left{
  margin-right: 15px;
  clear: both;
}

#pay_btn{
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  padding: 12px 35px;
}

#upload_form label{
  margin-top: 0px;
}

h1.success{
  color: #2CAD2C;
}

.test_person{
  position: absolute;
  left: 335px;
  bottom: 25px;
  font-size: 24px;
}

#footer.footer_condensed{
  margin-top: 0px;
  border-top: none;
}

#footer.footer_sink{
  clear: both;
  position:relative;
}

.pick_up_msg{
  font-size: 12px;
  line-height: 17px;
  width: 225px;
  margin-top: 10px;
}

#checkout_recap{
  width: 250px;
  position: absolute;
  top: -2px;
  right: -280px;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fefefe;

}

#checkout_recap table{
  width: 100%;
}

#checkout_recap table tr{
  line-height: 25px;
}

#checkout_recap h6{
  font-size: 16px;
  color: #444;
}
.shipping_info{
  font-style: italic;
  display: none;
  font-size: 11px;
  color: #444;
}

#chosen_color{
  display: inline-block;
  margin-left: 4px;
  font-style: italic;
  font-size: 13px;
}

.side_text{
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  margin-left: 5px;
  color: #444;
}

input[type='radio']{
  vertical-align: baseline;
  margin-right: 5px;
}

#upload_form input, #upload_form select{
  font-size: 12px;
}

.radio_container label{
  font-size: 13px;
}

#stl_file{
  margin-left: 95px;
}



#add_printer_form input[type='checkbox']{
  vertical-align: baseline;
}


#add_material_form input, #add_material_form select{
  font-size: 12px;
}

#add_material_form select{
  height: 24px;
}

.help-block{
  padding: 10px 0px;
  color: #777;
  font-size: 13px;
}

.profile_image{
  border: 1px solid #ddd;
  height: 75px;
  width: 75px;
}

.profile_pic{
   float:left; 
   margin-right: 40px;
   width:125px;
   height:125px;
}

.profile_header_section{
  float:left;
  width: auto;
}

.public_profile_image{
  border: 1px solid #ddd;
  height: 125px;
  width: 125px;
}

.profile_info{
  margin-bottom: 10px;
  color: #777;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert_conversation {
  margin: 0 auto;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  font-size: 13px;
}

.alert_conversation_text {
  padding-left: 20px;

}

.alert-success_conversation {
  color: #777;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}

.alert-promo_conversation {
  color: #777;
  background-color: #f5f5f5;
  border-color: #bce8f1;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-smaller{
  padding:1px;
  margin-top:-8px;
  margin-bottom:15px;
}

.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


.alert_profile {
  width: 842px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  font-size: 13px;
}

.alert-success_conversation {
  color: #777;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}

h1.name{
  margin-bottom: 0px;
  font-size: 33px;
  font-weight: bold;
}

h1.product{
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

h2.location{
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 20px;
  margin-top: 6px;
}

h2.location a{
  color: #7b7fd0;
}

h2.profile_location{
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 20px;
  margin-top: 6px;
  max-width:460px;
}

h2.profile_location a{
  color: #7b7fd0;
}

h2.profile_section{
  font-size: 16px;
}

.profile_section_title{
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

.product_right_section_title{
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}



.public_profile_section_title{
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

p.profile_content{
  font-size: 13px;
  margin-left: 2px;
  margin-bottom: 6px;
}

p.public_profile_content{
  font-size: 13px;
  margin-left: 2px;
  margin-bottom: 6px;
}

.profile_section{
  margin-bottom: 25px;
}

.cta_top_profile{
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
}

.cta_bot_profile{
  margin-top: 40px;
  padding-top: 15px;
  border-top: 2px dashed #eee;
  margin-bottom: 25px;
}

.place_order_with{
  font-size: 16px;
  color: #555;
  margin-left: 4px;
  margin-bottom: 15px;
}

.cta_top_profile .btn, .cta_bot_profile .btn{
  font-size: 18px;
  padding: 12px 29px;
}

.printed_by{
  font-size: 15px;
  margin-top: 8px;
  color: #555;
  line-height: 29px;
  text-align: right;
}

.news_source{
  float: left;
  padding-left: 65px;
  width: 350px;
}

.news_source img{
  height: 20px;
}

.news_source.last{
  margin-right: 0px;
  width: auto;
}

.question{
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.answer{
  font-size: 13px;
  margin-bottom: 40px;
}
.ssl{
  position: absolute;
}
.ssl img{
  height: 30px;
  width: 30px;
}

pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}


.printer_result{
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.printer_image{
  font-size: 15px;
}

.printer_info{
  margin-top: 5px;
  font-size: 13px;
  color: #555;
}

.printer_result_image{
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.printer_results{
  margin-bottom: 20px;
}

.fragment{
  margin-bottom: 15px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

#facebook_promo{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  background-color: rgba(223, 240, 216, 0.56);
}

.fb_btn {
  background-color: hsl(200, 58%, 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3598c9", endColorstr="#318bb9");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3598c9), to(#318bb9));
  background-image: -moz-linear-gradient(top, #3598c9, #318bb9);
  background-image: -ms-linear-gradient(top, #3598c9, #318bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3598c9), color-stop(100%, #318bb9));
  background-image: -webkit-linear-gradient(top, #3598c9, #318bb9);
  background-image: -o-linear-gradient(top, #3598c9, #318bb9);
  background-image: linear-gradient(#3598c9, #318bb9);
  border-color: #318bb9 #318bb9 hsl(200, 58%, 45%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
  
  font-size: 14px;
  border-radius: 4px;
  border: 0px!important;
  padding: 0px 2px;
  line-height: 30px;
  padding-right: 15px;
}

.fb-icon-button {
  float: left;
  margin-top: -1px;
  margin-right: 10px;
}

.fb-icon-button img{
    height: 25px;
    width: 25px;
}

.huge_textarea{
  height: 175px;
  width: 500px;
  border-radius: 0px;
}

.bio_ul li{
  padding: 10px 0px;
  color: #888;
}

.new_product_ul li{
  padding: 5px 0px;
  color: #888;
}

.project_description_ul li{
  padding: 5px 0px;
  color: #888;
}

.skip_span{
  vertical-align: bottom;
  font-size: 12px;
}


.hp_featured_review{
  margin:0 auto;
  position: relative;
  padding: 1px 35px;
  border-radius: 8px;
  border: 1px solid #888;
  background: #f6f6f6;
  opacity: .8;
}

.search_box{
  width: 780px;
  margin:0 auto;
  margin-bottom: 80px;
  position: relative;
  padding: 12px 50px;
  border-radius: 8px;
  border: 1px solid #888;

  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #f8f8f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7f7f7 0%,#f8f8f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#f8f8f8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#f8f8f8 100%); /* W3C */
  padding-bottom: 40px;
  margin-top: 140px;
}

.search_box h1 {
  font-size: 45px;
}

.search_submit_btn{
  margin-top: 24px;
  font-size: 17px!important;
}

.search_wrapper{
    background-color: #000000;
    background-position: center;
    height: 750px;
    margin-top: -15px;
}

.list_wrapper{
    background: url("https://s3.amazonaws.com/makexyz/static/big_hp.jpg") no-repeat;
    background-color: #000000;
    background-position: center;
    height: 750px;
    margin-top: -15px;
    padding-top: 1px;
}

.price_serp{
  position: absolute;
  right: 58px;
  bottom: 45px;
}

input.search_input{
  height: 34px;
  width: 556px;
  margin-top: 30px;
  line-height: 24px;
  font-size: 20px;
  padding-left: 10px;
}



input.designx_serp_search_input{
  width: 60%;
  height: 20px;
  margin-top: 30px;
  line-height: 18px;
  font-size: 16px;
  padding-left: 10px;
  margin-top: 5px;
  max-width: 750px;
}

.designx_search_cta{
  margin-top: 0px; 
  margin-left:0px
}

.designx_search_cta_mag{
  margin-top: 0px; 
  margin-left:0px;
  display: none;
}


.serp_search_input::-webkit-input-placeholder { font-size: 20px; font-style: italic;}
.serp_search_input::-moz-placeholder { font-size: 20px; font-style: italic;}
.serp_search_input:-ms-input-placeholder { font-size: 20px; font-style: italic;}

.serp_submit_button{
  padding-right:20px;
}

.mobile_icon{
  display:none;
}


.square_btn{
  border-radius: 0px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .65);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .65);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .65);
  margin-top: 18px;
  padding: 10px 18px;
}
.search_input::-webkit-input-placeholder { font-size: 20px; font-style: italic;}
.search_input::-moz-placeholder { font-size: 20px; font-style: italic;}
.search_input:-ms-input-placeholder { font-size: 20px; font-style: italic;}


.serp_refinements{
  float: left;
}

.serp_wrapper{
  background: #fefefe;
  width: 815px;
  margin: 0 auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  float: left;
}

.designx_serp_wrapper{
  background: #fefefe;
  width: 1000px;
  margin: 0 auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}


#serp .alert{
  margin: 10px;
}

.serp_result, .loader{
  padding: 20px 25px;
  background: #fefefe;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  text-decoration: none;
  height: 105px;
  cursor: pointer;
  cursor: hand;
}


.designx_serp_result, .loader{
  padding: 20px 25px;
  background: #fefefe;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  text-decoration: none;
  height: 155px;
  cursor: pointer;
  cursor: hand;
}


.loader{
  margin-top: 150px;
  height: 300px;
  color: #d60087;
  font-size: 75px
}

.serp_result:hover{
  background: #e8f4fa;
}

.designx_serp_result:hover{
  background: #e8f4fa;
}
.serp_image{
  height: 87px;
  width: 87px;
  padding: 5px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 50px;
  background: #fefefe;
}

.profile_find_more{
  height: 87px;
  width: 87px;
  padding: 0px;
  border: 1px solid #555;
  float: left;
  margin-right: 50px;
  background: #fefefe;
}

.find_more_result_details{
  text-align:left;
  font-size:13px;
}

.find_more_serp_info{
  margin-left: -15px;
  float: left;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  width: 245px;
}

.find_more_serp_info:hover{
  background: #e8f4fa;
}

.find_more_result_title{
  text-align:left;
  font-size:14px;
}

.serp_image.cuddle{
  margin-right: 10px;
}

.result_title{
  font-size: 16px;
  color: #444;
  margin-bottom: 5px;
  margin-top: 3px;

}

.serp_search{
  text-align: left;
  background: #fafafa;
  background: rgba(250,250,250,0.9);
  border-bottom: none;
  padding-right: 10px;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.upload_header_section{
  text-align: left;
  background: rgba(250,250,250,0.9);
  border-bottom: none;
  padding-right: 0px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom:-17px;
  width:893px;
}

.result_details{
  line-height: 18px;
  font-size: 13px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile_serp_location{
  display:none;
}

.serp_search input.search_input{
  width: 620px;
  margin-top: 5px;
}

.serp_search .square_btn{
  margin-top: -4px;
}

.serp_search form{
  margin: 0px;
}

.serp_header{
  text-align: left;
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
  font-size: 23px;
  line-height:25px;
}

.designx_serp_header{
  text-align: left;
  margin-top: 3px;
  padding-top: 0px;
  margin-bottom: 3px;
  margin-left: 25px;
  font-size: 16px;
  line-height:20px;
}

.serp_sort_price{
  position: absolute;
  top: 8px;
  right: 35px;
  font-size: 12px;
}

.serp_print{
  position: absolute;
  right: 50px;
  top: 25px;
}

.serp_price{
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
  color: #ccc;
}

.serp_money{
  font-size:18px;
}

.serp_print .red_btn{
  font-size: 13px;
  padding: 6px 20px;
  border-radius: 3px;
}

.link{
  text-decoration: underline;
  color: #0088cc;
}

.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
    border: solid 1px rgb(173, 173, 173);
    color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 3px 9px;
    margin-right: 5px;
  margin-bottom: 5px;
  line-height: 18px;
}

.pagination .current {
    background: #26B;
    color: #fff;
  border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
  color:#999;
  border-color:#999;
  background:#fff;
}

.pagination_wrapper{
  margin-top: 12px;
  margin-bottom: 20px;
}

.loader{
  text-align: center;
}

#checkout_form select.card-expiry-year, #checkout_form select.card-expiry-month{
  width: 100px;
}

#checkout_form label.error{
  color: red;
}

#checkout_form .error-block{
  margin-top: -9px;
  margin-bottom: 12px;
  color: red;
}

.table.notop td{
  border-top: none;
}

.big_now{
  width:100%;
}

#profile_container{
  width: 625px;
  position: relative;
  min-height: 375px;
  float:left;
  margin-left:50px;
  margin-top:15px;
}

#product_container{
  width: 1000px;
  position: relative;
  min-height: 375px;
}

.prof_left_cont{
  width: 625px;
  position:relative;
  margin-left:0px;
  margin-top:0px;
  float:left;
  background:none;
  padding-right:20px;
  padding-left:20px;
  height:10px;
}


.profile_left{
  width: 625px;
}


.public_profile_top{
  padding-bottom: 15px;
  border-bottom:2px dashed #dedede; 
  margin-bottom: 0px;
  position: relative;
}

.project_left{
  width: 525px;
}

.profile_right{
  position: relative;
  width: 275px;
  float:right;
  border: 1px solid #ddd;
  text-align: center;
  background-color:white;
  margin-top:40px;
  margin-right:30px;
  clear:right;
}

.design_profile_right{
  position: relative;
  width: 275px;
  float:right;
  text-align: left;
  margin-top:15px;
  margin-right:30px;
  margin-bottom:-30px;
  clear:right;
}

.product_right{
  position: absolute;
  width: 400px;
  right: 130px;
  top: 45px;
  text-align: left;
}

.product_left{
  width: 410px;
  margin-left:20px;
  margin-top:10px;
}

.product_container{
  
}


.profile_right_tip{
  width: 275px;
  text-align: center;
  border: 1px solid #ddd;
}




.messages_right{
  position: absolute;
  width: 250px;
  right: 25px;
  top: 60px;
  text-align: center;
}

.messages_right_feature{
  border: 1px solid #dedede;
  text-align: center;
  margin-bottom: 20px;
}


.statuses_right{
  position: absolute;
  width: 250px;
  right: 25px;
  top: 80px;
  border: 1px solid #dedede;
  text-align: center;
}

.public_profile_right_title{
  background-color: #555;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  color:white;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.profile_right_title{
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.profile_right_title_tip{
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}


.profile_right_title_tip.closed{
border-bottom: none;
}




.profile_cta_btn{
  padding: 10px 10px;
  font-size: 15px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
}

.profile_email{
  position: absolute;
  width: 250px;
  right: 25px;
  top: 250px;
  border: 1px solid #dedede;
  text-align: center;
}

.profile_find_other{
  position: absolute;
  width: 250px;
  right: 25px;
  top: 400px;
  border: 1px solid #dedede;
  text-align: left;
}

.prints_for{
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 10px;
}

.serp_cta_btn{
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

#printer_list input[type='file']{
  border: none;
}

.file_input_wrapper{
  padding: 8px 20px;
  background: rgba(250,250,250,0.9);
  border: 2px dashed rgba(221, 221, 221, 0.72);
  margin-top: 20px;
}

.thing_image, .thing_image_loader, .generic_image_loader{
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}

.thing_image_actual{
  border: 1px solid #ddd;
}

.thing_image_loader, .generic_image_loader{
  text-align:center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
}

.row_last{
  margin-right: 0px;
}

#image_upload_error{
  margin-top: 10px;
  display: none;
}

.thing_image_actions{
  font-size: 9px;
  margin-left: 2px;
  text-align: right;
}

.profile_nav{
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.profile_nav_ul{
  list-style-type: none;
  font-size: 13px;
  margin: 0px;
}

.profile_nav_ul li{
  padding-bottom: 5px;
}

.profile_nav_ul li.active a{
  color: #444;
  text-decoration: none;
}

.active{
  color: #444;
  text-decoration: none;
  font-weight: bold;
}

.active:hover {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

.shipping_preference{
  font-size: 14px;
  padding-bottom: 8px;

}

#payment_information_wrapper{
  display: none;
}

#profile_information_wrapper, #payment_information_wrapper, #send_invoice_wrapper{
  float: left;
}

#send_invoice_wrapper{
  width: 550px;
}

.design_form_amount{
  padding-top: 4px;
  padding-left: 17px;
  padding-bottom:15px;
}

.conv_design_form_amount{
  font-size:12px;
}

#refer_wrapper{
  width: 550px;
}

.checkout_alert{
  width: 600px;
  margin-bottom: 10px;
  padding: 15px 25px;
  margin-top: 40px;
}

.things_printed_wrapper{
  min-height: 15px;
  margin-bottom: 25px;
}

.declined_order{
  opacity: .35;
}

.mini_profile_image{
  height: 40px;
  width: 40px;
  border-radius: 5px;
}

.mini_profile{
  float: left;
  margin-top: 6px;
}

.serp_info{
  margin-left: 10px;
  float: left;
}

.resolution.high_res{
  color: rgb(64, 179, 64);
  font-weight: bold;
}

.resolution.medium_res{
  color: rgba(226, 151, 13, 0.93);
  font-weight: bold;
}

.build_input{
  width: 50px;
  float:left;
}

.build_x{
  float: left;
  margin: 5px 10px;
  font-size: 15px;
}

.input_group{
  padding-bottom: 12px;
}

.only_be_charged{
  font-size: 13px;
  padding: 0px 10px;
  padding-bottom: 5px;
  color: #666;
}

.right_section_button_annotation {
  font-size: 13px;
  padding: 0px 10px;
  padding-bottom: 5px;
  color: #666;
}

.pac-item{
  padding: 3px 4px;
  font-size: 16px;
  font-weight: normal;
  color: rgb(166, 166, 250);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  /*max-height: 400px;*/
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: left;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal_close{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.hide{
  display: none;
}

.btn_grey{
  color: #666!important;
}

.raz_btn_dark{
  box-shadow: 0px 3px 2px rgba(50,50,50,.25)!important;
  -webkit-box-shadow: 0px 3px 2px rgba(50,50,50,.25)!important;
  -moz-box-shadow: 0px 3px 2px rgba(50,50,50,.25)!important;
  font-size: 17px;
  padding: 10px 40px;
}

.modal-body input[type='text'], .modal-body textarea{
  width: 90%;
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #eee;
}

.modal-body textarea{
  resize:vertical;
}

.modal-body form{
  margin: 0px;
}

.modal_form_errors{
  color: red;
  margin-bottom: 10px;
  display: none;
}

.modal_form_success{
  margin-bottom: 10px;
  display: none;
  margin-top: 10px;
}

.modal_spinner{
  display: none;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.modal_remove{
  float: right;
  margin-top: 5px!important;
}

.convo_form{
  margin-top: 30px;
  padding-top: 20px;
}

.convo_form textarea, .rating_form textarea{
  border-radius: 0px;
  border: 2px solid #ddd;
  width: 500px;
  box-shadow: none;
  height: 100px;
}

#profile_email_btn{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 168px;
}

.radio_label{
  display: inline-block;
  width: 75px;
}

.stars{
  display: inline-block;
  margin-left: 10px;
}

.icon-star, .icon-star-empty{
  color: rgb(245, 215, 56);
}

.rating_form .radio, .rating_form textarea{
  margin-left: 5px;
}

#payment_options{
  text-align: center;
}

.num_ratings{
  display: inline-block;
  margin-left: 2px;
}

.review_date{
  color: #888;
}

.review{
  min-height: 65px;
  padding-bottom: 15px;
}
.review_left{
  float: left;
}

.review_right{
  margin-left: 150px;
  font-size: 13px;
  padding-top: 3px;
}

.payment-errors{
  color: red;
}

.profile_sub_header{
  font-color: #555;
  font-size: 13px;
}

.profile_sub_header_get_more{
  font-color: #555;
  font-size: 15px;
  margin-bottom:14px;
}

.input_wrapper{
  margin-bottom: 5px;
}
.small_input{
  width: 100px;
}

.small_conv_input{
  width: 60px;
  font-size:12px;
  height:16px;
  margin-bottom:5px;
  line-height:14px;
}
.service_tip{
  color: #aaa;
  font-size: 13px;
  margin-bottom: 10px;
}

.con_message{
  border-top: 1px solid #ddd;
  text-align: left;
  padding: 15px 20px;
  box-shadow: 0px 0px 7px 0px rgba(100,100,100,.10);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(100,100,100,.10);
  -moz-box-shadow: 0px 0px 7px 0px rgba(100,100,100,.10);
  position: relative;
}

.pub_message_field{
  height: 35px;
  width: 90%
}

.con_message.collapsed{
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 7px;
  background: #f7f7f7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.con_message.collapsed .message_content{
  display: none;
}

.con_message .collapsed_meta{
  display: none;
}

.con_message.collapsed .collapsed_meta{
  display: block;
}

.con_messages{
  border: 1px solid #ddd;
  border-top: none;
  width: 775px;
}

.mobile_conv_file{
  display:none;
}

.con_message_date{
  float: right;
  font-color: #999;
  font-size: 11px;
}

.order_dash_status{
  float: right;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.con_message_meta_name, .dash_meta_name{
  display: inline-block;
  width: 200px;
  overflow: hidden;
}

.dash_meta_name{
    font-weight: bold;
    color: #666;
    font-size: 12px;
}

.conversation_orders_meta{
    font-weight: bold;
    color: #666;
    font-size: 12px;
    text-align: left;
    }

.conversation_orders_data{
  font-weight: normal;
  color: #666;
  font-size: 12px;
  text-align: left;
  }

.asked_to_review{
  line-height: 12px; 
  padding-top: 3px;
}

.conversation_order_status_feature{
  text-align: left; 
  padding-bottom: 12px; 
}

.conversation_or{
  padding-top: 8px; 
  color: #575757;
}

.your_conversation_title{
  font-size: 24px;
  width: 90%;
  line-height:40px;
}

.conversation_attached_files{
  font-size: 19px;
  margin-left: 4px;
  border-bottom: 1px solid #eee;
  width: 775px;
}

.conv_message_sent{
  width: 560px
}

.conv_tracking_form{
  margin-top:0px;
  background: #eee;
  padding-left:10px;
  margin-right:10px;
  padding-top:10px;
}

.right_add_livestream{
  margin-top: 20px;
}

.ask_for_invoice{
  padding-top: 6px; 
  padding-bottom:8px; 
  color: #575757;
}

.order_status_view_all{
  text-align: left; 
  padding-bottom: 5px; 
  padding-top: 5px; 
  font-size: 13px;
}

.conv_order_status_action_section{
  padding-bottom: 15px; 
  padding-top: 5px; 
  font-size: 13px;
}

.conv_order_status_action_buttons{
  border:1px solid #d6e9c6;
  background-color:#dff0d8;
  padding:5px; 
  width: 80px;
}

#order_dash_wrapper, #invoice_dash_wrapper{
  border: 1px solid #ddd;
  border-top: none;
}

.order_dash_date{
  font-weight: normal;
  font-size: 12px;
}

.con_message_preview{
  display: inline-block;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}

.con_message .message_header{
  padding-bottom: 20px;
}

.con_message .message_text{
  min-height: 50px;
  padding-left: 5px;
  word-wrap: break-word;
}

.con_message .message_header .message_header_name, .order_header_name{
  font-weight: bold;
  color: #444;
}


a.uncollapse{
  text-decoration: none;
  color: #666;
}

#order_spinner, #submit_spinner{
  display: none;
}

#upload_error, #file_upload_error{
  display: none;
  font-size: 13px;
  margin-top: 20px;
}

.e_sec{
  padding-bottom: 6px;
}

#upload_loader{
  display: none;
}

#uploaded_files{

}

.uploaded_file{
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: rgba(33, 60, 214, 0.75);
  font-weight: bold;
  margin-top: 10px;
  min-height:20px;
}

.profile_uploaded_file{
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: rgba(33, 60, 214, 0.75);
  font-weight: bold;
  margin-top: 10px;
}

a.no_style_a{
  text-decoration: none;
  color: inherit;
}


.nav_thumb{
  width: 20px;
  height: 20px;
}

/*.mobile_nav{
  display:none;
}
*/

.nav_user_drop{
  position: relative;
}

.user_nav_dropdown, .service_nav_dropdown, .line_nav_dropdown, .incomplete_nav_promo{
  display: block;
  text-decoration: none;
  color: #555;
  height: 24px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  float: left;
  padding: 10px 18px;
  line-height: 32px;
  position: relative;
  min-width: 80px;
}
.service_nav_dropdown{
  border-left: 0px;
}

.incomplete_dropdown{
  display: block;
  text-decoration: none;
  color: #555;
  height: 24px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  float: left;
  padding: 10px 18px;
  line-height: 32px;
  position: relative;
  min-width: 80px;
}

.mobile_nav_dropdown{
  display: block;
  text-decoration: none;
  color: #555;
  height: 24px;
  float: right;
  padding: 10px 18px;
  line-height: 32px;
  position: relative;
  min-width: 100px;
}

#user_nav, #service_nav, #cart_nav, #line_nav, .incomplete_nav{
  background: #f7f7f7;
  padding: 10px 20px;
  position: absolute;
  width: 75px;
  top: 45px;
  border-radius: 1px;
  right: -1px;
  border-top: 1px solid #ddd;
  display: none;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 9999;
}
#service_nav{
  width: 107px;
}
#cart_nav{
    width: auto;
}
.cart_nav_dropdown{
  float: left;
  position: relative;
  margin-top: 2px;
}

.incomplete_nav{
  background: #f7f7f7;
  position: absolute;
  width: 222px;
  top: 45px;
  display: none;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 9999;
}

#mobile_nav{
  background: #f7f7f7;
  padding: 10px 20px;
  position: absolute;
  width: 126px;
  top: 45px;
  border-radius: 1px;
  right: 0px;
  border-top: 1px solid #ddd;
  display: none;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 9999;
}

.user_nav_dropdown a, .service_nav_dropdown a, .line_nav_dropdown a, .incomplete_nav_promo a{
  padding: 0px!important;
  border: none!important;
}
.price_help{
  font-size: 12px;
  display: none;
  font-weight: normal;
  margin-top: 8px;
  color: #555;
  line-height: 14px;
}

.step_title{
  font-size: 42px;
  position: relative;
  height: 44px;
}

.step_title .pin_step img{
  height: 47px;
  zoom: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  opacity: 0.9;
}

.step_title .pin_step{
  position: absolute;
  top: -15px;
  left: -10px;
}

.step_title .eiffel_step img{
  height: 60px;
  zoom: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  opacity: 0.9;
}

.step_title .eiffel_step{
  position: absolute;
  top: -22px;
  left: -16px;
}

.step_title .smile_step img{
  height: 55px;
  opacity:.9;
  zoom: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  opacity: 0.9;
}

.step_title .smile_step{
  position: absolute;
  top: -17px;
  left: -12px;
}

.middle_content.how_it_works{
  height: auto;
  padding-bottom: 40px;
}

.home_steps{
  margin-top: 30px!important;
}

.home_steps .step_text{
  margin-left: 0px;
  font-size: 16px;
  line-height: 21px;
  width: 275px;
  color: #777;
  margin-right: 0px;
}

.step_title_text{
  margin-left: 50px;
  color: #555;
}

.home_footer{
  margin-top: 0px!important;
  border-top: none!important;
}

.in_the_news{
  padding: 15px 0px;
}


.refinement_name{
  display: inline-block;
  margin-left: 5px;
  margin-top: 3px;
}

.refinement_wrapper{
  padding: 2px 20px;
  font-size: 12px;
  color: #777;
}

.toggle_designer_check{
  margin-top: -2px!important;
}

.toggle_material_check{
  margin-top: -2px!important;
}

.toggle_res_check{
  margin-top: -2px!important;
}

.refine_header{
  background-color: rgba(250,250,250,0.9);
  border-bottom:1px solid #ddd;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 14px;
  padding: 5px 20px;
  color:#666;
  font-weight: bold;
}

.refine_header.closed{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: none;
}

.profile_printer_entry{
  padding: 10px 5px;
}

.profile_printer_entry:hover{
  background: #e8f4fa;
}

.other_printer_right{
  float: right; 
  color: #ccc;
}

.result_title_name{
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delete_image{
  font-size: 14px;
  text-decoration: none;
}

.profile_printer_actions{
  float: right;
  font-size: 14px;
  border-left: 2px dashed #ddd;
  padding-left: 18px;
}

.small_aqua{
  padding: 0px 12px;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  border-right: none;
  border: none;
}

#stl_preview{
  margin-top: 20px;
}

.upload_other_file{
  margin-top: 10px;
}

#upload_other_file_link, .upload_other_file_link{
  text-decoration: none;
  font-size: 12px;
  color: #999;
}

#serp_stl_preview{
  margin-left: 40px;
}
.alert_serp_preview_text{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 22px;
  line-height:15px;
}
.serp_preview_alert{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  color: rgb(100, 162, 101)!important;
  width: 1000px;
}

#add_material{
  text-decoration: none;
}

.add_material_error{
  color: red;
  display: none;
  padding-bottom: 5px;
}

#form_add_printer .help-block{
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.con_message.hidden_message{
  display: none;
}

.hidden_attachment{
  display: none;
}

.show_previous_files{
  font-size: 13px;
  margin-top:8px;
  color: #aaa;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 5px;
}

.show_previous_messages{
  text-align: center;
  padding: 7px 0px;
  font-size: 13px;
  color: #aaa;
  border-top: 1px solid #ddd;
}

.wider_container{
  width: 1050px;
  position: relative;
  min-height: 375px;
}

.message_cta{
  font-size: 15px; 
  padding: 7px;
  width: 200px;
}

#send_message_btn{
  border-radius: 5px;
}

.smaller_uploaded_file{
  width: 280px;
  font-size: 13px;
  padding: 3px 10px;
}

.conv_uploaded_file{
  width: 755px;
  font-size: 13px;
  padding: 3px 10px;
}

.smaller_uploaded_file.hidden_attachment{
  display: none;
}

.super_smaller_uploaded_file{
  width: 500px;
  font-size: 13px;
  padding: 3px 10px;
}

.bad_search{
  font-size: 15px;
  padding: 20px;
  margin-top: 15px;
  margin-left: -1px;
  background: #fefefe;
  border: 1px solid #ddd;
  line-height: 24px;
}

.serp_zipcode{
  color: #bbb;
  display: inline-block;
  margin-left: 3px;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.cm_help{
  position: absolute;
  right: 24px;
  top: 36px;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.refinement_section{
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.design_refinement_section{
  border-radius: 0px;
  border: 1px solid rgba(93, 139, 63, .5);
  margin-bottom: 10px;
  background:#f3f6f1;
  min-height:130px;
}

.design_pub_profile_section{
  border-radius: 2px;
  border: 1px solid rgba(93, 139, 63, .5);
  margin-bottom: 10px;
  background:#f3f6f1;
  min-height:115px;
}

.serp_refinement_wrapper{
  width: 220px;
  float: right;
  margin-top: 100px;
}

.product_refinement_section{
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.dash_text{
  font-size: 12px;
}

#new_project_wrapper{
  padding: 10px;
}

#new_project_wrapper input[type='text'], #new_project_wrapper textarea{
  width: 400px;
}

.project_right{
  position: absolute;
  right: 20px;
  top: 25px;
  text-align: center;
  border: 1px solid #ddd;
  width: 275px;
}

.project_right .profile_right_title{
  margin-bottom: 10px;
}

.project{
  padding: 10px 15px;
  border: 1px solid #eee;
  margin-bottom: 8px;
  position: relative;
}

.project .title{
  color: #0088cc;
  font-size:16px;
}

.project .posted_by{
  font-size: 13px;
  color: #777;
}

.project .budget{
  color: #777;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.project_cta{
  position: absolute;
  bottom: 0px;
  height: 35px;
  left: 0px;
  width: 100%;
  background-color: #eee;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #e5e5e5;
}

.project_cta_text{
  padding-left: 50px;
  padding-top: 7px;
  font-size: 15px;
  color: #777;
}

.flatbtn{
  border: none;
  background: #bdc3c7;
  color: #ffffff;
  padding: 9px 12px 10px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  margin-bottom: 5px;
}
.btn-action {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.flatbtn:hover, .flatbtn:focus{
  background-color: #cacfd2;
  color: #ffffff;
  outline:none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

.flatbtn.btn-large {
  font-size: 16px!important;
  line-height: 20px;
  padding: 11px 38px 12px;
}

.flatbtn.btn-small {
  font-size: 14px!important;
  line-height: 16px;
  padding: 5px 10px 5px;
}

.flatbtn.btn-small-conv {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px 5px;
}

.flatbtn.btn-large-serp {
  font-size: 16px!important;
  line-height: 20px;
  padding: 11px 20px 12px;
}

.flatbtn.btn-large-designx-serp {
  font-size: 15px!important;
  line-height: 18px;
  padding: 6px 20px 6px;
  border-radius:5px;
  margin-top:0px;
  margin-left:8px;
}

.button_link{
  background:none;
  border:none; 
  padding:0;
  text-decoration: underline;
  color: #0088cc;
  margin-bottom:1px;
  padding-bottom:1px;
  font-size: 13px;
}

.flatbtn.twoline{
  line-height: 16px;
  padding: 8px 38px 8px;
}

.flatbtn.flat-action {
  background-color: rgb(219, 0, 138);
}
.flatbtn.flat-action:hover, .flatbtn.flat-action:focus {
  background-color: rgba(219, 0, 138, 0.75);
}

.flatbtn.flat-secondary {
  background-color: rgb(98, 148, 199);
}
.flatbtn.flat-secondary:hover, .flatbtn.flat-secondary:focus {
  background-color: rgba(98, 148, 199, 0.75);
}

.flatbtn.flat-secondary-pub {
  background-color: rgb(68, 135, 202);
}
.flatbtn.flat-secondary-pub:hover, .flatbtn.flat-secondary:focus {
  background-color: rgba(68, 135, 202, 0.75);
}


#project_email_btn {
  max-width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order_details_table .first_td{
  width: 180px;
}

.upload_input{
  margin-bottom: 10px;
  margin-top: 10px;
}

.checkout_td_limited{
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash_message.collapsed{
  min-height: 0px;
}

.dash_message{
  min-height: 100px;
}

#new_product input[type='text']{
  width: 450px;
}

#new_product textarea{
  width: 450px;
  box-shadow: none;
  border: 1px solid #ddd;
}

.error{
  color: #C72B2B;
}

#new_product_wrapper{
  padding: 10px;
}

#main_product_image_preview{
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 90px;
}

.inactive-stream {
    color: gray;
}

.inactive-stream:after {
    content: ' - coming soon';
    font-style: italic;
}

.find_designs_hp{
  font-size: 40px;
  color: #666;
  line-height: 54px;
  float: left;
  width: 290px;
  margin-top: 12px;
}

.hp_h1{
  font-size:40px;
}

.hp_h2{
  font-size:24px;
}

.fp_hp{
  margin-left: 15px;
  border:1px solid #ddd;
  float: left;
  margin-top: 20px;
  position: relative;
}

.fp_hp_title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 19px;
  width: 100%;
  background-color: rgba(0,0,0,.25);
  border-top: #444;
  color: #f5f5f5;
}


.fp_hp_title_content{
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 124px;
    padding-left: 5px;
}

.browse_title{
  bottom: 0px;
  left: 0px;
  height: 25px;
  width: 100%;
  border-top: #444;
  color: #f5f5f5;
}

.browse_title_content{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    padding-left: 5px;
}

.response_rate {
    color: #888;
}

.printer_rec{
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 10px;
}

.printer_rec:hover{
  background: #E1EDF3;
}

.refinement_group{
  margin-left: -8px;
  padding-bottom: 5px;
}

.arrow_hugger{
  float: left;
  font-size: 17px;
  width: 20px;
  color: #999;
}

.refine_clicky{
  font-size: 14px;
  text-decoration: underline;
  color: #999;
}

.refine_checky{
  padding-bottom: 2px;
}

.refinement_group_body{
  display: none;
  margin-left: 19px;
}


@media (max-width: 1075px) {
.printers_here{
  display:none;
}

}

@media (max-width: 900px) {
  #right_nav a#list_printer_promo{
    display: none;
  }
  .incomplete_nav_promo{
    display:none;
  }
  .unr_section{
    display:none;
  }
  .cart_nav_dropdown{
    display:none;
  }
}

@media (max-width: 851px) {
.ie_warning{
  display:none;
}
.quick_print_promo{
  display:none;
}

#nav_bar{
  margin-bottom:15px;
}


/* herin starts product browse */

.serp_search{
    padding: 15px!important;
}

.designx_serp_wrapper{
    width: 90%!important;
}

.inner_serp_search{
    width: 100%;
}

input.designx_serp_search_input{
    width: 80%;
}

.product_image{
    display:none;
}

.designx_serp_result:hover{
  background: none;
}

.product_title{
  width:90%;
}

h2.product_title{
  width:90%;
}

.serp_contact_button{
  display:none;
}

.product_description{
  width:90%;
}

.mob_product_image{
  display:block;
}

.product_info{
  margin-left:-5px;
}

.designx_serp_result{
  height:250px;
}


.product_eg{
  display:none;
}

.designx_search_cta{
  margin-left:0%;
  display:none;
}

.designx_search_cta_mag{
  display:inline;
}

.flatbtn.btn-large-designx-serp {
  display:inline;
  margin-left:10%;
}

p.public_profile_content{
  width: 100%;
}

.prof_left_cont{
  width:80%;
}

h2.profile_location{
  width: 100%;
}

.things_printed_wrapper{
  width: 80%;
}

.review_right{
  float:left;
  margin-left:10px;
  width:90%;
}

.other_printer_link{
  width: 80%;
}

.other_printer_right{
  float: left;
}

.public_profile_section_title{
  width: 100%;
}

.public_profile_top{
  border-bottom:none; 
  width:80%;
}

.profile_section{
  width: 100%;
}
.search_wrapper{
  height: auto;
  padding-top:50px;
}

.hp_h1{
  font-size:28px;
  line-height:28px;
}

.hp_h2{
  font-size:18px;
  line-height:18px;
  display:none;
}


.search_box{
  width: 60%;
  margin-bottom:-10px;
  margin-top:-20px;
}

input.search_input{
  width:90%;
  font-size: 15px;
  margin-top: 20px;
}

.search_input::-webkit-input-placeholder { font-size: 16px; font-style: italic;}
.search_input::-moz-placeholder { font-size: 16px; font-style: italic;}
.search_input:-ms-input-placeholder { font-size: 16px; font-style: italic;}

.how_hp{
  display:none;
}

.hp_press{
  display: none;
}

.hp_designs{
  display:none;
}

.modal{
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1050;
  width: 80%;
  margin-left: 0;
  overflow-y:auto;
}

.modal-body input[type='text'], .modal-body textarea{
  width: 90%;
}

#profile_container{
  width: 90%;
  position: relative;
  min-height: 375px;
  margin-left:0px;
}

#new_prof_cont{
  width:90%;
  position:relative;
}

.serp_content_section{
  width:100%;
}

.serp_preview_alert{
  width:80%;
  position: relative;
  margin-top: 0px;
  margin-bottom:20px;
  margin-left:5%;
  margin-right:5%;
  padding-top:0px;
}


.profile_right{
  position: relative;
  width: 100%;
  margin-left:0px;
  margin-bottom:20px;
  margin-top:0px;
  border: 1px solid #ddd;
  text-align: center;
  background-color:white;
  margin-right:0px;
}

#footer.footer_sink{
  clear: both;
  position:relative;
}

.header_printsfor{
  display:block;
}

.public_profile_right_title{
  
}

.prints_response{
  display:none;
}
.profile_right_tip{
  display:none;
}


.profile_left{
  width: 100%;
  /*min-width: 400px;*/
}


.your_conversation_title{
  font-size: 18px;
  line-height:18px;
}

.alert_conversation {
  width: 90%;
  margin: 0 5%;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  font-size: 13px;
}

.alert-success_conversation {
  color: #777;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}


.alert-promo_conversation {
  color: #777;
  background-color: #f5f5f5;
  border-color: #bce8f1;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}

.conversation_container{
  width: 90%;
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
}

.con_messages{
  border: 1px solid #ddd;
  border-top: none;
  width: 90%;
}

.messages_right{
  position: relative;
  width: 90%;
  margin: 0 5%;
  top: 10px;
  text-align: center;
}

.conv_how_it_works{
  display: none;
}

.desktop_conv_file{
  display:none;
}

.mobile_conv_file{
  display:inline;
}

.smaller_uploaded_file{
  width: 84%;
  font-size: 13px;
  padding: 3px 3%;
}

.conversation_attached_files{
  font-size: 18px;
  margin-left: 4px;
  border-bottom: 1px solid #eee;
  width: 90%;
}

.convo_form textarea, .rating_form textarea{
  border-radius: 0px;
  border: 2px solid #ddd;
  width: 90%;
  box-shadow: none;
  height: 100px;
}
#inner_nav{
  width: 100%;
  margin: 0 auto;
  height: 50px;
}

#right_nav{
  float: right;
  display: none;
}

.mobile_nav_section{
  float: right;
  display: block;
}

.find3dnav{
  display:none;
}


}

@media (max-width: 480px){
    .your_conversation_title{
      font-size: 16px;
      line-height: 16px;
    }

    .get_4x{
      display:none;
    }
}

@media (max-width: 955px){
  #inner_nav{
      width: 100%;
      margin-left: 0px;
  }
  #right_nav{
    padding-right: 20px;
  }
  .whatif_serp_wrapper{
    display:none;
  }
}

@media (max-width: 1242px){
  #inner_nav{
      width: 100%;
      margin-left: 0px;
  }
  #right_nav{
    padding-right: 20px;
  }
}

@media (max-width: 1044px){
  #steps_on_hp{
    display: none;
  }
}

@media (max-width: 930px){

  .search_box{
    width: 600px;
    margin-bottom: -10px;
    margin-top:-20px;
  }
  .hp_press{
    display: none;
  }
  .hp_designs{
    display: none;
  }
  .mobile_input_wrapper{
    display: block!important;
    float: none!important;
  }
  .mobile_input_wrapper #l{
    width: 580px;
  }

/*
  .mobile_help_text{
      display: block!important;
      margin-top: 0px;
      color: white;
      font-size: 15px;
      margin-left: 4px;
      margin-top: -5px;
  }*/
  .desk_help_text{
      display: none;
  }

  .hp_h2{
    font-size: 16px;
  }
  .hp_h1{
    font-size: 50px!important;
  }
  .search_submit_btn{
    width: 80%!important;
  }
  #footer{
    border-top: none;
  }
}

@media (max-width: 550px){
    #footer, .push{
      display: none;
    }
}

.search_hp_container{
  padding-top: 140px;
}

.offline-contact-info {
    font-color: #666;
    border-bottom: thin dashed gray;
}

#nav_bar a.nav_l{
  color: #8A8A8A!important;
  font-size: 13px!important;
  letter-spacing: 0.2px!important;
  height: 28px!important;
  border-left: 0px!important;
  border-right: 0px!important;
  padding: 0px 12px!important;
  margin-top: 9px!important;
  margin-right: 5px;
}
#nav_bar a.nav_c{
    border-left: 0px!important;
}
#nav_bar a.nav_l:hover{
    color: #1D95CB!important;
}
#service_nav_link{
  font-size: 16px!important;
  color: #8A8A8A!important;
}
#service_nav_link:hover{
  color: #1D95CB!important;
}
#nav_bar #service_nav_link, #nav_bar #list_printer_promo{
    border-right: 0px!important;
}
.service_nav_dropdown, .user_nav_dropdown, .line_nav_dropdown, .incomplete_nav_promo{
    border-right: 0px!important;
    padding: 0px!important;
}
.user_nav_dropdown, .line_nav_dropdown, .incomplete_nav_promo{
    border-left: 0px!important;
}
#nav_bar #user_nav_link{
    border-left: 1px solid #ddd!important;
    border-right: 0px!important;
}
#service_nav, #user_nav{
    left: 0px;
    top: 45px;
    padding: 0px;
    width: auto;
}
#service_nav .dd_l, #user_nav .dd_l, #line_nav .dd_l, .incomplete_nav .dd_l{
    display: block;
    color: #8A8A8A!important;
    font-size: 12px!important;
    letter-spacing: .2;
    float: none!important;
    padding: 4px 6px!important;
    padding-left: 10px!important;
    padding-right: 4px!important;
}
#user_nav{
    width: 115px;
}
#service_nav .dd_l:hover, #user_nav .dd_l:hover, #line_nav .dd_l:hover, .incomplete_nav .dd_l:hover{
    background-color: #00B0FF;
    color: #f0f0f0!important;
}
.unr_count{
    border-left: 0px;
    padding: 12px;
}
.nav_cart_btn, .nav_cart_btn:hover{
    width: 210px;
    color: #fff!important;
    margin-top: 20px;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding: 9px 85px;
    border-radius: 2px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    line-height: 1.43;
    font-weight: normal;
    font-size: 16px;
    border-color: #5AB0FF;
    border-bottom-color: #02ACEE;
    background-color: #5AB0FF;
}
