* {
    box-sizing: border-box !important; }

body {
    padding: 0px;
    font: 14px/20px Helvetica, Arial, sans-serif;
    color: #333333;
    background: transparent;
    text-align: center; }

body, h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal; }

.form-panel {
    width: 348px;
    height: 310px;
    margin: auto;
    color: #333;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    text-align: left; }

.form-ttl {
    position: relative;
    width: 100%;
    font: 400 26px/34px 'Roboto Condensed', sans-serif;
    color: #333;
    margin-bottom: 34px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px; }
.form-ttl .sm {
    font-size: 16px; }

.form-line {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 5px; }
.form-line.last-line {
    margin-top: 20px;
    margin-bottom: 0; }

.input-ttl {
    display: inline-block;
    color: #666;
    font: 400 14px/34px Helvetica, Arial, sans-serif;
    margin-bottom: 2px; }

.star {
    color: #c73044; }

input:focus {
    outline: none; }

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: none !important; }

input[type="text"], input[type="email"], input[type="tel"], select {
    width: 100%;
    height: 50px;
    color: #000;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0 10px;
    font: 400 16px/40px 'Open Sans', sans-serif;
    border: 1px solid #bbb;
    border-radius: 0; }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #000; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder {
    color: #000; }
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, select:-moz-placeholder {
    color: #000; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #000; }
input[type="text"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
    color: transparent; }
input[type="text"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, select:focus::-moz-placeholder {
    color: transparent; }
input[type="text"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, select:focus:-moz-placeholder {
    color: transparent; }
input[type="text"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
    color: transparent; }
input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, select:hover, select:focus {
    outline: none; }

input.error, select.error {
    border-color: red; }

label.error {
    color: red;
    position: absolute;
    left: 11px;
    bottom: 3px;
    width: 100%;
    text-align: left;
    font: 400 11px/10px Helvetica, Arial, sans-serif; }

input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    border: none;
    width: 100%;
    height: 75px;
    font: 700 22px/55px 'Open Sans', sans-serif;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #ffc400;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .4s;
    transition: all .4s; }
input[type="submit"]:hover, input[type="submit"]:focus {
    outline: none;
    background: #ad8500; }

.thanks-wr, .exists-panel {
    width: 348px;
    height: 310px;
    background: transparent;
    font: 600 16px/22px Helvetica, Arial, sans-serif;
    color: #333;
    border-radius: 0;
    margin: auto; }

table.thanks-tbl {
    table-layout: fixed;
    width: 100%; }
table.thanks-tbl .top {
    padding: 20px 0; }
table.thanks-tbl .top h2 {
    font: 600 18px/18px Helvetica, Arial, sans-serif;
    color: #333; }
table.thanks-tbl .bottom {
    font: 400 14px/22px Helvetica, Arial, sans-serif;
    color: #333;
    padding: 20px 0; }

.exists-panel {
    background: transparent; }
.exists-panel .exists-tbl {
    width: 100%;
    table-layout: fixed; }
.exists-panel .top.bottom {
    width: 100%;
    font: 600 18px/22px Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 100px 0; }


#page-add-gallery .popupBody,
#page-add-gallery form{
    padding: 0;
}

#page-add-gallery .tabs{
    padding: 14px 26px;
    border-bottom: 1px solid #e5e5e5;
}

#page-add-gallery .tabs a{
    font-family: Arial, serif;
    font-size: 14px;
    color: #8d9eab;
    display: inline-block;
    padding: 7px 14px;
    text-decoration: underline;
    cursor: pointer;
}

#page-add-gallery .tabs a.selected{
    background: #e4edf2;
    border-radius: 5px;
    color: #2c2c2c;
    text-decoration: none;
    cursor: default;
}

#page-add-gallery .tab-content{
    padding: 0 26px;
}

#page-add-gallery .image-count label{
    display: inline-block;
}

#page-add-gallery .line.image-count,
#page-add-gallery .line.background{
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    line-height: 55px;
    height: 56px;
    overflow: hidden;
}

#page-add-gallery .line{
    padding: 24px 0;
}

#page-add-gallery .line label{
    margin-right: 10px;
}

#page-add-gallery .line label:first-child{
    width: 220px;
    display: inline-block;
    font-size: 16px;
    color : #2b2b2b;
    font-family: Arial, sans-serif;
    margin-right : 0;
}

#page-add-gallery .line br + script + a.label{
    margin-left : 225px;
}

#page-add-gallery .line input[type=radio]{
    margin-right:5px;
}

#page-add-gallery .line input[type=text]{
    width: 50px;
    margin:0;
    text-align: center;
}
#page-add-gallery .line a{
    cursor: pointer;
}

#page-add-gallery .line select{
    width: auto;
}


#page-add-gallery .line .slider_inside{
    display: inline-block;
    width: 300px;
    margin-right: 10px;
}

#page-add-gallery .row{
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    height: 140px;
}

#page-add-gallery .row > div{
    display: inline-block;
    width:47%;
    font-size: 14px;
}

#page-add-gallery .row > div + div{
    margin-left: 6%;
}

#page-add-gallery .row .line{
    padding: 0 0 13px;
}

#page-add-gallery .row .line + .line{
    padding: 0;
}

#page-add-gallery .row .line label:first-child{
    width: auto;
}

#page-add-gallery .widget.gallery{
    padding: 21px 0;
    margin: 0 auto;
}

#page-add-gallery .widget.gallery .bg{
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #e4edf2;
    cursor: pointer;
    border: none;
}

#page-add-gallery .widget.gallery .bg span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #c3d0d8;
    border-radius: 20px;
    font-size: 25px;
    font-weight: bold;
    line-height: 26px;
    color : #fff;
}

#page-add-gallery .widget.gallery .zoom{
    color : #8d9eab;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: url(/media/css/upgrade/widget/gallery/zoom.png) 0 50% no-repeat;
    padding-left: 22px;
    display: inline-block;
    cursor: pointer;
}

#page-add-gallery .widget.gallery .gallery-image {
    position: relative;
}

#page-add-gallery .widget.gallery .gallery-image .close{
    width: 28px;
    height: 28px;
    background: url(/media/css/images/close_black.png) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#page-add-gallery .widget.gallery .gallery-image div{
    font-size: 14px;
    margin-top : 5px;
}

#page-add-gallery .widget.gallery .gallery-image div a,
#page-add-gallery .widget.gallery .gallery-image img{
    cursor: pointer;
}

#page-add-gallery .widget.gallery .gallery-wrapper{
    position: relative;
}
#page-add-gallery .widget.gallery .gallery-wrapper script:first-child + script + .gallery-image{
    margin-left : 0;
}


#page-add-gallery .numbers{
    padding: 0 0 19px;
    text-align: center;
}

#page-add-gallery .numbers .button{
    font-weight: bold;
    color : #fff;
    font-size: 20px;
    line-height: 26px;
    background: #a5be40;
    display: inline-block;
    vertical-align: middle;
    width : 28px;
    height: 26px;
    padding-bottom: 2px;
    text-align: center;
    margin-right: 4px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

#page-add-gallery .numbers .button.grey{
    background: #acacac;
    cursor: default;
}

#page-add-gallery .numbers .button+.button{
    margin-right: 15px;
}

#page-add-gallery .numbers .index{
    color : #8d9eab;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 2px 6px 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#page-add-gallery .numbers .index.active{
    text-decoration: none;
    color: #000;
    background: #e6ecf1;
    border-radius: 4px;
    cursor: default;
}

#page-add-gallery .line input[rel="color"]{
    width: 100px;
}


/* widget */
.widget.gallery .gallery-prev{
    float:left;
    background: url('../../images/arrows.png') 0 0 no-repeat;
    width: 16px;
    height: 28px;
    cursor: pointer;
    opacity: 0.7;
}

.widget.gallery .gallery-prev:hover{
    opacity: 1;
}

.widget.gallery .gallery-next{
    float:right;
    background: url('../../images/arrows.png') -16px 0 no-repeat;
    width: 16px;
    height: 28px;
    cursor: pointer;
    opacity: 0.7;
}

.widget.gallery .gallery-next:hover{
    opacity: 1;
}

.widget.gallery .gallery-wrapper{
    margin: 0 34px;
    overflow: hidden;
    font-size: 0;
}

.widget.gallery .gallery-container{
    position: relative;
}

.widget.gallery .gallery-image{
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    text-align: center;
}

.widget.gallery .gallery-image:first-child{
    margin-left : 0 !important;
}

.widget.gallery .gallery-image div.img{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}