body {
  color: #1c374b;
  font-size: 15px;
  height: 100%;
  margin: 0px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  }

a {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #005d9e;
  outline: none !important;
}
a:hover, a:active, a:focus {
  color: #21baac;
  outline: none !important;
  text-decoration: none;
}

.blurb a {color: #1c1c1c; text-decoration: none;}
.blurb a:hover, a:active, a:focus {
  color: #21baac;
  outline: none !important;
  text-decoration: none;
}

.sidebar p a {color: #005d9e; text-decoration: none;}
.sidebar p a:hover, a:active, a:focus {
  color: #21baac;
  outline: none !important;
  text-decoration: none;
}

.anchor{
  display: block;
  height: 120px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
}

hr {
  margin-bottom: 10px;
  margin-top: 10px;
      padding: 0;
    border: none;
    border-top: 1px solid #b0d9f5;
    # border-top: medium double #b1dff3;
}


.sidebar hr {
  margin-bottom: 10px;
  margin-top: 10px;
      padding: 0;
    border: none;
    border-top: 1px solid #b0d9f5;
    # border-top: medium double #b1dff3;
}

.content hr {
  margin-bottom: 10px;
  margin-top: 10px;
      padding: 0;
    border: none;
    border-top: 1px solid #b0d9f5;
    # border-top: medium double #b1dff3;
}

.nobreak {white-space: nowrap;}


.testimonial p {
    background: #fafafa;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
	border: 1px solid #ddd;
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

.item .item-inner {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.testimonials-arrow {
    display: block;
    content: "";
    margin-top: -7px;
    margin-left: 45px;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-top: 0;
}

.testimonial-author-info {
    padding: 5px 0 0 10px;
    color: #666;
}

.testimonial-author-info a {
	display:block;
}

/********************
banner
*******************/

.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 100px;
}


.banner { 
           background: url(../img/bannerlarge.jpg) #000 no-repeat right; 
		   height: 500px;
        }
        @media only screen and (max-width: 1200px) {
            .banner { 
                background: url(../img/banner.png) #000 no-repeat right;
				height: 315px;
				  margin-top: 75px;
            }
        }
		
		@media only screen and (max-width: 900px) {
            .banner { 
                background: url(../img/bannerdark.png) #000 no-repeat right;
            }
        }
		
		@media only screen and (max-width: 768px) {
            .banner { 
                background: none #000;
            }
        }
		
		@media (max-width: 767px) {
		.banner { 
		 margin-top: 0px;
		}
		}
		
		@media (max-width: 560px) {
		.banner {height: auto;}
		.contact-map {height:130px !important; margin-bottom:70px;}
		}
		
		

.banneritems {position: relative; left: 50%; margin-left: -650px; top: 20px;}
		      
			    @media only screen and (max-width: 1250px) {
            .banneritems { 
                margin-left: -600px; top: 0px;
            }
				}
				
				@media only screen and (max-width: 1199px) {
            .banneritems { 
                margin-left: -500px; top: -20px;
            }
				}
				
				@media only screen and (max-width: 990px) {
            .banneritems { 
               margin-left: -400px; top: -23px;
            }
				}
				
				@media (max-width: 730px) {
		.banneritems { 
               margin-left: -350px; top: -30px;
            }
		}
				@media (max-width: 630px) {
		.banneritems { 
               margin-left: -320px; top: -30px;
            }
		}
		
	@media (max-width: 560px) {
		.banneritems { 
               margin-left: -130px; top: 0px;
            }
		}
        
.textwrapper {width: 500px; float: left; padding-top: 60px;}
        @media only screen and (max-width: 1700px) {
            .textwrapper { 
               width: 430px;
            }
        }
		
		@media only screen and (max-width: 1200px) {
            .textwrapper { 
               width: 490px;
			   margin-left: -50px;
			   margin-top: -10px;
            }
        }
		
		@media only screen and (max-width: 1024px) {
            .textwrapper { 
               width: 400px;
			   margin-top: -10px;
            }
			
        }
		
		@media only screen and (max-width: 1000px) {
            .textwrapper { 
               width: 400px;
			   margin-top: 10px;
            }
			
        }
		
		@media only screen and (max-width: 768px) {
            .textwrapper { 
               width: 470px;
			   margin-left: -50px;
			   margin-top: 0px;
            }
			#banneramazon {width: 200px;}
        }
		
		@media (max-width: 730px) {
		.textwrapper { 
               width: 450px;
			   margin-left: -50px;
			   margin-top: 0px;
            }
		}
		
		@media (max-width: 630px) {
		.textwrapper { 
               width: 350px;
			   margin-left: -50px;
			   margin-top: -5px;
            }
			
			#imgamazon {width: 200px;}
		}
		
		@media (max-width: 560px) {
		.textwrapper { 
              float: none;
			  padding-top: -30px;
			  margin-left: -20px;
			  margin-top: -70px;
			  width: 260px;
			  margin-bottom: 20px;
            }
		}
		
		
.bannerheader {font-size: 46px; line-height: 48px; font-weight: 100; color: #7cd5cd; text-transform: uppercase; padding-left: 40px; letter-spacing: 0px;}
        @media only screen and (max-width: 1200px) {
            .bannerheader {font-size: 29px; line-height: 30px;}
        }
		
		@media (max-width: 730px) {
		.bannerheader {font-size: 26px; line-height: 26px;}
		}
		
				@media (max-width: 560px) {
		.bannerheader {text-align: center;}
		}

.bannermid {font-size: 24px; line-height: 30px; font-weight: 500; color: #ffffff; padding-left: 40px;}
        @media only screen and (max-width: 1200px) {
            .bannermid {font-size: 17px; line-height: 20px;}
        }
		@media (max-width: 1024px) {
		.bannermid {font-size: 15px; line-height: 15px;}
		}
		@media (max-width: 730px) {
		.bannermid {font-size: 16px; line-height: 19px;}
		}
		@media (max-width: 560px) {
		.bannermid {text-align: center;}
		}
		
.bannerlist {color: #f5f5d2; font-size: 15px; padding-top: 15px;}
.free {text-transform: uppercase; font-size: 12px; letter-spacing: 1px; white-space: nowrap;} 
        @media only screen and (max-width: 1200px) {
            .bannerlist { font-size: 13px;}
			.free {font-size: 10px;}
        }
		
		@media (max-width: 630px) {
		.free {font-size: 8px;}
		}
.bookwrapper {float: left;}
		@media (max-width: 560px) {
		
		.bookwrapper {float: none; margin-bottom: -60px;}
		}

.book { height: 400px; width: 320px; text-align: center;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxOCUiIHN0b3AtY29sb3I9IiNhN2E3YTciIHN0b3Atb3BhY2l0eT0iMC41MyIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  rgba(204,204,204,1) 0%, rgba(167,167,167,0.53) 18%, rgba(55,55,55,0) 73%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(204,204,204,1)), color-stop(18%,rgba(167,167,167,0.53)), color-stop(73%,rgba(55,55,55,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(204,204,204,1) 0%,rgba(167,167,167,0.53) 18%,rgba(55,55,55,0) 73%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(204,204,204,1) 0%,rgba(167,167,167,0.53) 18%,rgba(55,55,55,0) 73%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(204,204,204,1) 0%,rgba(167,167,167,0.53) 18%,rgba(55,55,55,0) 73%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(204,204,204,1) 0%,rgba(167,167,167,0.53) 18%,rgba(55,55,55,0) 73%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


}
        @media only screen and (max-width: 1700px) {
            .book { 
               width: 260px;
            }
        }
		
	 @media only screen and (max-width: 1200px) {
            .book {height: 315px;}
        }
		
		

.book img {padding-top: 17%;}

        @media only screen and (max-width: 1200px) {
			.book img {width: 155px;}
            
        }
		
		@media only screen and (max-width: 990px) {
           .book img {padding-top: 30%;}
				}
		@media (max-width: 560px) {
		
		.book img {padding-top: 10%;}
		}



/********************
blurb
*******************/
.blurb {padding: 10px;}
.blurb h4 {font-weight: 900; text-transform: uppercase; text-align: center;}
.blurb p {font-size: 14px; text-align: center;}
.blurb ul {font-size: 14px; list-style: outside; margin-left: 30px;}
.blurbimg {width: 120px;}
		
		@media only screen and (max-width: 1200px) {
            .blurb h4 {font-size: 14px;}
			.blurb ul {margin-left: 0px;}
        }
		@media only screen and (max-width: 768px) {
            .blurbimg {width: 211px;}
			.blurb ul {position: relative; left: 50%; margin-left: -150px;}
        }
		@media (max-width: 730px) {
		.blurb h4 {font-size: 17px;}
		}
		
		@media (max-width: 530px) {
		.blurb ul {margin-left: -180px;}
		}


/********************
Nav
*******************/
.nav-tabs {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.nav-tabs li {
  margin-bottom: -2px;
  margin-right: 15px;
  text-transform: uppercase;
  
}
.nav-tabs li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #5a9590;
  color: #5a9590;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #5a9590;
  color: #1c1c1c;
  text-transform: uppercase;
}
.nav-tabs li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: transparent;
  border-right: 1px solid #000;
  color: #1c1c1c;
  font-family: 'museo-sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  padding: 0 0 10px 0;
}
.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 1200px) {
	
	.nav-tabs li.active a { font-size: 10px;}

.nav-tabs li a {font-size: 10px;}
.navigation .navbar .navbar-collapse .nav li a {font-size: 10px;}
	
	}

.tab-content {
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.tab-content.inherit {
  height: auto !important;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}



/*============================*/
/*======dropdown menu=========*/
/*============================*/
.dropdown-menu {
    padding: 0;
    margin: 0;
	top: 40px;
    min-width: 150px;
    background-color: #f0f9f6;
    border: 1px solid #cce1d9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  filter: none;
  transition: none;
}
.dropdown-menu li a{
    color:#888;
	  filter: none;
    padding: 9px 0px;
    font-weight: 700;
      font-size: 11px;
  text-transform: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.dropdown-menu li a:hover{
    color:#fff;
	  filter: none;
  transition: none;
        background-color: #d5eeea;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: none;
}



/********************
contact
*******************/

.contactcard {
  text-align: center;
  background-color: #2d2a25;
  background-color: #2d2a25;
  color: #cccccc;
  padding: 40px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  border-radius: 6px;
}


/* Footer
 * -------------------------- */
#footer {
    background-color: #2d2a25;
    padding: 50px 0;
    position: relative;
	color: #fff;
	font-size: 13px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #80cbbe;
}

#footerlinks {position: relative; top: -10px;}

#footerlinks a {color: #4bb5e4;}
#footerlinks a:hover {color: #65c7f3; text-decoration: underline;}

#footerli {padding-top: 10px;}


.socials { float: right;}


.socials li {
    display: inline-block;
    margin-right: 5px;
}

.socials a {
    width: 30px;
    height: 30px;
    display: block;
    background: #4bb5e4;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #4bb5e4;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.socials a:hover {
    background: transparent;
    color: #4bb5e4;
}


.subpage-title {
    text-transform: uppercase;
    position: relative;
	letter-spacing: 2px;
    margin: 0;
    margin-bottom: 35px;
    line-height: 10px;
    font-weight: 800;
    color: #000;
}

#footer .subpage-title {
    color: #ffffff;
	white-space: nowrap;
}

.subpage-title:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #80cbbe;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.subpage-title .prev, .subpage-title .next {
    position: absolute;
    top: 0;
    right: 35px;
    width: 30px;
    height: 30px;
    border: 2px solid #ecf0f1;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.subpage-title .prev.disabled, .subpage-title .next.disabled,
.subpage-title .prev.disabled:hover, .subpage-title .next.disabled:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    border-color: #ecf0f1;
}

.subpage-title .prev:hover, .subpage-title .next:hover {
    border-color: #2ecc71;
}

.subpage-title .prev.black, .subpage-title .next.black {
    border-color: #bdc3c7;
}

.subpage-title .prev.black:hover, .subpage-title .next.black:hover {
    border-color: #2ecc71;
}

.subpage-title .prev.black.disabled:hover, .subpage-title .next.black.disabled:hover {
    border-color: #bdc3c7;
}

.subpage-title .next {
    right: 0;
}


.widget-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #ecf0f1;
}

#footer .widget-list {
    padding: 0;
    border: 0;
}

.widget-list > li {
    padding: 5px 0;
    border-bottom: 1px solid #ecf0f1;
}

#footer .widget-list > li:last-child {
    padding-bottom: 0;
}

#footer .widget-list > li:first-child {
    padding-top: 0;
}

.widget-list > li:last-child {
    border-bottom: 0;
}

#footer .widget-list > li {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget-list > li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 15px;
    font-size: 14px;
}

.widget.flickr {
    padding-bottom: 17px;
}

.flickr-photos-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

.flickr-photos-list > li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.flickr-photos-list > li img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flickr-photos-list > li img:hover {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

/* Footer Brand
 * -------------------------- */
.footer-brand {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.footer-brand span {
    font-weight: 300;
    color: #72c5ba;
}

.footerphone {color: #80cbbe;}

#footercopyright {border-top: 1px solid #51685d; color: #6c8e81; padding-top: 20px; margin-top: 10px;}

		@media only screen and (max-width: 1200px) {
          .subpage-title {font-size: 12px;}
        }
		@media only screen and (max-width: 991px) {
          .subpage-title {font-size: 15px;}
		  .widget {padding-bottom: 30px;}
        }


/* sidebar
 * -------------------------- */

.sidebar {margin-right: 50px; font-size: 12px; color: #246c61;}
.sidebar h5 {font-weight: 700;}
.content
{border-left: 1px solid #b1dff3; padding-left: 50px;}



/*======table of contents=========*/

.toc {list-style: none;}
.toc li { font-weight: 400;}
.toc ul > li {font-weight: 300; font-size: 14px;}





/* Buttons
 * -------------------------- */
.btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 12px;
}

.btn-lg {
    padding: 14px 16px;
    font-size: 14px;
}

.btn-sm,
.btn-xs {
    padding: 8px 10px;
    font-size: 10px;
}

.btn-xs {
    padding: 5px 8px;
}

/* outline Buttons
 * -------------------------- */
.outline-default,
.outline-default:hover,
.outline-default:active {
    border: 2px solid #bdc3c7;
}

.outline-default, .outline-default.btn-bordered:hover {
    background-color: #bdc3c7;
    color: #ffffff;
}

.outline-default:hover,  .outline-default.btn-bordered {
    background-color: transparent;
    color: #bdc3c7;
}

.outline-primary,
.outline-primary:hover,
.outline-primary:active {
    border: 2px solid rgb(26, 188, 156);
}

.outline-primary, .outline-primary.btn-bordered:hover {
    background-color: rgb(26, 188, 156);
    color: #ffffff;
}

.outline-primary:hover,  .outline-primary.btn-bordered {
    background-color: transparent;
    color: rgb(26, 188, 156);
}

.outline-success,
.outline-success:hover,
.outline-success:active {
    border: 2px solid rgb(46, 204, 113);
}

.outline-success, .outline-success.btn-bordered:hover {
    background-color: rgb(46, 204, 113);
    color: #ffffff;
}

.outline-success:hover,  .outline-success.btn-bordered {
    background-color: transparent;
    color: rgb(46, 204, 113);
}

.outline-info,
.outline-info:hover,
.outline-info:active {
    border: 2px solid rgb(52, 152, 219);
}

.outline-info, .outline-info.btn-bordered:hover {
    background-color: rgb(52, 152, 219);
    color: #ffffff;
}

.outline-info:hover,  .outline-info.btn-bordered {
    background-color: transparent;
    color: rgb(52, 152, 219);
}

.outline-warning,
.outline-warning:hover,
.outline-warning:active {
    border: 2px solid rgb(241, 196, 15);
}

.outline-warning, .outline-warning.btn-bordered:hover {
    background-color: rgb(241, 196, 15);
    color: #ffffff;
}

.outline-warning:hover,  .outline-warning.btn-bordered {
    background-color: transparent;
    color: rgb(241, 196, 15);
}

.outline-danger,
.outline-danger:hover,
.outline-danger:active {
    border: 2px solid rgb(231, 76, 60);
}

.outline-danger, .outline-danger.btn-bordered:hover {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.outline-danger:hover,  .outline-danger.btn-bordered {
    background-color: transparent;
    color: rgb(231, 76, 60);
}

.outline-inverse,
.outline-inverse:hover,
.outline-inverse:active {
    border: 2px solid rgb(52, 73, 94);
}

.outline-inverse, .outline-inverse.btn-bordered:hover {
    background-color: rgb(52, 73, 94);
    color: #ffffff;
}

.outline-inverse:hover,  .outline-inverse.btn-bordered {
    background-color: transparent;
    color: rgb(52, 73, 94);
}

.outline-color,
.outline-color:hover,
.outline-color:active {
    border: 2px solid #2ecc71;
}

.outline-color, .outline-color.btn-bordered:hover {
    background-color: #2ecc71;
    color: #ffffff;
}

.outline-color:hover,  .outline-color.btn-bordered {
    background-color: transparent;
    color: #2ecc71;
}

.btn-outline:not(.btn-rounded) {
    border-radius: 0;
}


/****
  CH
****/
.checkbox, .radio {
  padding-left: 0px;
}

.checkbox {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.checkbox:hover {
  color: rgba(0, 0, 0, 0.5);
}
.checkbox:hover .icheckbox {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.checkbox .icheckbox {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  display: inline-block;
  height: 25px;
  margin-right: 15px;
  position: relative;
  width: 25px;
  top: -1px;
}
.checkbox .icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #1c1c1c;
  content: "\f00c";
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 12px;
  margin: auto;
}
.checkbox .icheckbox.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}




input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 18px;
  outline: none !important;
  padding: 10px;
  width: 100%;
  height: inherit;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(124, 213, 205, 1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(124, 213, 205, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(124, 213, 205, 1);
}
input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(124, 213, 205, 1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(124, 213, 205, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(124, 213, 205, 1);
}

.iradio {
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: whitesmoke;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
.iradio:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: #1c1c1c;
}
.iradio.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.input-group-addon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}


.bootstrap-select {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.bootstrap-select .selectpicker {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  color: #747474;
  font-weight: normal;
}
.bootstrap-select .selectpicker:focus, .bootstrap-select .selectpicker:active {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  outline: none !important;
}
.bootstrap-select .selectpicker:hover {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.bootstrap-select .selectpicker .caret {
  border: none;
}
.bootstrap-select .selectpicker .caret:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #5a9590;
  content: "\f107";
  font-size: 18px;
  position: absolute;
  top: -7px;
  right: 5px;
}
.bootstrap-select .selectpicker .filter-option {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 0px;
  position: relative;
}
.bootstrap-select .selectpicker .filter-option:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #5a9590;
  content: "\f00c";
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  bottom: -5px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  border: none;
}
.bootstrap-select .dropdown-menu {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid whitesmoke;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 3px;
  padding: 0;
  padding-left: 0 !important;
}
.bootstrap-select .dropdown-menu.selectpicker {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}
.bootstrap-select .dropdown-menu li:first-child a, .bootstrap-select .dropdown-menu li.selected a {
  background-color: transparent;
  color: #9c9c9c;
  padding-left: 15px;
}
.bootstrap-select .dropdown-menu li:first-child a:hover, .bootstrap-select .dropdown-menu li.selected a:hover {
  background-color: transparent;
  color: #9c9c9c;
  padding-left: 15px;
}
.bootstrap-select .dropdown-menu li a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #747474;
  font-size: 16px;
  padding: 15px 15px;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #5a9590;
  color: #fff;
  padding-left: 20px;
}
.bootstrap-select.open .selectpicker {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/****
  Animations
****/

@media (min-width: 992px) {
  .animation-fade-in {
    -webkit-animation-name: animation-fade-in;
    -moz-animation-name: animation-fade-in;
    -ms-animation-name: animation-fade-in;
    animation-name: animation-fade-in;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -ms-animation-duration: 0.1s;
    animation-duration: 0.1s;
  }
  @-webkit-keyframes animation-fade-in {}
  @-moz-keyframes animation-fade-in {}
  @-ms-keyframes animation-fade-in {}
  @keyframes animation-fade-in {}
  @-webkit-keyframes animation-fade-in {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }
  }
  @-moz-keyframes animation-fade-in {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }
  }
  @-ms-keyframes animation-fade-in {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }
  }
  @keyframes animation-fade-in {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }
  }
  .animation-fade-out {
    -webkit-animation-name: animation-fade-out;
    -moz-animation-name: animation-fade-out;
    -ms-animation-name: animation-fade-out;
    animation-name: animation-fade-out;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -ms-animation-duration: 0.1s;
    animation-duration: 0.1s;
  }
  @-webkit-keyframes animation-fade-out {}
  @-moz-keyframes animation-fade-out {}
  @-ms-keyframes animation-fade-out {}
  @keyframes animation-fade-out {}
  @-webkit-keyframes animation-fade-out {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }
  }
  @-moz-keyframes animation-fade-out {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }
  }
  @-ms-keyframes animation-fade-out {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }
  }
  @keyframes animation-fade-out {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
    }
  }
  .fade-in {
    -webkit-opacity: 0 !important;
    opacity: 0 !important;
  }
  .fade-in.navigation {
    margin-top: -20px;
  }

  .move {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: 50px;
    position: relative;
  }
}
.navigation {
  -xmoz-transition: 0.3s;
  -xwebkit-transition: 0.3s;
  txransition: 0.3s;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.navigation .navbar {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: table;
  margin-bottom: 0;
  min-height: inherit;
  padding: 25px 0;
  width: 100%;
}

		        @media only screen and (max-width: 1200px) {
            .navigation .navbar {
               padding: 15px 0;
            }
			.navigation .navbar .navbar-collapse .nav li.active .dropdown-menu li a {
				font-size: 9px;
			}
        }


.navigation .navbar .navbar-header .navbar-brand {
  padding: 0;
  height: inherit;
}
.navigation .navbar .navigation-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.navigation .navbar .navbar-collapse {
  float: none !important;
  padding-right: 0;
}
.navigation .navbar .navbar-collapse .nav {
  float: right;
}
 .nav li {
    border-right: 1px solid #ddd;
}

.nav li:last-child {border-right: #fff;}

.navigation .navbar .navbar-collapse .nav li {
  margin-left: 0px;

}
/* me */
.dropdown-menu li {
  margin-left: 0px !important;
}
.navbar-nav > li > .dropdown-menu {top:28px; left:10px !important;}
.navigation .navbar .navbar-collapse .nav li.active > a {
      background-color: #5a9590 !important;
  color: #f7f7eb !important;

}
.navigation .navbar .navbar-collapse .nav li.active a:after {
  background-color: #5a9590;
  width: 100%;
}

.navigation .navbar .navbar-collapse .nav li.active .dropdown-menu li {
  padding-left: 0px;
    border-right: 0px;
}

.navigation .navbar .navbar-collapse .nav li.active .dropdown-menu li a {
  -moz-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 6px;
  position: relative;
  color: #6f6f69;
}

.navigation .navbar .navbar-collapse .nav li.active .dropdown-menu li a:after {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-timing-function: none;
  background-color: none;
  content: "";
  left: 0;
  height: 0px;
  width: 0%;
  position: absolute;
  bottom: 0;
}
.navigation .navbar .navbar-collapse .nav li.active .dropdown-menu li a:hover {
  background-color: #d5eeea;
  color: #5a9590;
  transition:none;
}
.navigation .navbar .navbar-collapse .nav li.active .dropdown-menu li a:hover:after {
  background-color: #5a9590;
  width: 100%;
}






.navigation .navbar .navbar-collapse .nav li .dropdown-menu li {
  padding-left: 0px;
    border-right: 0px;
}

/*dropdown*/
.navigation .navbar .navbar-collapse .nav li .dropdown-menu li a {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  position: relative;
  color: #6f6f69;
}

.navigation .navbar .navbar-collapse .nav li .dropdown-menu li a:after {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-timing-function: none;
  background-color: none;
  content: "";
  left: 0;
  height: 0px;
  width: 0%;
  position: absolute;
  bottom: 0;
}
.navigation .navbar .navbar-collapse .nav li .dropdown-menu li a:hover {
  background-color: #d5eeea;
  color: #5a9590;
}
.navigation .navbar .navbar-collapse .nav li .dropdown-menu li a:hover:after {
  background-color: #5a9590;
  width: 100%;
}




.navigation .navbar .navbar-collapse .nav li a {
  -moz-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
  color: #747474;
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px;
  position: relative;
}

@media (max-width: 1200px) {
.navigation .navbar .navbar-collapse .nav li a {
font-size: 13px;
}
}
.navigation .navbar .navbar-collapse .nav li a:after {
/*
oldstuff
  -xmoz-transition: 0.8s;
  -xwebkit-transition: 0.8s;
  txransition: 0.8s;
  -xmoz-transition-timing-function: cubic-bezier(0.25, 0, 0, 1);
  -xwebkit-transition-timing-function: cubic-bezier(0.25, 0, 0, 1);
  txransition-timing-function: cubic-bezier(0.25, 0, 0, 1);
  background-color: #5a9590;
  content: "";
  left: 0;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0; */
    background-color: #5a9590 !important;
  color: #f7f7eb !important;

}
.navigation .navbar .navbar-collapse .nav li a:hover {
  background-color: #5a9590;
  color: #f7f7eb;
}
.navigation .navbar .navbar-collapse .nav li a:hover:after {
  background-color: #5a9590;
  width: 100%;
}
.navigation .navbar .navbar-collapse .nav li a:active, .navigation .navbar .navbar-collapse .nav li a:focus {
  background-color: transparent;
}
.navigation-wrapper {padding-top:3px;}

@media (min-width: 1200px) {
  .book-thumb {width:150px; height:auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {

  .book-thumb {width:150px; height:auto;}
}
@media (min-width: 768px) and (max-width: 991px) {


  .nav-tabs li a {
    font-size: 18px;
  }

  .speaker .image img {
    height: 140px;
    width: 140px;
  }

  .ticket header h3 {
    font-size: 32px;
  }
  
  .book-thumb {width:150px; height:auto;}
}
@media (max-width: 767px) {
 
 .navbar-brand nav
 {float: none; text-align: center; display:block; width: 100%;}
  .navigation-wrapper {
    display: inherit !important;
  }

  .navigation {
    position: relative !important;
  }
  .navigation .navbar {
    display: block !important;
    padding: 15px 0 !important;
    width: 100%;
  }
  .navigation .navbar .navbar-header {
    position: relative;
  }
  .navigation .navbar .navbar-brand a img {
    max-width: 100% !important;
  }
  .navigation .navbar .navbar-collapse {
    border-top: none;
    max-height: inherit;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation .navbar .navbar-collapse .nav {
    float: inherit !important;
  }
  .navigation .navbar .navbar-collapse .nav li a {
    padding: 10px;
  }
  .xxxdropdown-active > .dropdown-menu{margin-left:30px !important;}
  .navigation .navbar .collapse.in {
    display: block !important;
  }
  .navigation .navbar .navbar-toggle {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    bottom: 0;
    display: block !important;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    height: 22px;
    padding: 0;
    z-index: 2;
  }
  .navigation .navbar .navbar-toggle .icon-bar {
    background-color: #333;
  }

  .nav-tabs li {
    margin-right: 0;
  }
  .nav-tabs li a {
    font-size: 24px;
    padding: 0;
    margin-bottom: 10px;
  }

 
  .wrapper {
    display: block;
  }
  .navigation .navbar {min-height:76px;}
  .navbar-toggle {padding-right:10px !important;}
  .toggle-wrapper {background: #444; border-radius:6px;  position: absolute;  right: -10px;  width: 92px;  top: 10px;  height: 30px;}
  .menu-label {position:absolute; left:-50px; top:0px; color:#ddd; padding-right:30px;}
  .icon-bar {background:#ddd !important;}
  .navigation .navbar .navbar-brand a img {width:190px; padding-top:6px;}
  
  
  .dropdown-menu {margin-left:30px !important;}
  
  .homepage-list-fix {margin-left:0px !important; left:0% !important; text-align:center !important; padding-left:0px !important;}
  
  .book-thumb {width:75px; height:auto;}
}

.book-cover-sidebar {max-width:140px;}

