.btn-toogle-menu {
    display: none;
    float: right;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 10px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    outline: none;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn-toogle-menu:hover {
    background: #040404;
}

.btn-toogle-menu:focus {
    outline: none;
}

.btn-toogle-menu .line-bar {
    margin-top: 4px;
    display: block;
    width: 24px;
    height: 3px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -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);
}

.btn-toogle-menu .line-bar:first-child {
    margin-top: 0;
}
.sidrblur{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
	max-width:260px;
	width:80%;
    overflow-x: none;
    overflow-y: auto;
    font-family: Montserrat,"lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #444 url(/static/images/mobilebg.jpg) no-repeat;
    color: #fff;
    /*-webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb; */
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
    background-image: -o-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}

.sidr p a {
    color: rgba(51, 51, 51, 0.9)
}

.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr ul {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    border-top: 0px solid #222;
    border-bottom: 0px solid #444;
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 20px;
    border-top: 0px solid #444;
    border-bottom: 0px solid #222;
	overflow:hidden;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    /*border-top: none;*/
    line-height: 20px;
    /*background: rgba(0,0,0,.2);*/
	background: rgba(255,255,255,.1);
    border-top: 0px solid #444;
    border-bottom: 0px solid #222;    
}

.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    /* -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb; */
}

.sidr ul li a, .sidr ul li span {
    padding: 0 5px;
    display: block;
    text-decoration: none;
    color: #eee;
}

.sidr ul li a { font-size:15px; font-family: 'Open Sans', Montserrat-Light, sans-serif; text-transform: uppercase;
font-weight:300; }

.sidr ul li a:hover {
	color:#fff;
}

.sidr ul li ul {
    border-bottom: none;
    margin: 0
}

.sidr ul li ul li {
    line-height: 20px;
    font-size: 13px
}

.sidr ul li ul li:last-child {
    border-bottom: none
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 21px
}

.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
   /* -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb; */
}

.sidr ul li ul li a, .sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px
}

.sidr form {
    margin: 0 15px
}

.sidr label {
    font-size: 13px
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

.sidr input[type=button], .sidr input[type=submit] {
    color: #f8f8f8;
    background: #333
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9)
}

ul.sidr-class-alternate-menu.sidr-class-copyr { border-top:none; font-size:12px; color:#aaa; 
	font-family: 'Open Sans', sans-serif; padding-left:10px; font-weight:200; line-height:17px; }

ul.sidr-class-alternate-menu.sidr-class-tw-icon-facebook:before {
	content: '\e804';
	text-transform: none;
}

.tw-icon-gplus:before, .fa-gplus, .fa-gplus:before {
	/* content: '\e805'; */
	content: '\f0d5';
}

/* ################################## */
/* MOBILE SPECIFIC SOCIAL MEDIA ICONS */
/* ################################## */

.sidr-class-mlogo img { margin-top:25px !important; height:100px; width:auto; }
img.sidr-class-pthumb { height:35px; width:auto; border-radius: 50px; -moz-border-radius:50px; -webkit-border-radius:50px; overflow:hidden; }
.sidr-class-sliv { margin-left:7px; margin-bottom:7px; }

a.sidr-class-sign-out:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f08b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-home:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f015";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-quote-left:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-caret-right:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-map-marker:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f041";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-cog:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f013";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-phone-square:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f098";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-envelope:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f0e0";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-usd:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f155";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
	color:#ffffff;
	/*color:#14E06E;*/
}

a.sidr-class-shopping-cart:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f07a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-sliders:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f1de";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-user:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-phone:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f095";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}
 
a.sidr-class-question-circle:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f059";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-plus-circle:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color:#fff;	
/*	color:#14E06E;*/
}

a.sidr-class-power-off:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f011";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
	color:#ff0000;
}

a.sidr-class-play-circle:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f144";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-sitemap:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f0e8";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
	color:#14E06E;
}

a.sidr-class-picture-o:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f03e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}
 
a.sidr-class-lightbulb:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f0eb";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-users:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f0c0";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-code:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f121";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-refresh:before {
	color:#ccc;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f021";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-trophy:before {
	/*color: #FF4949;*/
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f091";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-medal:before {
	/*color: #FF4949;*/
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f5a2";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;		
}

a.sidr-class-heart-o:before {
	color:#FF4949;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;	
	content: "\f08a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-th-list:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f00b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-star:before {
	color: #eee;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	/*content: "\f005";*/
	content: "\2605";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-gift:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	/*content: "\f005";*/
	content: "\f06b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-barcode:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	/*content: "\f005";*/
	content: "\f02a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}


a.sidr-class-facebook:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	content: "\f09a";
	background:rgba(0,0,0,.3);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

 a.sidr-class-facebook:hover {
	background:#305fb3;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
}

a.sidr-class-twitter:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	content: "\f099";
	background:rgba(0,0,0,.3);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

 a.sidr-class-twitter:hover {
	background:#305fb3;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
}

a.sidr-class-linkedin:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
	content: "\f0e1";
	background:rgba(0,0,0,.3);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-linkedin:hover {
	background:#305fb3;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

a.sidr-class-emailicon:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
	content: "\f003";
	background:rgba(0,0,0,.3);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-emailicon:hover {
	background:#305fb3;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
}

a.sidr-class-instagram:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	content: "\f16d";
	background:rgba(0,0,0,.3);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

 a.sidr-class-instagram:hover {
	background:#305fb3;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
}

a.sidr-class-share-alt:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
	content: "\f1e0";
	background:rgba(0,0,0,.3);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;	
}

a.sidr-class-refresh {
	background:none;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #ccc;
	text-align: center;
	font-size: 16px;
	line-height: 40px;	
}

img.sidr-class-moblogo { width:125px; height:auto; margin-top:10px; }

/* ######################### */	
/*       MOBILE QUERIES      */
/* ######################### */	

/* Medium desktop or iPad Landscape */
@media (min-width: 980px) and (max-width: 1199px) { 
	.sidr-class-mlogo img { margin-top:15px; height:70px; width:auto; }
	.sidr ul li ul li {
		line-height: 40px;
		font-size: 13px
	}	
	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
		border-top: none;
		line-height: 31px
	}	
	.sidr ul li a { font-size:17px; }		
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.sidr-class-mlogo img { margin-top:15px; height:70px; width:auto; }
	.sidr ul li ul li {
		line-height: 40px;
		font-size: 13px
	}	
	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
		border-top: none;
		line-height: 31px
	}	
	.sidr ul li a { font-size:17px; }		
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.sidr-class-mlogo img { margin-top:15px; height:70px; width:auto; }
	.sidr ul li ul li {
		line-height: 40px;
		font-size: 13px
	}	
	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
		border-top: none;
		line-height: 31px
	}	
	.sidr ul li a { font-size:17px; }		
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.sidr-class-mlogo img { margin-top:15px; height:70px; width:auto; }
	.sidr ul li ul li {
		line-height: 40px;
		font-size: 13px
	}	
	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
		border-top: none;
		line-height: 31px
	}	
	.sidr ul li a { font-size:17px; }		
}
