/* Hover states to match navbar menu item hover. */
.toggle-right {
	position: absolute;
	color: #fff;
	background: #f58220;
	cursor: pointer;
	text-align: center;
	padding: 10px 17px;
	right: -60px;
	top: 0px;
	border-radius: 0px 0px 5px 5px;
	-webkit-transition: -webkit-transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
	transform: translate( 0px, 0px );
	-ms-transform: translate( 0px, 0px );
	-o-transform: translate( 0px, 0px );
	-webkit-transform: translate( 0px, 0px );
	-moz-transform: translate( 0px, 0px );
	-webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.6);
	box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.6);
	z-index: 50;
}
.headertop .toggle-right:hover {
   background:#0072bc;
   color: #fff;
}
/*.toggle-right.active{
    background:#f58220;
	}*/

[canvas=container], [off-canvas] {
 margin: 0;
 padding: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
[canvas=container] {
 width: 100%;
 height: 100%;
 overflow-y: auto;
 position: relative;
 -webkit-overflow-scrolling: touch;
}
[canvas=container]:before, [canvas=container]:after {
	clear: both;
	content: '';
	display: table;
}
[off-canvas] {
 display: none;
 position: fixed;
 overflow: hidden;
 overflow-y: auto;
 background-color: black;
 -webkit-overflow-scrolling: touch;
}
[off-canvas*=top] {
 width: 100%;
 height: 255px;
 top: 0;
}
 [off-canvas*=right] {
 height: 100%;
 top: 0;
 right: 0;
}
[off-canvas*=bottom] {
 width: 100%;
 height: 255px;
 bottom: 0;
}
 [off-canvas*=left] {
 width: 350px;
 height: 100%;
 top: 0;
 left: 0;
 background:#fff;
}
 [off-canvas*=reveal] {
 z-index: 0;
}
 [off-canvas*=push] {
 z-index: 1;
}
 [off-canvas*=overlay] {
 z-index: 9999;
}
[canvas], [off-canvas] {
 -webkit-transform: translate( 0px, 0px );
 -ms-transform: translate( 0px, 0px );
 transform: translate( 0px, 0px );
 -webkit-transition: -webkit-transform 300ms ease;
 transition:         transform 300ms ease;
 -webkit-backface-visibility: hidden;
}
.sidebar {
	padding: 60px 60px 50px;
	background: #f58220;
	width: 100%;
	z-index: 500;
	height: auto;
}
.sidebar .searchbg {
	background: none;
	padding: 0px;
}
.sidebar .searchbg input[type="text"] {
	padding: 8px 15px 8px 0px;
	height:38px;
}
/*.sidebar .form-horizontal{
	display:inline-block;
	vertical-align:top;	
	text-align:left;
	}	

.sidebar .btn-submit{
	border:1px solid #0072bc;
	}
*/	
	
/*.sidebar .form-horizontal p.error{
	color:#fff;
	}*/	
.sidebar .searchbg .btn-submit{
	border:1px solid #0072bc;
	height:38px;
	padding:5px 25px
	}	
.sidebar .searchbg .btn-submit:hover{
	border:1px solid #fff;
	background:#f58220;
	color:#fff;
	}
.sidebar  .searchbg .form-control:focus,
.sidebar  .searchbg .form-control{
	border-bottom: 1px solid #fff;
	}
.sidebar .searchbg select, .sidebar #search_form select	{
	color: #fff;
	background:url(../images/select-dropdown.png) right 14px no-repeat;
	border-bottom: 1px solid #fff;
	}
.searchtag {
	text-align: left;
	width: 100%;
	display: inline-block;
	color: #fff;
}
.searchtag span, .searchtag a {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.searchtag span {
	margin-right: 15px;
	text-transform: capitalize;
}
.searchtag a {
	margin: 0px 5px;
	padding: 4px 10px 3px;
	font-size: 13px;
	color: #fcdece;
	border: 1px solid #fabc88;
}
.sidebar .titlesearch span {
	color: #f58220;
	font-size: 24px;
}
.sidebar .titlesearch span::before {
	background-image: none;
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 20px;
}
@media print {
 [canvas] {
 -webkit-transform: translate( 0px, 0px ) !important;
 -ms-transform: translate( 0px, 0px ) !important;
 transform: translate( 0px, 0px ) !important;
}
 [off-canvas] {
 display: none !important;
}
}
@media only screen and (max-width:1680px) {
}
@media only screen and (max-width:1600px) {
}
@media only screen and (max-width:1366px) {
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1024px) {
.toggle-right {
	right: -10px;
	padding: 8px 12px;
}
.sidebar {
	padding: 40px 0px;
}
}
@media only screen and (max-width:999px) {
}
 @media only screen and (max-width:640px) {
.toggle-right {
	padding: 6px 10px;

}

.sidebar .form-horizontal {
	width: 100%;
}
.sidebar {
	padding: 30px 20px 0px;
}
}
@media only screen and (max-width:480px) {
.searchtag a, .searchtag span {
	margin-bottom: 10px;
}
.mobilesmuser .toggle-right {
	right: 0px;
	padding: 8px 12px;
	top:-33px;
}

}
@media only screen and (max-width:375px) {
.searchtag a, .searchtag span {
	margin-bottom: 10px;
}
}
