/* search form */
.searchform {
	margin:0;
}
.searchform.searchform-nonphone {
	display:inline-block;
}
.searchform.searchform-phone {
	display:block;
	margin:1em 0.5em;
}

.searchform.searchform-nonphone .search {
	width: 175px;
	font-size:12px;
	padding:0 4px;
	height:18px !important;
	position:relative;
	border: 0;
	background: #c4cfe1;
	border-radius:3px;
	color:black !important;

}

.searchform.searchform-nonphone .search::-webkit-input-placeholder {
   color: #3d557b;
}

.searchform.searchform-nonphone .search:-moz-placeholder { /* Firefox 18- */
   color: #3d557b;  
}


.searchform.searchform-nonphone .search:-ms-input-placeholder {  
   color: #3d557b;  
}

.searchform.searchform-nonphone .search:focus {
	background:white;
}


.searchform.searchform-nonphone {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}



/*email form */
.topitems .text,
.sharing-email-form .text {
	width:100% !important;
}
.sharing-email-form {
	margin:-10px 0;
}
.topbar.topbar-nonphone {
	margin-top: -7px;
	float:right;
	text-align:right;
	font-size:80%;
}
.topbar.topbar-phone {
	border:1px solid #8192AD;
	border-radius: 5px;
	margin:1em 0.5em 0.25em 0.5em;
	padding:20px 10px 10px 10px;
	background: rgba(255,255,255,0.1);
	/*border-top: 1px solid #8192AD;*/
}

.topbar a,
.topbar a:link,
.topbar a:visited {
	text-transform:uppercase;
	text-decoration:none;
	height:20px;
}

.topitems {/* it's like a btn-group */
	margin: 0;
	position:relative;
	font-size:0;
	white-space:nowrap;
	z-index:1000;	

}
.topitems.topitems-nonphone {
	float:left;
	text-align:right;
}
.topitems.topitems-nonphone > .topitem {
	border-top:none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.topitems.topitems-nonphone > .topitem + .topitem {
	margin-left: -1px;
}
.topitems.topitems-nonphone > .topitem:first-child {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottom-left: 4px;
	-moz-border-radius-top-left: 0px;
}
.topitems.topitems-nonphone > .topitem:last-child {
	margin-left: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottom-right: 4px;
	-moz-border-radius-top-right: 0px;
}
.topitems.topitems-phone {
	margin-top:-5px !important;
}
.topitems .topitem {
	border: 1px solid #bbbbbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	background: #546c92; 
	background: -moz-linear-gradient(top,  #546c92 0%, #2a446d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546c92), color-stop(100%,#2a446d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #546c92 0%,#2a446d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #546c92 0%,#2a446d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #546c92 0%,#2a446d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #546c92 0%,#2a446d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546c92', endColorstr='#2a446d',GradientType=0 ); /* IE6-9 */
	color:white;
	font-size: 100%;
	text-shadow:0 1px rgba(0,0,0,0.5);
	font-size:12px;
	padding:2px 10px;

}
.topitems .btn.active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.topitems.topitems-nonphone .btn {
	font-size:10px;
}
.topitems .btn i {
	font-size:14px;
	position:relative;
	top:2px;
	margin-right:2px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.topitems .btn i {
	}
}
@media (max-width: 979px) {
	.topitems.topitems-nonphone > a > i {
		top:1px;
	}
	.topitems.topitems-nonphone > a > span {
		display:none;
	}
	.topitems.topitems-nonphone a.btn {

	}
	.topitems.topitems-phone {
		padding-left:1em;
	}
	.topitems.topitems-phone a.btn {
		margin:0 0.25em;
	}
}
@media (max-width: 400px) {
	.topitems.topitems-phone > a > span {
		font-size:0.75em;
	}
}
@media (max-width: 350px) {
	.topitems.topitems-phone {
		text-align:center;
		margin: auto;
	}
	.topitems.topitems-phone a.btn {
		margin:0 .125em;
	}
	.topitems.topitems-phone > a {
		padding-top:4px;
		padding-bottom:4px;
	}
	.topitems.topitems-phone > a > i {
		display:none;
	}
}
	
/* topdrops */
.topdrops {
	position:relative;
}
.topdrops label {
	padding:.25em .5em .25em .5em; 
	border:1px solid #dddddd; 
	background:white;
	border-bottom:0;
}

.topdrop {
	text-align:left;
	z-index:1000;
}
.topdrop.topdrop-nonphone {
	background:white;
	background:rgba(255,255,255,.9);
	margin:10px 0 0 0;
	border:1px solid #CCCCCC; 
	width: 350px; 
	border-radius:8px;
	box-shadow: 0 0 3px #ccc;
	padding: 20px; 
	left:0;
	top:20px;
	position: absolute; 
}
@media (max-width: 979px) {
	.topdrop.topdrop-nonphone {
		width: 250px !important; 
	}
}
.topdrop.topdrop-phone {
	display:block;
	padding:0.5em 0.25em;
}
.topdrop label {
	border:0 !important;
	background:none !important;
	padding:0;
	margin:0;
}
.topdrop.topdrop-phone .control-group input {
	margin-bottom:0;
}
.topdropclose {
	float:right; 
	margin-top:-20px; 
	text-align:right; 
	margin-right:-20px;
	padding:0;
	line-height:normal;
}
.topdropclose a,
.topdropclose a:link,
.topdropclose a:visited {
	text-decoration:none;
	padding: 6px 6px 0 6px; 
	display:block;
	font-weight:bold;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 7px;
	background: #ff3019; /* Old browsers */
}
.topdropclose a:hover {
	background: #ce1f0b;
	color:white;
}
/* //sharedrop */

/* share links */
.share {
	background:white;
	border:1px solid #dddddd;
	margin:0; 
	padding:1em 2em;
  	padding:0;
	border-radius: 8px;
}
.share li {
  list-style-type: none;
  border-bottom: 1px dotted #DDDDDD;
}
.share li:first-child {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.share li:last-child {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.share li a, 
.share li a:link,
.share li a:visited {
	text-decoration: none;
	color: black !important;
	display:block;
	padding:.5em;
}
.share li:hover {
	background:#f0f0f0;
}
.share li a img { /* share link icons */
	border:0;
	float:left;
	margin-right: .5em;
	padding: .1em;
	background:white;
}

