.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: 1px -1px 1px rgba(0, 0, 0, .4);
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

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

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

.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:none;*/ /*#333*/
    background: url(/static/system/mobilebgmount.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; */
}

.sidrlayerNOTUSEDYET {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	max-width:260px;
	width:80%;
	overflow-x: none;
	overflow-y: auto;
	background:red;
/*	backdrop-filter: blur(0);
	filter: blur(10px);
	background-image:  radial-gradient(circle, transparent, rgba(0, 0, 0, 0.6));
	backdrop-filter: blur(5px);*/
}

.sidr .sidr-inner {
	padding: 0;
	background-image:  radial-gradient(circle, transparent, rgba(0, 0, 0, 0.0));
	background-size:cover;
	backdrop-filter: blur(10px);
	height:100vh;
}

.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);
    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: #ccc;
}

.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; }

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:15px; height:125px; width:auto; }
img.sidr-class-pthumb {
	height: 35px;
	width: auto;
	margin-right: 7px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.sidr-class-sliv {
	margin-left: 7px;
	margin-bottom: 7px;
	height:40px;
}

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-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: #14E06E;
}

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

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

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-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-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-circle-question:before {
	color: #ccc;
	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-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-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: #14E06E;*/
}

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

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

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

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

a.sidr-class-medal:before {
	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-vault:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\e2c5";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

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

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

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

a.sidr-class-right-arrow:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f061";
	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-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-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-video:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f03d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-handshake:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f2b5";
	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-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-retweet:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;	
	content: "\f079";
	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";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-flag:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f024";
	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-bell:before {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	content: "\f0f3";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

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

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

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

a.sidr-class-facebook:before {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,.3);
	text-align: center;
	font-size: 28px;
	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 {
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px;
	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: 28px;
	line-height: 40px;	
}

a.sidr-class-instagram:before {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,.3);
	text-align: center;
	font-size: 28px;
	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 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	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: rgba(255,255,255,1);
	text-align: center;
	font-size: 28px;
	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 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,.3);
	text-align: center;
	font-size: 28px;
	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 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	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: 28px;
	line-height: 40px;	
}

a.sidr-class-texticon:before {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 5px 0 1px !important;
	float:left;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	/*content: "\f7cd";*/
	background: rgba(0,0,0,.3);
	content: url('/static/system/share_via_sms_text_message.png');
	/*font-family: FontAwesome;*/
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

a.sidr-class-texticon:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
	background: #305fb3 !important;
	content: url('/static/system/share_via_sms_text_message_hover.png');
	margin: 0 5px 0 1px !important;
	-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:125px; 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:125px; 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:125px; 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:35px; height:125px; 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; }		
}