/*!
 * Bounce Template v2.1
 *
 * Built with Bootstrap v2.2.2
 * http://twitter.github.com/bootstrap
 */

/* General
-------------------------------------------------- */
body {
    background: url("../images/control-panel/noise.png") repeat scroll 0 0 #FFFFFF;
	position: relative;
    padding-top: 60px;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
} 
h1,
h2,
h3,
h4,
h5,
button,
a {
    font-family: "Cuprum","Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-weight: 300;
}
.map {
    height: 350px;
    width: 100%;
}
 
/* Content Dividers
-------------------------------------------------- */
hr.dashed {
    border-style: dashed none;
}
hr.halfed {
    margin: 10px 0;
}
hr.thick {
    border-width: 4px 0;
}

/* Glyphicons Fix
-------------------------------------------------- */
[class^="glyphicons-"]:before {
    font-style: normal;
    line-height: inherit;
    vertical-align: bottom;
}

/* Keyframe Animations
-------------------------------------------------- */
@-webkit-keyframes rise {
	from {-webkit-transform: translateY(0);}
	to {-webkit-transform: translateY(-5px);}
}
@-moz-keyframes rise {
	from {-moz-transform: translateY(0);}
	to {-moz-transform: translateY(-5px);}
}
@-o-keyframes rise {
	from {-o-transform: translateY(0);}
	to {-o-transform: translateY(-5px);}
}
@keyframes rise {
	from {transform: translateY(0);}
	to {transform: translateY(-5px);}
}
@-webkit-keyframes slide {
	from {-webkit-transform: translateX(0);}
	to {-webkit-transform: translateX(5px);}
}
@-moz-keyframes slide {
	from {-moz-transform: translateX(0);}
	to {-moz-transform: translateX(5px);}
}
@-o-keyframes slide {
	from {-o-transform: translateX(0);}
	to {-o-transform: translateX(5px);}
}
@keyframes slide {
	from {transform: translateX(0);}
	to {transform: translateX(5px);}
}
.animated,
.animated a {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}

/* Typography
-------------------------------------------------- */
.txt-lefty {
    text-align: left;
}
.txt-middle {
    text-align: center;
}
.txt-righty {
    text-align: right;
}

/* Buttons
-------------------------------------------------- */
.btn-action {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 17px;
    line-height: normal;
    padding: 10px 30px;
}
.btn-flat {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-pillbox {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

/* Navbar
-------------------------------------------------- */
.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 10px 0;
}
.navbar .brand {
  font-size: 26px;
	text-shadow: none;
  margin-left: 0px;
} 
.navbar .nav > li > a {
	font-size: 16px;
	font-weight: normal;
    text-shadow: none;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #FFFFFF;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #D6DFE5;
    border-top-color: #D6DFE5;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #FFFFFF;
}
.btn-dropnav {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
    background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    border-color: #308CCF;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #308CCF;
    background-image: none;
} 
.dropdown-menu form{
  margin:3px 0 3px 20px;
}
/* Login/Register Forms
-------------------------------------------------- */
.well-form {
    max-width: 340px;
	margin: 0 auto;
}
.well-form .form-actions {
    padding: 19px 0;
}
.well-form .form-actions label {
    display: inline-table;
    float: left;
    margin-top: 5px;
}
.well-form .form-actions button {
    float: right;
    margin-right:44px;
}
.well-form .form-extra {
    text-align: center;
}
.well-form .form-extra button {
    margin-bottom: 5px;
}

/* Landing
-------------------------------------------------- */
#landing {
    padding: 30px 0;
}
#landing .js-video iframe {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#landingSlide {
    height: 400px;
    padding: 30px 0;
}

/* Page Header/Title
-------------------------------------------------- */
#header {
    padding: 30px 0;
}

/* Main Content
-------------------------------------------------- */
#content {
	padding: 30px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.icon_wrapper {
    display: block;
    height: 50px;
}
.icon_wrapper i {
    font-size: 50px;
	display: inline-block;
	line-height: normal;
}
.bouncy:hover i {
	-webkit-animation-name: rise;
	-moz-animation-name: rise;
	-o-animation-name: rise;
	animation-name: rise;	
}

/* Call to Action Headline
-------------------------------------------------- */
#headline {
    padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#headline .well {
    margin-bottom: 0;
}
#headline p {
    margin: 5px 0;
}

/* Pricing Tables
-------------------------------------------------- */
.product-plan {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
ul.plans {
    margin: 0;
}
.product-plan .name {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    text-align: center;
}
.product-plan .name h3 {
    display: inline-table;
    font-size: 30px;
    padding: 15px 0;
}
.product-plan .price {
    text-align: center;
}
.product-plan .price h3 {
    font-size: 30px;
    padding: 10px 0;
}
.product-plan .price h3 small {
    vertical-align: bottom;
}
.product-plan .feature h4 {
    padding: 15px;
    font-size:15px;
}
.product-plan .feature i {
    font-size: 24px;
}
.product-plan .action {
    padding: 20px;
    text-align: center;
}
.product-plan.popular {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.product-plan.free .name{
  background: #FFF none repeat scroll 0 0
}
.product-plan.free .name h3 {
  color:#AAA;
  text-shadow:none;
}

.product-plan.free .price h3 {
  color:#999;
}
.product-plan.free .btn-primary{
  /*background-color: #4286f4;
  background-image: linear-gradient(to bottom, #8bb2d6, #4286f4);*/
  background-color: #477be1;
  background-image: linear-gradient(to bottom, #34a9e4, #477be1);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* Meet the Team
-------------------------------------------------- */
#team.thumbnail {
    background: none repeat scroll 0 0 #FFFFFF;
}
#team ul {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}
#team li {
    float: left;
    line-height: 20px;
}
#team li a {
    display: block;
    font-size: 22px;
    text-decoration: none;
}
#team li a {
    color: #333333;
}
#team li a.facebook:hover {
    color: #3B5998;
}
#team li a.twitter:hover {
    color: #0084B4;
}
#team i {
    margin-right: 5px;
}

/* Blog
-------------------------------------------------- */
.entry {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 10px;	
}

/* Footer
-------------------------------------------------- */
#footer {
    padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer h3  {
    margin-bottom: 5px;
	text-transform: uppercase;
}
#footer ul {
    list-style: none outside none;
    margin: 0;
}
#footer li {
    padding: 0 0 5px;
}
#footer a {
    display: inline-block;
}
#footer a:hover {
	-webkit-animation-name: slide;
	-moz-animation-name: slide;
	-o-animation-name: slide;
	animation-name: slide;
	text-decoration: underline;	
}

/* Copywrite
-------------------------------------------------- */
#copywrite p {
    padding: 10px 0;
	margin: 0;
}
#totop {
    cursor: pointer;
}

/* Mobile Defaults
------------------------- */
@media (max-width: 979px) {
  body {
    padding-top: 0;
	overflow-x: hidden;
  }
  .navbar .btn-dropnav {
    display: block;
  }
  .navbar .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a  {
    display: inline-block;
  }
  .nav-collapse .dropdown-menu a {
    color: #D6DFE5;
    font-weight: normal;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #308CCF;
  }
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:focus,
  .dropdown-submenu:hover > a {
    background-image: none;
  } 
  .navbar .nav-collapse.nav .active > a {
    margin-left: 5px;
  } 
  .navbar .nav-collapse .nav > li.active > a,
  .navbar .nav-collapse .nav > li.active:hover > a,  
  .navbar .nav-collapse .nav .active > a,
  .navbar .nav-collapse .nav .active > a:hover,
  .navbar .nav-collapse .nav .active > a:focus {
	border-bottom: medium none;
	padding: 9px 15px;	
  }
  .navbar .nav-collapse .nav > li > a:hover {
	-webkit-animation-name: slide;
	-moz-animation-name: slide;
	-o-animation-name: slide;
	animation-name: slide;	
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle,
  .navbar .nav li.dropdown.active > .dropdown-toggle,
  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;	
  }  
  #landing,
  #landingSlide,
  #header,
  #content {
    margin-left: -20px;
    margin-right: -20px;
	padding: 30px 20px;
  }
  .product-plan .feature .pull-right {
	float: none;
  }
  #headline,
  #footer {
    margin-left: -20px;
    margin-right: -20px;
	padding: 20px;
  }
  #copywrite {
    margin-left: -20px;
    margin-right: -20px;
	padding: 0 20px;
  }   
}
/* Reviews list styles */
.reviews_list{
  
  font-size:12px;
  border-left:1px dotted #CCC;
  border-right:1px dotted #CCC;
}
.reviews_list p{ 
  font-size:12px !important;
  text-align:left !important;
  line-height:15px !important;
  padding: 0 !important;
}
a.unpublish{
  color:#FF3300;
  
}
a.publish{
  color:#009933;
}
.reviews_list .cr-review-el {
  font-family:Arial,Verdana;
  font-size:13px;
  border-top: 1px dotted #717171; 
  color:#444; 

}
.reviews_list .cr-review-el.unpublished{
  background-color:#EEEEEE;
}
.reviews_list .cr-review-el .cr-left{
  width:100px;
  height:100%;
  min-height:150px;
  padding:20px 10px;
  float:left;
  text-align:center;
}
.reviews_list .cr-review-el .cr-additional{
  width:100px;
  height:100%;
  min-height:150px;
  float:left;
  margin:10px;
  text-align:center;
} 
.reviews_list .cr-review-el .cr-additional p{
  margin-top:20px
}
.reviews_list .cr-review-el .cr-additional a{
  font-size:14px;
  padding-left:5px;
}
.reviews_list .cr-review-el .cr-right{ 
  width:70%;
  float:left;
  border-left:1px dotted #717171;
  border-right:1px dotted #717171;
  padding:0 10px 0 15px;
}
.reviews_list .cr-review-el .cr-left .cr-profile-img{
  width:47px;
  height:56px;
  margin:0 auto;
  
}
.reviews_list .cr-review-el .cr-left .cr-profile-img img{
  max-width:47px;
  max-height:56px;
}
.reviews_list .cr-review-el .cr-left .cr-profile-name{
  color:#004B91;
  font-weight:bold;
  font-size:13px;
}

.reviews_list .cr-review-el h5.cr-title{
  font-size:14px;
  margin:1px 0;
  padding:0;
  float:left;
  color:#000; 
  width:70%;
  text-align:left;
  font-family:Verdana,Arial;
}

.reviews_list .cr-review-el:last-of-type {
  border-bottom: 1px dotted #717171;
}

.cool-reviews br.clear,br.clear{
  clear:both;
}

.cool-reviews .cr-rev-head{
  padding:15px; 
}
.reviews_list .cr-review-el .cr-rating{
  width:80px;
  height:16px;
  margin-right:3px;
  background:url('/static/images/stars-new.png');
  float:left;
}

.reviews_list .cr-review-el .cr-rating.rate0{
  background-position: 0 160px;
}  
.reviews_list .cr-review-el .cr-rating.rate1{
  background-position: 0 144px;
} 
.reviews_list .cr-review-el .cr-rating.rate1_5{
  background-position: 0 128px;
}  
.reviews_list .cr-review-el .cr-rating.rate2{
  background-position: 0 112px;
}
.reviews_list .cr-review-el .cr-rating.rate2_5{
  background-position: 0 96px;
}  
.reviews_list .cr-review-el .cr-rating.rate3{
  background-position: 0 80px;
} 
.reviews_list .cr-review-el .cr-rating.rate3_5{
  background-position: 0 64px;
} 
.reviews_list .cr-review-el .cr-rating.rate4{
  background-position: 0 48px; 
} 
.reviews_list .cr-review-el .cr-rating.rate4_5{
  background-position: 0 32px;  
} 
.reviews_list .cr-review-el .cr-rating.rate5{
  background-position: 0 16px;
} 

.cr-review-el .cr-title{
  width:100%;

}
.cr-review-el .cr-date{
  height:22px;
  text-align:center;
  font-style: italic;
  width:85px;
  float:right;
  padding-top:10px;
  color:#565555;
  border:1px solid #565555;
  border-top:0;
}

.cr-review-el .cr-helpful{
  font-style: italic;
  text-align:right;
}
.cr-review-el .cr-helpful a,.cr-pagination a{
  color:#0659ae;
  text-decoration: none;
  font-weight: 900;
} 
div.dash-row .date{
  font-weight: bold;
}
/* Tablets to Phones
------------------------- */
@media (max-width: 767px) {
  #landing,
  #header,
  #content,
  #footer {
	text-align: center;
  }
  #landingSlide {
    background: none repeat scroll center 200px #F1F1F1;
    height: auto;	
  }  
  .product-plan {
    margin-bottom: 10px;
  }
  #footer {
    display: none;
  }  
}


.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.product-pic {
  text-align:right;
  width:100px;
}

div.product-info {
  background-color: #fff;
  margin-left:10px;
  padding:5px 10px;
}
.list-group-item:nth-of-type(odd) .product-info
{
    background: #eeeeee;
}

a.show-reviews-link{
  font-size:16px;

}

/* show sub menu when parent is active */
#sidebar.nav>.active>ul {
  display: block;
}
#sidebar.nav > li {
    background-color: #eee;
    border-bottom: 3px solid #fff;
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    margin-top:30px;
    width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}
#sidebar {

}
#sidebar li a{
  font-size:16px;
  padding:10px 26px;
  font-family: Arial;
}

#sidebar li > ul > li > a {
  font-size:14px;
  color:#666;
  padding-left:25px;
} 
#sidebar > li.active > a{
  background-color: #DDD;
}
#sidebar {
 
}
#sidebar li.active {
    border:0 #DDD solid;
    border-right-width:2px;
    border-bottom:3px solid #FFF;
}
.info-table th {
  border-bottom: 2px solid #f1f1f1;
  text-align: left;
  padding-left:1em;
}
.info-table td{
    padding:1em;
} 
table.billing {
  margin-top:30px;
  width:100%;
}
.box {
  border: 2px solid #f1f1f1;
  padding: 2em;
}
.box h2{
  font-size:1.7em;
}
.subscr-overall {
  margin-bottom:20px;
}
.subscr-overall .box{
  min-height: 120px;
}
.manage-subscr {
  margin-top:15px;
  
}
.manage-subscr a{
  font-weight:500; 
} 

.manage-subscr a.cancel{
  font-size:12px;
}

.mail-settings .controls textarea {
  width:80%;
  height:100px;
}

.mail-settings #mail_preview{
  background-color:#FFF;
  border:1px solid #CCC;
  padding:10px;
}
.mail-settings .controls input[type=text] {
  width:80%;
}

.widget-settings #id_reviews_per_page {
  width:100px;
}

.lcs_switch.lcs_on {
    background: #006dcc none repeat scroll 0 0 !important;
    box-shadow: 0 0 2px #579022 inset;
} 

.infobox {
    padding: 15px;
    background-color: #e9f5fe;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-info {
    border-color: #45ABCD;
}

div.active-subscription {
  background: url("/static/images/tick.png") 2px 50% no-repeat;
  padding-left: 25px;
}


.review-comments {
  margin-bottom: 10px;
  padding-left: 10px;
}

.review-comments-info a {
  cursor:pointer;
}

div.comments .comment-form {
  padding:10px 0;
}
div.comments .comment-form textarea{
  width: 90%;

}

.review-comment-author {
  color: #005580;
  font-weight:bold;
}

.review-comment {
  margin-top:10px;
}

.row.features {
  margin-top: 40px;
}