.hs-button-reset,
.hs-form .hs-button {
    border:none !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
    color: #fff !important;
    padding: 8px 20px;
    background-color: #29ABE2 !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.base-hs-button-styles,
.hs-form .hs-button {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center
}

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
    text-decoration: none
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    cursor: pointer
}

input.hs-input,
textarea.hs-input,
select.hs-input {
     border-bottom-width: thin !important;
     border-color: #d2d2d2 !important;
     border-radius: initial !important;
     background: #ffffff !important;
     color: #666666 !important;
}

textarea.hs-input {
    padding-top: 5px
}

html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    border: none
}

input.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
    width: auto;
    height: auto
}

input.hs-input[type=search] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-image: url("/common_assets/static-2.158/img/form/search.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    background-position: 8px 8px
}

html.firefox input.hs-input[type=search] {
    position: relative;
    top: 1px
}

input.hs-input[type=search].transparent-image {
    background-image: url("/common_assets/static-2.158/img/form/search-transparent.png")
}

input.hs-input[type="search"]::-webkit-search-decoration,
input.hs-input[type="search"]::-webkit-search-cancel-button,
input.hs-input[type="search"]::-webkit-search-results-button,
input.hs-input[type="search"]::-webkit-search-results-decoration {
    display: none
}

select.hs-input,
input.hs-input[type=file] {
    height: 27px
}

select[multiple].hs-input {
    height: inherit
}

textarea.hs-input {
    height: auto
}

.hs-input:-moz-placeholder {
    color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf
}

input.hs-input,
textarea.hs-input {
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)*/
}

input.hs-input:focus,
textarea.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)*/
}

input.hs-input.error,
.hs-form div.field.error input,
.hs-form div.field.error textarea,
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
    border-color: #c87872;
  /*  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25)*/
}

input.hs-input.error:focus,
.hs-form div.field.error input:focus,
.hs-form div.field.error textarea:focus,
.hs-form div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus {
    border-color: #b9554d;
    /*-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5)*/
}

.input-mini.hs-input,
input.mini.hs-input,
textarea.mini.hs-input,
select.mini.hs-input {
    width: 60px
}

.input-small.hs-input,
input.small.hs-input,
textarea.small.hs-input,
select.small.hs-input {
    width: 90px
}

.input-medium.hs-input,
input.medium.hs-input,
textarea.medium.hs-input,
select.medium.hs-input {
    width: 150px
}

.input-large.hs-input,
input.large.hs-input,
textarea.large.hs-input,
select.large.hs-input {
    width: 210px
}

.input-xlarge.hs-input,
input.xlarge.hs-input,
textarea.xlarge.hs-input,
select.xlarge.hs-input {
    width: 270px
}

.input-xxlarge.hs-input,
input.xxlarge.hs-input,
textarea.xxlarge.hs-input,
select.xxlarge.hs-input {
    width: 530px
}

.input-stretch.hs-input,
input.stretch.hs-input,
textarea.stretch.hs-input,
select.stretch.hs-input {
    box-sizing: border-box;
    width: 100%
}

textarea.hs-input.xxlarge {
    overflow-y: auto
}

input.hs-input.span1,
textarea.hs-input.span1,
select.hs-input.span1 {
    display: inline-block;
    float: none;
    width: 30px;
    margin-left: 0
}

input.hs-input.span2,
textarea.hs-input.span2,
select.hs-input.span2 {
    display: inline-block;
    float: none;
    width: 90px;
    margin-left: 0
}

input.hs-input.span3,
textarea.hs-input.span3,
select.hs-input.span3 {
    display: inline-block;
    float: none;
    width: 150px;
    margin-left: 0
}

input.hs-input.span4,
textarea.hs-input.span4,
select.hs-input.span4 {
    display: inline-block;
    float: none;
    width: 210px;
    margin-left: 0
}

input.hs-input.span5,
textarea.hs-input.span5,
select.hs-input.span5 {
    display: inline-block;
    float: none;
    width: 270px;
    margin-left: 0
}

input.hs-input.span6,
textarea.hs-input.span6,
select.hs-input.span6 {
    display: inline-block;
    float: none;
    width: 330px;
    margin-left: 0
}

input.hs-input.span7,
textarea.hs-input.span7,
select.hs-input.span7 {
    display: inline-block;
    float: none;
    width: 390px;
    margin-left: 0
}

input.hs-input.span8,
textarea.hs-input.span8,
select.hs-input.span8 {
    display: inline-block;
    float: none;
    width: 450px;
    margin-left: 0
}

input.hs-input.span9,
textarea.hs-input.span9,
select.hs-input.span9 {
    display: inline-block;
    float: none;
    width: 510px;
    margin-left: 0
}

input.hs-input.span10,
textarea.hs-input.span10,
select.hs-input.span10 {
    display: inline-block;
    float: none;
    width: 570px;
    margin-left: 0
}

input.hs-input.span11,
textarea.hs-input.span11,
select.hs-input.span11 {
    display: inline-block;
    float: none;
    width: 630px;
    margin-left: 0
}

input.hs-input.span12,
textarea.hs-input.span12,
select.hs-input.span12 {
    display: inline-block;
    float: none;
    width: 690px;
    margin-left: 0
}

input.hs-input.span13,
textarea.hs-input.span13,
select.hs-input.span13 {
    display: inline-block;
    float: none;
    width: 750px;
    margin-left: 0
}

input.hs-input.span14,
textarea.hs-input.span14,
select.hs-input.span14 {
    display: inline-block;
    float: none;
    width: 810px;
    margin-left: 0
}

input.hs-input.span15,
textarea.hs-input.span15,
select.hs-input.span15 {
    display: inline-block;
    float: none;
    width: 870px;
    margin-left: 0
}

input.hs-input.span16,
textarea.hs-input.span16,
select.hs-input.span16 {
    display: inline-block;
    float: none;
    width: 930px;
    margin-left: 0
}

input.hs-input[disabled],
select.hs-input[disabled],
textarea.hs-input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}

.help-inline,
.help-block {
    font-size: 11px;
    line-height: 18px;
    color: #818181
}

.help-inline {
    padding-left: 5px
}

.help-block {
    display: block;
    max-width: 600px
}

.inline-inputs {
    color: #818181
}

.inline-inputs span,
.inline-inputs input {
    display: inline-block
}

.inline-inputs input.mini {
    width: 60px
}

.inline-inputs input.small {
    width: 90px
}

.inline-inputs span {
    padding: 0 2px 0 1px
}

.input-prepend input,
.input-append input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-prepend .add-on,
.input-append .add-on {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ccc;
    z-index: 2;
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 4px 4px 5px;
    margin-right: -1px;
    font-weight: normal;
    line-height: 18px;
    color: #bfbfbf;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-prepend .active,
.input-append .active {
    background: #bfe0bf;
    border-color: #59ad59
}

.input-append input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-append .add-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: 0;
    margin-left: -1px
}

.hs-form {
    margin-bottom: 18px
}

.hs-form fieldset {
    margin-bottom: 18px;
    padding-top: 18px
}

.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #414141
}

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
    margin-bottom: 18px
}

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
    content: "";
    display: table;
    clear: both
}

.hs-form label {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    float: left;
    width: 130px;
    text-align: right;
    color: #414141
}

.hs-form .input {
    margin-left: 150px
}

.hs-form div.field.error {
    background: #fae5e3;
    padding: 6px 0;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.hs-form div.field.error>label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
    color: #9d261d
}

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d
}

.hs-form .hsErrMsgContainer ul {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 7px;
    list-style: none
}

.hs-form .hsErrMsgContainer ul li {
    font-size: 12px;
    color: #a44e47
}

.hs-form .hsErrMsgContainer .hs-block-message {
    min-width: 200px;
    width: 200px
}

.hs-form .hsErrMsgContainer .hs-block-message ul {
    margin-top: 0px
}

.hs-form .actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%
}

.hs-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%
}

.hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}

.hs-form .inputs-list label strong {
    color: #818181
}

.hs-form .inputs-list label small {
    font-size: 11px;
    font-weight: normal
}

.hs-form .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0
}

.hs-form .inputs-list:first-child {
    padding-top: 6px
}

.hs-form .inputs-list>li+li {
    padding-top: 2px
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
    margin-bottom: 0
}

.hs-form.stacked {
    padding-left: 20px
}

.hs-form.stacked fieldset {
    padding-top: 9px
}

.hs-form.stacked legend {
    margin-left: 0
}

.hs-form.stacked label {
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px
}

.hs-form.stacked .field {
    margin-bottom: 18px
}

.hs-form.stacked .field div.input {
    margin-left: 0
}

.hs-form.stacked .field div.input>input+a,
.hs-form.stacked .field div.input select+a,
.hs-form.stacked .field div.input textarea+a {
    margin-top: 4px;
    display: block
}

.hs-form.stacked .inputs-list {
    margin-bottom: 0
}

.hs-form.stacked .inputs-list>li {
    padding-top: 0
}

.hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    padding-top: 0
}

.hs-form.stacked div.error {
    padding: 3px 10px 6px;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 9px
}

.hs-form.stacked .actions {
    margin-left: -20px;
    padding-left: 20px
}

.hs-form {
    padding-left: 0px
}

.hs-form.stacked {
    padding-left: 0px
}

.hs-form.stacked fieldset {
    padding: 0
}

.hs-form .hs-button {
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ec8f4), color-stop(100%, #3574e3));
    background-image: -webkit-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: -moz-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: linear-gradient(top, #7ec8f4, #3574e3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
    color: #fff
}

.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus:not(.inactive),
.hs-form .hs-button.hovered:not(.inactive) {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3
}

.hs-form .hs-button:active:not(.inactive):not(.link),
.hs-form .hs-button.depressed:not(.inactive):not(.link),
.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #599eeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3574e3), color-stop(100%, #599eeb));
    background-image: -webkit-linear-gradient(top, #3574e3, #599eeb);
    background-image: -moz-linear-gradient(top, #3574e3, #599eeb);
    background-image: linear-gradient(top, #3574e3, #599eeb);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(255, 255, 255, 0.3);
    border-top: 1px solid #1c4ed5;
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6
}

.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
    background-color: #6387c5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88b1ce), color-stop(100%, #6387c5));
    background-image: -webkit-linear-gradient(top, #88b1ce, #6387c5);
    background-image: -moz-linear-gradient(top, #88b1ce, #6387c5);
    background-image: linear-gradient(top, #88b1ce, #6387c5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
    border-top: 1px solid #7baacc;
    border-bottom: 1px solid #5774be;
    border-right: 1px solid #6c94c7;
    border-left: 1px solid #6c94c7;
    cursor: default;
    color: #ededed;
    text-shadow: none;
    opacity: 0.6
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
    opacity: 0.5
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
    opacity: 0.5
}

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
    background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    content: " ";
    z-index: 99
}

.hs-form .hs-button.next {
    padding-right: 32px
}

.hs-form .hs-button.next:before {
    right: 9px
}

.hs-form .hs-button.previous {
    padding-left: 32px
}

.hs-form .hs-button.previous:before {
    background-position: center -16px;
    left: 9px
}

.hs-form .hs-button.inactive {
    cursor: default
}

.hs-form ul {
    list-style: none
}

.hs-form label {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form label.hidden {
    display: none
}

.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .hs-form-required {
    color: red
}

.hs-form .field {
    margin-bottom: 9px
}

.hs-form .hs-richtext {
    margin-bottom: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #414141
}

.hs-form .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}

.hs-form .email-correction,
.hs-form .email-validation {
    padding-top: 3px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .email-correction a,
.hs-form .email-validation a {
    cursor: pointer
}

.hs-form .inputs-list {
    padding-left: 5px;
    list-style: none
}

.hs-form .inputs-list li input {
    margin: 3px 5px 3px 0px
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    margin-right: 5px
}

.hs-form input:not([type="image"]),
.hs-form textarea {
    box-sizing: content-box
}

.hs-form.stacked .hs-field-desc {
    margin: 0px 0px 2px 0px
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
    box-sizing: border-box;
    max-width: 500px;
    width: 90%
}

.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
    min-height: 18px;
    min-width: 100px
}

.hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-single {
    *zoom: 1
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.28571%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

.pika-week {
    font-size: 11px;
    color: #999
}

.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 500px
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 95%
}

.hs-form fieldset.form-columns-1 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left
}

.hs-form fieldset.form-columns-3 .input {
    margin-right: 8px
}

.hs-form fieldset .hs-form-field.hidden-label {
    margin-top: 24px
}

.hs-form .hs-social-login {
    border-radius: 3px;
    box-sizing: content-box;
    width: 95%;
    max-width: 480px;
    height: 90px
}

.hsformerror {
    margin: 0 0 2px;
    padding: 2px 6px;
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px;
    color: #000;
    display: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
    background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
    background-image: -o-linear-gradient(#fefefe, #fdd2d0);
    background-image: linear-gradient(#fefefe, #fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    z-index: 99999
}

.hsformerror em {
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0
}

.hsformerror p {
    font-family: Lucida Grande, Lucida Sans Unicode, bitstream vera sans, trebuchet ms, verdana, sans-serif;
    margin: 0;
    float: left;
    margin-right: 8px
}

.hsformerror:hover {
    cursor: default
}

.hsformerror .close-form-error {
    float: right;
    display: inline;
    top: 3px;
    position: absolute;
    font-family: Verdana !important;
    color: #b17c79 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: normal !important
}

.hsformerror .close-form-error:hover {
    color: #cc8884
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
    form.hs-form .form-columns-2 .hs-form-field,
    form.hs-form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 95%
    }
}

@media (max-width: 422px) {
    .all-social-types {
        height: 100px
    }
}

@media (max-width: 342px) {
    .hs-social-login {
        height: 72px
    }
}    

/*--- custom ---*/

.jsn-es-item .item-container.jsn-slide-intro{
	line-height: 1.8em;
}
div[itemprop="articleBody"] {
   clear: both;
}
.jsn-uniform-courses .jsn-master .jsn-bootstrap .alert {
  width: 86%;
}
.jsn-uniform-courses .jsn-master .jsn-bootstrap p {
  margin: 5px 0;
}
.jsn-2st-homepage a.link-button.button-red, .jsn-2st-homepage .link-button.button-red a {
  color: #fff !important;
  text-decoration: none !important;
}

.menu-ftmenu .jsn-menutitle {
  display: inline-block;
}

h3.intro-heading{
	color: #333;
}
.link-button .link-icon {
  letter-spacing: 2px;
}
#jsn-page .jsn-es-slider {
  display: block;
}
#jsn-master .jsn-es-slider .nav-button.button-has-text,
#jsn-master .jsn-es-slider .nav-button.button-has-text {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 200;
}
#jsn-master .jsn-es-slider .nav-button.button-has-text i {
    font-weight: 200;
    margin: 0;
}
#fancybox-wrap #fancybox-close {
  right: -30px;
}
.item-page .item-image{
	width: 100%;
  	float: none;
  	margin-bottom: 20px;
}
.item-page .item-image img{
	width: 100%;
}
body.jsn-desktop-on-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list {
  width: 55%;
}
#jsn-page .pb-articlelist-wrapper .meta-data-wrapper,
#jsn-page .pb-articlelist-wrapper .meta-data-wrapper.muted {
	display: block;
}
.meta-data-wrapper:before,
.meta-data-wrapper:after {
    content: "";
    display: table;
}
.meta-data-wrapper:after {
    clear: both;
}
/* fix login toolbar*/
.input-append .add-on, .input-prepend .add-on{
	height: auto;
}
form#login-form a.btn{
	height: 30px;
}
/*--- Firefox ---*/

@-moz-document url-prefix() {

.jsn-our-customers ul li {
    margin-left: 25px;
}
#events {
    margin-top: -90px;
}

}

.number-bag {
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	padding: 5px 8px;
	background: #86b522;
}



 * 1. Responsive
 * -------------------------------------------------------------------
 */
 
 
@media screen and (min-width: 1024) {
	
}

@media screen and (max-width: 1400px) {
	.promo-intro-text #promo-intro-text {
	  top: 150px;
	}
}
@media screen and (max-width: 1280px){
	.promo-intro-text #promo-intro-text {
	  top: 110px;
	}
	.jsn-3st-education #jsn-content {
	  background-size: cover;
	  background-position: center;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	#jsn-master.jsn-6st-religion [id*="jsn-themeclassic-jsgallery-"] .galleria-info {
		width: 40%;
	}
}

@media screen and (max-width: 1024px){
	.promo-intro-text #promo-intro-text h2 span {
	  font-size: 50px;
	  line-height: 58px;
	}
	.promo-intro-text #promo-intro-text h2 .pm-t2 {
	  font-size: 30px;
	  line-height: 38px;
	}
	.promo-intro-text #promo-intro-text .promo-intro-desc {
	  font-size: 14px;
	  line-height: 22px;
	  margin-top: 15px;
	}
	.promo-intro-text #promo-intro-text .promo-intro-btn {
	  margin-top: 10px;
	}
	.donate-module .pb-element-text p {
	  font-size: 16px;
	}
	body.jsn-mobile .jsn-content-type.jsn-rtl-language .layout-horizontal .pb-articlelist-list {
	  width: 57%;
	}
	#jsn-content-bottom-below ul li {
	  width: 33.33%;
	  height: 50px;
	  line-height: 50px;
	  text-align: center;
	  position: relative;
	  margin: 0;
	  padding: 0 15px;
	}
	.jsn-3st-education .jsn-es-item {
	  padding-left: 10px;
	}
	body.jsn-homepage #jsn-content-top #jsn-pos-content-top {
	  padding: 0 10px;
	}
}

@media only screen and (max-width: 1024px), (max-device-width: 1024px) {
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list {
		width: 55%;
	}
	#jsn-master.jsn-6st-religion [id*="jsn-themeclassic-jsgallery-"] .galleria-info {
		width: 40%;
		top: 250px;
	}
	.jsn-6st-religion .jsn-support {
		margin: 30px 18% 50px;
	}
	#events {
		padding: 45px 25px 35px;
	}
	body.jsn-mobile .jsn-content-type.jsn-rtl-language .layout-horizontal .pb-articlelist-list {
		width: 50%;	
	}
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-first {
		margin: 0 0 0 2%;
		width: 48%;
	}
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list .articlelist-item-thumbnail {
		width: 130px;
	}
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list .articlelist-item-content {
		width: 220px;
		width: calc(100% - 145px);
	}
}

@media only screen and (max-width: 960px), (max-device-width: 960px){
	.jsn-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
    	display: none;
    }
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span4,
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span8{
    	width: 100%;
    }
    #jsn-footer-below {
		padding: 40px 10px;
	}
	#jsn-footermodules {
	  padding: 20px 10px;
	}
	.pb-articlelist-list img, .pb-articlelist-first img{
		height: auto !important;
	}
	.jsn-content-type .layout-horizontal .pb-articlelist-first {
		padding: 0 0 12px 0;
	}
	body.jsn-4st-homepage #jsn-header:not(.jsn-menu-sticky),
	body.homepage-demo-5 #jsn-header:not(.jsn-menu-sticky) {
	  position: relative !important;
	
	}
	.homepage-demo-5 #jsn-content #jsn-maincontent_inner, #jsn-promo #jsn-pos-promo div.jsn-modulecontainer {
		/*margin-top: -60px !important;*/
	}
}

@media screen and (max-width: 799px) {
	body.jsn-demo-page #jsn-header:not(.jsn-menu-sticky),
	body.jsn-2st-homepage #jsn-header:not(.jsn-menu-sticky),
	body.jsn-3st-education #jsn-header:not(.jsn-menu-sticky),
	body.jsn-4st-homepage #jsn-header:not(.jsn-menu-sticky),
	body.homepage-demo-5 #jsn-header:not(.jsn-menu-sticky),
	body.jsn-6st-religion #jsn-header:not(.jsn-menu-sticky) {
	  position: relative !important;
	  background: #1e232d !important;
	}
	.promo-intro-text #promo-intro-text {
	  top: 20px;
	}
	.donate-module .pb-element-text p {
	  font-size: 14px;
	  line-height: 22px;
	  margin: 20px 0 0;
	}
	.jsn-uniform-courses .pb-module-title {
	  padding: 20px 10px 15px;
	}
	#jsn-master h2.jsn-title-hat-line {
	  /*margin: 20px 0;*/
	}
	#jsn-master h2.jsn-title-line, #jsn-master h2.jsn-title-hat-line {
		font-size: 26px;
	}
	body.jsn-3st-education #jsn-content-top-below {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	body.jsn-3st-education .jsn-support {
		margin: 20px 10%;
	}
	#jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls select {
		margin: 0px 10px;
		width: 87% !important;
	}
	#jsn-master .jsn-master .jsn-narrow .jsn-input-small-fluid, #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input {
		margin: 0 15px;
	}
	.jsn-bootstrap3.jsn-pagebuilder.pb-element-tab .tabbable .nav-tabs li a {
	  padding: 12px 15px;
	}
	.service-module .sv-title h4{
		font-size: 15px;
	}
	.layout-col-dona .pb-articlelist-wrapper .articlelist-item .title a {
	  font-size: 16px;
	}
	.jsn-content-type.jsn-rtl-language .layout-horizontal .pb-articlelist-first{
		width: 47%;
	}
	.jsn-content-type.jsn-rtl-language .layout-horizontal .pb-articlelist-list {
	  width: 50%;
	  padding: 0;
	}
}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
	#jsn-master .jsn-uniform-courses {
		margin-top: 0;
	}
	body.jsn-3st-education .jsn-support {
		margin: 20px 5%;
	}
	#jsn-master.jsn-6st-religion [id*="jsn-themeclassic-jsgallery-"] .galleria-info {
		top: 170px;
		left: 19.5%;
		width: 50%;
	}
	.jsn-6st-religion .jsn-support {
		margin: 30px 10% 50px;
	}
	.pb-element-articlelist.layout-col-two .articlelist-item .title a,
	.pb-element-articlelist.layout-col-three .articlelist-item .title a,
	.pb-articlelist-wrapper.layout-horizontal .title a {
		font-size: 17px;
	}
	.jsn-edu-testimo .pb-testimonial-box {
		padding: 60px 10% 30px;
	}
	#jsn-header {
		background-color: #29ABE2 !important;
	}
	div.grid-layout4 div.grid-col {
		min-height: 187px;
	}
	#events {
		padding: 45px 30px;
		margin: -20px 0 0;
	}
	#events div.grid-layout4 div.grid-col {
		width: 24.96%;
	}
	.jsn-support {
		margin: 0 10%;
	}
	.jsn-our-customers {
		text-align: center;
	}
	body.jsn-color-red.jsn-mobile #jsn-header {
		background-color: #f0525a !important;
	}
	#jsn-content-bottom-over .jsn-title-medium {

	}
	body.jsn-mobile .jsn-title-medium .jsn-content-type .layout-horizontal .pb-articlelist-first {
		margin: 0 15px 5px;
		width: 96%;
	}
	body.jsn-mobile .jsn-title-medium .jsn-content-type .layout-horizontal .pb-articlelist-list {
		width: 100%;
	}
	.jsn-bootstrap3 .template-full-width.box-center{
		margin: 0 -1000px !important;
	}
	#demo-gallery .item .img a {
		right: auto;
		left: auto;
		top: auto;
	}
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
        margin-top: 50px;
        margin-bottom: 5px;
    }
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
        font-size: 18px;
    }
    #jsn-promo-full div.jsn-horizontallayout div.jsn-modulecontainer {
    	margin-top: 0;
    }
	body.jsn-2st-homepage #jsn-promo {
		margin: -20px 0 0 !important;
		position: relative;
		z-index: 1;
	}
    .pb-aboutme .content-intro {
    	margin-right: 10px;
    }
    .poll-status > div + div {
		padding: 0 0 0 30px;
	}
	.pb-element-articlelist.layout-col-two ul li .articlelist-item-content,
	.pb-element-articlelist.layout-col-three ul li .articlelist-item-content {
		padding: 10px 15px;
	}
	body.jsn-mobile .jsn-content-type.jsn-rtl-language .layout-horizontal .pb-articlelist-list {
		width: 50%;	
	}
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-first {
		margin: 0 0 0 2%;
		width: 48%;
	}
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list .articlelist-item-thumbnail {
		width: 120px;
	}
	body.jsn-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list .articlelist-item-content {
		width: 220px;
		width: calc(100% - 135px);
	}
	.jsn-content-type .pb-articlelist-wrapper.layout-horizontal .articlelist-item {
		padding: 8px 10px;
	}
	#jsn-content-bottom-below ul {
		text-align: center;
	}
	#jsn-content-bottom-below ul li {
		display: inline-block;
		float: none;
		margin: 10px 27px;
	}
	.jsn-homepage #jsn-content-bottom-below {
		padding: 20px 0;
	}
	.jsn-our-customers ul {
		margin-top: 30px;
	}
	body.jsn-mobile #jsn-content-bottom-under .customer-right {
		padding: 0;
	}
	body.jsn-mobile #jsn-content-bottom-under .customer-right p {
		margin: 30px 0 20px;
	}
	.jsn-our-customers ul li {
		margin-left: -8px;
	}
	.jsn-our-customers ul li img {
		width: 82%;
	}
}

@media screen and (max-width: 768px) {
	body.jsn-3st-education #jsn-header:not(.jsn-menu-sticky){
	  position: relative !important;
	}
	.layout-col-two.layout-rtl-col .col-md-6.pb-articlelist-first,
	.layout-col-two.layout-rtl-col .col-md-6.pb-articlelist-list {
	    padding: 0 15px;
	}
	body.jsn-2st-homepage #jsn-content-bottom-over-inner .jsn-content-type {
	  width: 100%;
	}
	.pb-element-articlelist.layout-col-two.layout-rtl-col ul li {
		margin: 10px 0 0 !important;
	}
	.jsn-content-type .pb-articlelist-wrapper.layout-horizontal {
	  padding: 0 10px;
	}
}

@media screen and (max-width: 719px) {
	#jsn-footer-below {
	  padding: 20px 10px;
	}
	#footer-below-2{
	  margin-top: 25px;
	}
	#jsn-pos-bottom{
	  margin-top: 10px;
	}
	ul.menu-divmenu {
	  margin: -5px -13px 0;
	}
	ul.menu-divmenu li {
	  margin: 5px 13px 0;
	  font-size: 11px;
	    line-height: 18px;
	}
	.jsn-2st-homepage .join-us {
	  padding: 0 10px;
	}
	.join-us h2 {
	  line-height: 40px;
	}
	 .jsn-page-info > .pull-left {
	margin-right: 0;
	width: 100%;
	float: none;
	}
	.jsn-page-info .jsn-content {
	overflow: visible;
	margin-top: 20px;
	}
	.pb-articlelist-wrapper .meta-data-wrapper.muted {
		display: none !important;
	}
}

@media screen and (max-width: 640px){
	.promo-intro-text #promo-intro-text .promo-intro-desc {
	  display: none;
	}
	.service-module .jsn-bootstrap3 > .row {
	  margin-top: -30px;
	}
	.service-module .jsn-bootstrap3 > .row > div{
	  margin-top: 30px;
	}
	.donate-module .pb-element-text p {
	  font-size: 16px;
	  line-height: 24px;
	  margin: 0 0 20px;
	  text-align: left;
	}
	.donate-module .pb-element-button {
	  padding-left: 0;
	}
	.jsn-pagebuilder.btn-more-link.s1 .pb-element-button a.btn {
	  margin: 0;
	}
	.jsn-content-type.jsn-rtl-language .layout-horizontal .pb-articlelist-list {
	  width: 56%;
	}
	body.jsn-3st-education #events .info {
	  border-right: none;
	  border-left: 1px solid #f0f2f3;
	}
	.homepage-demo-5 #jsn-content #jsn-maincontent_inner, #jsn-promo #jsn-pos-promo div.jsn-modulecontainer {
		margin-top: 0px !important;
	}
	.layout-col-dona.layout-white-bg{
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 480px) {
	
	.mobile_app {
		background-color: #f4f0f0;
		}
	
	body.jsn-mobile .pb-element-articlelist.layout-col-two ul li .articlelist-item-thumbnail,
	body.jsn-mobile .pb-element-articlelist.layout-col-three ul li .articlelist-item-thumbnail {
	  width: 100%;
	}
	body.jsn-mobile .pb-element-articlelist.layout-col-two ul li .articlelist-item-thumbnail img,
	body.jsn-mobile .pb-element-articlelist.layout-col-three ul li .articlelist-item-thumbnail img{
	  width: 100% !important;
	}
	.pb-articlelist-wrapper .meta-data-wrapper.muted {
		display: block !important;
	}
	.promo-intro-text #promo-intro-text {
	  top: 10px;
	}
	.promo-intro-text #promo-intro-text h2 span {
	  font-size: 30px;
	  line-height: 38px;
	}
	.promo-intro-text #promo-intro-text h2 .pm-t2 {
	  font-size: 20px;
	  line-height: 28px;
	}
	.article-list-1 .list-style-type-thumbnail > li {
	  float: none;
	  width: 100%;
	}
	.partner-module ul li {
	  width: 50%;
	}
	.layout-col-dona .list-style-type-thumbnail {
	  margin-top: -20px;
	}
	.layout-col-dona .pb-articlelist-wrapper .articlelist-item {
	  text-align: center;
	  margin-top: 20px;
	}
	.layout-col-dona .articlelist-item-thumbnail {
	  float: none;
	}
	.js-map {
	  height: 250px !important;
	}
	#jsn-master h2.jsn-title-line, #jsn-master h2.jsn-title-hat-line {
	  font-size: 20px;
	}
	#events .info {
	  border-right: none;
	  border-left: 1px solid #f0f2f3;
	}
}

@media only screen and (max-width: 480px), (max-device-width: 480px) {
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
	    font-size: 25px !important;
	    margin-top: 25px !important;
    }
	#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
		border-bottom: none;
		border-right: none;
	}
	#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
		border-left: none;
		border-top: none;
	}
	#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
		padding: 20px;
	}
	#demo-gallery {
		padding: 25px 0 30px;
	}
	#demo-main-features {
		padding: 20px 0;
	}
	.jsn-homepage.jsn-demo-page #demo-main-content {
		padding: 30px 0;
	}
	body.jsn-color-red #jsn-header {
		background-color: #f0525a !important;
	}
	.jsn-homepage.jsn-demo-page #jsn-promo {
		margin: 0 !important;
	}
	.choose-us .pb-aboutme {
		padding: 25px;
	}
	.pb-aboutme {
		padding: 0 20px;
	}
	.jsn-homepage #jsn-pos-content-top-below {
		padding: 50px 0;
	}
	.poll-status > div + div {
		padding: 25px 10px;
	}
	body.jsn-mobile .pb-element-articlelist.layout-col-two ul li,
	body.jsn-mobile .pb-element-articlelist.layout-col-three ul li {
		width: 100%;
		margin: 15px 0 0;
	}
	.pb-element-articlelist.layout-col-three ul li:last-child {
	 	margin: 15px 0 0;
	}
	.jsn-content-type {
		padding: 0 15px;
	}
	body.jsn-mobile .jsn-title-medium .jsn-content-type .layout-horizontal .pb-articlelist-first {
		margin: 0 0 15px;
		width: 100%;
		padding: 0 0 32px !important;
	}
	.jsn-content-type .pb-articlelist-wrapper.layout-horizontal{
		margin-top: 50px;
	}
	.jsn-content-type .pb-articlelist-wrapper.layout-horizontal .see-more {
		position: absolute;
		top: -60px;
		left: -15px;
		right: auto;
	}
	body.jsn-mobile .jsn-content-type [class*="col-xs-"] {
		width: 100% !important;
		padding: 0 !important;
	}
	.jsn-our-customers {
		padding: 0 10px;
	}
	#jsn-content-bottom-under .customer-right h2 {
		font-size: 25px;
	}
	#events {
		padding: 45px 10px 30px;
		margin: -20px 0 0;
	}
	#events div[class*="grid-layout"] div.grid-col {
	  	width: 25%;
	}
	#events .info span.number {
		font-size: 25px;
	}
	#events .info span.title {
		font-size: 13px;
	}
	h2.jsn-title-line {
		font-size: 18px;
		line-height: 23px;
	}
	.jsn-support {
		margin: 0 5%;
	}
	body.jsn-mobile .layout-col-dona .pb-articlelist-wrapper .articlelist-item {
		float: none;
		width: 100%;
	}
	body.jsn-mobile .layout-col-dona .pb-articlelist-wrapper .articlelist-item:first-child .articlelist-item-thumbnail,
	body.jsn-mobile .layout-col-dona .pb-articlelist-wrapper .articlelist-item:last-child .articlelist-item-thumbnail {
		margin: 0 0 30px;
	}
	body.jsn-mobile .layout-col-dona .pb-articlelist-wrapper .articlelist-item .articlelist-item-thumbnail {
	  margin: 0 0 30px;
	}
	body.jsn-mobile .layout-col-two.layout-rtl-col .col-md-6.pb-articlelist-first,
	body.jsn-mobile .layout-col-two.layout-rtl-col .col-md-6.pb-articlelist-list {
		width: 100% !important;
	}
	#jsn-pos-user5 {
		margin: 0;
	}
	body.jsn-mobile .pb-element-articlelist.layout-col-two.layout-rtl-col ul li:first-child {
		margin: 30px 0 0 !important;
	}
	h2.jsn-title-line {
		margin: 40px 0 50px;
	}
	#demo-categories {
		margin: 30px 0 0;
	}
	.jsn-homepage #jsn-content-bottom-under div.jsn-modulescontainer, .jsn-2st-homepage #jsn-content-bottom-under div.jsn-modulescontainer {
	  padding: 50px 0 0;
	}
	#jsn-master .jsn-uniform-courses {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 360px) {
	body.jsn-mobile .jsn-content-type .articlelist-item-thumbnail {
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
	}
	.jsn-content-type .articlelist-item-thumbnail img{
		width: 100% !important;
	}
	body.jsn-desktop-on-mobile .jsn-content-type .layout-horizontal .pb-articlelist-list {
	  width: 55%;
	}
	.promo-intro-text #promo-intro-text {
	  top: 0;
	}
	.promo-intro-text #promo-intro-text h2 span {
	  font-size: 20px;
	  line-height: 28px;
	}
	.promo-intro-text #promo-intro-text h2 .pm-t2 {
	  font-size: 12px;
	  line-height: 20px;
	  margin-top: 5px;
	}
	.promo-intro-text #promo-intro-text .promo-intro-btn {
	  margin-top: 5px;
	  padding: 6px 15px;
	}
}

@media (min-width:900px) and (orientation:landscape){

}



.item-101 {
	display:none;
	}
	

#jsn_form_1.jsn-master .jsn-bootstrap  .jsn-form-content .control-group .controls input, #jsn_form_1.jsn-master .jsn-bootstrap  .jsn-form-content .control-group .controls select, #jsn_form_1.jsn-master .jsn-bootstrap  .jsn-form-content .control-group .controls textarea {
    border-bottom-width: thin;
    border-color: #d2d2d2;
    border-radius: initial;
	}
	
.send_btn {
	border:none !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
    color: #fff !important;
    padding: 8px 20px;
    background-color: #29ABE2 !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}



	