html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body.dual {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
}

.dual .container {
  width: 80%;
  margin: 0 auto;
}
.vuze-intro{width:80%; margin:0px auto;}
.container:before, .container:after{
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.navbar-brand, .leap-download-btn strong, .vuze-download-btn strong, .included-icon, .social-fb, .social-t, .social-g {
  background: transparent url(/National_Library/20160521004321oe_/http://vuze.com/images/sprite.png) no-repeat 0 0;
}

/* Menu*/
header {
  font-family: 'Montserrat', sans-serif;
  background: #000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:3;
}

.navbar-header {
  float: left;
}

.navbar-brand {
  display: block;
  width: 140px;
  height: 50px;
  margin-top: 9px;
}

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.navbar-nav > li {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 26px 16px 21px 16px;
}

.navbar-nav > li:last-child {
  padding-right: 0;
}

.navbar-nav > li > a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.navbar-nav > li > a span {
  background: none;
  height: 2px;
  margin-top: 2px;
  display: block;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.navbar-nav > li > a:hover {
  color: #ffffff;
}

.navbar-nav > li > a:hover span {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=1);
  filter: alpha(opacity=1);
  opacity: 1;
  background: #ffffff;
}

.navbar-nav > li.active a {
  color: #3a8eff;
}

.navbar-nav > li.active a span {
  background: #398eff;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=1);
  filter: alpha(opacity=1);
  opacity: 1;
}

/* Products ============================================= */

li.dropdown a:after {
	display: inline-block;	
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
	color: #000;
}
li.dropdown {position:relative; margin:0px;}
#header li.dropdown div ul li {margin:0px; width:156px; padding:0px 2px; margin-bottom:0px; line-height:18px;}
li.dropdown div {
	position: absolute;
	margin-left: -40px;
	margin-top:8px;
	width: 160px;
	padding:0px 8px;
	height: 0px;	
	overflow:hidden;
	-webkit-transition: height 0.4s linear;
	-moz-transition: height 0.4s linear;
	transition: height 0.4s linear;
	z-index: 2;
}
li.dropdown:hover div {
	height: 200px;	
}
#header li.dropdown div ul {
	position: relative;
	margin-top: 8px;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	text-align: left;
	width: 160px;
	line-height: 30px;
	padding: 2px 0 5px;
	border-radius: 3px;
}
li.dropdown ul {
	background: #f3fbfe; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3fbfe 0%, #e0edf3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3fbfe), color-stop(100%,#e0edf3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3fbfe 0%,#e0edf3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3fbfe 0%,#e0edf3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3fbfe 0%,#e0edf3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3fbfe 0%,#e0edf3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbfe', endColorstr='#e0edf3',GradientType=0 ); /* IE6-9 */
	border:1px solid #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
li.dropdown ul li a {
	position: relative;
	display:block;
	padding: 5px 20px 6px 4px;
	color:#003665;
	font-size:12px;
	text-shadow:none;	
}
li.dropdown ul li {border-bottom:1px dotted #ccc;}
li.dropdown ul li.last {border-bottom:none;}
li.dropdown ul li a:hover {
	background-color: #d7eefa;
	color:#003665 !important;
	border-radius:2px;
	-webkit-border-radius:2px
	-moz-border-radius:2px;
}
li.dropdown:nth-child(1) ul li a:hover {
	text-decoration: none;
	background-color: #800000;
}

li.dropdown:nth-child(1) ul li a {
	border-bottom: 1px solid #1a5d9b;
}
li.dropdown.legal div{width:200px;}
/* HP Intro */
.hp {
  background: url(/National_Library/20160521004321oe_/http://vuze.com/images/hpbgr.png) 0 0;
  padding-top: 60px;
}

.hp h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #494949;
  font-size: 3.15vw;
  font-weight: 400;
  margin: 34px 0 30px 0;
  text-align: center;
}

.vuze-intro:before, .vuze-intro:after{
  display: table;
  content: " ";
}

.vuze-intro:after {
  clear: both;
}

.leap-download, .vuze-download {
  float: left;
  width: 50%;
  text-align:center;
}

.leap-download-box, .vuze-download-box {
  width: 423px;
  margin: 0 auto;  
}

.leap-download img, .vuze-download img {
  width: 82%;  
}

.leap-download-title, .vuze-download-title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 50px;
  color: #010101;
}

.leap-download-title {
  font-weight: 400;
  margin: 0 0 9px -6px;
}

.vuze-download-title {
  font-weight: 800;
  margin: 0 0 9px -10px;
}

.leap-download-title span, .vuze-download-title span {
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  margin-left: 20px;
  text-transform: lowercase;
  vertical-align: middle;
}

.leap-download-title span {
  font-weight: 200;
  color: #5c5c5c;
  width: 140px;
}

.vuze-download-title span {
  font-weight: 600;
  color: #545454;
  width: 137px;
}

.leap-download-title span:first-letter, .vuze-download-title span:first-letter {
    text-transform: uppercase;
}

.leap-download-btn {
  display: inline-block;
  background: #50b4e1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #50b4e1 0%, #0266cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b4e1), color-stop(100%,#0266cc));
  background: -webkit-linear-gradient(top,  #50b4e1 0%,#0266cc 100%);
  background: -o-linear-gradient(top,  #50b4e1 0%,#0266cc 100%);
  background: -ms-linear-gradient(top,  #50b4e1 0%,#0266cc 100%);
  background: linear-gradient(to bottom,  #50b4e1 0%,#0266cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b4e1', endColorstr='#0266cc',GradientType=0 );
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  text-decoration: none;
}

.leap-download-btn span {
  display: block;
  margin: 1px;
  background: #0090d4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTBkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #0090d4 0%, #0066cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0090d4), color-stop(100%,#0066cc));
  background: -webkit-linear-gradient(top,  #0090d4 0%,#0066cc 100%);
  background: -o-linear-gradient(top,  #0090d4 0%,#0066cc 100%);
  background: -ms-linear-gradient(top,  #0090d4 0%,#0066cc 100%);
  background: linear-gradient(to bottom,  #0090d4 0%,#0066cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090d4', endColorstr='#0066cc',GradientType=0 );
  padding: 17px 25px 14px 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 23px;
  text-shadow: 1px 1px 0 #074686;
}

.leap-download-btn span strong {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-position: -40px -55px;
  -webkit-box-shadow: 0 0 8px 1px rgba(38,184,255,0.4);
  box-shadow: 0 0 8px 1px rgba(38,184,255,0.4);
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  vertical-align: middle;
  margin: -2px 25px 0 0;
}

.vuze-download-btn {
  display: inline-block;
  background: #81c350;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYzM1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTg2MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #81c350 0%, #418602 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81c350), color-stop(100%,#418602));
  background: -webkit-linear-gradient(top,  #81c350 0%,#418602 100%);
  background: -o-linear-gradient(top,  #81c350 0%,#418602 100%);
  background: -ms-linear-gradient(top,  #81c350 0%,#418602 100%);
  background: linear-gradient(to bottom,  #81c350 0%,#418602 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c350', endColorstr='#418602',GradientType=0 );
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  text-decoration: none;
}

.vuze-download-btn span {
  display: block;
  margin: 1px;
  background: #47a700;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3YTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjg2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #47a700 0%, #3f8600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47a700), color-stop(100%,#3f8600));
  background: -webkit-linear-gradient(top,  #47a700 0%,#3f8600 100%);
  background: -o-linear-gradient(top,  #47a700 0%,#3f8600 100%);
  background: -ms-linear-gradient(top,  #47a700 0%,#3f8600 100%);
  background: linear-gradient(to bottom,  #47a700 0%,#3f8600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a700', endColorstr='#3f8600',GradientType=0 );
  padding: 17px 25px 14px 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 23px;
  text-shadow: 1px 1px 0 #244d00;
}

.vuze-download-btn span strong {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-position: -1px -55px;
  -webkit-box-shadow: 0 0 8px 1px rgba(91,225,25,0.4);
  box-shadow: 0 0 8px 1px rgba(91,225,25,0.4);
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  vertical-align: middle;
  margin: -2px 25px 0 0;
}

.which-is-right {
  padding: 40px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  margin-top: 0px;
}

.which-is-right a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #3878ab;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.which-is-right a:hover {
  color: #56a6e7;
}

.which-is-right-grid {
  background: #e0e0e0 url(/National_Library/20160521004321oe_/http://vuze.com/images/which-is-right-bgr.jpg) 0 0;
  padding: 70px 0;
  margin-top:275px;
}

.comparison-grid {
border-collapse: collapse;
}

.comparison-grid th {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  width: 27%;
  padding: 10px 15px 20px 15px;
  text-shadow: 1px 0 0 #ebebeb;
}

.comparison-grid th span {
  color: #dadada;
  font-weight: 300;
}

.comparison-grid th p {
  margin: 0;
}

.comparison-grid th:first-child {
  width: 19%;
}

.comparison-grid td {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 15px;
  padding: 9px 15px;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  height: 30px;
}

.comparison-grid tr td:first-child {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-size: 13px;
  line-height: 15px;
  color: #434343;
}

.comparison-grid tr:last-child td {
  font-size: 12px;
  color: #616060;
  height: 15px;
  padding-top: 7px;
}

.comparison-grid tr:first-child, .comparison-grid tr:nth-child(odd) {
  background: transparent;
}

.comparison-grid tr:nth-child(even) {
  background: rgba(15,15,15,0.10);
}
.dual th a {
	background: #47a700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3YTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjg2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #47a700 0%, #3f8600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47a700), color-stop(100%,#3f8600));
	background: -webkit-linear-gradient(top,  #47a700 0%,#3f8600 100%);
	background: -o-linear-gradient(top,  #47a700 0%,#3f8600 100%);
	background: -ms-linear-gradient(top,  #47a700 0%,#3f8600 100%);
	background: linear-gradient(to bottom,  #47a700 0%,#3f8600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a700', endColorstr='#3f8600',GradientType=0 );
	padding: 10px 20px 10px 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px 0 #244d00;
	border:1px solid #3f8600;
	white-space:nowrap;
}
.dual th a:visited {color:#fff;}
.included-icon {
  width: 25px;
  height: 24px;
  display: inline-block;
  background-position: -79px -54px;
  margin-top: 2px;
}

.grid-note {
  font-size: 12px;
  line-height: 10px;
  margin-right: -9px;
  margin-left: 3px;
  color: #202020;
  vertical-align: top;
  display: inline-block;
}

/* Footer */
footer {
  color: #bfbfbf;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: #090909;
  padding: 30px 0 0px;
}

footer .footer-box {
  float: left;
  width: 200px;
}

footer .footer-box-social {
  float: right;
  width: 121px;
  text-align: center;
}
footer .center-box {
  text-align:center ;
  margin:  0 auto  10px auto;
}

footer .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-nav > li {
  paddinh: 0 0 5px 0;
}

footer .footer-nav > li > a {
  font-size: 12px;
  font-weight: 400;
  color: #bfbfbf;
  text-decoration: none;
}

footer .footer-nav > li > a:hover {
  font-size: 12px;
  font-weight: 400;
  color: #585858;
}

.social-fb, .social-t, .social-g {
  background-color: #4f4f4f;
  display: inline-block;
  border-radius: 16px;
  padding: 16px;
  margin: 0 6px;
}

.social-fb {
  background-position: -3px -96px;
  margin-left: 0;
}

.social-t {
  background-position: -45px -96px;
}

.social-g {
  background-position: -88px -96px;
  margin-right: 0;
}

.social-fb:hover, .social-t:hover, .social-g:hover {
  background-color: #545454;
}
.disclaimer-ct{background: #090909; font-size:12px; margin-bottom:4px; padding:10px; text-align:center; color:#c0c0c0;}
.copyrights {text-align:center; font-size:11px; background-color:#000; margin-top:30px; padding:10px 0px 8px;}
.leap-download-title i {font-size:14px; vertical-align:top; position:absolute; margin-top:-20px; font-style:normal}
.vuze-download-title i {font-size:14px; vertical-align:top; position:absolute; margin-top:-20px; font-style:normal}
.content-text .container {font-size:13px; margin-top:13px; line-height:18px; text-align:center; border-top:1px solid #999; padding:30px 1% 0px; width:78%;}
.content-text .container h3 {color:#343434; margin-bottom:20px;}
.no-button {
	padding: 23px 25px 23px 18px;	
	width: 276px;
	margin: 0px auto;
	color:#333333;
}

.vuze-mac  .navbar-nav .dropdown ul {
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  border: 1px solid #D5D5D5;
}

.vuze-mac  .navbar-nav .dropdown ul li a {
  font-size: 12px;
  padding: 7px 20px 8px 6px;
}

.hp.vuze-mac  h1 {
  margin: 0;
  font-size: 3.15vw;
  line-height: 4.55vw;
  font-weight: 400;
  color: #494949;
}

.hp.vuze-mac  h2 {
  margin: 0;
  font-size: 2.55vw;
  line-height: 3vw;
  font-weight: 400;
  color: #7b8591;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.vuze-mac  > .container {
  padding-top: 22px;
}

.vuze-mac .vuze-intro {
  margin-top: 40px;
  width: 100%;
}

.vuze-mac .leap-download-box, .vuze-mac  .vuze-download  {
  padding: 0;
  text-align: center;
}

.vuze-mac .vuze-mac-free {
  display: inline-block;
  background: #50b4e1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #50b4e1 0%, #0266cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b4e1), color-stop(100%,#0266cc));
  background: -webkit-linear-gradient(top,  #50b4e1 0%,#0266cc 100%);
  background: -o-linear-gradient(top,  #50b4e1 0%,#0266cc 100%);
  background: -ms-linear-gradient(top,  #50b4e1 0%,#0266cc 100%);
  background: linear-gradient(to bottom,  #50b4e1 0%,#0266cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b4e1', endColorstr='#0266cc',GradientType=0 );
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  text-decoration: none;
}

.vuze-mac .vuze-mac-free span {
  display: block;
  margin: 1px;
  background: #0090d4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTBkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #0090d4 0%, #0066cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0090d4), color-stop(100%,#0066cc));
  background: -webkit-linear-gradient(top,  #0090d4 0%,#0066cc 100%);
  background: -o-linear-gradient(top,  #0090d4 0%,#0066cc 100%);
  background: -ms-linear-gradient(top,  #0090d4 0%,#0066cc 100%);
  background: linear-gradient(to bottom,  #0090d4 0%,#0066cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090d4', endColorstr='#0066cc',GradientType=0 );
  padding: 17px 25px 14px 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 23px;
  text-shadow: 1px 1px 0 #074686;
}

.vuze-mac .vuze-mac-free span strong {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-position: -40px -55px;
  -webkit-box-shadow: 0 0 8px 1px rgba(38,184,255,0.4);
  box-shadow: 0 0 8px 1px rgba(38,184,255,0.4);
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  vertical-align: middle;
  margin: -2px 25px 0 0;
}

.vuze-mac .vuze-mac-free font, .vuze-mac .vuze-mac-plus font {
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}

.vuze-mac .vuze-mac-plus {
  display: inline-block;
  background: #81c350;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYzM1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTg2MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #81c350 0%, #418602 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81c350), color-stop(100%,#418602));
  background: -webkit-linear-gradient(top,  #81c350 0%,#418602 100%);
  background: -o-linear-gradient(top,  #81c350 0%,#418602 100%);
  background: -ms-linear-gradient(top,  #81c350 0%,#418602 100%);
  background: linear-gradient(to bottom,  #81c350 0%,#418602 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c350', endColorstr='#418602',GradientType=0 );
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.56);
  text-decoration: none;
}

.vuze-mac .vuze-mac-plus span {
  display: block;
  margin: 1px;
  background: #47a700;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3YTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjg2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #47a700 0%, #3f8600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47a700), color-stop(100%,#3f8600));
  background: -webkit-linear-gradient(top,  #47a700 0%,#3f8600 100%);
  background: -o-linear-gradient(top,  #47a700 0%,#3f8600 100%);
  background: -ms-linear-gradient(top,  #47a700 0%,#3f8600 100%);
  background: linear-gradient(to bottom,  #47a700 0%,#3f8600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a700', endColorstr='#3f8600',GradientType=0 );
  padding: 17px 25px 14px 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 23px;
  text-shadow: 1px 1px 0 #244d00;
}

.vuze-mac .vuze-mac-plus span strong {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-position: -1px -55px;
  -webkit-box-shadow: 0 0 8px 1px rgba(91,225,25,0.4);
  box-shadow: 0 0 8px 1px rgba(91,225,25,0.4);
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  vertical-align: middle;
  margin: -2px 25px 0 0;
}

.vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
  background: transparent url(/National_Library/20160521004321oe_/http://vuze.com/images/vuze-mac-buttons.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 20px;
  top: 18px;
}

.vuze-mac .vuze-mac-plus span {
  background-position: right 0;
}

.vuze-mac  .vuze-mac-lm {
  text-align: center;
  margin-top: 13px;
}

.vuze-mac .vuze-mac-lm a {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #6b6b6b;
  text-decoration: underline;
}

.vuze-mac .vuze-mac-lm a:hover {
  color: #888888;
}

.vuze-mac .which-is-right-grid {
  margin-top: 260px;
}

.vuze-mac .leap-download-box, .vuze-mac .vuze-download-box {
    width: auto;	
  }

@media (max-width: 1480px) {
  .vuze-mac .vuze-mac-free, .vuze-mac .vuze-mac-plus {
    font-size: 20px;
    white-space: nowrap;
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
	top: 14px;  	  
  }
}

@media (max-width: 1200px) {
  .vuze-intro{width:98%;}
  .vuze-mac .vuze-mac-free,  .vuze-mac .vuze-mac-plus {
    font-size: 18px;
    width: 90%;
    margin: 0 auto; 
    text-align: left;
    display: block;
    white-space: nowrap;
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
    top: 12px;
  }
}

@media (max-width: 1100px) {
  .vuze-mac .vuze-mac-free,  .vuze-mac .vuze-mac-plus {
    font-size: 16px;
	padding-left: 70px;
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
    left: 15px;	  
  }
}

@media (max-width: 970px) {
  .hp h1 {
    font-size: 3.13vw;
  }
  .leap-download-box, .vuze-download-box {
    width: 280px;	
  }
  .leap-download-btn, .vuze-download-btn {font-size:18px;}
  .leap-download-btn span, .vuze-download-btn span{font-size:18px;}
  .leap-download-title, .vuze-download-title {font-size:48px}
  .vuze-mac .leap-download-box, .vuze-mac  .vuze-download-box {
    width: auto;	
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
    left: 8px;	 
    top: 10px;	
  }
  .vuze-mac .vuze-mac-free,  .vuze-mac .vuze-mac-plus {
    font-size: 14px;
    padding-left: 65px;
  }
}

@media (max-width: 920px) {
  .navbar-nav > li {
    padding: 26px 7px 21px 7px;
	font-size: 13px;
  }
  .dual header .container { 
    width: 100%; 
  }
  .navbar-header {
    margin-left: 25px;
  }
  .navbar-nav {
    margin-right: 25px;
  }
  .leap-download-box, .vuze-download-box {
    width: 280px;	
  }
  th a {font-size:11px; padding:10px 5px; display:inline-block; width:100px;}
  .leap-download-btn span strong, .vuze-download-btn span strong {
    margin-right: 14px;
  }
  .leap-download-title, .vuze-download-title {
    font-size: 60px;
  }
  .leap-download-title span, .vuze-download-title span {
    font-size: 18px;
    line-height: 18px;
	margin-left: 15px;
  }
  .leap-download-title span {
    width: 126px;
  }
  .vuze-download-title span {
    width: 120px;
  }
  .comparison-grid th {
    font-size: 17px;
	padding: 5px 7px 10px 7px;
  }
  .comparison-grid th span {
    display: block;
  }
  .comparison-grid td {
    font-size: 12px;
	padding: 4px 7px;
	height: 35px;
  }
  footer .footer-box {
    width: 150px;
  }
}

@media (max-width: 880px) {
  .leap-download {
    float: none;
	width: 100%;
	margin-bottom: 100px;
  }
  .vuze-download {
    float: none;
	width: 100%;
	margin-bottom: 45px;
  }
  .comparison-grid td {
    padding: 3px;
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
    left: 14px;	 
    top: 13px;	
  }
  .vuze-mac .vuze-mac-free,  .vuze-mac .vuze-mac-plus {
    font-size: 20px;
    padding-left: 70px;
  }
}

@media (max-width: 730px) {
  .which-is-right-grid  > .container {
    overflow: auto;
    border: 1px solid #c4c4c4;
  }
  .which-is-right-grid .comparison-grid th:last-child {
    padding-top: 7px;
  }
  .vuze-mac .which-is-right-grid, .which-is-right-grid {
    margin-top: 140px;
	padding-top: 50px;
  }
}

@media (max-width: 677px) {
  .navbar-header {
    float: none;
  }
  .navbar-nav {
    float: none;
	margin-left: 25px;
  }
  .navbar-nav > li  {
    padding: 5px 7px 6px 7px;
  }
  .vuze-mac .vuze-intro {
    margin-top: 90px;
  }
  .vuze-mac > .container {
    padding-top: 120px;
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
    left: 10px;	 
    top: 11px;	
  }
  .vuze-mac .vuze-mac-free,  .vuze-mac .vuze-mac-plus {
    font-size: 16px;
    padding-left: 65px;
  }
}

@media (max-width: 540px) {
  .hp {
    padding-top: 100px;
  }
  .hp h1 {
  font-size: 22px;
  }
  .leap-download-box, .vuze-download-box {
    margin: 0;
	width: 100%;
  }
  footer div.footer-box {
    float: none;
    margin-bottom: 20px;
  }
  footer div.footer-box-social {
    float: none;
    text-align: left;
    margin-top: 20px;
  }
  .vuze-mac .comparison-grid th {
    padding-top: 9px;
    padding-right: 9px;
  }
  .vuze-mac > .container {
    padding-top: 77px;
  }
}

@media (max-width: 470px) {
  .vuze-mac .vuze-intro {
    width: 100%;
    margin-top: 30px;	  
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
    left: 10px;	 
    top: 11px;	
  }
  .vuze-mac .vuze-mac-free,  .vuze-mac .vuze-mac-plus {
    font-size: 14px;
    padding-left: 65px;
  }
  .hp.vuze-mac h1 {
   font-size: 5.1vw;
  }
  .hp.vuze-mac h2 {
   font-size: 3.15vw;
  }
}

@media (max-width: 450px) {
  .leap-download-box a, .vuze-download-box a, #downloadify object, .leap-download-box, .vuze-download-box {
    width: 100%;
	display: block;
  }
  .leap-download-btn span, .vuze-download-btn span {
    text-align: left;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
  }
  .leap-download-btn span strong, .vuze-download-btn span strong {
    margin-right: 12px;
  }
  .vuze-mac .vuze-mac-free, .vuze-mac .vuze-mac-plus {
    width: auto;
  }
  .hp {
    padding-top: 100px;
  }
  .hp h1 {
  font-size: 22px;
  }
  .vuze-mac > .container {
  width: 100% ;
  }
  .vuze-mac .vuze-intro {
  margin-top: 50px;
  }
  .vuze-mac .leap-download {
  margin-bottom: 50px;
  }
  .vuze-mac .vuze-download {
  margin-bottom: 30px;
  }
  .vuze-mac .which-is-right-grid {
  margin-top: 140px;
  padding-top: 40px;
  }
  .vuze-mac .which-is-right-grid > .container {
  border: 1px solid #c4c4c4;
  }
}

@media (max-width: 370px) {
  .vuze-mac .vuze-mac-free, .vuze-mac .vuze-mac-plus {
  font-size: 15px;
  padding-left: 68px;
  }
  .vuze-mac .vuze-mac-free strong, .vuze-mac .vuze-mac-plus strong {
  left: 11px;
  top: 10px;
  }
}
/* Shop page */
.shop {
  background: #fff url(/National_Library/20160521004321oe_/http://vuze.com/images/hpbgr.png) 0 0;
  padding-top: 60px;
}

.shop h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #494949;
  font-size: 2.15vw;
  font-weight: 400;
  margin: 14px 0 8px 0;
  text-align: center;
}
.shop .section, .shop-disclaimer {width:1188px; margin:20px auto 0px; padding-bottom:20px;}
.shop-disclaimer {font-size:12px;}
.shop .section-title { margin:6px 0px;}
.shop .section-title h2 {margin:0px; line-height:24px; font-size:18px; font-weight:300;}
.shop .section-items {border:1px solid #e0e0e0; padding:10px;}
.shop .vr-info {font-size:13px;}
.shop .item {float:left; padding:8px 0px;}
.shop .item a {display:block; padding:0px 26px; width:181px;}
.shop .clear:after { content: "";  display: table;  clear: both;}
.shop .item .item-img{border:1px solid #f0f0f0; width:179px; height:179px; display:block; background-color:#fff; text-align: center; overflow:hidden; position:relative;}
.shop .item .item-img img{ display:inline; vertical-align:middle; position:absolute; margin:auto; left:0px; bottom:0px; top:0px; right:0px; transition: all .2s ease-in-out;}
.shop .srp {background-color:#fff;}
.shop .srp .item-title{font-size:12px; font-weight:400; color:#232323; line-height:15px; padding: 6px 0px 3px; margin: 0px 0px; display: block; height:45px; word-wrap: break-word; overflow:hidden;}
.shop .srp .item-price {font-size:12px; font-weight:600; color: 1264aa; line-height:14px; padding-bottom:4px; display:block;}
.shop .srp .item-btn{background-color:#1264aa; color:#fff; font-weight:500; display:block; text-align:center; padding:4px 0px;}
.shop .srp .item-price .ebay-label {font-weight:300; font-size:11px; color:#232323; float:right;}
.shop .item a:hover .item-btn{background-color:#00549c;}
.shop .item a:hover .item-img {background-color:#f0f0f0;}
.shop .item a:hover .item-img img {opacity:.8; transform: scale(1.1);}

.promo-disclaimer {width:980px; font-size:12px; color:#c0c0c0; margin:10px auto 0px;}
.footer-sale.promo {
	bottom: 0;
	position: fixed;
	z-index:999999;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	padding: 1em;
}
.search-box {width:60%; margin:0px auto; position:relative; padding-bottom:20px;}
.search-box input[type=text] {height:52px; padding:6px 46px 6px 6px; border-radius:6px; border:1px solid #ccc; width:100%; box-sizing:border-box; line-height:40px; color:#343434;}
.search-box .search-btn {position:absolute; right:6px; margin-top:6px;}