/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
/*  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
/*  height: 60px;
  background-color: #f5f5f5;
}*/


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


.disabled_text {
  cursor: not-allowed;
  color: #9E9999;
}


/* FOR PERSONALISATION */

.wooden_text {

  width: 170px;
  height: 60px;
  margin-top: 50px;
  margin-left: 92px;
  font-size: 11px;
  color: rgb(141, 70, 0);
  text-align: center;
  vertical-align: middle;
  border: 0px solid rgb(255, 255, 255);

}


.walnut_text {

  width: 170px;
  height: 60px;
  margin-top: 50px;
  margin-left: 92px;
  font-size: 11px;
  color: rgb(0, 0, 0);
  text-align: center;
  vertical-align: middle;
  border: 0px solid rgb(255, 255, 255);

}


.crystal_text {

  width: 170px;
  height: 60px;
  margin-top: 57px;
  margin-left: 123px;
  text-shadow: 1px 1px 5px #000000;
  font-size: 11px;
  color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
  border: 0px solid rgb(255, 255, 255);

}


/* FOR SLIDESHOW */
audio {
  background-color: #95B9C7;
}


.iphone_bg {
  background-image: url('../../../images/iphone.png');
  background-repeat: no;
  height: 780;
  width: 393;

}

.iphone_screen {

  margin-left: 35px;
  margin-right: 35px;
  margin-top: 130px;
  height: 480px;
  width: 320;
}


.img-rounded {
  border-radius: 20px;
}


.panel-primary {
  border-color: #cccccc;
}

.panel-primary > .panel-heading {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cccccc;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cccccc;
}


.errorText {
  color: #F00F00;
}


.tab-content {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-tabs {
  /*border-bottom: 5px solid red;*/
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}


/* Dropdown styling for new menu 2015 */

.nav .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
  color: #FFF;
}

.caret a {
  color: #FFF;
}

.nav a:hover .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
  color: #FFF;
}

.nav .dropdown-menu {
  background-color: #111;
}

.dropdown-menu li a {
  text-align: left;
  color: #FFF;
}

.navbar-collapse {
  background-color: #333;
}

/* end new navbar styling */

#footer_bs a {
  color: #AAAAAA;
}

#footer_bs a:hover {
  color: #CCCCCC;
}

.long_stone {
  background-image: url('../../../images/loft_bg1.jpg');
  background-position: center center;
  background-repeat: no-repeat
}

.quick-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  /*margin: 1em 0;*/
  padding: .5em;
  background: #999999;
  /* border: 1px solid #8D868D;*/
  color: #FFFFFF;
  font-weight: bold;
  display: none;
  /*margin-top: -9em;*/ /*set to a negative number 1/2 of your height*/
  margin-left: -150px; /*set to a negative number 1/2 of your width*/
  /*margin-left:auto;
  margin-right:auto;*/
  text-align: center;
  z-index: 99999;
}

.pingpong {
  position: fixed;
  top: 50%;
}

/*
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0px;
  margin-bottom: -1px;
  background-color: #787878;
  border-bottom: 1px solid #666666;
  border-left: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
  border-top: 1px solid #666666;

}
*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #333333;
  background-color: #F5F5F5;
  border-color: #cccccc;
  min-height: 40px;
  font-size: 1.0em;
}

/*

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #666666;

}
*/

body {

  margin-top: 0px;
  height: 100%;
  font-size: 1.4em;

}

.mainText {

  font-size: 1.2em;
}

.img_right {
  float: right;
  padding: 15px 0px 15px 15px;

}

.img_left {
  float: left;
  padding: 15px 15px 15px 0px;

}

.alert-dismissable {
  padding-right: 35px;
  width: 60%;
}


/* TOP NAVBAR STUFF */

.navbar {

  max-height: 100px;

}


.navbar-inverse {
  /*background-color: #333;*/
  background-color: rgba(0, 0, 0, .7);
  /*border-color: #080808;*/
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
  /*color: #999999;*/
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-default {
  color: #333333;
  background-color: #CCCCCC;
  border-color: #999999;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}


.btn-primary {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #cccccc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
  color: #333333;
}

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


.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.form-control {
  display: block;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-full {
  display: block;
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-login {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control-login {
  height: auto;
}

.jumbotron_bk {
  padding: 0px;
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 200;
  /*  line-height: 2.1428571435;*/
  color: inherit;
  background-color: #FFFFFF;
  vertical-align: middle;
  /*  border-top: 1px solid #7C757C;
    border-right: 1px solid #7C757C;
    border-left: 1px solid #7C757C;*/
}

.jumbotron_bk h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron_bk p {
  line-height: 1.4;
}

.container .jumbotron_bk {
  border-radius: 0px;
}


.container_footer {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;

}

.container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  /* background-color: #FFFFFF;*/
  /*min-height: 75vh;*/
  text-align: left;
  /*border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;*/
  /*width:95%;      ZENA 17062015 */
}


.container_home {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  height: 75vh;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}


.container_plain {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}


.container_error {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  height: 50vh;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 15px;
}


.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-image: none;
  background-color: #787878;
}


.navbar-nav.nav-justified > li {
  float: none;
}

.text-muted a {

  color: #7A68AE;
  text-decoration: none;
}

.bs-docs-sidenav a {
  font-size: 1.2em;
  color: #333;
  text-align: left;
  margin-left: 25px;
  border-bottom: 1px solid #EEE;
}

a {
  color: #333333;
  text-decoration: none;
}

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


.table > thead > tr > td.unselected, .table > tbody > tr > td.unselected, .table > tfoot > tr > td.unselected,
.table > thead > tr > th.unselected, .table > tbody > tr > th.unselected, .table > tfoot > tr > th.unselected,
.table > thead > tr.unselected > td, .table > tbody > tr.unselected > td, .table > tfoot > tr.unselected > td,
.table > thead > tr.unselected > th, .table > tbody > tr.unselected > th, .table > tfoot > tr.unselected > th {
  background-color: #f5f5f5;
  color: #AAAAAA;
}


/* NEW HOMEPAGE STYLES */


.cover_photo {
  /*background-image: url('images/cover1.jpg'); *//* Sunset girl with camera */
  /* background-image: url('images/cover2.jpg');  Girl with guitar on sofa */

  width: 100%;
  background-color: #fff;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-bottom: 8px;*/
  height: 100%;

}

.collection_photo {
  /*background-image: url('images/cover1.jpg'); *//* Sunset girl with camera */
  /* background-image: url('images/cover2.jpg');  Girl with guitar on sofa */

  width: 100%;
  background-color: #fff;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-bottom: 8px;*/
  height: 100%;

}

.cover_photo_header /* Shortened cover photo style for the likes of the contact page */
{

  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  height: 45%;

}

.cover_photo_header_subscription /* Shortened cover photo style for the likes of the contact page */
{

  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  height: 60%;

}

div.transbox {
  /*margin-top: 50px;*/
  background-color: #222222;
  background-color: rgba(91, 91, 91, .4);
  /*border: 1px solid black;*/
  /*opacity:0.3;
  filter:alpha(opacity=30);*/ /* For IE8 and earlier */
  text-align: center;
  padding: 10px 30px 10px 30px;
  color: #FFFFFF;
  width: 90%;
  max-width: 600px;

  /* position: relative;
   top: 50%;
   transform: translateY(-50%);*/

}

div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #ffffff;
}


.greenButtonGetStarted {
  background-color: #349D77;
  color: #FFF;
  max-width: 150px;
  /*padding:5px 20px 5px 20px; */
  /*margin-top:-5px;*/

}

.greenButtonHome {
  width: 90%;
  background-color: #349D77;
  padding: 10px;
  color: #FFF;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  border: none;

}

.blackButtonHome {
  width: 90%;
  background-color: #000000;
  padding: 10px;
  color: #FFF;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  border: none;

}

.greenButtonHome .header {
  font-weight: lighter;
  font-size: 1.5em;
}

.greenButtonHome .subtext {
  font-weight: lighter;
  font-size: 1em;
}

h2 {
  font-size: 1.5em;
  max-width: 380px;
  margin: auto;
}

.footerHeader {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0px 10px 0px;

}

.footerLinks {
  color: #FFF;
  display: inline-block;
  list-style-type: none;
  padding: 0;
}

#mobFooter {
  color: #FFF;
  margin-bottom: 30px;
}

.xxs_button_usb, .xxs_button_galleries {
  display: none;
}


hr.rightbar {
  border: 0;
  height: 0;
  width: 80%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.normal {
  border: 0;
  height: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hideMobile {
  display: none;
}

/* Mobile first default (based on max-width 240 and max-height 420) */

/*Turn off live help chat if mobile screen to prevent it jumping to top and covering nav*/
#lhc_status_container {
  display: none;
}

#footerContact {
  text-align: center;
}

#footerContact, .footerHeader, .footerLinks, #contactText {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*font-size:0.8em;*/
  font-size: 1em;
}

#nonMobFooter {
  display: none;
}

#mobFooter {
  display: block;
  font-size: 0.6em;
}

.footerHeader {
  display: block;
}

.navbar-collapse {

  /*background-color: #333;*/
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

.greenButtonGetStarted {
  margin: auto;
}

#button_usb, #button_galleries {
  display: none;
}

.greenButtonHome, .blackButtonHome {
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.xxs_button_usb, .xxs_button_galleries {
  width: 100%;
  display: block;
  text-align: center;

}

h1 {
  font-size: 2em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 1.1em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

div.transbox {
  margin-top: -40px;
}


#transboxCol {
  padding-top: 100px;
}


/* Gallery Homepage defaults */


#gallery_bullets, #xxs_button_register, #xxs_button_tour {
  display: none;
}

#gallery_bullets {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 1.2em;
}

.mainText {
  font-size: 1.2em;
  color: #999999;
  font: Gill Sans;
  margin-top: 10px;
  width: 95%;
  text-align: center;
}

#lookgood {
  margin-bottom: 50px;
}

/*#sell, #gallery_pricing{*/
#gallery_pricing {
  /*margin-top: 50px;*/
  margin-bottom: 50px;
  padding-top: 40px;
}

#sell {
  margin-bottom: 50px;
}

.parallaxPrce {
  /*Parallax h1 */
  font-size: 3em;
}

.uppercase {
  font-size: 1em;
}

.h1_gallery {
  font-size: 2.2em;
  margin: 30px 0 15px 0;
  width: 100%;
  text-align: center;
}

.h2_gallery {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}

.parallax_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.parallax-image-1 {
  /*background: url('images/newdesign_social_fullscreen_mobile.jpg');*/
  /*background-size: cover;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
}


ul.tickblack {
  list-style-image: url('/images/tick_bullet_dark.png');
  font-size: 1.2em;
  color: #999999;
  font: Gill Sans;
}

ul.tickwhite {
  list-style-image: url('/images/tick_bullet_white.png');
}


ul.gallery_price_features {
  width: 95%;
  padding: 0;
  margin: auto;
  text-align: left;
  margin-top: 15px;


}

li.greentick {
  list-style: none;
  background: url('/images/tick_bullet_greentick.png') left center no-repeat no-repeat;
  padding-left: 25px;
  /*text-align: left;*/
  font-size: 1.3em;

}

li.redx {
  list-style: none;
  background: url('/images/tick_bullet_redx.png') left center no-repeat no-repeat;
  padding-left: 25px;
  /*text-align: left;*/
  font-size: 1.3em;
}

.gallery_price_features_container {

}

.gallery_price {
  color: #349D77;
  font-size: 3em;
  font-weight: bold;
  display: block;
}

.gallery_price_subtext {
  color: #333;
  font-size: 1em;


}

.subscriptionGreenText {
  color: #349D77;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}

.row.pricing {
  margin-left: 0;
  margin-right: 0;
}

/*.panel{
  width:95%;
  margin-left: auto;
  margin-right: auto;
}

.panel-heading h2{
  font-size: 2em;
}   ZENA 17062015  */


/* Product Homepage defaults*/


.h2_product {
  font-size: 3em;
  text-align: center;
}

.h2_otherpage {
  font-size: 3em;
  margin-left: center;
  margin-right: center;
  text-align: center;
}

.mainTextProduct {
  font-size: 1.5em;
  color: #999999;
  font: Gill Sans;
  /*margin-top: 10px;
  width: 95%;*/
  text-align: center;
}

.prodimg_nonmob {
  display: none;
}

.hrule {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  /*border: 1px solid red;*/
}


#largeDeviceVideo {
  display: none;
}


/* Product Details Page Defaults */
.prodNavHead {
  display: none;
  background-color: #F1F1F1;
  width: 100%;
  margin-top: 50px; /* to allow for top nav */
  padding-top: 5px;

}

.prodNavHead .row {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.prodNavHead .row .col-md-2 {
  display: inline-block;
  text-align: center;
}

.prodNavText {
  color: #333;
  font-size: 1em;
  /*padding-left: 10px;*/
  display: inline-block;
  /*padding-bottom: 10px;*/
}

#prodNavVert {
  display: block;
  /*border:1px solid red;*/
}

.prodNavTextHoriz {
  display: none;
  /*border:1px solid blue;*/
}

#info-tabbed {
  display: none;
  text-align: left;
}

.slidernav {
  display: none;
}

#info-accordion {
  text-align: center;
  padding-bottom: 20px;
}

#info-accordion .panel-body {
  text-align: left;
}

#collectionInfoSmall {
  margin-top: 60px;
}

.enlarge, .panel-heading {
  cursor: pointer;
  cursor: hand;
}

.modal-body {
  width: 98%;
}

/*.nav .nav-tabs .nav-justified li{*/
.nav-tabs li a {
  font-size: 0.8em;
}


/*Contact page defaults */

#contact_form_container {
  margin-right: auto;
  margin-left: auto;
  width: 60%;

}

.form-control {
  width: 100%;
}

.table {
  width: 95%;
}

.table th {
  font-size: 0.8em;
}


.nonMobileButton {
  display: none;
}

.buttonOther {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* NEWS PAGE Defaults */
.date {
  position: relative;
  width: 70px;
  font-family: Georgia, serif;
  color: #999;
  margin: 0 auto;
}

.day, .month, .year {
  position: absolute;
}

.day {
  font-size: 30px;
  top: 15px;
}

.month {
  top: 0;
  left: 0;
  font-size: 18px;
}

.year {
  top: 19px;
  right: 0;
  font-size: 20px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

/*For making youTube embedded videos responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;

}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*max-width: 560px;
  max-height:315px;*/
}


/* PRODUCT ORDER DEFAULTS */


#productFilter {
  display: none;
}

.productOrderHeader {
  font-size: 0.8em;
  color: #333;
  /*border-bottom: 1px solid #CCC; */
  /*line-height: 50px;
  padding-bottom:7px;*/
}

#filterButton {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4em;
}

.filterHeader {
  font-size: 1.8em;
}


/* CART PAGE DEFAULTS */

/*.nonMobCart, .nonMobCartImg{*/
.nonMobCart {
  display: none;
}

.cartText {
  font-size: 0.8em;
}

.cartImage {
  max-width: 40px;
  display: none;
}


/* end mobile first defaults */

/* ########   MEDIA QUERIES ############ */


@media (min-height: 730px) {
  #gallery_bullets {
    display: block;
  }
}

@media (min-width: 774px) {
  .h2_otherpage {
    text-align: left;
  }

  #contact_form_container {
    margin-left: 50px;
  }

  .hideMobile {
    display: block;
  }

  .table th {
    font-size: 1em;
  }

  .table tr {
    font-size: 1.2em;
  }

  .mobileButton {
    display: none;
  }

  .nonMobileButton {
    display: block;
    font-size: 1em
  }

  .table {
    width: 100%;
  }

  .buttonOther {
    margin-left: 0;
    text-align: left;
  }

  .mainText {
    text-align: left;
  }

  .cartText {
    font-size: 1em;
  }

  .cartImage {
    max-width: 60px;
  }


}


/*   PORTRAIT CSS   */

/* iPhone 6 ish  */
/*@media (min-width: 321px) and (min-height: 550px) {  */

@media (min-width: 200px) and (orientation: portrait) {
  #mobFooter {
    font-size: 1.5em;
  }
}

@media (min-width: 340px) and (orientation: portrait) {


  #button_usb, #button_galleries {
    display: none;
  }

  .xxs_button_usb, .xxs_button_galleries {
    display: block;
  }

  div.transbox {

    margin-top: 20px;

  }

  h1 {
    /*color: blue;*/
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  #button_usb, #button_galleries {
    display: block;
  }

  .xxs_button_usb, .xxs_button_galleries, #gallery_bullets {
    display: none;
  }

  .nonMobCartImg {
    display: table-cell;
  }

}


@media (min-width: 600px) and (orientation: portrait) {

  /*h1{
      color: green;
    }*/
  h2 {
    font-size: 1.5em;
    max-width: 300px;

  }

  h1 {
    font-size: 3.2em;
  }


  #button_usb, #button_galleries {
    display: block;
  }

  .xxs_button_usb, .xxs_button_galleries {
    display: none;
  }

  #mobFooter {
    display: none;
  }

  #nonMobFooter {
    display: block;
    text-align: left;
  }

  .footerHeader {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 0;
    margin-left: 30px;
  }

  .footerLinks {
    font-size: 1.3em;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  #footerContact {
    font-size: 1.3em;
  }

  #footerContact .footerHeader {
    font-size: 1.1em;
    text-align: center;
  }

  #gallery_bullets {
    display: block;
    font-size: 1.2em;
  }

  .nonMobCart {
    display: table-cell;
  }

  .nonMobCartImg {
    display: table-cell;
  }


}

@media (min-width: 769px) and (orientation: portrait) {

  /*h1{
        color: yellow;
      }*/
  div.transbox {
    width: 95%;
  }

  .prodimg_nonmob {
    display: block;
  }

  /*Show Live Chat */
  #lhc_status_container {
    display: block;
  }

}


/*   LANDSCAPE CSS  */


@media (max-width: 599px) and (orientation: landscape) {

  #mobFooter {
    font-size: 1.6em;
  }

  h2 {
    font-size: 1.3em;
  }

  #galleryDevices, #selling_img {
    margin-top: 40px; /*changed from 65px 2/9/2015 by Zena */
  }


  /*h1{
    color: orange;
  }*/

}


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

  /*Show Live Chat */
  #lhc_status_container {
    display: block;
  }

  #mobFooter {
    font-size: 1.6em;
  }

  h1 {
    /*color: grey;*/
    font-size: 3em;
  }

  h2 {
    font-size: 1.6em;
  }

  #mobFooter {
    display: none;
  }

  #nonMobFooter {
    display: block;
    text-align: left;
  }

  .footerHeader {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 0;
    margin-left: 30px;
  }

  .footerLinks {
    font-size: 1.3em;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  #footerContact {
    font-size: 1.3em;
  }

  #footerContact .footerHeader {
    font-size: 1.1em;
    text-align: center;
    margin-left: 0;
  }

  /*#galleryDevices{
  margin-top: 65px;
  }*/
  .prodimg_nonmob {
    display: block;
  }

  #crystal, #wooden_mini, #premium, #usbmountbox, #mountbox {
    padding-top: 30px;
  }

  .nonMobCart {
    display: table-cell;
  }

  .nonMobCartImg {
    display: table-cell;
  }

  .cartImage {
    display: block;
  }

  .cartImgView {
    display: none;
  }


}


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

  #mobFooter {
    font-size: 1.6em;
  }

  h1 {
    /*color: purple;*/
    font-size: 3em;
  }

  h2 {
    font-size: 1.6em;
  }

  div.transbox {
    margin-top: 25px;
  }

  #navbar {
    background-color: transparent;
  }

  #galleryDevices, #selling_img {
    margin-top: 40px; /*changed from 65px 2/9/2015 by Zena */
  }


}

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

  #mobFooter {
    font-size: 1.6em;
  }

  h1 {
    /*color: purple;*/
    font-size: 3em;
  }

  h2 {
    font-size: 1.6em;
  }

  #button_usb, #button_galleries {
    display: block;
  }

  .xxs_button_usb, .xxs_button_galleries {
    width: 100%;
    display: none;
    text-align: center;

  }

  div.transbox {
    margin-top: 0;
  }

  #transboxCol {
    padding-top: 65px;
  }

  /*.footer-break{
    display:none;
  }*/
  /*  #galleryDevices{
     margin-top: 65px;
    }*/
  .prodNavHead {
    display: block;
  }

  /* Product Details Page */
  #collectionInfoSmall {
    margin-top: 10px;
  }


}

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

  .footerHeader {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 0;
    margin-left: 30px;
  }

  .footerLinks {
    font-size: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  #footerContact .footerHeader {
    font-size: 0.9em;
  }

  .footer-break {
    display: none;
  }

  #galleryDevices, #selling_img {
    margin-top: 40px; /*changed from 65px 2/9/2015 by Zena */
  }


  /* Product Details Page */
  #info-tabbed, .slidernav {
    display: block;
  }

  .smallContent {
    display: none;
  }

  .cartImage {
    display: block;
    max-width: 100px;
  }

  /*Product Order page */
  #productFilter {
    display: block;
  }

  #filterButton {
    display: none;
  }


}

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

  /*h1{
    color: black;
  }*/
  #transboxCol {
    padding-top: 150px;
  }

  #galleryDevices, #selling_img {
    margin-top: 40px; /*changed from 65px 2/9/2015 by Zena */
  }

  #gallery_bullets {
    /*margin-left:20px;*/
    font-size: 1.3em;
  }

  .h1_gallery {
    font-size: 3em;
  }


}

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

  .tickwhite {
    list-style-position: inside;
  }

  .h1_gallery {
    font-size: 3em;
  }

}

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

  h1 {
    font-size: 4em;
  }

  #galleryDevices, #selling_img {
    margin-top: 40px; /*changed from 65px 2/9/2015 by Zena */
  }

}

@media (min-width: 992px) {
  /* Gallery Info Page */
  #largeDeviceVideo {
    display: block;
  }

  #smallDeviceVideo {
    display: none;
  }
}

@media (min-width: 1488px) {

  /*.prodNavHead .row {
    padding-bottom: 15px;
  }
  #prodNavVert{
    display:none;
  }
  .prodNavTextHoriz{
    display: inline-block;
  }*/

}


/* #### Mobile Phones Landscape #### */
/*'@media screen and (max-device-width: 670px) and (orientation: landscape){

    h2{
      font-size: 1.4em;
      max-width: 300px;

    }
    h1{
      font-size: 2.5em;
      color: red;
    }

    #button_usb, #button_galleries{
    display:block;
  }

  .xxs_button_usb, .xxs_button_galleries{
    display:none;
  }

}
'*/


/*


@media (min-width: 768px) and (orientation:portrait){




}

@media (min-width: 825px){



}


@media (min-width: 992px){


}

@media (min-width: 1200px){




}
*/


/* BOOOTSTRAP STUFF */
/*@media (min-width: 650px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
@media (min-width: 650px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
@media (min-width: 650px) {
  .navbar-header {
    float: left;
  }
}
@media (min-width: 650px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
@media (min-width: 650px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 650px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
@media (min-width: 650px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
@media (min-width: 650px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
@media (min-width: 650px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 649px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 650px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 650px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
@media (min-width: 650px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 649px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}*/


/* END BOOTSTRAP STUFF */
