/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
@import url(https://fonts.googleapis.com/css?family=Kreon:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);
/*font-family: 'Source Sans Pro', sans-serif;*/
/*font-family: 'Kreon', serif;*/

@font-face {
    font-family: 'arnhem-blonditalicregular';
    src: url('font/arnhem-blonditalic-webfont.eot');
    src: url('font/arnhem-blonditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/arnhem-blonditalic-webfont.woff') format('woff'),
         url('font/arnhem-blonditalic-webfont.ttf') format('truetype'),
         url('font/arnhem-blonditalic-webfont.svg#arnhem-blonditalicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arnhem-blondregular';
    src: url('font/arnhem-blond-webfont.eot');
    src: url('font/arnhem-blond-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/arnhem-blond-webfont.woff') format('woff'),
         url('font/arnhem-blond-webfont.ttf') format('truetype'),
         url('font/arnhem-blond-webfont.svg#arnhem-blondregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'arnhem-bolditalicregular';
    src: url('font/arnhem-bolditalic-webfont.eot');
    src: url('font/arnhem-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/arnhem-bolditalic-webfont.woff') format('woff'),
         url('font/arnhem-bolditalic-webfont.ttf') format('truetype'),
         url('font/arnhem-bolditalic-webfont.svg#arnhem-bolditalicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibriregular';
    src: url('font/calibri-webfont.eot');
    src: url('font/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calibri-webfont.woff') format('woff'),
         url('font/calibri-webfont.ttf') format('truetype'),
         url('font/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'arnhem-boldregular';
    src: url('font/arnhem-bold-webfont.eot');
    src: url('font/arnhem-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/arnhem-bold-webfont.woff') format('woff'),
         url('font/arnhem-bold-webfont.ttf') format('truetype'),
         url('font/arnhem-bold-webfont.svg#arnhem-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mistral';
    src: url('font/mistral.eot');
    src: url('font/mistral.eot?#iefix') format('embedded-opentype'),
         url('font/mistral.woff') format('woff'),
         url('font/mistral.ttf') format('truetype'),
         url('font/mistral.svg#arnhem-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 87.5%;
}
 
body, html {
    height: 100%;
}

body {
  font-family: 'Kreon', serif;
  color: #2b302c;
  /* background: url("../images/bg_site.jpg") no-repeat scroll center center; */
  /*background: url("../images/jac_video2.jpg") no-repeat scroll center center;
  background-size: cover;*/
  background: #fff;
  font-size: 1em;
  overflow-x: hidden;
}

 body.not-front {
    height: auto;
}
.maincontainer {
    max-width: 2048px;
    margin: 0 auto;
}
a 
{
  text-decoration: none;
  color: #f9a34a;
}

a:hover, a:focus {
  color: #bf1e2e;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  /*font-family: 'calibriregular';*/
  text-transform: none;
  font-family: 'Kreon', serif;
}

h2 {
  font-size: 2.857em;
}

input.form-text {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 1em;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    /*width: 100%;*/
    min-width: 70px;
    
}

p,
p:last-child
 {
    margin: 0 0 20px;
}

body.cke_editable p,
body.cke_editable p:last-child
 {
    margin: 0 0 10px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2b302c !important;
    
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #2b302c !important;
    opacity:  1;
    
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #2b302c !important;
    opacity:  1;
    
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #2b302c !important;
    
}
 
.navbar-btn {
  margin: 0px;
}

.container-video {
  height: 100%;
}

.content-video-full-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  width:100%;
  /*background: url("../images/bg_home_page.jpg") no-repeat;*/
  background-size: cover;
}

#page_header_top {
  position: absolute;
  width:100%;
  z-index: 10;
}

.logo_information {
  height:102px;
  line-height: 102px;
  position: absolute;
  top:20px;
  z-index: 12;
  background: url("../images/logo_home.png") no-repeat;
  padding-left: 0px;
  left: 15px;
}

.not-front.page-node-3 .logo_information{
 background: url("../images/logo_not_front.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.logo_information  a ,
.not-front.page-node-3 .logo_information a
{
  color: #c12130;
  font-size: 2.14em;
}

.logo_information  a.logo {
  width:102px;
  height: 102px;
  display: inline-block;
}

.logo_information  a.navbar-brand {
    display: block;
    float: left;
    line-height: 68px;
    padding: 15px;
}

.navbar ul.navbar-nav
{
   background: #fff;
   margin-top: 46px !important;
}

.not-front.page-node-3 .navbar ul.navbar-nav
{
    background: #bf1e2e;
	margin-top: 46px !important;
}

.front #footer-page ,
.container-home-page-bottom
{
  position: relative;
  z-index: 999;
}

.footer {
   border-top: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
}


.container-home-page-bottom {
  position: absolute;
  bottom: 80px;
  width:100%;
}

#block-block-1 .content {
  text-align: center;
  padding: 20px 0px;
}

#block-block-1 .content p {
  margin: 10px 0px;
  text-align: center;
  display: inline-block;
  margin: 0px 10px;
}


#block-block-2 .content .col-lg-3{
  position: relative;
}

#block-block-2 .content .content-block {
  position: absolute;
  bottom: 0px;
  width:100%;
}

#block-block-2 .content  a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #2b3632;
  padding: 0px;
  background: #fff;
  font-size: 1.7em;
}

#block-block-2 .content .content-block .gutter{
  border-bottom:2px solid #f8ae95;
  margin: 0px 15px;
}

#block-block-2 .content .block_flihi .gutter {
  background: #fff;
  padding: 10px;
  border-top:2px solid #f8ae95;
}

#block-block-2 .content .block_flihi h2 {
  text-transform: uppercase;
  color: #2b3632;
  margin-top: 0px;
  font-size: 1.786em;
  background: url("../images/icon_close.png") no-repeat scroll right top;
}

.navbar-default {
    background: none;
    border:0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus ,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus
{
    /*background: url("../images/img_02.jpg") no-repeat scroll right 19px;*/
    color: #f9a34a;
    background: none;
}

.not-front.page-node-3 .navbar-default .navbar-nav > li > a:hover,
.not-front.page-node-3 .navbar-default .navbar-nav > .active > a
{
    /*background: url("../images/img_02.jpg") no-repeat scroll right 19px;*/
    color: #f9a34a;
    background: none;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  color: #bf1e2e;
}

.navbar-default .navbar-nav > li > a
{
  color: #f9a34a;
  font-size: 1.071em;
}

.not-front.page-node-3 .navbar-default .navbar-nav > li > a
{
  color: #fff;
  font-size: 1.071em;
}

.navbar-default .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
} 

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background: none;
    color: #f9a34a;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-menu > li > a {
  color: #f9a34a;
}

.navbar-nav > li > .dropdown-menu {
  text-align: center;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  display: none;
}

.navbar-nav > li > .dropdown-menu li {
  margin-bottom: 10px;
  margin-left:0px !important;
  display: block !important;
}

.navbar ul.menu {
  text-align: right;
  width: 100%;
  margin-top: 20px;
} 

.navbar ul.menu li{
  display: inline-block;
  float: none;
  margin-left: 20px;
}



.border_bottom:after ,
.page-node-1 #page_header_top:after
{
  height:3px;
  content:" ";
  /*background: url("../images/bg_border.jpg") #fff;*/
  display: block;
  width:100%;
  visibility: visible;
}

.page-node-1 .main-container {
  margin-bottom: 30px;
}

.page-node-1 #page_header_top:after {
  margin: 0px !important;
}

.page-node-1 h1.page-header ,
.page-node-3 h1.page-header ,
.page-node-4 h1.page-header ,
.page-node-5 h1.page-header
{
  /*visibility: hidden;*/
}

.page-node-1 #top_content_page .container ,
.page-node-3 #top_content_page .container,
.page-node-4 #top_content_page .container ,
.page-node-5 #top_content_page .container
{
  width:100%;
  padding: 0px;
}

.page-node-3 .main-container ,
.page-node-4 .main-container ,
.page-node-5 .main-container
{
  margin-bottom: 0;
}

.page-node-3 main-container  {
  margin-top: 0;
}

#block-block-3 .content img {
  width:100% !important;
  height: auto !important;
}

#node-1 h2 {
  border-bottom:1px solid #24292d;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#node-1 .header-content {
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 10%;
}

#node-1 .header-content h2 {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

#node-1 .content-col h3{
  font-family: 'arnhem-blonditalicregular';
  font-weight: bold;
  text-transform: none;
  font-size: 1.143em;
  margin-bottom: 0px;
}

#node-1 .content-col p{
  margin: 0px;
}

#node-1 .content-col {
  margin-bottom: 20px;
}

#node-1 .content_colum_first .gutter {
  margin-right: 20px;
}

#node-1 .content_colum_third .gutter {
  margin-left: 20px;
}

#node-1 .content_colum_secend .gutter {
  margin: 0px 10px;
}

.node-article .field-name-field-image {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

#block-simplenews-1 {
  background: #f8af95;
  padding: 20px 0px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px 2px #808080;
}

#block-simplenews-1 h2 {
  color: #fff;
  margin-bottom: 0px;
}

#block-simplenews-1 .content {
  color: #fff;
  font-family: 'arnhem-blonditalicregular';
}

#simplenews-block-form-1 label {
  display: none;
}

#simplenews-block-form-1 .form-type-textfield {
  width:20%;
  float: left;
  margin-right: 10px;
}

#block-webform-client-block-2 {
  padding: 20px 0px;
  box-shadow: 0px 0px 8px 2px #808080;
  background: #2b302c;
  margin-bottom: 50px;
}

#block-webform-client-block-2 h2 ,
#webform-client-form-2 #webform-component-description
{
  color: #fff;
  margin-bottom: 0px;
}

#webform-client-form-2 #webform-component-description {
  margin-bottom: 20px;
  font-family: 'arnhem-blonditalicregular';
}

#webform-client-form-2 #webform-component-name-email 
{
  border:0px;
  width:20%;
  float: left;
  margin-right: 10px;
  background: none;
}

#webform-client-form-2 #webform-component-fieldset-question {
  border:0px;
  width:50%;
  float: left;
  margin-right: 10px;
  background: none;
}

#webform-client-form-2 label ,
#webform-client-form-2 .panel-heading
{
  display: none;
}

#webform-client-form-2 #webform-component-fieldset-question .panel-body ,
#webform-client-form-2 #webform-component-name-email .panel-body
{
  padding: 0px;
}

#webform-client-form-2 #webform-component-name-email--full-name {
  margin-bottom: 20px;
}

#webform-client-form-2 .form-textarea {
  height:89px
}

#webform-client-form-2 .form-submit {
  clear: both;
  display: block;
}

#block-block-4 .content h2 {
    display: inline-block;
    border-bottom: 1px solid #24292d;
    margin-bottom: 20px;
    padding:0px 30px 5px 30px;
    text-align: center;
}

#block-block-4 .content {
  text-align: center;
  padding: 0px 20%;
  margin-bottom: 20px;
}

#block-menu-menu-menu-footer {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 0px;
}

#menu_footer {
  background: #f8af95;
  margin: 20px 0px;
}

#menu_footer .navbar ul.menu {
    margin-top: 0px;
    text-align: left;
    width: 100%;
}

#menu_footer .navbar ul.menu li {
    float: none;
    margin-left: 0px;
}

#menu_footer .nav > li > a {
    display: block;
    padding: 15px 40px 15px 30px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background: url("../images/img_03.png") no-repeat scroll right 24px;
    font-size: 1.429em;
}

#menu_footer .nav > li.last > a  ,
#menu_footer .nav > li.last > a:hover
{
  background: none;
}



#menu_footer .nav > li > a:hover, 
#menu_footer .nav > li > a:focus {
  color: #2b3632;
  background: url("../images/img_03.png") no-repeat scroll right 24px;
}

#menu_footer .nav > li > a.active {
  color: #2b3632;
}

/*.scoll_to {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top: -45px;
}

.scoll_to  a {
  display: inline-block;
  cursor: pointer;
  width:32px;
  height: 20px;
  margin:10px ;
}

.scoll_to  a.scoll_down {
  background: url("../images/scoll_down.png") no-repeat;
}

.scoll_to  a.scoll_up {
  background: url("../images/scoll_up.png") no-repeat;
}*/

#block-block-4 {
  padding-top: 30px;
  margin-bottom: 30px;
}

#bottom_content_page {
  padding-top: 30px;
  position: relative;
}


#block-block-5 ,
#block-block-9 ,
#block-block-11
{
  margin-bottom: 0;
}

#block-block-5 .header_top_content ,
#block-block-9 .header_top_content ,
#block-block-11 .header_top_content
{
  position: relative;
  margin-bottom: 20px;
  /*box-shadow: 0 9px 10px -5px #000000;*/
}

#block-block-5 .header_top_content .content_title ,
#block-block-9 .header_top_content .content_title ,
#block-block-11 .header_top_content .content_title
{
  position: absolute;
  top:0px;
  width:100%;
  padding: 30px 0px;
  /*background: url("../images/bg_overlay.png");*/
  color: #2b302c;
  
}

#block-block-5 .header_top_content .content_title h2 ,
#block-block-9 .header_top_content .content_title h2 ,
#block-block-11 .header_top_content .content_title h2
{
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  font-size: 3.571em;
  margin-top: 0;
  padding: 0 20px 5px;
  text-align: center;
}

#block-block-5 .bottom_content .content ,
#block-block-9 .bottom_content .content ,
#block-block-11 .bottom_content .content
{
  text-align: center;
  padding: 0px 10%;
}

#block-block-5 .item-01{
  margin-top:26%;
}
#block-block-5 .item-01 h3 {
  margin-top: 0;
}

.line {
  height:7px;
  width:30%;
  display: inline-block;
  background: url("../images/bg_line.jpg") repeat-x;
  margin-top: 10px;
  margin-bottom: 20px;
}

#block-block-6 {
  background: url("../images/img_04.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  margin-bottom: 50px;
}

#block-block-10 {
  background: url("../images/img_07.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  margin-bottom: 50px;
}

#block-block-12 {
  background: url("../images/img_08.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  margin-bottom: 50px;
}

#block-block-6 .content {
  padding: 20% 25%;
}

#block-block-10 .content {
  padding: 20% 25%;
}

#block-block-12 .content {
  padding: 20% 25%;
}

#block-block-7 {
  position: absolute;
  left: 0px;
  top:50px;
  display: table;
  background: #f8af95;
  z-index: 6;
}

#block-block-8 {
  position: fixed;
  right: 0px;
  top:150px;
  display: table;
  overflow: hidden;
  z-index: 6;
}

#block-block-7 .content {
    margin-bottom: 20px;
    padding: 10px;
    width: 300px;
    color: #fff;
    float: left;
    display: table-cell;
}

#block-block-7 .click_button {
    float: left;
    width:40px;
    display: table-cell;
    min-height: 100px;
    cursor: pointer;
}

#block-block-7  .glyphicon {
  margin-top: 33px;
}

#block-block-7  .glyphicon-chevron-left:before, 
#block-block-7  .glyphicon-chevron-right:before {
  color: #fff;
}

#block-block-7 .click_button.btn_collapsed {
    float: left;
    width:40px;
    display: table-cell;
    min-height: 100px;
    
}

#block-block-8 .click_button {
  float: left;
  height: 100px;
  width:40px;
  background: #dbf6f2;
  cursor: pointer;
  margin-top: 185px;
}

#block-block-8 .content {
  float: left;
  width:200px;
  background: #dbf6f2;
  text-align: center;
  padding: 20px 0px;
}

.glyphicon-chevron-left:before ,
.glyphicon-chevron-right:before
{
  font-size: 2.143em;
}

#block-block-8 .click_button.btn_collapsed {
  margin-right: -40px;
}

#block-block-8 .glyphicon {
  margin-top: 35px;
  margin-left: 5px;
}

#node-4 .col-lg-4 {
  margin-top: -220px;
}

#block-block-8 .content {
  font-family: 'arnhem-blonditalicregular';
}

#block-block-8 .content  strong {
}

#node-5 .col-lg-8 h2 {
  margin-top: 150px;
  margin-left: 100px;
}

#node-5 .col-lg-8 p {
  margin-left: 100px;
}


#block-block-13 {
   float: right;
   margin-top: -25px;
}

.container-home-page-bottom .container {
  text-align: center;
}

.container-home-page-bottom  .col-lg-3 {
  position: relative;
  display: inline-block;
  float: none;
  text-align: left;
}

.container-home-page-bottom .col-lg-3 .block {
  background: #fff;
  padding:0px 10px;
  color: #2b3632;
  border-bottom:2px solid #bf1e2e;
  position: absolute;
  bottom: 0px;
  width:90%;
}

.container-home-page-bottom .region {
  
  
}

.container-home-page-bottom .col-lg-3 .block  h2 {
  margin-bottom: 0px;
  font-size: 1.071em;
  text-align: left;
  padding: 10px 0px 10px 30px;
  cursor: pointer;
  text-transform: none;
  color: #f9a34a;
  background: url("../images/logo_title.jpg") no-repeat scroll 0 6px;
}

.container-home-page-bottom .col-lg-3 .block.block_expand h2 {
  color: #bf1e2e;
}

.container-home-page-bottom .col-lg-3 .block .content {
  display: none;
  padding: 20px 0px 10px 10px;
}

.container-home-page-bottom .col-lg-3 .block .content p {
  margin-bottom: 10px;
}

.block_expand .close {
  background: url("../images/icon_close.png");
  cursor: pointer;
  float: right;
  display: inline-block;
  width:17px;
  height:16px;
  margin-top: 5px;
  margin-right: 10px;
  opacity: 1;
}

.container-home-page-bottom .col-lg-3 .block.block_expand {
  padding: 10px;
  border-top:2px solid #f8ae95;
}

.container-home-page-bottom .col-lg-3 .block.block_expand h2
{
  text-align: left;
  cursor: auto;
}

#block-block-1 .tubular-mute {
  float: right;
  margin-top: -4px;
  cursor: pointer;
  width:32px;
  height: 26px;
  background: url("../images/mute_on.png") no-repeat;
}

#block-block-1 .tubular-mute.mute_on {
  background: url("../images/mute_on.png") no-repeat;
}

#block-block-1 .tubular-mute.mute_off {
  background: url("../images/mute_off.png") no-repeat;
}



.form-control {
  width:auto
}

.node-product .field-name-uc-product-image {
}

.node-product .field-name-body ,
.node-product .product-info
{
  margin-bottom: 10px;
}

.front .main-container  {
  position: absolute;
  width:100%;
  top:20%;
  z-index: 1;
}

.front .page-header {
  display: none;
}

#node-506 {
  color: #fff;
  font-size: 1.571em;
  font-weight: 300;
}

#block-uc-cart-cart {
  position: absolute;
  right:15px;
  top:0px
}

#block-uc-cart-cart .block-title,
#block-uc-cart-cart .cart-block-summary-total {
  display: none;
}

#block-uc-cart-cart .cart-block-summary-items {
  background: url("../images/icon_cart.png") no-repeat scroll 0 12px;
  color: #fff;
  padding-left: 25px;
  padding-top: 12px;
}

#block-block-22 {
  position: absolute;
  right:100px;
  top:0px;
  padding-top: 12px;
}

#block-block-22 .content a ,
.not-front.page-node-3 #block-block-22 .content a
{
  display: inline-block;
  margin: 0px 12px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}
#block-block-22 .content a.social-icons {
  margin: -2px 5px 0 5px;
  float: left;
  display: block;
}


#block-block-22 .content a:hover ,
.not-front.page-node-3 #block-block-22 .content a:hover,
#block-block-36 ul li a:hover,
#block-block-36 ul li:hover
{
  text-decoration: none;
  color: #f9a34a;
}

#block-block-22 .content a.icon_search {
  background: url("../images/icon_search.png") no-repeat scroll 0px 0px ;
  width:17px;
  height:17px;
  margin-top: 3px;
  vertical-align: top;
}

body.not-front {
  background: #fff;
}

.page-header {
  border-bottom: 0px;
  color: #f9a34a;
  margin-bottom: 30px;
  text-transform: none;
  font-size: 2.857em;
}

#node-507 a.button {
  display: inline-block;
  color: #bf1e2e;
  font-size: 2.143em;
  line-height: 70px;
  padding: 0px 30px;
  border:2px solid #f9a34a
}

.not-front .main-container  {
  margin-top: 150px;
  font-family: 'Source Sans Pro', sans-serif;
  /*font-size: 18px;*/
}

.not-front.page-node-3 .main-container {
  margin-top: 20px !important;
}

#bottom_content_page {
  font-family: 'Source Sans Pro', sans-serif;
  /*font-size: 18px;*/
}

.not-front .navbar ul.navbar-nav {
    background: #bf1e2e;
    margin-top: 46px !important;
}

.not-front .navbar-default .navbar-nav > li > a ,
#block-block-1 .content a
{
  color: #fff;
}

.not-front .navbar-default .navbar-nav > .active > a, 
.not-front .navbar-default .navbar-nav > .active > a:hover, 
.not-front .navbar-default .navbar-nav > .active > a:focus, 
.not-front .navbar-default .navbar-nav > li > a:hover, 
.not-front .navbar-default .navbar-nav > li > a:focus ,
#block-block-1 .content a:hover
{
  color: #f9a34a;
}

.not-front .logo_information {
    background: url("../images/logo_not_front.png") no-repeat scroll 0 0;
}

.not-front .logo_information a {
    color: #fff;
}

.not-front #block-block-22 .content a ,
.not-front #block-uc-cart-cart .cart-block-summary-items,
.not-front #block-block-22 .glyphicon-search:before,
.not-front #block-block-36 ul li a,
.not-front.page-node-3 #block-block-22 .content a:hover, 
.not-front.page-node-3 #block-uc-cart-cart .cart-block-summary-items:hover, 
.not-front.page-node-3 #block-block-22 a:hover .glyphicon-search:before ,
.not-front.page-node-3 #block-block-36 ul li a:hover
{
    color: #f9a34a;
}

.not-front #block-block-22 .content a:hover ,
.not-front #block-uc-cart-cart .cart-block-summary-items:hover,
.not-front #block-block-22 a:hover .glyphicon-search:before,
.not-front #block-block-36 ul li a:hover {
  color: #bf1e2e;
}

#block-block-22 .glyphicon-search:before ,
.not-front.page-node-3 #block-block-22 .content a, 
.not-front.page-node-3 #block-uc-cart-cart .cart-block-summary-items, 
.not-front.page-node-3 #block-block-22 .glyphicon-search:before, 
.not-front.page-node-3 #block-block-36 ul li a
{
  color: #fff;
}

.item_qoutes {
  margin-bottom: 20px;
}

.item_qoutes span {
  color: #f9a34a;
}

.footer {
  background: #bf1e2e;
  bottom: 0;
  width: 100%;
}

#block-block-1 .content .tubular-mute {
  display: none;
}

#block-block-23 {
  background: url("../images/bg_blockresource.jpg");
  padding: 100px 0px 100px;
  color: #fff;
}

#block-block-23 h2.block-title {
  margin-bottom: 30px;
}

#block-block-23 a.botton {
  display: inline-block;
  line-height: 50px;
  padding: 0px 30px;
  border:2px solid #fff;
  color: #fff;
}

#block-block-23 a.botton.color_yellow {
  color: #f9a34a;
}

#node-7 .media_left .block-content,
#node-535 .media_left .block-content
{
    background: none repeat scroll 0 0 #ffead3;
    border: 2px solid #f78f21;
    padding: 25px 30px;
} 

#node-535 .media_left .block-content{
    padding: 25px 30px 80px;
}

#node-7 .media_left .block-content ol,
#node-535 .media_left .block-content ol
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#node-7 .media_left .block-content ol > li,
#node-535 .media_left .block-content ol > li
{
    display: inline-block;
    vertical-align: top;
}

#node-7 .col-sm-12 ,
#node-535 .col-sm-12 
{
    padding: 0px;
}

#node-7 .media_left .block-content ol h2,
#node-535 .media_left .block-content ol h2
{
    color: #bf1e2e;
    font-size: 2.143em;
    margin: 0;
}

#node-7 .media_left .block-content ol .row-item-1,
#node-7 .media_left .block-content ol .row-item-2,
#node-7 .media_left .block-content ol .row-item-4,
#node-7 .media_left .block-content ol .row-item-3,
#node-535 .media_left .block-content ol .row-item-1,
#node-535 .media_left .block-content ol .row-item-2,
#node-535 .media_left .block-content ol .row-item-4,
#node-535 .media_left .block-content ol .row-item-3
{
    width: 190px;
    padding: 0px 30px;
    position: relative;
}

#node-7 .media_left .block-content ol .row-item-1,
#node-535 .media_left .block-content ol .row-item-1
{
    padding: 0px;
}

#node-7 .media_left .block-content ol .row-item-4,
#node-535 .media_left .block-content ol .row-item-4
{
    padding-right: 0px;
}

#node-7 .media_left .block-content ol .row-item-1:after,
#node-7 .media_left .block-content ol .row-item-2:after,
#node-7 .media_left .block-content ol .row-item-3:after,
#node-535 .media_left .block-content ol .row-item-1:after,
#node-535 .media_left .block-content ol .row-item-2:after,
#node-535 .media_left .block-content ol .row-item-3:after
{
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 146px;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}




#node-7 .media_left .block-content ol ul,
#node-535 .media_left .block-content ol ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#node-7 .media_left .block-content ol ul a,
#node-535 .media_left .block-content ol ul a
{
    color: #000000;
    font-size: 1.286em;
    font-weight: 500;
}

#node-7 .data-table th,
.table-content-product-list th,
#node-535 .data-table th
{
    color: #bf1e2e;
    font-size: 1.286em;
    font-weight: normal;
}

#node-7 .data-table,
#node-7 .data-table th,
#node-7 .data-table tr td,
.table-content-product-list,
.table-content-product-list th,
.table-content-product-list tr td,
#node-535 .data-table,
#node-535 .data-table th,
#node-535 .data-table tr td
{
    border:1px solid #fff !important;
}

#node-7 .table-striped > tbody > tr:nth-child(2n+1) > td, 
#node-7 .table-striped > tbody > tr:nth-child(2n+1) > th ,
.table-content-product-list > tbody > tr:nth-child(2n+1) > td, 
.table-content-product-list > tbody > tr:nth-child(2n+1) > th ,
#node-535 .table-striped > tbody > tr:nth-child(2n+1) > td, 
#node-535 .table-striped > tbody > tr:nth-child(2n+1) > th
{
    background-color: #ffead3;
}

#node-7 .media_right h2,
#node-535 .media_right h2
{
    background: url("../images/icon-head-shop.png") no-repeat scroll left center transparent;
    color: #bf1e2e;
    font-size: 4.5em;
    padding-left: 80px;
}

#node-7 .media_right h3,
#node-535 .media_right h3
{
    color: #f9a34a;
    font-size: 2.571em;
}

#node-7 .media_right .data-table a,
.table-content-product-list a,
#node-535 .media_right .data-table a
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f9a34a;
    color: #f9a34a;
    display: block;
    font-size: 1.286em;
    max-width: 105px;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
}

#node-7 .table-striped > tbody > tr:nth-child(2n+1) > td a, 
#node-7 .table-striped > tbody > tr:nth-child(2n+1) > th a,
.table-content-product-list > tbody > tr:nth-child(2n+1) > td a, 
.table-content-product-list > tbody > tr:nth-child(2n+1) > th a,
#node-535 .table-striped > tbody > tr:nth-child(2n+1) > td a, 
#node-535 .table-striped > tbody > tr:nth-child(2n+1) > th a
{
    color: #bf1e2e;
}

.table-content-product-list .title a{
  background: none !important;
  border: 0px !important;
  color: #2b302c !important;
  max-width: none !important;
  text-align: left !important;
}

#node-7 .media_right .duration ,
.table-content-product-list .duration,
#node-535 .media_right .duration
{
    display: table-cell;
    white-space: normal;
}

.page-node-7 .main-container .container,
.page-node-535 .main-container .container
{
    max-width: 870px;
}

#node-7 .media_right,
#node-535 .media_right
{
    margin: 0 auto;
    max-width: 820px;
}

.region-sidebar-first .nav > li > a {
    display: block;
    position: relative;
    padding: 2px 15px;
    font-size: 1.143em;
}

.page-user .tabs--primary {
  display: none;
}

table .duration {
  display: block;
}

.not-logged-in.page-user .page-header
{
  display: none;
}

#block-block-27 .content {
  padding-right: 40px;
}

#block-block-28 h2 {
  color: #f9a34a;
  font-size: 2.857em;
  margin-bottom: 30px;
}

#user-login .form-submit {
  margin-left: 10px;
}

.region.region-sidebar-first.well {
    background:none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0px;
}

.region-sidebar-first h2 {
  font-size: 2.143em;
}

.region-sidebar-first .block {
   background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

#block-block-33 {
  background: url("../images/bg_blockresource1.jpg");
  padding: 75px 0px 50px;
  color: #000;
}

#block-block-33 a.botton {
   font-size:1.857em;
   color:#fff;
   border: #fff 2px solid;
   padding:10px;
   margin:10px 0;
   }


#block-block-33 h1 a {
  color:#000;
  }
  
#block-block-33 h3 {
   color:#000;
   padding-top:18px;
   padding-left:40px;
   }

#block-block-33 li.testimonials {
    list-style:none;
    padding:0 40px 20px 20px; 
	color:#000;
   }

#block-block-33 li {
	list-style-image: url(../images/icon_whitelogo.png);
     font-size: 1.429em;
	 color:#fff;
}

#block-block-34 {
  padding: 75px 0 50px;
}

#block-block-34 h1 a {
   color:#f9a34a;
   padding:0 0 10px 15px;
}
#block-block-34 li {
	list-style-image: url(../images/icon_logo.jpg);
    font-size: 1.429em;
    color: #bf1e2e;
}

#block-block-34 a.botton {
   font-size:1.857em;
   color:#bf1e2e;
   border:#f9a34a solid 2px;
   padding:10px;
   line-height:50px;
}

#block-block-43
{
  background: url("../images/bg_blockresource.jpg");
  padding: 50px 0px 50px;
  color: #fff;
}

#block-block-35 h1 ,
#block-block-43 h2,
#block-block-43 h1,
#block-block-52 h2
{
  color: #fff;
}

#block-block-43 a.button
{
  font-size:1.857em;
  color: #fff;
  border: #fff solid 2px;
  padding:10px;
}

#block-block-30
{
  margin-bottom: 30px;
}

#block-block-30 .header_top_content
{
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 9px 10px -5px #000000;
}

#block-block-30 .header_top_content .content_title 
{
  position: absolute;
  top:0px;
  width:100%;
  padding: 30px 0px;
  background: url("../images/bg_overlay.png");
  color: #fff;
  font-family: 'arnhem-blonditalicregular';
}

#block-block-30 .header_top_content .content_title h2 
{
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  font-size: 3.571em;
  margin-top: 0;
  padding: 0 60px 5px;
  text-align: center;
}

#block-block-30 .bottom_content .content 
{
  text-align: center;
  padding: 0px 10%;
}


#node-528 hr{
    border-width: 2px;
    border-color: #ffead3;
    width:50%;
    float: left;
}

#node-528  h2 {
    clear: both;
}

#node-529 a.button {
    border:3px solid #f9a34a;
    line-height: 100px;
    font-size: 1.857em;
    color: #f9a34a;
    padding: 10px 20px;
}

#node-526 a.button {
    border:2px solid #f9a34a;
    font-size: 1.857em;
    color: #f9a34a;
    padding: 10px 20px;
}

#node-526 li {
   list-style-image: url(../images/icon_logo.jpg);
   font-size:1.071em;
   }

#node-526 li a {
    font-size:1.429em;
    color:#bf1e2e;
    }
#block-block-36 {
    position: absolute;
    top: 0;
    right: 15px;
    padding-top: 12px;
}
#block-block-36 ul{
    margin: 0;
    padding: 0;
}
#block-block-36 ul li{
    list-style: none;
    float: left;
    color: #fff;
    margin-right: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
#block-block-36 ul li.last {
    margin-right: 0;
}

#block-block-36 ul li a{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

#block-block-36 ul li a:hover ,
#block-block-36 ul li:hover
{
  color: #f9a34a;
}

#block-block-36 .custom-block{
    display: block!important;
}

body.cke_editable {
    background: none;
}

#comments .indented {
    margin-left: 50px;
    margin-bottom: 20px;
}

#edit-field-user-id-wp,
#edit-field-comment-id,
#edit-field-parent-id ,
#comment-form .form-item-subject,
#comment-form fieldset.filter-wrapper,
#comment-form-sub fieldset.filter-wrapper,
#comment-form #edit-preview,
.ajax-comment-wrapper fieldset.filter-wrapper
{
    display: none;
}

.view-comment.view-display-id-page ul ,
.page-discussion-room .ajax-comment-wrapper
{
    list-style-type: none !important;
    padding-left: 0px;
    clear: both;
    overflow: hidden;
    background: #e6e7e1;
    padding: 20px;
    border-top: 3px solid #c6b7c8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.view-comment.view-display-id-page ul ul ,
.page-discussion-room .ajax-comment-wrapper .indented
{
    margin-left: 50px;
    background: #fafafa;
    border-top: 0 none;
    
}

.view-comment.view-display-id-page ul ul ul ,
.page-discussion-room .ajax-comment-wrapper .indented .indented
{
  background: #e6e7e1;
  border-top: 3px solid #c6b7c8;
}

.view-comment.view-display-id-page ul ul ul ul ,

{
  background: #fafafa;
  border-top: 0 none;
}

.view-comment.view-display-id-page ul ul ul ul ul {
  background: #e6e7e1;
  border-top: 3px solid #c6b7c8;
}

.view-comment.view-display-id-page ul li {
    margin-bottom: 50px;
    clear: both;
    overflow: hidden;
}

.view-comment.view-display-id-page ul li li {
    margin-bottom: 20px;
}

.view-comment.view-display-id-page ul li .right {
  float: right;
}

.view-comment.view-display-id-page ul .views-field-replyto-comment {
  clear: both;
  margin-bottom: 20px;
}

.view-comment.view-display-id-page ul  .views-field-created-1,
.view-comment.view-display-id-page ul .views-field-comment-body {
  margin-bottom: 20px;
}

.view-comment.view-display-id-page ul .views-field-comment-body {
  border-left: 2px solid #dadada;
}

#comment-form {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

#comment-form #edit-author--2 {
  display: none;
}

#comment-form .form-submit,
#comment-form-sub .form-submit{
  background-color: #e59f59;
  border-color: #e59f59;
  color: #fff;
  float: right;
  cursor: pointer;
}

#comment-form .form-submit:hover,
#comment-form-sub .form-submit:hover{
  background-color: #e18d38;
  border-color: #e18d38;
}

.comment .comment-content{
    border-left: 2px solid #dadada;
    float: right;
    margin-left: 0px;
    padding-left: 30px;
    width: 74%;
}

.comment .user-info{
    float: left;
    width: 25%;
}

.comment .user-info .comment-avatar{
    float: left;
    text-align: center;
    padding-top: 5px;
    width: 30%;
}

.comment .user-info .comment-avatar img{
    width: 80%;
    height:auto!important;
}

.comment .user-info .author-information{
    float: left;
    width: 70%;
}

#comments h2.title{
    display:none;
}

h2.title.comment-form{
    display:none;
}

.link-comment-action{
    overflow: hidden;
    margin-top: 20px;
}

.link-comment-action .links{
    float:left;
}

.link-comment-action .comment-start{
    float:right;
}

.link-comment-action a{
    background-color: #e59f59;
    color: #e59f59;
    -moz-user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    background: none;
    font-weight: bold;
}

.link-comment-action a:hover{
    background-color: #e18d38;
    border-color: #e18d38;
    color: #BF1E2E;
    text-decoration: none;
    background: none;
}


#comments .comment,
#comments .indented .comment .indented .comment,
#comments .indented .indented .comment{
    background: none repeat scroll 0 0 #f7e5d3;
    border-top: 3px solid #eacdaf;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

#comments .indented .indented .comment{
    border:none;
}


#comments .indented,
#comments .indented .indented .indented{
   background: none repeat scroll 0 0 #f7e5d3;
   border-radius: 0 0 5px 5px;
   margin: 0;
   padding: 10px 10px 20px 50px;
}


#comments .indented .comment,
#comments .indented .comment .indented .comment .indented .comment ,
#comments .indented .indented .indented .comment 
{
    background: #ffffff;
    margin-top: 20px;
    padding: 10px;
    border:none;
    border-radius: 5px 5px 0px 0px;
}

#comments .indented .indented 
{
   background: #ffffff;
   margin: 0;
   padding: 10px 10px 20px 50px;
   border-radius:5px;
}

#block-block-38 ,
#block-block-37 {
  margin-bottom: 20px;
}


.comment .author-information .join_date,
.comment .author-information .post_time {
  font-size: 1em;
}

#block-search-form ,
#block-block-48
{
  background: url("../images/bg_blockresource1.jpg");
  margin: 0 15px 0 60px;
  padding: 15px;
  display: none;
}

#block-search-form form.form-search {
  width:30%;
  float: right;
}

#block-search-form .btn-default {
  border-left: 0px;
}

#block-search-form .glyphicon-search:before {
  color: #bf1e2e;
}



#block-search-form input:-ms-input-placeholder 
{ /* Internet Explorer 10+ */
    color:#bf1e2e !important;
}

#block-search-form input::-moz-placeholder
{ /* Internet Explorer 10+ */
    color:#bf1e2e !important;
}

#block-search-form input:-moz-placeholder
{ /* Internet Explorer 10+ */
    color:#bf1e2e !important;
}

#block-search-form input::-webkit-input-placeholder
{ /* Internet Explorer 10+ */
    color:#bf1e2e !important;
}

.page-node-3 h1.page-header {
  color: #bf1e2e;
}

#node-3{
  font-family: 'Source Sans Pro', sans-serif;
}

.page-node-3 #block-block-1 .content p ,
#block-block-1 .content p
{
  color: #fff !important;
}

#block-block-54,
#block-custom-changes-satsang-transcriptions {
    background: url("../images/bg_blockresource.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    padding: 100px 0px;
}

.satsang-transcriptions-link {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    font-size: 1.857em;
    width: 290px;
    text-align: center;
}

.satsang-transcriptions-link:hover {
    color: #f59632;
}

#block-block-39 {
  background: url("../images/bg_blockresource1.jpg") repeat scroll 0 0;
}

#block-block-39 .content {
  color: #fff;
  padding-bottom: 100px;
  position: relative;
}

#block-block-39 h2.block-title {
  margin-top: 100px;
}

#block-block-39 h2.block-title ,
#block-block-39 .col-sm-5
{
  margin-bottom: 20px;
  color: #fff;
}

#block-block-39 a.button {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
}

#block-block-39 a.button:hover {
  color: #bf1e2e;
}

#menu_footer {
  display: none;
}

#block-block-39 a.back_to_top {
  position: absolute;
  bottom:10px;
  right:0px;
  color: #fff !important;
}

#block-block-40 .container_message_cart_add {
    background: url("../images/bg_blockresource1.jpg") repeat scroll 0 0 ;
    color: #fff;
    font-size: 1.143em;
    margin: 0 15px 0 60px;
    padding: 15px;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
}

#block-block-40 .link_goto_cart {
  text-align: right;
  margin-right: 15px;
}

#block-block-40 .link_goto_cart  a {
  display: inline-block;
  border:2px solid #f59632;
  color: #bf1e2e;
  background: #fff;
  line-height: 30px;
  padding: 0px 20px;
}

#block-block-23 p {
    font-size: 1.357em;
    padding-right: 100px;
}

#block-block-23 .row .col-sm-4:first-child{
    margin-right: 20px;
}

#block-block-23 a.botton:hover{
   color: #f9a34a;
}

#block-block-24 .content{
    padding: 100px 0px;
}

#block-block-24 .content .col-sm-5 .col-sm-6 {
  margin-bottom: 10px;
}

#block-block-24 .content a.button{
    border: 2px solid #f9a34a;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.786em;
    padding: 10px 30px;
    color: #f9a34a;
}

#block-block-24 .content a.button:hover{
    color:#bf1e2e;
}

#block-block-24 .content h2{
    color: #f9a34a;
    margin-top: 0px;
    margin-bottom: 30px;
}

.jcarousel-wrapper {
    position: relative;
    padding: 0px 50px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    padding: 0px 30px 0px 0px;
}

.jcarousel ul ,
.content-product-list ul
{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li ,
.content-product-list ul li
{
    width: 210px;
    float: left;
}

.jcarousel li .item_field ,
.content-product-list li .item_field
{
  text-align: center;
  padding: 0px 35px;
}

#carousel-shop-subscriptions .content-product-list li .item_field {
  padding: 0px 25px;
}

.content-product-list li .image_content {
  width:140px;
  height:140px;
  text-align: center;
  display: inline-block;
}

.jcarousel img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 30%;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 0.786em;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


.content_shop_watch {
    background: url("../images/bg_blockresource.jpg") repeat scroll 0 0;
    padding: 20px 0px 100px;
    margin-bottom: 20px;
}

.content_shop_read,
.content_shop_resource {
  background: url("../images/bg_blockresource1.jpg") repeat scroll 0 0 ;
  margin-bottom: 20px;
  padding: 20px 0px 100px;
}

.content_shop_listen ,
.content_shop_subscriptions
{
  margin-bottom: 20px;
  padding: 20px 0px /*100px*/ ;
}

.content_shop_resource .btn-resource{
    border: 3px solid #fff;
    color: #fff!important;
    display: inline-block;
    font-size: 26px;
    line-height: 60px;
    padding: 0 28px;
}

.content_shop_resource{
    margin-bottom: 0;
}

.page-node-867 #bottom_content_page{
    display: none;
}

.content_shop_resource *{
    color: #fff;
}


.content_shop_listen h2 {
  margin-bottom: 40px;
  color: #f59632;
}

.content_shop_subscriptions h2 {
  margin-bottom: 20px;
  color: #bf1e2e;
}

.content_shop_watch h2 ,
.content_shop_read h2
{
  color: #fff;
  margin-bottom: 40px;
}

#node-867 a {
  color: #000;
}

#node-867 .container {
  overflow: hidden;
}

.product_left img {
  height: auto !important;
  max-width: 100% !important;
  display: block;
}

#node-867 h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#node-867 .jcarousel-wrapper {
  margin-bottom: 40px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  cursor: pointer;
}

.not-logged-in.page-user #block-system-main {
   min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    float: left;
}

div.error, table tr.error {
  background: none;
}

.video-background {
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
				width: 100%;
				height: 100%;
				z-index: 0;
			}
.video-background video {
		min-height: 100%; 
		min-width:100%; 
}

#block-block-1 {
  position: relative;
}

.ui-widget-content .ui-icon {
  background: none;
  border:0px;
  text-indent: 0px;
  color: #bf1e2e;
  width:auto;
  height: auto;
}

.ui-video-background {
    left: auto;
    right:10px;
    position: absolute;
    top: 30px;
    background: none;
    border:0px;
}

.ui-video-background-controls {
  list-style-type: none;
}

.ui-video-background-controls .ui-video-background-play {
  display: none;
}

.not-front audio,.not-front canvas,.not-front video {
  display: inline-block;
  width: 100%;
} 

.page-node-534 h1.page-header {
  visibility: hidden;
}

#node-534 h2{
  color: #f9a34a;
}

a.button {
  border: 2px solid #f9a34a;
  color: #f9a34a;
  font-size: 1.857em;
  line-height: 50px;
  padding: 10px;
}

#block-block-35 h2 ,
#block-block-35 h1 ,
#block-block-52 h2
{
  color: #f9a34a;
  margin-bottom: 30px;
}

#block-block-35,
#block-block-52
{
  padding: 100px 0px;
}

.scoll_top {
  text-align: right;
}

#block-block-44 {
    background: url("../images/bg_blockresource.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    padding: 100px 0;
}

#block-block-44 h2 {
  color: #fff;
  margin-bottom: 30px;
}

#block-block-44  a.button {
  color: #fff;
  border-color: #fff;
  display: inline-block;
}

#block-block-45 {
  padding: 100px 0px;
}

#block-block-45 h2 {
  color: #f9a34a;
  margin-bottom: 30px;
}

.views-table.table-content-product-list a ,
.views-table.table-content-product-list > tbody > tr:nth-child(2n+1) > td a
{
  max-width: 100%;
  border:0px;
  color: #2b302c;
  background: none;
  padding: 0px;
  text-align: left;
}



#block-block-48 h2 {
  font-size: 1.786em;
  color: #fff;
}

#block-block-48  form {
  margin-top: 18px;
}

#block-block-48  form h2 ,
#block-block-48  form label,
#block-block-48 .form-type-item 
{
  display: none;
}

#block-block-48  .form-item {
  float: left;
  width:30%;
  margin-right: 20px;
}

#block-block-48   .btn.form-submit {
  float: right !important;
  color: #bf1e2e !important;
  font-size: 1.143em !important;
  background: #fff !important;
  padding: 5px 20px !important;
  margin-right: 200px !important;
  margin-top: -89px !important;
}

#block-block-48 #user-login .btn.form-submit {
  margin-right: 200px !important;
  margin-top: -68px !important;
}

#block-block-48 a.forgot_password {
  margin-bottom: 0px !important;
  color: #fff;
}

.view-resource-library .views-submit-button {
  padding-top: 17px;
}

.view-resource-library .views-field-addtocartlink  {
  text-align: center;
}

.view-resource-library .views-field-addtocartlink .form-type-uc-quantity {
  display: none;
}

#node-508 h2 {
  color: #be202f;
}

#node-508 h3 {
  color: #f59531;
  margin-bottom: 20px;
}

#node-508 {
  text-align: center;
}

#node-508 hr {
  display: inline-block;
  width:10%;
  border:3px solid #7ababe;
}

#node-508 .image_diagram {
  position: relative;
}

.image_diagram a {
  display: block;
  min-height: 70px;
}

.image_diagram .link_video_1 {
  left:490px;
  position: absolute;
  top: 460px;
}

.image_diagram .link_video_1 a {
  height: 100px;
  width: 250px;
}

.image_diagram .link_video_2 {
  left: 455px;
  position: absolute;
  top: 1100px;
}

.image_diagram .link_video_2  a {
  height: 179px;
  width: 250px;
}

.image_diagram .link_video_3 {
  bottom: 230px;
  position: absolute;
  right: 550px;
}

.image_diagram .link_video_3 a {
  height: 122px;
  width: 250px;
}

.image_diagram {
  width:1292px;
  margin: 0 auto;
}

#comments .comment #comment-form-sub .field-name-comment-body #cke_edit-comment-body-und-0-value{
    display:none!important;
}

#comments .comment #comment-form-sub .field-name-comment-body #edit-comment-body-und-0-value{
    display: block!important;
    visibility: inherit!important;
}

#comments .comment #comment-form-sub .field-name-comment-body .wysiwyg-toggle-wrapper{
    display:none!important;
}

.content-video-full-screen {
  z-index: -1 !important;
}

.product_left  img {
  display: inline-block;
}

.field-name-field-quotes-text .field-item {
  margin-bottom: 20px;
}

.play_button {
  font-size: 1.786em !important;
  display: inline-block!important;
  cursor: pointer;
}

.views-field-field-mp3-link {
  text-align: center;
}

.play_button:before {
  content:"\e072";
}

.play_button.glyphicon-pause:before{
  content:"\e073"
}

#webform-client-form-530 #webform-component-can-you .webform-component {
  margin-bottom: 30px;
}

#webform-client-form-530 #webform-component-can-you .webform-component label {
  margin-bottom: 10px;
}

#webform-client-form-530 #webform-component-can-you .webform-component .form-radios {
  padding-left: 20px;
}

#webform-client-form-530 #webform-component-can-you .webform-component .form-radios input.form-radio {
  margin-top: 8px;
}

#webform-client-form-530 #webform-component-can-you .webform-component .form-item label {
  margin-bottom: 0px;
}

#webform-component-can-you--what-language-is-your-mother-tongue label ,
#webform-component-can-you--do-you-have-written-fluency-in-a-language-other-than-english label
{
  float: left;
  margin-right: 20px;
}

#webform-component-can-you--do-you-have-written-fluency-in-a-language-other-than-english {
  overflow: hidden;
}

#webform-component-can-you--do-you-have-written-fluency-in-a-language-other-than-english .form-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

#webform-component-can-you--do-you-have-written-fluency-in-a-language-other-than-english .form-item  .form-checkbox {
  margin-left: 0px;
  margin-top: 8px;
}

#webform-client-form-530 #edit-submitted-uid ,
#webform-client-form-530 #webform-component-uid{
  display: none;
}

body.page-node-508 {
  height: auto !important;
}

.page-node-508 footer.footer {
  position: relative!important;
}

.view-resource-library #views-bootstrap-grid-1 .row ,
.custom-grid-player-audio .row
{
  margin-bottom: 30px;
}

.view-resource-library #views-bootstrap-grid-1 .col .content-col-grid,
.custom-grid-player-audio  .col .content-col-grid
{
  /*background: #ffead2;*/
  border:2px solid #e18d38;
  border-radius: 5px;
  padding:10px 5px;
  overflow: hidden;
}

.tooltip-path {
  width:30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
}

.tooltipsy {
  padding: 10px;
  border-radius: 5px;
  border:1px solid #7AB9BE;
  background: #fff;
}

.tooltip_1 {
  top:235px;
  left:315px;
}

.tooltip_2 {
  left: 530px;
  top: 505px;
}

.tooltip_3 {
   right: 315px;
   top: 130px;
  
}

.tooltip_4 {
  right: 520px;
  top: 955px;
}

.tooltip_5 {
  left: 486px;
  top: 1168px;
}

.tooltip_6 {
  bottom: 1063px;
  left: 487px;
}

.tooltip_7 {
  bottom: 820px;
  left: 460px;
}

.tooltip_8 {
  bottom: 307px;
  right: 402px;
}
.tooltipe-line-orange-bot {
  display: none;
}

#block-views-flihi-video-archive-block .views-row {
  margin-bottom: 30px;
}

#block-views-flihi-video-archive-block .views-field-field-title {
  margin-bottom: 10px;
}

#carousel-shop-subscriptions .content-product-list ul li {
  width:190px;
}
#carousel-shop-subscriptions .content-product-list ul li:last-child, #carousel-shop-subscriptions .content-product-list ul li:last-child .image_content {
  width: 227px;
}	
#carousel-shop-subscriptions .content-product-list ul li:last-child .item_field {
  padding: 0;
}	

.content-my-subscriptions-wrapper h1,
.content-my-downloadable-products-wrapper h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #f9a34a;
}

.view-my-tickets .view-footer {
  margin-top: 30px;
  text-align: right;
}tom: 861px;
  right: 333px;
}

.tooltip_8 {
  bottom: 307px;
  right: 402px;
}

#block-views-flihi-video-archive-block .views-row {
  margin-bottom: 30px;
}

#block-views-flihi-video-archive-block .views-field-field-title {
  margin-bottom: 10px;
}

#carousel-shop-subscriptions .content-product-list ul li {
  width:190px;
}

.content-my-subscriptions-wrapper h1,
.content-my-downloadable-products-wrapper h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #f9a34a;
}

.view-my-tickets .view-footer {
  margin-top: 30px;
  text-align: right;
}

.node-uc-recurring-subscription .product-info.display-price {
  float: none;
  margin: 10px 0px;
  text-align: left;
}

#block-views-flihi-video-archive-block .views-field-field-title,
#block-views-flihi-video-archive-block .views-field-field-video-url {
  text-align: center;
}

#block-views-flihi-video-archive-block .view-content .row {
  margin-bottom: 30px;
}

.btn-success ,
.btn-info
{
  background: #e59f59;
  border-color: #e59f59;
}

.btn-success:hover ,
.btn-info:hover
{
  background: #e18d38;
  border-color: #e18d38;
}

.comment-form .wysiwyg-toggle-wrapper {
  display: none;
}

body.page-comment-edit {
  height: auto !important;
}

.comment-content span.new {
  display: none;
}

.comment .glyphicon-chevron-up:before ,
.comment .glyphicon-chevron-down:before
{
  background: #e18d38;
  color: #fff;
  width:25px;
  height: 25px;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  padding-left: 6px;
  line-height: 25px;
}

.comment .glyphicon-chevron-down:before {
  padding-left: 4px;
  line-height: 27px;
}

.comment .glyphicon-chevron-up ,
.comment .glyphicon-chevron-down
{
  position: absolute;
  top:5px;
  right:20px;
}

.comment.open .glyphicon-chevron-down,
.comment.closed .glyphicon-chevron-up
{
  display: none;
}


.no-indented  .glyphicon-chevron-up,
.no-indented  .glyphicon-chevron-down
{
  display: none !important;
}

#comments .comment  {
  position: relative;
  margin-top: 40px;
}

.content-col-grid .views-field-field-theme {
  color: #f9a34a;
}

.attributes-dvd-type {
  margin-top: 20px;
}

.attributes-dvd-type .attributes .form-type-radio {
  display: inline-block;
  padding: 0px 10px;
  margin: 0px;
  line-height: 10px;
}

.attributes-dvd-type .attributes .form-type-radio input {
  vertical-align: top;
  margin: 0px;
  margin-right: 10px;
}

.attributes-dvd-type .form-type-uc-quantity input,
.attributes-dvd-type .form-type-uc-quantity label {
  display: inline-block;
}

.attributes-dvd-type .form-type-uc-quantity {
  /*display: none;*/
}

.breadcrumb {
    background: none;
    border-radius: 0px;
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 8px 15px 8px 0px;
}

.jcarousel-top-shop-wrapper {
  position: relative;
  margin-bottom: 20px;
  max-height: 316px;
}

.jcarousel-top-shop img
{
  display: block;
  float: left;
  margin: 0px 3px;
  width: 750px !important;
  height: auto !important;
}



#pager
{
  position: absolute;
  bottom: 10px;
  width:100%;
  text-align: center;
}

#pager a
{
  border: 2px solid#fff;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}

#pager a:hover
{
  background-color: rgba(255, 255, 255, 0.5);
}

#pager a span
{
  display: none;
}

#pager a.selected
{
  background-color: #fff;
}

.jcarousel-top-shop-control-prev,
.jcarousel-top-shop-control-next {
  position: absolute;
  bottom:20px;
  transition: all 0.5s ease;
  opacity: 0;
}

.jcarousel-top-shop-control-prev {
  left: 20px;
}

.jcarousel-top-shop-control-next  {
  right:20px;
}

.jcarousel-top-shop-wrapper:hover .jcarousel-top-shop-control-prev {
  left: 20px;
  opacity: 0.7;
}

.jcarousel-top-shop-wrapper:hover .jcarousel-top-shop-control-next {
  right:20px;
  opacity: 0.7;
}

.jcarousel-top-shop-wrapper .glyphicon {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 0.714em;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 1;
    position: relative;
    top: 1px;
    width: 30px !important;
}

.jcarousel-top-shop-wrapper .glyphicon-chevron-left {
  padding-left: 4px;
  padding-top: 6px;
}

.jcarousel-top-shop-wrapper  .glyphicon-chevron-right{
  text-align: center;
  padding-top: 5px;
}

.jcarousel-top-shop-wrapper .glyphicon-chevron-left:before, 
.jcarousel-top-shop-wrapper .glyphicon-chevron-right:before {
    color: #fff;
    font-size: 1.143em;
}

.front #footer-page {
  
}

.tubular-mute {
  position: absolute;
  bottom:30px;
  right:30px;
  cursor: pointer;
  color: #bf1e2e;
}

a.inline {
  border:0px !important;
  display: inline !important;
  padding: 0px !important;
  background: none !important;
}

.table-download-product tbody tr {
  position: relative;
}

.table-download-product tr:before {
  content: " ";
  height:1px;
  width:100%;
  background: #f9a34a;
  display: block;
  position: absolute;
}

.table-download-product thead tr:before {
  background: none;
}

.table-download-product > tbody > tr:nth-child(2n+1) > td {
  background: none !important;
}

.table-download-product  a {
  color: #bf1e2e !important;
}

#block-block-51 {
    background: url("../images/bg_blockresource.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    padding: 50px 0;
}

#block-block-51 h2 {
  color: #fff;
  margin-bottom: 30px;
}





.page-resource-library #block-block-39 .back_to_top {
  display: none;
}

a.link_top_page_community {
  position: absolute;
  left: 485px;
  bottom:20px;
  width:320px;
  height: 40px;
}

a.unflag-action  {
  color: #bf1e2e !important;
}

a.flag {
  font-size: 1.429em;
}

.view-resource-library .views-field-php-1 {
  float: right;
  margin: 10px 0;
}

.view-resource-library  .views-field-title {
  float: left;
  font-size: 1.286em;
  font-weight: bold;
  margin: 10px 0;
}

.view-resource-library .views-field-field-theme {
  clear: both;
}

.view-resource-library .views-field-field-theme {
  margin-bottom: 10px;
}

.view-resource-library .views-field-field-location,
.view-resource-library .views-field-field-date ,
.view-resource-library .views-field-sell-price,
.view-resource-library .views-field-buyitnowbutton
{
  width:50%;
  float: left;
  margin: 10px 0px;
}

.view-resource-library .views-field-field-date,
.view-resource-library .views-field-buyitnowbutton {
  text-align: center;
}

#node-959 .view-resource-library {
  margin-top: 30px;
}

#node-959 .view-resource-library  .views-field-title {
  float: none;
  font-size: 1.143em;
  font-weight: normal;
  margin: 5px 0;
}

.flag-message {
  display: none !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e18d38;
    border-color: #e18d38;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.tooltip.in{
    opacity:1;
    filter:alpha(opacity=1);
    
}

.tooltip-inner{
    max-width:300px;
    padding:5px 10px;
    color:#fff;
    text-align:left;
    text-decoration:none;
    background-color:#000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #e59f59 !important;
    color: #fff !important;
    font-size: 1.143em;
    border:1px solid #f9a34a
}

.tooltip.bottom .tooltip-arrow{
    top:0;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid transparent
}

.table-download-product a.download_pdf {
  display: inline-block !important;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 5px !important;
}

.table-download-product .group-link {
  width:160px;
}

.table-download-product a.link_add_to_cart {
  float: left;
}



.comment-form .form-type-checkbox.form-item-notify,
.comment-form .form-item-notify-type {
  display: none !important;
}

#node-524 .views-bootstrap-grid-plugin-style ul, #node-932 .views-bootstrap-grid-plugin-style ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  width: 1070px !important;
}

.swControls.pagination {
  left: 0px !important;
  margin-left: 0px !important;
  margin-top: 30px !important;
  width:100%;
  padding-top: 20px !important;
  text-align: center !important;
}

.swControls.pagination li {
  display: inline-block;
}

.page-user-orders .table-content-product-list .link a {
  display: inline-block !important;
  margin: 0px 5px;
}
.page-user-orders .table-content-product-list .link button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f9a34a;
    color: #f9a34a;
    display: block;
    font-size: 1.286em;
    max-width: 105px;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
	display: inline-block !important;
    margin: 0px 5px;
	color: #bf1e2e;
}
.tubular-mute{
  background: url("../images/audio-on-off.png") no-repeat scroll 0 -30px transparent;
  height: 30px;
  text-indent: -99999px;
  width: 30px;
}

.tubular-mute.mute_off{
  background-position: 0px -30px;
}

.tubular-mute.mute_on{
  background-position: 0px 0px;
}

.page-flihi-discussion-room .page-header.scroll-to-fixed-fixed,
.page-personal-discussion-room .page-header.scroll-to-fixed-fixed,
.page-teachers-discussion-room .page-header.scroll-to-fixed-fixed,
.node-type-discussion-room h1.page-header.scroll-to-fixed-fixed,
h1.page-header.scroll-to-fixed-fixed
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    border-bottom: none;
}

.header-title-affix-container.scroll-to-fixed-fixed {
  width:100% !important;
  background: none;
  border: 0px;
  left:0px !important;
  padding: 0px;
  z-index: 999999 !important;
}

.header-title-affix-container.scroll-to-fixed-fixed h1.page-header {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cccccc;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  border-bottom: none;
}



#affix-container.scroll-to-fixed-fixed ,
.node-type-discussion-room  .node-discussion-room .content.scroll-to-fixed-fixed{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    border-top: none;
    top: 60px !important;
}

#affix-container.scroll-to-fixed-fixed {
  width:100% !important;
  background: none;
  border: 0px;
  left:0px !important;
  padding: 0px;
}

#affix-container.scroll-to-fixed-fixed .node_content_discussion_room ,
.header-title-affix-container.scroll-to-fixed-fixed .header-title-affix-container-content
{
  width:1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

#affix-container.scroll-to-fixed-fixed .custom-affix-content {
  padding: 20px;
  border: 1px solid #cccccc;
  border-top: none;
  background: none repeat scroll 0 0 #fff;
}

#uc_discounts-pane ,
.mobile-nav
{
    display:none;
} 

.help-block, .control-group .help-inline {
    font-size: 1em;
}

.order-review-table {
    font-size: 1em;
}

.cke_bottom.cke_reset_all {
  display: none;
}

.view-faq div.more-link {
  display: none;
}

.view-glossary-of-spiritual-terms .views-field-name a {
  font-size: 20px;
}

.view-glossary-of-spiritual-terms .views-field-name {
  margin-bottom: 10px;
}

.view-glossary-of-spiritual-terms .views-row {
  margin-bottom: 20px;
}

#page_header_top .menu.navbar-nav li:nth-child(8),
#page_header_top .menu.navbar-nav li:nth-child(9),
#page_header_top .menu.navbar-nav li:nth-child(10),
#page_header_top .menu.navbar-nav li:nth-child(11){
    display:none;
}

#uc-cart-view-form div > a{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    padding: 5px 15px;
}

#uc-cart-view-form div > a:hover{
    background-color: #ebebeb;
    border-color: #adadad;
}

div.yt_holder .videoytright p {
  width:auto
}

#uc-cart-checkout-form .form-item-panes-payment-payment-method label{
    cursor: default;
}

.page-unlimited-question h1.page-header {
  display: none;
}

.page-unlimited-question #block-system-main .content {
  text-align: center;
  font-size: 30px;
  padding-top: 50px;
  min-height: 300px;
}

.page-unlimited-question #block-system-main .content  .btn {
  font-size: 30px;
  margin-top: 30px;
}

#replace_support_client_dependencies label {
  display: block;
  width:100%;
}

#replace_support_client_dependencies  .form-control,
#replace_support_client_dependencies .input-group span.input-group-addon{
  width: auto;
  float: left;
}

#replace_support_client_dependencies .input-group {
  position: relative;
  display: block;
  overflow: hidden;
}

#edit-assigned-autocomplete-aria-live {
  position: absolute;
  top:30px;
  left: 0px;
  width:200px;
}

.action_cart_pane{
    float: left;
}

.action_cart_pane a{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
}

.action_cart_pane a:hover{
    background-color: #ebebeb;
    border-color: #adadad;
}

.action_cart_pane a.updatelink{
    background: #e59f59 none repeat scroll 0 0;
    border-color: #e59f59;
    color:#fff;
}

.action_cart_pane a.updatelink:hover{
    background: #e18d38 none repeat scroll 0 0;
    border-color: #e18d38;
}


#uc-addresses-get-address-form .field-default_shipping .form-type-checkbox,
#uc-addresses-get-address-form .field-default_billing .form-type-checkbox{
    padding-left: 5px;
}

#uc-addresses-get-address-form .field-default_shipping .form-type-checkbox input,
#uc-addresses-get-address-form .field-default_billing .form-type-checkbox input{
    margin-left: 15px;
}

.node-type-support-ticket .field-name-comment-body{
    margin-top: 10px;
}

.node-type-support-ticket .field-name-comment-body p{
    margin-bottom: 10px;
}

#payment-details .form-item-panes-payment-details-cc-cvv{
    clear: both;
}

#payment-details .form-item-panes-payment-details-cc-cvv .uc-credit-cvv-help{
    padding-top: 7px;
}

#payment-details .form-item-panes-payment-details-cc-cvv input.form-text{
    margin-right: 5px;
}

#uc-cart-checkout-form button#edit-continue {
    background: #e59f59 none repeat scroll 0 0;
    border-color: #e59f59;
    margin-left: 20px;
    color: #FFF;
}

#uc-cart-checkout-form button#edit-continue:hover {
  background: #e18d38;
  border-color: #e18d38;
}

#uc-cart-checkout-review-form .btn.btn-primary {
    background-color: #e59f59;
    border-color: #e59f59;
    margin-left:20px;
}

#uc-cart-checkout-review-form .btn.btn-primary:hover {
    background-color: #e18d38;
    border-color: #e18d38;
}

#uc-cart-checkout-review-form {
    text-align: center;
}

#uc-cart-checkout-review-form div{
    display: block;
    padding-bottom: 15px;
}


.order-review-table .title-col {
    padding-right: 10px;    
}

  
div.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

#uc-cart-checkout-form .form-item-panes-customer-mail-confirm{
    margin-top: 10px;
}

.order-review-table .review-button-row div, 
.order-review-table .review-button-row form {
    display: inline-block;
}

.order-review-table .review-button-row #uc-realex-form{
    margin-left: 20px;
    margin-right: 10px;
}

.order-review-table .review-button-row #uc-realex-form .form-submit{
    background: #e59f59 none repeat scroll 0 0;
    border-color: #e59f59;
}

#uc-cart-view-form img{
    padding-right:0px;
}

#comment-form #edit-support .panel-body{
    display: block;
}

#comment-form #edit-support .panel-body > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

#comment-form #edit-support .panel-body #replace_support_client_dependencies{
    margin-top: -20px;
}

#comment-form #edit-support .panel-body #replace_support_client_dependencies label{
    margin: 0;
}

span.description_content {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: -15px;
}

.page-user-my-seva-projects .table-content-product-list td.title{
    width: 360px;
}

.page-user-my-seva-projects .table-content-product-list td a{
    font-size: 1em;
    white-space: inherit;
    max-width: none;
}

.view-resource-library .views-exposed-form #edit-submit-resource-library{
    margin-top: 15px;
}

.view-resource-library .views-exposed-form  #edit-reset{
    margin-top: 25px;
}

.view-resource-library .views-exposed-form{
    margin-bottom: 25px;
}

#views-exposed-form-resource-library-page #edit-field-date-sort-value-wrapper {
  clear: both;
}

#views-exposed-form-resource-library-page .form-type-date-popup .date-padding {
  float: none;
}

#views-exposed-form-resource-library-page #edit-field-date-sort--value-min-wrapper,
#views-exposed-form-resource-library-page #edit-field-date-sort--value-max-wrapper {
  float: left;
}

#views-exposed-form-resource-library-page .form-text {
  width:230px !important;
}

.ui-datepicker-prev .ui-icon ,
.ui-datepicker-next .ui-icon {
  font-size: 0px;
  text-indent: -999px;
}

.ui-datepicker-prev .ui-icon:before {
  content: "<";
  font-size: 12px;
}

.ui-datepicker-next .ui-icon:before {
  content: ">";
  font-size: 12px;
}

.page-satsang-transcriptions h1.page-header {
    display: none;
}

#block-views-satsang-transcriptions-pdf-files-block-1 {
    margin-top: 55px;
}

#block-views-satsang-transcriptions-pdf-files-block h2.block-title,
#block-views-satsang-transcriptions-pdf-files-block-1 h2.block-title {
    font-size: 34px;
}

.view-satsang-transcriptions-pdf-files a{
    font-size: 1.286em;
    font-weight: bold;
}

.page-seva-discussion-room textarea {
    resize: vertical;
}

.node-type-webform .webform-client-form .description {
    margin-top: 10px;
}

.jac-homepage{
  max-width: 832px;
  margin: 0 auto;
  padding:27px 0 122px 0;
}
.jac-homepage .table{
  display: table;
  width: 100%;
  height:100%;
}
.jac-homepage .cell{
  display: table-cell;
  vertical-align: middle;
}
.jac-homepage .intro{
  font-family:'Source Sans Pro', sans-serif;
  line-height: normal;
  text-align: center;
  margin: 0 0 46px 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .intro{
    padding:0 10px;
  }
}
.jac-homepage .yt_video{
  max-width: 460px;
  height:264px;
  margin:0 auto;
  margin-bottom: 48px;
  position: relative;
}
.jac-homepage .yt_video h2{
  color: #bf1e2e;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin:0 0 49px 0;
}
.jac-homepage .yt_video iframe{
  width: 100%;
}
.jac-homepage .tubular-mute{
  bottom: 10px;
  right: 10px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 680px) {
  .jac-homepage .tubular-mute{
    display: block !important;
  }
}

.front h1{
  text-align: center;
  font-family: 'Kreon', sans-serif;
  font-weight: bold;
  color: #bf1e2e;
  font-size: 40px;
  line-height: normal;
  margin: 35px 0 6px 0;
}
@media only screen and (max-width: 680px) {
  .jac-homepage h1{
    font-size: 30px;
  }
}
.jac-homepage .text-orange{
  font-family:'Kreon', sans-serif;
  color: #f9a34a;
  font-size: 25px;
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .text-orange{
    font-size: 19px;
  }
}
.jac-homepage .intro p{
  max-width: 640px;
  margin:0 auto;
  font-size: 18px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .intro p{
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .jac-homepage .intro p{
    font-size: 14px;
  }
}
.jac-homepage .line-7cb9be{
  width: 154px;
  height:5px;
  margin:0 auto;
  background: #7cb9be;
  border-radius: 3px;
}

.jac-homepage .scheme-cont{
  max-width: 556px;
  margin:0 auto;
  padding: 65px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont{
    padding: 25px 0 0 0;
  }
}
.jac-homepage .scheme-cont .red-arrow-cont{
  padding:39px 0 0 0;
  margin:0 0 13px 0;
  /*background: url(../images/red-arrow-center.jpg) repeat-y right top;*/
}
.jac-homepage .scheme-cont .red-arrow-center{
  /*background: url(../images/red-arrow-top.jpg) no-repeat right top;*/
}
.jac-homepage .scheme-cont .red-arrow-bot{
  /*background: url(../images/red-arrow-bot.jpg) no-repeat right bottom;*/
  margin: 0 -7px 0 0;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .red-arrow-bot{
    margin: 0;
  }
}
.jac-homepage .scheme-cont .black-arrow-cont{
  margin: -39px 0 -33px 0;
  /*background: url(../images/black-arrow-center.jpg) repeat-y left 79px;*/
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .black-arrow-cont{
    margin: 0;
  }
}
.jac-homepage .black-arrow-center{
  /*background: url(../images/black-arrow-top.jpg) no-repeat left top;*/
}
.jac-homepage .black-arrow-center:after{
  display: table;
  clear: both;
  content: '';
}
.jac-homepage .black-arrow-bot{
  /*background: url(../images/black-arrow-bot.jpg) no-repeat left bottom;*/
  margin: 0 0 0 -8px;
  padding: 7px 28px 51px 35px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .black-arrow-bot{
    margin: 0;
    padding: 7px 10px 51px 10px;
  }
}
.jac-homepage .black-arrow-center .center-in{
  position: relative;
  margin:-72px 0 0 0;
  max-width: 501px;
}
.jac-homepage .scheme-cont .image-text-block{
  max-width: 464px;
  margin:0 0 0 20px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .image-text-block{
    margin:0 0 0 0;
  }
}
.jac-homepage .scheme-cont .image-text-block .image{
  float: left;
  width: 140px;
  height:140px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .image-text-block .image{
    width: 70px;
    height:70px;
  }
}
.jac-homepage .scheme-cont .image-text-block .image img{
  max-width: 100%;
}
.jac-homepage .scheme-cont .image-text-block .text{
  padding:0 0 0 160px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .image-text-block .text{
    padding: 0 0 0 80px;
  }
}
.jac-homepage .scheme-cont .image-text-block .text h2{
  font-family:Segoe UI,Arial,sans-serif;
  color: #000931;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0 0 5px 0;
}
.jac-homepage .scheme-cont .image-text-block .text p{
  font-family:Segoe UI,Arial,sans-serif;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 18px;
}
.jac-homepage .scheme-cont .image-text-block{

}
.jac-homepage .scheme-cont .orange-vert-line{
  width: 9px;
  margin: 0 auto;
  margin-bottom: 12px;
  clear: left;
}
.orange-vert-line.h-104.marg-r{
  position: relative;
  right: -45px;
  margin-bottom: 0;
}
.jac-homepage .scheme-cont .orange-vert-line .top{
  width: 9px;
  height: 9px;
  background: url(../images/circle-orange-top.jpg) no-repeat;
}
.jac-homepage .scheme-cont .orange-vert-line .center{
  width: 3px;
  margin: 0 auto;
  background: url(../images/circle-orange-center.jpg) repeat-y;
}
.jac-homepage .scheme-cont .orange-vert-line.h-45 .center {
  height: 27px;
}
.jac-homepage .scheme-cont .orange-vert-line.h-104 .center {
  height: 86px;
}
.jac-homepage .scheme-cont .orange-vert-line.h-109 .center {
  height: 91px;
}
.jac-homepage .scheme-cont .orange-vert-line.h-85 .center {
  height: 67px;
}
.jac-homepage .scheme-cont .orange-vert-line .bot{
  width: 9px;
  height: 9px;
  background: url(../images/circle-orange-bot.jpg) no-repeat;
}
.jac-homepage .scheme-cont .figure-s{
  float: right;
  padding: 0 17px 0 0;
}
.jac-homepage .scheme-cont .figure-s .orange-vert-line{
  margin-top: -6px;
}
.jac-homepage .scheme-cont .figure-s-block{

}
.figure-s-block.left.small{
  margin:0 0 11px 0;
}
.jac-homepage .scheme-cont .figure-s-block:after{
  display: table;
  clear: both;
  content: '';
}
.jac-homepage .scheme-cont .figure-s-block.right .figure-s{
  float: left;
}
.jac-homepage .scheme-cont .figure-s-block .figure-s-top{
  background: url(../images/figure-s-left-center1-large.jpg);
  background-position: 16px top;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .figure-s-block .figure-s-top{
    margin: 0 0 10px 73px;
  }
}
.jac-homepage .scheme-cont .figure-s-block.right .figure-s-top{
  background: url(../images/figure-s-right-center1-large.jpg);
  background-position: right top;
  background-repeat: repeat-y;
}
.jac-homepage .scheme-cont .figure-s-block.right.small .figure-s-top{
  background: url(../images/figure-s-right-center1-small.jpg);
  background-position: right top;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .figure-s-block.right.small .figure-s-top{
    margin: 0 73px 0 0;
  }
}
.jac-homepage .scheme-cont .figure-s-block.left.small .figure-s-top{
  background: url(../images/figure-s-left-center1-small.jpg);
  background-position: 9px top;
  background-repeat: repeat-y;
  margin:0 0 12px 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .figure-s-block.left.small .figure-s-top{
    margin: 0 0 12px 82px;
  }
}
.jac-homepage .scheme-cont .figure-s-block .figure-s-center{
  background: url(../images/figure-s-left-top-large.jpg);
  background-position: 16px top;
  background-repeat: no-repeat;
}
.jac-homepage .scheme-cont .figure-s-block.right .figure-s-center{
  background: url(../images/figure-s-right-top-large.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
.jac-homepage .scheme-cont .figure-s-block.right.small .figure-s-center{
  background: url(../images/figure-s-right-top-small.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
.jac-homepage .scheme-cont .figure-s-block.left.small .figure-s-center{
  background: url(../images/figure-s-left-top-small.jpg);
  background-position: 9px top;
  background-repeat: no-repeat;
}
.jac-homepage .scheme-cont .figure-s-block .figure-s-center2{
  background: url(../images/figure-s-left-center2-large.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.jac-homepage .scheme-cont .figure-s-block.right .figure-s-center2{
  background: url(../images/figure-s-right-center2-large.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 -16px 0 0;
}
.jac-homepage .scheme-cont .figure-s-block.right.small .figure-s-center2{
  background: url(../images/figure-s-right-center2-small.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 -9px 0 0;
}
.jac-homepage .scheme-cont .figure-s-block.left.small .figure-s-center2{
  background: url(../images/figure-s-left-center2-small.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
}
.jac-homepage .scheme-cont .figure-s-block .figure-s-bot{
  background: url(../images/figure-s-left-bot-large.jpg);
  background-position: 16px bottom;
  background-repeat: no-repeat;
  padding: 0 0 0 22px;
  min-height: 148px;
  position: relative;
}
.jac-homepage .scheme-cont .figure-s-block .figure-s-bot:after{
  display: table;
  clear: both;
  content: '';
}
.jac-homepage .scheme-cont .figure-s-block.right .figure-s-bot{
  background: url(../images/figure-s-right-bot-large.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 16px 0 0;
  padding: 0 22px 0 0;
}
.jac-homepage .scheme-cont .figure-s-block.right.small .figure-s-bot{
  background: url(../images/figure-s-right-bot-small.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 9px 0 0;
  padding: 3px 25px 8px 0;
  min-height: 87px;
}
.jac-homepage .scheme-cont .figure-s-block.left.small .figure-s-bot{
  background: url(../images/figure-s-left-bot-small.jpg);
  background-position: 9px bottom;
  background-repeat: no-repeat;
  margin: 0;
  padding: 3px 0 8px 14px;
  min-height: 87px;
}
.jac-homepage .scheme-cont .figure-s-block.left.small .figure-text{
  padding: 0 0 0 19px;
}
.jac-homepage .scheme-cont .figure-s-block .color-title{
  position: absolute;
  height: 100%;
  left: -105px;
  width: 98px;
  color: #4ba0a5;
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  text-align: right;
  letter-spacing: 1px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .figure-s-block .color-title{
    left: -103px;
    font-size: 10px;
  }
}
.jac-homepage .scheme-cont .figure-s-block.right .color-title{
  left: inherit;
  right:-114px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .figure-s-block.right .color-title{
    width: 71px;
    right: -91px;
  }
}
.jac-homepage .scheme-cont .figure-s-block.small .color-title{
  text-align: left;
}
.jac-homepage .scheme-cont .figure-s-block.small.left .color-title{
  left: -75px;
  width: 73px;
}
.jac-homepage .scheme-cont .figure-s-block .figure-text{
  padding: 3px 0 5px 22px;
  max-width: 346px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.jac-homepage .scheme-cont .figure-s-block.right .figure-text{
  text-align: right;
  padding: 0 0 0px 0px;
  max-width: 367px;
  float: right;
}
.jac-homepage .scheme-cont .figure-s-block .figure-text h2{
  font-family: 'Kreon', sans-serif;
  font-weight: bold;
  color: #bf1e2e;
  font-size: 17px;
  line-height:normal;
  margin: 0 0 1px 0;
}
.jac-homepage .scheme-cont .figure-s-block .figure-text p{
  font-family: Segoe UI,Arial,sans-serif;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 17px;
}
.jac-homepage .scheme-cont .figure-s-block .figure-text p:last-child{
  margin:0;
}
.jac-homepage .scheme-cont .figure-s-block{

}
.jac-homepage .scheme-cont .figure-s-block.large{

}
.jac-homepage .wave-block{
  margin: 0 -134px;
}
@media only screen and (max-width: 900px){
  .jac-homepage .wave-block{
    margin: 0;
  }
}
.jac-homepage .wave-block .wave-line{
  background: url(../images/wave-line.jpg) repeat-x left center;
  text-align: center;
}
.jac-homepage .scheme-cont .wave-block .wave-line .title{
  max-width: 490px;
  display: inline-block;
  background: #fff;
  border:solid 2px #a9dcd3;
  padding: 4px 14px;
  border-radius: 15px;
  color: #4ba0a5;
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jac-homepage .scheme-cont .wave-block .wave-line .orange-line-top{
  background: url(../images/circle-orange-top.jpg) no-repeat center top;
  padding: 9px 0 0 0;
}
.jac-homepage .scheme-cont .wave-block .wave-line .orange-line-center{
  background: url(../images/circle-orange-center.jpg) repeat-y center top;
  padding: 24px 0;
}
.jac-homepage .scheme-cont .wave-block .wave-line .orange-line-bot{
  background: url(../images/circle-orange-bot.jpg) no-repeat bottom center;
  padding: 0 0 9px 0;
  height: 0px;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot{
  position: absolute;
  left:-155px;
  top: 120px;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot.right{
  left:inherit;
  right:-152px;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot .line-orange{
  height: 96px;
  margin:0 0 7px 0;
  background: url(../images/tooltipe-line-orange-bot.jpg) no-repeat right top;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot.right .line-orange{
  background: url(../images/tooltipe-line-orange-top.jpg) no-repeat left top;
  margin: 0;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot{

}
.jac-homepage .scheme-cont .hoverBlock{
  position: relative;
  max-width: 96px;
  margin:0 19px 0 0;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot.right .hoverBlock{
  margin:0 0 12px 14px;
}
.jac-homepage .scheme-cont .hoverBlock .title{
  color: #4ba0a5;
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 13px;
  line-height:normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  padding:0 24px 0 0;
  letter-spacing: 1px;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot.right .hoverBlock .title{
  padding:0 0 0 24px;
  text-align: left;
}
.jac-homepage .scheme-cont .hoverBlock span{
  width: 16px;
  height:16px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/plus-icon.jpg) no-repeat right top;
  cursor: pointer;
}
.jac-homepage .scheme-cont .tooltipe-line-orange-bot.right .hoverBlock span{
  width: 16px;
  height:16px;
  position: absolute;
  top: 0;
  right: inherit;
  left:0;
  background: url(../images/plus-icon.jpg) no-repeat right top;
  cursor: pointer;
}
.jac-homepage .scheme-cont .hoverBlock .popup-block{
  display: none;
  position: absolute;
  width: 324px;
  margin:0 0 8px -162px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #7ab9be;
  background: #fff;
  left: 162px;
  bottom: 100%;
  font-family: Segoe UI,Arial,sans-serif;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .hoverBlock .popup-block{
    width: 193px;
  }
}
.jac-homepage .scheme-cont .hoverBlock .popup-block p:last-child{
  margin:0;
}
.jac-homepage .scheme-cont .popup-block.right{
  left: initial;
  right: 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .popup-block.right{
    right: -178px;
  }
}
.jac-homepage .scheme-cont .wave-block .inner{
  max-width: 501px;
  margin: 0 auto;
}
.jac-homepage .scheme-cont .tooltipe-icon{
  float: left;
  margin:12px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .tooltipe-icon{
    margin:12px 0 0 10px;
  }
}
.jac-homepage .scheme-cont .tooltipe-icon:after{
  display: table;
  clear: both;
  content: '';
}
.jac-homepage .scheme-cont .tooltipe-icon .image{
  width: 60px;
  height:60px;
  position: relative;
  float: left;
}
.jac-homepage .scheme-cont .tooltipe-icon .image img{
  max-width: 100%;
  display: block;
}
.jac-homepage .scheme-cont .tooltipe-icon .image .line{
  width: 31px;
  height:16px;
  position: absolute;
  bottom: 0;
  right:-17px;
  background: url(../images/r-icon-black-line.jpg) no-repeat right top;
  margin: 0;
}
.jac-homepage .scheme-cont .tooltipe-icon .hoverBlock{
  float: left;
  margin: 50px 0 0 22px;
  max-width: 132px;
}
.jac-homepage .scheme-cont .tooltipe-icon .hoverBlock .title{
  text-align: left;
  padding: 0 0 0 24px;
  font-size: 11px;
  line-height: 13px;
}
.jac-homepage .scheme-cont .tooltipe-icon .hoverBlock span{
  right: inherit;
  left: 0;
}
.jac-homepage .scheme-cont .figure-s-block.left.small .orange-vert-line{
  float: left;
  clear: none;
  margin:0 56px 0 100px;
}
.jac-homepage .scheme-cont .textBlock{
  margin:0 0 4px 0;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .textBlock{
    padding: 0 10px;
  }
}
.jac-homepage .scheme-cont .textBlock.right .orange-vert-line{
  clear: right;
}
.jac-homepage .scheme-cont .textBlock.center{
  text-align: center;
}
.jac-homepage .scheme-cont .textBlock .line-7cb9be{
  width: 98px;
  height:2px;
  margin-bottom: 32px;
  margin-top: 46px;
}
.jac-homepage .scheme-cont .textBlock .line-7cb9be.large{
  width: 154px;
  height:5px;
  margin-bottom: 37px;
  margin-top: 46px;
}
.jac-homepage .scheme-cont .textBlock h2{
  font-family: 'Kreon', sans-serif;
  font-weight: bold;
  color: #bf1e2e;
  font-size: 17px;
  line-height:normal;
  margin: 0;
}
.jac-homepage .scheme-cont .textBlock p{
  font-family: Segoe UI,Arial,sans-serif;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 17px;
  margin:0 0 18px 0;
}
.jac-homepage .scheme-cont .textBlock.right p{
  max-width: 472px;
  float: right;
}
.jac-homepage .scheme-cont .textBlock.right{
  text-align: right;
}
.jac-homepage .scheme-cont .image-text-block.right{
  max-width: 475px;
}
.jac-homepage .scheme-cont .image-text-block.right .image
{
  float: right;
}
.jac-homepage .scheme-cont .image-text-block.right .text{
  padding: 0 160px 0 0;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .image-text-block.right .text{
    padding: 0 80px 0 0;
  }
}
.jac-homepage .scheme-cont .tooltipe-icon.bot{
  margin:-46px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .tooltipe-icon.bot{
    margin:0 0 0 0;
  }
}
.jac-homepage .scheme-cont .tooltipe-icon.bot{

}
.jac-homepage .scheme-cont .tooltipe-icon.bot .image{
  width: 83px;
  height: 83px;
  float: none;
  margin: 0 0 0 84px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .tooltipe-icon.bot .image{
    margin: 0 0 0 49px;
  }
}
.jac-homepage .scheme-cont .tooltipe-icon.bot .image .line{
  width: 36px;
  height: 43px;
  bottom:inherit;
  top: 66px;
  left: 16px;
  background: url(../images/y-icon-black-line.jpg) no-repeat right top;
}
.jac-homepage .scheme-cont .tooltipe-icon.bot .hoverBlock {
  float: none;
  margin: 17px 0 0 0;
  max-width: 96px;
}
@media only screen and (max-width: 900px) {
  .jac-homepage .scheme-cont .tooltipe-icon.bot .hoverBlock {
    max-width: 81px;
  }
}
.jac-homepage .scheme-cont .tooltipe-icon.bot .hoverBlock span{
  left:inherit;
  right: 0;
}
.jac-homepage .scheme-cont .tooltipe-icon.bot .hoverBlock .title{
  padding: 0 24px 0 0;
  text-align: right;
}
.jac-homepage .scheme-cont .inner.marg-top{
  margin-top: -29px;
  padding:0 25px;
}
.jac-homepage .scheme-cont .tt-icon-text-block .textBlock{
  padding: 0 0 0 5px;
}
.jac-homepage .scheme-cont .tt-icon-text-block .orange-vert-line.h-45.marg-top{
  margin-top: -15px;
}
.jac-homepage .scheme-cont .textBlock .orange-vert-line.h-109.marg-top{
  margin-top: -15px;
}
.jac-homepage .scheme-cont .textBlock .orange-vert-line.h-109.marg-r{
  position: relative;
  right: -60px;
}
.jac-homepage .scheme-cont .textBlock.width-small p{
  max-width: 459px;
}
.jac-homepage .scheme-cont .textBlock.text-large{
  margin: 0 -43px;
}
@media only screen and (max-width: 900px){
  .jac-homepage .scheme-cont .textBlock.text-large{
    margin: 0;
  }
}
.jac-homepage .scheme-cont .textBlock.text-large p{
  font-size: 15px;
  line-height: 19px;
}

.main_bg_logo{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height:100%;
  width: 50%;
  box-sizing: border-box;
  padding:0 20px 0 0;
  text-align: center;
  z-index:1;
}
.main_bg_logo img{
  max-width: 100%;
  position: relative;
  top: 35%;
}
@media only screen and (max-width: 680px){
  .main_bg_logo img{
    top: 46%;
  }
}
@media only screen and (max-width: 480px){
  .main_bg_logo img{
    top: 50%;
  }
}

.front .header-bg {
  /*background: url("../images/bg_site_new2.jpg") no-repeat center center;*/
  background-size: cover;
  height: 606px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 940px){
  .front .header-bg {
    height: 455px;
  }
}
@media only screen and (max-width: 680px){
  .front .header-bg {
    height: 300px;
  }
}
@media only screen and (max-width: 480px){
  .front .header-bg {
    height: 250px;
  }
}
@media only screen and (max-width: 380px){
  .front .header-bg {
    height: 215px;
  }
}
@media only screen and (max-width: 320px){
  .front .header-bg {
    height: 213px;
  }
}
/* IPAD */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
  .front .header-bg img.scale{
    top: -8%;
  }
}
@media only screen and (max-width: 1366px){
  .front .header-bg img.scale{
    position: relative;
  }
}
@media only screen and (min-width: 1366px){
  .front .header-bg img.scale{
    position: relative;
    top:-20%;
  }
}
@media only screen and (min-width: 1920px){
  .front .header-bg img.scale{
    position: relative;
    top:-35%;
  }
}
@media only screen and (min-width: 2560px){
  .front .header-bg img.scale{
    position: relative;
    top:-50%;
  }
}
@media only screen and (min-width: 3840px){
  .front .header-bg img.scale{
    position: relative;
    top:-90%;
  }
}
@media only screen and (min-width: 4096px){
  .front .header-bg img.scale{
    position: relative;
    top:-91%;
  }
}
@media only screen and (min-width: 5000px){
  .front .header-bg img.scale{
    position: relative;
    top:-127%;
  }
}
.main_head_bg {
  height: 606px;
  overflow: hidden;
  position: absolute;
  top:0;
}
@media only screen and (max-width: 680px){
  .main_head_bg{
    height: auto;
    margin:0;
  }
}
.main_head_bg img{
  width: 100%;
}
@media(min-width: 873px) {
    .navbar ul.navbar-nav li.first {
        display: none;
    }
}

.page-node-6942 .product_left .field-item:first-child img {
  display: none;	
}	