@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
/* Global CSS */
body {
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height:1.2;
	font-weight:400;
	position:relative;
	font-family:Roboto;
	background-image: url('/images/bg-product-header.png');
	background-repeat: no-repeat;
	background-position: 0 134px;
	background-size: contain;
}
body.rsj-view-frontpage {
	background-image: none;
}
.rsj-view-login, body.contentpane {
	background-position: 0 0;
}
.rsj-all-content-position, .rsj-breadcrumb-new-position {
	padding-left: 7%;
	padding-right: 7%;
}
.rsj-all-content-position > .container {
	width: auto;
}
form {
	margin:0;
}
p {
	line-height:2;
	color:#525252;
	margin-bottom:20px;
}
a {
	color:#00a0ec;
	text-decoration:none;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	outline:none;
	font-family:"Roboto";
}
a:hover, a:focus {
	color:#0078e4;
	text-decoration:none;
	outline:none;
}
pre {
	margin:2rem auto;
}
.lead {
	font-weight: 300;
}
.form-horizontal .control-label {
	font-family:"Roboto";
	font-weight:600;
	padding-top:1rem;
	min-height:50px;
	text-align:left;
	line-height:1.1;
	width:200px;
}
.form-vertical .control-label {
	font-family:"Roboto";
	font-weight:600;
}
.form-horizontal .controls {
	margin-left:200px;
}
.white {
	color:#ffffff;
}
.center {
	text-align: center;
}
h1,h2,h2,h3,h4,h5,h6 {
	font-family:"Roboto";
	font-weight:400;
	line-height:1;
	text-transform:normal;
	margin:0;
}
h1 { font-size:2.6rem; margin-top: 2rem; margin-bottom:2rem; }
h2 { font-size:2.4rem; margin-top: 2rem; margin-bottom:2rem; }
h3 { font-size:2.2rem; margin-top: 2rem; margin-bottom:2rem; }
h4 { font-size:2rem; margin-top: 1.8rem; margin-bottom:1.8rem; font-weight: 600; }
h5 { font-size:1.8rem; margin-top: 1.6rem; margin-bottom:1.6rem; font-weight: 600; }
h6 { font-size:1.6rem; margin-top: 1.2rem; margin-bottom:1.2rem; font-weight: 600; }
h1:first-child, h2:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child , h6:first-child {
	margin-top: 0;
}
.light, .light * {
	font-family:"Roboto";
	font-weight:300;
}
h1.light { font-size:3.4rem; margin-bottom:3.4rem; }
h2.light { font-size:3.2rem; margin-bottom:3rem; }
h3.light { font-size:3rem;   margin-bottom:2.6rem; }
h4.light { font-size:2.6rem; margin-bottom:2.2rem; }
h5.light { font-size:2.2rem; margin-bottom:2rem; }
h6.light { font-size:1.8rem; margin-bottom:1.8rem; }
.normal, .normal * {
	font-family:"Roboto";
	font-weight:500;
}
h1.normal { font-size:3.4rem; margin-bottom:3.4rem; }
h2.normal { font-size:3.2rem; margin-bottom:3rem; }
h3.normal { font-size:3rem;   margin-bottom:2.6rem; }
h4.normal { font-size:2.6rem; margin-bottom:2.2rem; }
h5.normal { font-size:2.2rem; margin-bottom:2rem; }
h6.normal { font-size:1.8rem; margin-bottom:1.8rem; }
hr {
	margin:0;
}
.alert {
	padding:30px 35px;
}
.quicktip {
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	color: #525252;
	line-height:19.2px;
	background-color: #fcf8e3;
	margin-bottom:20px;
	padding:30px 25px;
	border: 1px solid #fbeed5;
	border-radius:4px;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
}
.quicktip strong, .quicktip h1, .quicktip h2, .quicktip h3, .quicktip h4, .quicktip h5 {
	color:#525252;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
ul.list-checkbox, ul.list-arrow, ul.list-files, ul.list-code, ul.list-loop{
	list-style:none;
	margin:1rem 0 1rem 2rem;
}
ul.list-checkbox li:before, ul.list-arrow li:before, ul.list-files li:before, ul.list-code li:before, ul.list-loop li:before{
	font-family:IcoMoon;
	content:"\e6fe";
	margin-right:1rem;
	margin-left:-2rem;
	color:#1dbf00;
	vertical-align:text-top;
	line-height:1.5;
}
ul.list-arrow li:before {
	content:"\f054";
}
ul.list-files li:before {
	content:"\e624";
}
ul.list-code li:before {
	content:"\e75c";
}
ul.list-loop li:before {
	content:"\e680";
}
ul.list-checkbox li, ul.list-arrow li, ul.list-files li , ul.list-code li, ul.list-loop li {
	margin-bottom:15px;
}
ul.inline {
	margin:0 auto;
}
ul.inline > li{
	padding: 0 2rem;
}
.dl-horizontal dt, .dl-horizontal dd {
	margin-bottom:1rem;
}

button, input, select, textarea {
	font-family:"Roboto";
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:.94rem 1rem;
	height:auto;
	border-radius:5px;
}
.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.input-append .add-on, .input-prepend .add-on {
	height:auto;
	padding:0.94rem 1rem;
}
/* helper class for text displayed instead of input */
#system-message {
	margin-top: 2rem;
}
.rsj-no-input {
	padding-top:20px;
	display:block;
}
.form-vertical .rsj-no-input {
	padding:0;
}
.btn-block + .btn-block {
	margin-top:15px;
}
.btn, #editor-xtd-buttons .button2-left a {
	background: rgb(227,231,232);
	background: -moz-linear-gradient(90deg, rgba(227,231,232,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(227,231,232,1) 0%, rgba(240,240,240,1) 100%);
	background: linear-gradient(90deg, rgba(227,231,232,1) 0%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e7e8",endColorstr="#f0f0f0",GradientType=1); 
	position: relative;
	color:#383838;
	font-weight:bold;
	text-shadow:none;
	box-shadow:none;
	border:none;
	font-family:"Roboto";
	padding: 10px 20px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size:.9rem;
	display:inline-block;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	z-index: 1;
	outline: none;
}
.btn:after, #editor-xtd-buttons .button2-left a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: inherit;
	background: rgb(227,231,232);
	background: -moz-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(227,231,232,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(227,231,232,1) 100%);
	background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(227,231,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#e3e7e8",GradientType=1); 
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.btn:hover, .btn:active, .btn:focus {
	background-position: 100% 200%;
	background-color:#BFBFBF;
	color:#383838;
	outline: none;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
.btn:hover:after, .btn:active:after, .btn:focus:after {
	opacity:1;
}
.btn-large {
	padding: 18px 28px;
	font-size:1.2rem;
}
.btn-medium {
	padding:15px 26px;
	font-size:1rem;
}
.btn-small {
	font-size:.8rem;
	padding: 8px 12px;
}
.btn-mini {
	font-size:.7rem;
	padding: 6px 10px;
}
.btn > [class*="icon-"] {
	padding-right:.4rem;
	display:inline;
	background-image:none;
	line-height:1.5;
}
.btn-medium > [class*="icon-"]{
	font-size:1rem;
	line-height:1.1;
}
.btn-primary {
	color:#ffffff;
	background: rgb(6,121,229);
	background: -moz-linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	background: linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0679e5",endColorstr="#00a0ec",GradientType=1);
}
.btn-primary:after {
	background: rgba(0,160,236,1);
	background: -moz-linear-gradient(90deg, rgba(0,160,236,1) 0%, rgba(6,121,229,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,160,236,1) 0%, rgba(6,121,229,1) 100%);
	background: linear-gradient(90deg, rgba(0,160,236,1) 0%, rgba(6,121,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0ec",endColorstr="#0679e5",GradientType=1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-group.open .btn-primary.dropdown-toggle {
	color:#ffffff;
}
.btn.btn-light {
	margin:2px auto;
}
.btn.btn-light.btn-primary {
	color:#019DD6;
	border:2px solid #019DD6;
	background:transparent;
}
.btn.btn-light.btn-primary:hover, .btn.btn-light.btn-primary:focus, .btn.btn-light.btn-primary:active {
	color:#ffffff;
	background:#019DD6;
}
.btn-info {
	background: rgb(50,161,236);
	background: -moz-linear-gradient(90deg, rgba(50,161,236,1) 0%, rgba(0,174,239,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(50,161,236,1) 0%, rgba(0,174,239,1) 100%);
	background: linear-gradient(90deg, rgba(50,161,236,1) 0%, rgba(0,174,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32a1ec",endColorstr="#00aeef",GradientType=1); 
	color:#ffffff;
}
.btn-info:after {
	background: rgba(0,174,239,1);
	background: -moz-linear-gradient(90deg, rgba(0,174,239,1) 0%, rgba(50,161,236,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,174,239,1) 0%, rgba(50,161,236,1) 100%);
	background: linear-gradient(90deg, rgba(0,174,239,1) 0%, rgba(50,161,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aeef",endColorstr="#32a1ec",GradientType=1); 
}
.btn-group.open .btn-info.dropdown-toggle:after {
	opacity: 1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-group.open .btn-info.dropdown-toggle {
	color:#ffffff;
}
.btn.btn-light.btn-info {
	color:#00aeef;
	border:2px solid #00aeef;
	background:transparent;
}
.btn.btn-light.btn-info:hover, .btn.btn-light.btn-info:focus, .btn.btn-light.btn-info:active {
	color:#ffffff;
	background:#00aeef;
}
.btn-warning {
	background: rgb(248,127,0);
	background: -moz-linear-gradient(90deg, rgba(248,127,0,1) 0%, rgba(250,166,26,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(248,127,0,1) 0%, rgba(250,166,26,1) 100%);
	background: linear-gradient(90deg, rgba(248,127,0,1) 0%, rgba(250,166,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f87f00",endColorstr="#faa61a",GradientType=1); 
	color:#ffffff;
}
.btn-warning:after {
	background: rgb(248,127,0);
	background: -moz-linear-gradient(90deg, rgba(250,166,26,1) 0%, rgba(248,127,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(250,166,26,1) 0%, rgba(248,127,0,1) 100%);
	background: linear-gradient(90deg, rgba(250,166,26,1) 0%, rgba(248,127,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa61a",endColorstr="#f87f00",GradientType=1); 
}
.btn-group.open .btn-warning.dropdown-toggle:after {
	opacity: 1;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-group.open .btn-warning.dropdown-toggle {
	color:#ffffff;
}
.btn.btn-light.btn-warning {
	color:#f87f00;
	border: 2px solid #faa61a;
	background:transparent;
}
.btn.btn-light.btn-warning:hover, .btn.btn-light.btn-warning:focus, .btn.btn-light.btn-warning:active {
	color:#ffffff;
	background: #f87f00;
}
.btn-danger {
	background: rgb(237,28,36);
	background: -moz-linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(255,53,61,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(255,53,61,1) 100%);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(255,53,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1c24",endColorstr="#ff353d",GradientType=1); 
	color:#ffffff;
}
.btn-danger:after {
	background: rgb(255,53,61,1);
	background: -moz-linear-gradient(90deg, rgba(255,53,61,1) 0%, rgba(237,28,36,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,53,61,1) 0%, rgba(237,28,36,1) 100%);
	background: linear-gradient(90deg, rgba(255,53,61,1) 0%, rgba(237,28,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff353d",endColorstr="#ed1c24",GradientType=1); 
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-group.open .btn-danger.dropdown-toggle {
	background-color:#d02c00;
	color:#ffffff;
}
.btn.btn-light.btn-danger {
	color:#d02c00;
	border:2px solid #d02c00;
	background:transparent;
}
.btn.btn-light.btn-danger:hover, .btn.btn-light.btn-danger:focus, .btn.btn-light.btn-danger:active {
	color:#ffffff;
	background:#d02c00;
}
.btn-success {
	background: rgb(14,151,0);
	background: -moz-linear-gradient(90deg, rgba(14,151,0,1) 0%, rgba(88,183,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(14,151,0,1) 0%, rgba(88,183,50,1) 100%);
	background: linear-gradient(90deg, rgba(14,151,0,1) 0%, rgba(88,183,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e9700",endColorstr="#58b732",GradientType=1); 
	color:#ffffff;
}
.btn-success:after {
	background: rgb(88,183,50);
	background: -moz-linear-gradient(90deg, rgba(88,183,50,1) 0%, rgba(14,151,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(88,183,50,1) 0%, rgba(14,151,0,1) 100%);
	background: linear-gradient(90deg, rgba(88,183,50,1) 0%, rgba(14,151,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58b732",endColorstr="#0e9700",GradientType=1); 
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-group.open .btn-success.dropdown-toggle {
	background-color:#808c43;
	color:#ffffff;
}
.btn.btn-light.btn-success {
	color:#99a851;
	border:2px solid #99a851;
	background:transparent;
}
.btn.btn-light.btn-success:hover, .btn.btn-light.btn-success:focus , .btn.btn-light.btn-success:active {
	color:#ffffff;
	background:#99a851;
}
.btn-inverse {
	background-color:#000000;
	color:#ffffff;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-group.open .btn-inverse.dropdown-toggle {
	background-color:#333333;
	color:#ffffff;
}
.btn.btn-light.btn-inverse {
	color:#000000;
	border:2px solid #000000;
	background:transparent;
}
.btn.btn-light.btn-inverse:hover, .btn.btn-light.btn-inverse:focus, .btn.btn-light.btn-inverse:active {
	color:#ffffff;
	background:#000000;
}
.btn-link {
	color: #0e9700;
	font-weight: 500;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
	color: #58b732;
	text-decoration: none;
}
.input-prepend.btn {
	padding-left:0;
}
.input-append.btn {
	padding-right:0;
}
.input-append.btn i {
	background-image:none;
}
.input-prepend.btn .add-on {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-right:.5rem;
} 
.input-append.btn .add-on {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left:.5rem;
}
.input-prepend.btn .add-on, .input-append.btn .add-on {
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	background: none;
	padding:1.15rem 1.1rem;
	margin-right: 0;
	border:none;
	box-shadow:none;
	line-height:1.4;
}
.input-prepend.btn:hover .add-on, .input-append.btn:hover .add-on {
	background: none;
}
#editor-xtd-buttons .button2-left {
	display:inline-block;
	margin-top:.5rem;
}
#editor-xtd-buttons .button2-left a{
	font-size:.7rem;
	padding:0.35rem 1rem;
}
/* Class used for areas with large readable content */
.rsj-content-area {
	font-family:"Roboto";
	color:#525252;
}
.rsj-content-area h1,
.rsj-content-area h2,
.rsj-content-area h3,
.rsj-content-area h4,
.rsj-content-area h5,
.rsj-content-area h6
{
	font-family:"Roboto";
}
.rsj-content-area hr {
	margin:2.5rem 0;
}
.rsj-content-area p {
	line-height:1.5;
}
.rsj-content-area .alert p {
	margin:0;
}
/* End Class used for areas with large readable content */
/* Joomla ordering helper class */
.rsj-sort-asc img, .rsj-sort-desc  img, .rsj-save-order img{
	display:none;
}
.rsj-sort-asc:before, .rsj-sort-desc:before, .rsj-save-order a:before {
	font-family:"IcoMoon";
	content:"\f077";
	margin-right:5px;
}
.rsj-sort-desc:before {
	content:"\f078";
}
.rsj-save-order a:before {
	content:"\e660";
	margin-left:10px;
}
/* End Joomla ordering helper class */

/* Pagination */
.pagination {
	display:inline-block;
	width:100%;
	list-style:none;
	margin:5rem auto 0 auto;
}
.pagination li {
	float:left;
	display:block;
	background:#efefef;
	color:#ffffff;
	border-radius:4px;
	margin:0 .5%;
}
.pagination li.disabled, .pagination li.current, .pagination li a {
	border-radius:4px;
	padding:8px 12px;
	display:block;
	text-decoration:none !important;
	font-weight:600;
}
.pagination li.disabled {
	font-weight:300;
	background:#efefef;
	color:#696969;
}
.pagination li a {
	background:#000000;
	color:#ffffff !important;
}
.pagination li.current, .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
	background: #0078e4;
	color:#ffffff !important;
}
.body-overlayed {
	overflow:hidden;
}
/* End Pagination */
/* Modal Style */
#sbox-overlay {
	-webkit-box-shadow:0 0 1000px rgba(150,150,150, 1) inset;
	box-shadow:0 0 1000px rgba(150,150,150, 1) inset;
	background:rgba(255,255,255, .7);
	opacity:.9 !important;
	cursor: url("../images/cursor-close.png"), auto;
}
#sbox-window {
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	background:rgba(0,0,0, 0.13);
	padding:1px;
	border-radius:8px;
}
#sbox-content {
	border-radius:8px;
}
#sbox-content iframe {
	border-radius:8px;
}
#sbox-btn-close {
	background-image:none;
}
.rsj-component {
	padding:1rem;
}
.rsj-component .form-horizontal .control-label {
	width:35%;
}
.rsj-component .form-horizontal .controls {
	width:65%;
	margin-left:35%;
}
.rsj-component #pluginForm  .membershipextend i{
	line-height:1.5;
	margin-left:.5rem;
}
/* End Modal Style */

/* Fade Effects for carousel */
.rsj-logo-container img {
	width:100%;
}
.carousel .item {
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.carousel .active.left {
	left:0;
    opacity:0;
    z-index:2;
}
.carousel .active.right {
	left:0;
    opacity:0;
    z-index:2;
}
/* End Fade Effects for carousel */
/* Right column */
.rsj-right-box {
	padding:3rem;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
.rsj-right-box .rsj-title {
	font-size:1.4rem;
	font-weight: 600;
}
.rsj-right-box h3 {
	font-size:1.1rem;
}
.rs_blog_social a {
	display:block;
	float:left;
	width:3rem;
	height:3rem;
	margin:2% 6% 0 0;
	text-align:center;
}
.rs_blog_social a i {
	width:2.7rem;
	height:2.7rem;
	font-size:2.7rem;
	background-image:none;
}
.rs_blog_social a i.icon-facebook2 {
	color: #3a5899;
}
.rs_blog_social a i.icon-twitter {
	color: #54aced;
}
.rs_blog_social a i.icon-youtube {
	color: #e43935;
}
.rs_blog_social a i.icon-feed2 {
	color: #ff9700;
}
/* End Right column */

/* End Global CSS*/
.tooltip {
	font-family:"Roboto";
	font-size:.9rem;
	line-height:1.8;
}
.tooltip.in {
	opacity:1;
}
.tooltip-inner {
	max-width:auto;
	padding:.75rem;
	display:block;
	min-width:100px;
	font-weight:600;
}
.rsj-navigation {
	padding:0;
}
.navbar {
	margin:0;
}
.navbar-inner {
	background:none;
	box-shadow:none;
	border:none;
	padding-left:0;
	padding-right:0;
}
.navbar-inner [class*="span"] {
	
	vertical-align:middle;
	display:table;
}
.navbar-inner [class*="span"] .rsj-logo-container, .navbar-inner [class*="span"] .nav-collapse {
	display:table-cell;
	float:none;
	vertical-align:middle;
}
.nav-collapse.collapse {
	float:left;
}
.navbar .nav {
	margin-right:0;
}
.navbar .nav > li > a {
	font-family: "Roboto";
	font-weight:bold;
	font-size: .95rem;
	padding: 8px 16px;
	text-shadow: none;
	text-transform: uppercase;
	color:#2c2c2c;
}
.navbar .nav > .active > a, 
.navbar .nav > .active > a:focus, 
.navbar .nav > .active > a:hover, 
.navbar .nav > li > a.active , 
.navbar .nav > li > a.active:hover, 
.navbar .nav > li > a.active:focus,
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
	background:transparent;
	color:#00aeef;
	box-shadow:none;
}

.navbar .btn-navbar  {
	background:none;
	color:#00AEEF;
	float:left;
	padding:0;
	margin:0;
}
.navbar .btn-navbar:hover {
	background:none;
	color:#000000;
}
.navbar .btn-navbar:hover:after, .navbar .btn-navbar:focus:after, .navbar .btn-navbar:active:after {
	background-image: none;
}
.navbar .btn-navbar span {
	width:32px;
	height:32px;
	background:url(../images/menu-icon.png) no-repeat;
	display:inline-block;
	text-align:center;
	vertical-align:text-bottom;
}
.navbar .btn-navbar.collapsed span {
	background-position:0 -32px;
}
.navbar .btn-navbar span {
	background-position:0 0;
}

.rsj-menu-thumbs {
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:150px;
}
.rsj-menu-thumbs a {
	float:left;
	width:50px;
	height:32px;
	text-align:center;
	display:inline-block;
	font-size:1.6rem;
	line-height:1.8;
	text-align:center;
}
.rsj-menu-thumbs a i{
	width:50px;
	height:32px;
	background-image:none;
}
.rsj-menu-thumbs .rsj-menu-icon, .rsj-menu-icon {
	width:32px;
	height:32px;
	background:url(../images/menu-icon.png) no-repeat;
	background-position:0 -32px;
	display:inline-block;
	float:none;
	margin:0 auto;
}
.rsj-padding {
	padding:4rem 0;
}
.rsj-padding-small {
	padding:2rem 0;
}
.rsj-padding-top {
	padding-top:4rem;
}
.rsj-padding-bottom {
	padding-bottom:4rem;
}
.rsj-m-small {
	margin:2rem 0;
}
.rsj-m-small-top {
	margin:2rem 0 0 0;
}
.rsj-m-small-bottom {
	margin:0 0 2rem 0;
}
.rsj-m-large {
	margin:4rem 0;
}
.rsj-m-large-top {
	margin:4rem 0 0 0;
}
.rsj-m-large-bottom {
	margin:0 0 4rem 0;
}
.no-margin {
	margin:0 !important;
}
.nav.menu > li > .dropdown-menu:before, .nav.menu > li > .dropdown-menu:after {
	left:45%;
}
.nav.menu > li > ul.dropdown-menu {
	top:72px;
	left:-250%;
	width:660%;
	padding:2em;
}
.nav.menu > li:hover > ul.dropdown-menu {
	display:block;
}
.nav.menu > li > .dropdown-menu .menu-box {
	clear:both;
	margin:auto auto 2rem auto;
	display:block;
	overflow:hidden;
	width:100%;
}
.nav.menu > li > .dropdown-menu .menu-box > .menu{
	margin:0;
}
.nav.menu > .deeper.dropdown.parent > a:hover:after {
	content:"";
	padding-bottom:20px;
	cursor:default;
	height:2rem;
	display:block;
	position:absolute;
	width:100%;
	left:-30px;
}
.nav.menu > li > .deeper.dropdown.parent h6 {
	padding:.5rem .5rem .5rem 0;
	font-size:1.4rem;
	color:#222222;
	display:block;
}

.nav.menu > li.deeper.dropdown.parent ul li{
	display:inline;
	width:160px;
	float:left;
	font-size:1rem;
	margin:.4rem auto;
}
.nav.menu > li.deeper.dropdown.parent ul li.separator {
	width:100%;
	margin:1rem auto 0 auto;
}
.nav.menu > li.deeper.dropdown.parent ul li.separator:first-child {
	margin-bottom:0;
}
.nav.menu > li.deeper.dropdown.parent ul li.separator h6 {
	margin-bottom:0;
	padding-bottom:5px;
	border-bottom:1px solid #eeeeee;
	color:#009dce;
}
.nav.menu > li.deeper.dropdown.parent ul li.component a {
	padding-left:0;
}
.nav.menu > li.deeper.dropdown.parent ul li a{
	font-family:"Roboto";
	font-weight:600;
	font-size:.9rem;
	padding:8px 0;
	background-color:transparent;
	background-image:none;
}
/* Support menu */
.nav.menu > li.deeper.dropdown.parent.item18 ul.dropdown-menu  {
	width:100%;
	left:-20%;
	padding:1em 2em;
}
.nav.menu > li.deeper.dropdown.parent.item18 ul.dropdown-menu  li a {
	padding:4px 0;
}
/* END Support menu */

.nav.menu > li.deeper.dropdown.parent ul li a:hover, .nav.menu .dropdown-menu > .active > a, .nav.menu .dropdown-menu > .active > a:focus, .nav.menu .dropdown-menu > .active > a:hover{
	color:#009dce;
	background-color:transparent;
}
.rsj_buy_item .buy-body .check{
	list-style:none;
	margin:0 0 1rem 0;
	display:inline-block;
	min-height:9rem;
}
.check {
	list-style:none;
	margin-left:0;
}
.check li{
	margin:1rem 0;
	font-family:"Roboto";
}
.check li:before{
	font-family:IcoMoon;
	content:"\e6fe";
	color:#169b00;
	padding-right:1rem;
	padding-bottom:1px;
	float:left;
	display:inline-block;
}

/* Home Style */
.rsj-updates-position {
	padding: 8% 7% 0 7%;
}
.rsj-blogs-position {
	padding: 0 7% 8% 7%;
}
.rsj-updates-position .rsj-module {
	background:none;
	padding:0;
	margin:0;
}
.rsj-updates-position .rsj-module .row-fluid .rsj-flex {
	flex-flow: column wrap;
	flex: 1;
}
.rsj-updates-position .rsj-module .homepage {
	margin-bottom:1.5rem;
	font-size:2.8rem;
}
.rsj-updates-position .rsj-module p {
	line-height:1.6;
	margin:0;
}
.rsj-updates-position hr, 
.rsj-blogs-position hr {
	margin:4rem 0;
}
.rsj-updates-position hr:last-child, 
.rsj-blogs-position hr:last-child {
	margin-bottom:0;
}

.rsj-view-all {
	padding:4rem 0 0 0;
}
.rsj-view-all .lead {
	padding:1.5rem 0 0 0;
	margin:0;
}

/* Template Listing Items */
#templates {
	width:auto;
	font-family:inherit;
}
#templates .rsj_template_item {
	position: relative;
	overflow:hidden;
	padding: 0;
	margin-bottom:2rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
	box-shadow: 0 50px 80px rgba(0, 0, 0, 0.055);
}
#templates .rsj_template_item .ribbon {
	position:absolute;
	background:#169b00;
	background: rgba(0,0,0, 0.7);
	color:#fff;
	font-size: .9em;
	font-weight:bold;
	top: 5%;
	right:5%;
	width: auto;
	text-align:center;
	display:block;
	padding:.4rem .7rem;
	border-radius: 10px;
	z-index: 2;
}
#templates .rsj_template_item img {
	transform: scale(1);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid transparent;
	overflow: hidden;
	width: 100%;
}
#templates .rsj_template_item .rsj_template_item_info {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	padding: 0 2.5rem 2.5rem 2.5rem;
	z-index: 1;
}
#templates .rsj_template_item .rsj_template_item_info::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 450px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}
#templates .rsj_template_item .rsj_template_item_info .title {
	margin: 0;
	font-size:2rem;
	font-weight: 600;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
}
#templates .rsj_template_item .rsj_template_item_info .title a {
	margin: 0 .5rem 0rem 0;
	color:#000000;
}
#templates .rsj_template_item .rsj_template_item_info .title .label  {
	margin: 0 .5rem 0 0;
	padding: .2rem .4rem;
	display:inline-block;
	vertical-align:super;
}
#templates .rsj_template_item .label-purple {
	background:#8e9dc7;
}
#templates .rsj_template_item .rsj_template_item_info .title .rsj-review {
	display: inline-flex;
	margin: 0;
	float: none;
	font-size: 1rem;
}
#templates .rsj_template_item .rsj_template_item_info .title .rsj-review i {
	color: #169b00;
}
#templates .rsj_template_item:hover {
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.055);
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
#templates .rsj_template_item:hover img {
	transform: scale(1.05);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
#templates .rsj_template_item:hover .rsj_template_item_info:after {
	min-height: 300px;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	transition:all .2s linear;
}
#templates .rsj_template_item .intro {
	display: flex;
	flex-flow: row wrap;
	flex: 1 1 100%;
	align-content: center;
	margin-top: 1rem;
	min-height: 3rem;
	font-size	: 1.2rem;
	line-height	: 1.2;
}
#templates .rsj_template_item .rsj_template_item_info .btn-danger, #templates .rsj_template_item .rsj_template_item_info .btn-link {
	margin: 1rem 0 0 0;
}
#templates .rsj_template_item .rsj_template_item_info .btn.btn-danger {
	display: inline-flex;
	flex-flow: row wrap;
	align-content: center;
	float: none;
	flex: 0 1 50%;
}
#templates .rsj_template_item .rsj_template_item_info .btn-link {
	display: inline-flex;
	align-self: center;
	justify-content: center;
	flex: 1 1 auto;
	float: none;
}
#templates .rsj_template_item .rsj_template_item_info .btn-link .icon {
	margin: .1rem .5rem 0 0;
}
#templates .rsj_template_item .rsj_template_item_info .btn .price-tag {
	position: absolute;
	z-index:3;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex: 1 1 20%;
	justify-content: space-around;
	align-items: center;
	padding: 0 1rem;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 0.9rem;
	background-color: rgba(0,0,0, 0.15);
	box-shadow: none;
}
#templates .rsj_template_item .rsj_template_item_info .btn .price-tag .new-price {
	letter-spacing:-2px;
	font-weight:600;
	font-size:1.1rem;
	color: #f4bc42;
}
/* Discount price tag */
#templates .rsj_template_item .rsj_template_item_info .btn .price-tag .old-price {
	position: relative;
	font-size: 1rem;
	font-weight:bold;
	color:#fff;
	display:block;
	margin-top:0;
	margin-left: 0.5rem
}
#templates .rsj_template_item .rsj_template_item_info .btn .price-tag .old-price:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index:1;
	top: 20%;
	left: 50%;
	transform: rotate(-14deg) translate(-50%,-50%);
	width: 3rem;
	height: 3px;
	opacity: 0.7;
	background: #000000;
}
#templates .rsj_template_item .rsj_template_item_info .btn.btn-promo {
	flex: 0 1 60%;
}
#templates .rsj_template_item .rsj_template_item_info .btn.btn-promo .price-tag {
	padding: 0 .5rem;
}
#templates .rsj_template_item .rsj_template_item_info .btn.btn-promo .price-tag .new-price {
	font-size: 1.2rem;
}
/* End Discount price tag */
/* End Template Listing Items */
.rsj_blog_item {
	display: flex;
	flex-flow: column wrap;
	flex: 1;
	position: relative;
	overflow: hidden;
	width: 100%;
	background:#f4f8ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 3rem;
}
#blogs .rsj_blog_item .text_box, .rsj-mod-rst-kb-latest .rsj_blog_item .text_box {
	padding-bottom: 3rem;
}
.rsj-mod-rst-kb-latest .rsj_blog_item em{
	display:block;
}
.rsj_blog_item .text_read_more {
	position: absolute;
	bottom: 3rem;
	padding:0 3rem 0 3rem;
}
.rsj_blog_item .text_read_more a {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 700;
}
.rsj_blog_item .image_box img {
	width:100% !important;
	float:none !important;
}
.rsj_blog_item .text_box {
	padding: 3rem;
}
.rsj_blog_item .text_box > h3, .rsj_blog_item .text_box > h6 {
	font-size: 1.4rem;
	line-height: 1.1;
	font-weight: 600;
}
.rsj_blog_item .text_box p {
	font-size: 1rem;
}
.rsj_blog_item .text_box .short_desc {
	line-height:1.9;
	font-size:.9rem;
	color:#6F6F6F;
	margin-bottom:3rem;
}

.rsj-home-featured-box {
	padding: 8% 7%;
}
.rsj-home-featured-box  h1 {
	font-weight: 400;
	font-size: 36px;
}

.rsj-bg-blue-gradient .rsj-demo-box {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	background-size: 180% 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding: 4rem;
	color : #2c2c2c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}
.rsj-bg-blue-gradient .rsj-demo-box:hover {
	background-size: 100% 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.rsj-bg-blue-gradient .rsj-demo-box  img {
	display: inline-flex;
	flex: 1 0 180px;
	margin: 0 1rem;
}
.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
.rsj-bg-blue-gradient .rsj-demo-box.text-right .rsj-content-box {
	justify-content: flex-end;
}
.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box h2 {
	font-size: 2.3rem;
	font-weight: 400;
	margin-bottom: 0;
}
.rsj-bg-blue-gradient .rsj-demo-box  p {
	color: rgba(0,0,0, 0.6);
	font-size: 1.2rem;
	line-height: 1.2;
}
.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box .btn {
	margin: 0 0 15px 0;
}
.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box .btn + .btn {
	margin-left: 15px;
}
.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box .btn:first-child {
	margin-left: 0;
}
.rsj-section-title {
	margin-bottom: 3rem;
}
.rsj-section-title  [class*="span"]:first-child {
	text-align: left;
}
.rsj-section-title  [class*="span"]:last-child {
	text-align: right;
}
.rsj_cta_footer {
	padding: 6% 7%;
	display: flex;
	align-items: center;
}
.rsj_cta_footer .rsj_text {
	margin: 3rem 0;
}
#client_testimonials h2 {
	margin-bottom:2.8rem;
}
.clients_carousel .carousel-indicators {
	left:50%;
	right:auto;
	top:100%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.clients_carousel .carousel-indicators li{
	background:#000;
	border:3px solid #ffffff;
	width:15px;
	height:15px;
	border-radius:15px;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.clients_carousel .carousel-indicators li.active{
	background:#fff;
	border:3px solid #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* Clients carousel integrated with owlcarousel */
.clients_carousel .owl-controls {
	position:absolute;
	top:-3.8rem;
	left:400px;
	width:3rem;
}
.clients_carousel .owl-controls .owl-buttons .owl-prev:before, .clients_carousel .owl-controls .owl-buttons .owl-next:before {
	font-family:IcoMoon;
	content:"\f053";
	font-size:1.5rem;
	font-weight:100;
}
.clients_carousel .owl-controls .owl-buttons .owl-next:before {
	content:"\f054";
}
.clients_carousel .owl-controls .owl-buttons .owl-prev, .clients_carousel .owl-controls .owl-buttons .owl-next {
	position:absolute;
	background:none;
	color:#00a0ec;
	opacity:1;
	border:none;
	font-weight:bold;
	height: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.clients_carousel .owl-controls .owl-buttons .owl-next {
	left:auto;
	right:-2%;
}
.clients_carousel .owl-item .rsj_testimonial_item {
	min-height:480px;
	position: relative;
	padding: 3rem;
	margin: 0 25px;
	background: #f7f7f7;
	border-radius: 10px;
}

.clients_carousel .owl-item .rsj_testimonial_item img {
	display:inline-block;
	width:120px;
	margin-bottom:2rem;
}
.clients_carousel .owl-item .rsj_testimonial_item .lead {
	font-size:1rem;
	font-weight: 400;
	line-height:1.6;
	margin-bottom:4rem;
	font-style: italic;
}
.clients_carousel .owl-item .rsj_testimonial_item h6 {
	position: absolute;
	bottom: 3rem;
	width: calc(100% - 6rem);
	font-size:1.2rem;
	margin: 0;
	font-family:"Roboto";
	font-weight:600;
}
/* End Clients carousel integrated with owlcarousel */

#totop {
	position:fixed;
	right:2.5rem;
	bottom:4rem;
	background:#00aeef;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width:3rem;
	display:none;
	z-index:10;
}
#totop:hover {
	background:#525252;
}
#totop:before {
	content:"\f077";
	font-family:IcoMoon;
	font-size:1.5rem;
	width:100%;
	display:block;
	color:#ffffff;
	text-align:center;
	padding:.75rem 0;
	line-height:1;
	height: 1.5rem;
	line-height: 1.4rem;
}
#footer_dark {
	background-color:#cacecf;
}
#footer_dark .span8 {
	text-align:right;
}
.rsj-logo-login {
	display:block;
	margin-bottom:2rem;
}
.rsj-login-form{
	width:35%;
	margin:0 auto;
}
.rsj-login-form input{
	width:100%;
	margin-bottom:1rem;
	text-align:center;
}
#rsj_footer_columns .footer-box-socialize-title {
	margin: 3rem 0 1.5rem 0;
}
.footer-box-socialize {
	display:inline-block;
	float:left;
	list-style:none;
	width:100%;
	margin:0;
}
.footer-box-socialize li {
	width:48px;
	margin-right: 2.5rem;
	float:left;
}

.footer-box-socialize li a {
	width: 48px;
	height: 48px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	background-position: left center;
	background-repeat:no-repeat;
	display:block;
	transition: all 0.2s ease;
}

.footer-box-socialize li a:hover {
	transform: scale(1.1);
	transition: all 0.2s ease;
}
#facebook_btn { background-image:url(../images/footer_facebook.png); }
#twitter_btn { background-image:url(../images/footer_twitter.png); }
#google_btn { background-image:url(../images/footer_google.png); }
#youtube_btn { background-image:url(../images/footer_youtube.png); }
#rss_btn { background-image:url(../images/footer_rss.png); }

.footer-box-socialize li form {
	margin:.5rem 0 0 0;
}
.footer-box-socialize li form label {
	display:none;
}
.footer-box-socialize li form #rsm_email {
	width:60%;
	margin-bottom:0;
}
.btn-newsletter {
	font-size:1.1rem;
	padding:0.94rem 1.3rem;
	margin-left:1rem;
}
#footer_light {
	background:#e3e7e8;
}
#footer_light h3{
	height:41px;
	vertical-align:bottom;
	display:table-cell;
	font-family:"Roboto";
	font-weight:600;
	font-size:1.8rem;
}
#footer_light ul {
	list-style:none;
	padding:0;
	margin:2rem 0 0 0;
	font-family:"Roboto";
}
#footer_light ul li {
	margin:.5rem 0;
}
#footer_light ul:hover li a {
	color:#979797;
}
#footer_light ul li a{
	color:#676767;
	font-size:.9rem;
	font-weight:400;
}
#footer_light ul li a:hover{
	color:#979797;
}
#footer_lighter > div > div > div {
	margin:0 auto;
	float:none;
}
#footer_light ul li a:hover, #footer_light ul li a:focus{
	color:#2F2C2C;
}
#footer_lighter {
	background:#f0f5f6;
}
#footer_lighter h5 {
	font-size:1.5rem;
	line-height:1.5;
	margin:0;
}
#footer_lang_bar {
	list-style:none;
	float:left;
	margin:0;
}
#footer_lang_bar li {
	display:inline-block;
	float:left;
	margin:0 .8rem 0 0;
}
#footer_lang_bar li a {
	width: 45px;
	height: 30px;
	display: block;
	background-image: url("../images/flags.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#footer_lang_bar li a.footer_lang_de_de {
	background-position: 4px 0;
}
#footer_lang_bar li a.footer_lang_en_gb {
	background-position: -44px 0;
}
#footer_lang_bar li a.footer_lang_es_es {
	background-position: -88px 0;
}
#footer_lang_bar li a.footer_lang_fr_fr {
	background-position: -132px 0;
}
#footer_lang_bar li a.footer_lang_it_it {
	background-position: -177px 0;
}
#footer_copyright {
	padding: 3% 7%;
	font-size:.8rem;
	font-family:"Roboto";
	line-height:1.8;
	opacity:.8;
}
#rsj_footer_columns {
	padding: 8% 7%;
	border-bottom: 1px solid #6d6d6d;
}
#rsj_footer_columns h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 3rem 0;
}
#rsj_footer_columns .rsj-footer-logo {
	display: block;
	margin-bottom: 3rem;
	width: 160px;
}
#rsj_footer_columns .rsj-lang-title {
	display: inline-block;
	margin: 3rem 0 1.5rem 0;
}
#rsj_footer_columns .footerbox ul {
	list-style: none;
	margin-left: 0;
}
#rsj_footer_columns .footerbox ul li {
	margin-bottom: 10px;
}
#rsj_footer_columns .footerbox ul li a {
	color: #6d6d6d;
}
#rsj_footer_columns .footerbox ul li a:hover, #rsj_footer_columns .footerbox ul li a:focus, #rsj_footer_columns .footerbox ul li a:active {
	color: #00aeef;
}

/* End Home Style */

/* Extension Style */

.rsj-breadcrumb-position {
	padding: 5% 7% 5% 7%;
}
.rsj-breadcrumb-position .light {
	font-size:1.5rem;
	min-height:2.5rem;
	line-height:1.5;
}
.rsj-breadcrumb-new-position, .rsj-after-content-position.dark-bg {
	background: transparent;
	background-image: none;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.rsj-after-content-position.dark-bg {
	box-shadow: none;
	padding: 0;
	background-color: none;
}
.rsj-breadcrumb-new-position #breadcrumb {
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.rsj-breadcrumb-new-position #breadcrumb h2 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	color: #979797;
	letter-spacing: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 768px) {
	.rsj-breadcrumb-new-position #breadcrumb h2 {
		white-space: initial;
		text-overflow: unset;
		line-height: 1.6;
		font-size: 1.1rem;
	}
	.rsj-breadcrumb-new-position #breadcrumb .current-item {
		display: none;
	}
	/* Fix for the long links in the documentation */
	.rsj-all-content-position #rsj-com_rsticketspro p, .rsj-all-content-position #rsj-com_rsticketspro .alert {
		word-break: break-all;
	}
}
.dark-bg {
	background-color:#222222;
	background-image:url(../images/bg-header-extension.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	box-shadow:0 0 6rem rgba(0,0,0, 1) inset;
	line-height:0;
	overflow:hidden;
}
.rsj-extension-menu {
	text-transform:uppercase;
	font-family:"Roboto";
	margin:0;
}
.rsj-extension-menu.nav > li > a {
	color:#CFCFCF;
	line-height:1.65;
	font-family:"Roboto";
	font-weight:700;
	font-size:.9rem;
	margin:0;
}
.rsj-extension-menu.nav > li:last-child > a {
	padding-right:0;
}
.rsj-extension-menu.nav > li.active > a {
	background-color:transparent;
	color:#99a851;
}
.rsj-extension-menu.nav > li > a:hover, .rsj-extension-menu.nav > li > a:focus {
	color:#ffffff;
	background:inherit;
}
.rsj-extension-menu.nav > li > a.btn-success {
	color:#ffffff;
	display:inline-block;
	line-height:1;
}
.rsj-extension-menu.nav > li > a.btn-success small{
	display:block;
	font-size:.7rem;
	margin-top:.2rem;
}
.rsj-extension-menu.nav > li > a.btn-success small .price{
	color:#fff240;
	font-weight:bold;
	font-size:.9rem;
}
.rsj-extension-menu.nav > li > a.btn-success:hover, .rsj-extension-menu.nav > li > a.btn-success:focus {
	color:#ffffff;
	background-color:#808c43;
}
.rsj_features_item{
	padding:3rem;
	margin-bottom:2rem;
	border:1px solid #e5e5e5;
	box-shadow: 0px 2px 5px #f2f2f2;
}
.rsj_features_item > span[class*="icon-"]{
	font-size:3.2rem;
	width:3.2rem;
	height:3.2rem;
	margin:0 1rem .5rem 0;
	float:left;
	display:block;
	background-image:none;
}
.rsj_features_item h2 a, .rsj_features_item h3 a {
	color:#333333;
}
.rsj_features_item h2, .rsj_features_item h3 {
	font-size:1.25rem;
	font-weight:600;
	line-height:1.2;
	min-height:3rem;
}
.rsj_features_item .intro{
	font-family:"Roboto";
	font-size:1rem;
	line-height:2;
	color:#6f6f6f;
	margin-bottom:2rem;
}
.rsj_features_item img {
	border:.5rem solid #ffffff;
	box-shadow: 0 0 2px #bfbfbf;
	width:100%;
}
.extension_integrations .thumbnail {
	margin-bottom:2rem;
	border-radius:0;
	padding:1.3rem;
}
.extension_integrations h3 {
	font-size:2rem;
	margin-top:4rem;
}
.rsj-after-content-position .rsj-extension-menu {
	margin:0;
}
/* End Extension Page Style */

/* Buy Page Style */
.rsj-extension-menu, #rsj-page-footer .rsj-extension-menu {
	margin:0rem 0 4rem 0;
}
/* My Account Menu */
.rsj-extension-menu.my-account {
	margin:0;
}
/* replace buy_page_container with other misery */
.buy_page_container .rsj-page-header h1, .buy_page_container .rsj-page-header h2, #rsj-page-footer h2 {
	line-height:1.2;
	margin:0;
}
#rsj-page-footer h2 {
	font-size:2rem;
}
.buy_page_container .rsj-page-header h1 {
	font-size:2.4rem;
	color:#ffffff;
	text-shadow:2px 1px 0 rgba(255,255,255, .3);
}
.rsj_buy_item {
	background: #ffffff;
	color: #6f6f6f;
	overflow: hidden;
	box-shadow: 0px 0px 100px rgba(0,0,0, 0.055);
	border-radius: 10px;
	padding: 4rem;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition:all .3s linear;
}
.rsj_buy_item h2 {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: .75rem;
}
.rsj_buy_item small {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}
.rsj_buy_item .thumb{
	margin: 2rem auto;
	display: block;
}
#rsj-buy-container .rsj_buy_item .buy-price {
	text-align: center;
}
.rsj_buy_item .price {
	color: #ed1c24;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: -2px;
}
.rsj_buy_item .price sup {
	font-size: 1.5rem;
	top: -2rem;
}
.rsj_buy_item .buy-body hr {
	margin:0 0 2rem 0
}
.rsj_buy_item .buy-body h6 {
	font-size:1.3rem;
	color: #000000;
}
.rsj_buy_item .buy-body .table {
	margin-bottom:2rem;
}
.rsj_buy_item .buy-body .table tr td{
	border:none;
	padding:0;
	font-family:"Roboto";
	padding:.5rem .2rem;
}
.rsj_buy_item .buy-body .table tr td label{
	margin:2px auto;
	font-size:.91rem;
}
.rsj_buy_item .buy-body .table tr td label:before {
	border: 2px solid #169b00;
}
.rsj_buy_item .buy-body .table tr td [type="checkbox"]:checked + label:before {
	border-color: transparent #169b00 #169b00 transparent;
}
.rsj_buy_item .buy-body .table tr td.plugin-price{
	font-size:1.2rem;
	font-weight:500;
	font-family:"Roboto";
	line-height:1.2;
	color:#222222;
	text-align:right;
}
.rsj_buy_item .buy-body .table tr td.plugin-info {
	font-family:"Roboto";
	font-size:0.8rem;
	font-weight:600;
}
#rsj-language-packs ul{
	padding:2rem;
}
#rsj-language-packs ul li{
	display:inline-block;
	margin:0.3rem 0.1rem;
}
#rsj-notifications .rsj_notice_item {
	padding:3rem;
	border:1px solid #eeeeee;
	box-shadow: 0px 2px 5px #f2f2f2;
	line-height:1.5;
}
#rsj-notifications .rsj_notice_item  strong {
	margin-bottom:1rem;
	display:block;
}
/* End Buy Page Style */


/* Demo Page Style */
.rsj_demo_item {
	padding:3rem;
	border:1px solid #eeeeee;
	box-shadow: 0px 2px 5px #f2f2f2;
	line-height:1.5;
}
/* End Demo Page Style */

/* Support Page Style */
.rsj_support_featured {
	background: rgba(255,255,255, 0.75);
	box-shadow: 0 0 100px rgba(0,0,0,0.035);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 4rem;
}
.rsj_support_featured img{
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	float: none;
	display: block;
	margin: 2rem 0;
}
.rsj_support_featured a {
	position:relative;
	display: inline-block;
}
.rsj_support_featured a .badge {
	position:absolute;
	text-align:center;
	font-size:1rem;
	right:-10px;
	top:30px;
	border-radius:100%;
	padding:6px;
	width:2rem;
	height:2rem;
	line-height:1.2;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}
.rsj_support_featured:hover a .badge {
	transform:scale(1.3);
}
.rsj_support_featured h2{
	font-size:1.8rem;
	margin:0;
	font-weight: 500;
}
.rsj_support_featured .intro, #rsj-my-tickets .intro{
	margin:2rem 0;
	line-height:1.8;
	font-size:1.1rem;
}
.rsj_support_featured .btn {
	min-width:100px;
}
/* End Support Page Style */

/* Predefined answers */
.rsj-kbpredefined-answers .nav > li > a:focus, .rsj-kbpredefined-answers .nav > li > a:hover {
	background-color:#0089bb;
}

/* End Predefined answers */

.rsj-table-listing tr td {
	padding:1.5rem .5rem;
	border-width:0 0 1px 0;
	border-color:#e5e5e5;
	border-style:solid;
}
.rsj-table-listing tr td h3 {
	margin: .9rem auto;
	font-size:1.85rem;
}
.rsj-table-listing tr td .label-important {
	vertical-align:middle;
	padding:.4rem .7rem;
	margin-left:2rem;
	font-size:.8rem;
	font-family:"Roboto";
}
.rsj-table-listing tr td .alert{
	display:inline-block;
	padding:.1rem .4rem;
	margin-bottom:5px;
	font-family:"Roboto";
	text-transform:uppercase;
	font-size:.8rem;
	background:#DE1C3F;
	color:#ffffff;
	vertical-align:text-bottom;
}
.rsj-btn-box {
	margin-top:2rem;
}
.rsj-btn-box .btn{
	margin-right:1rem;
	padding:.7rem 2rem;
}
#rsj-buy-item {
	padding:2rem;
	border:1px solid #e5e5e5;
	box-shadow: 0px 2px 5px #f2f2f2;
}
#rsj-buy-item .price{
	display:block;
	font-size:5rem;
	color:#009dd6;
	text-shadow:1px 2px 0px rgba(0, 0, 0, 0.15);
	font-family:"Roboto";
	font-weight:700;
	text-transform:normal;
	text-align:center;
	width:100%;
	margin:0;
	line-height:1.5;
}
#rsj-buy-item .price sup{
	font-size:50%;
	vertical-align:middle;
}
.rsj-subscriptions-table tr th, .rsj-subscriptions-plugins-table tr th {
	font-size:.8rem;
	padding:5px;
	border-top:none;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
}
.rsj-subscriptions-table tr td {
	font-size:.8rem;
	padding:2rem .5rem 1.5rem .5rem;
	line-height:1.4;
	border: none;
	vertical-align:middle;
	text-align:center;
}
.rsj-subscriptions-table tbody tr:nth-child(even) td {
	border-bottom:1px solid #e5e5e5;
}
.rsj-subscriptions-table tr td:first-child {
	width:35%;
	text-align:left;
}
.rsj-subscriptions-plugins-table tr td {
	vertical-align:middle;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.rsj-subscriptions-table tr td .icon-chevron-down {
	font-size:2rem;
	line-height:0;
	display:inline;
}
.rsj-subscriptions-table tr td .unstyled {
	font-size:1.6rem;
	font-family:"Roboto";
	overflow:hidden;
	margin-top:2rem;
}
.rsj-subscriptions-table tr td .unstyled li{
	line-height:1.2;
}
.rsj-subscriptions-table tr td .rsj-expand {
	display:block;
	line-height:1;
}
.rsj-subscriptions-table tr td .rsj-expand i:before{
	content:"\f077";
	background-image:none;
	padding-top:10px;
	display:inline-block;
}
.rsj-subscriptions-table tr td .rsj-expand.collapsed i:before{
	content:"\f078";
}
.rsj-subscriptions-table tr td .btn-group .btn-light.dropdown-toggle {
	border:none;
	background:none;
}
.rsj-subscriptions-table tr td .btn-group .btn-light.dropdown-toggle, .rsj-subscriptions-table tr td .btn-group .btn-light.dropdown-toggle:hover, .rsj-subscriptions-table tr td .btn-group .btn-light.dropdown-toggle:focus {
	background:none;
	box-shadow:none;
	outline:none;
}
.rsj-subscriptions-table tr td .btn-group .dropdown-menu {
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1);
	right:1rem;
	left:auto;
}
.rsj-subscriptions-table tr td .btn-group .dropdown-menu li a{
	font-family:"Roboto";
	text-transform:uppercase;
	color:#009dce;
	padding:.4rem .8rem;
	text-align:left;
}
.rsj-subscriptions-table tr td .btn-group .dropdown-menu li a:hover {
	background:none;
	color:#0085AF;
}
.rsj-subscriptions-table .rsj-domains-list li {
	font-size:1rem;
	padding:.5rem 0;
	line-height:1.4;
	vertical-align:middle;
	text-align:left;
}
.rsj-subscriptions-table .rsj-domains-list li small{
	font-size:.7rem;
	font-weight:600;
}
.rsj-downloads-item {
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	background: #ffffff;
	border-radius: 10px;
	padding:4rem;
	margin:2rem 0;
	box-shadow:0 0 100px rgb(0,0,0, 0.055);
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}
.rsj-downloads-item:hover {
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
	box-shadow:0 0 50px rgb(0,0,0, 0.055);
}
#rsj-downloads-tabs{
	display:flex;
	flex-flow: row wrap;
}
#rsj-downloads-tabs > ul > li {
	display: flex;
	flex-flow: row wrap;
	border: none;
}
#rsj-downloads-tabs > h1, #rsj-downloads-tabs > h2, #rsj-downloads-tabs > .nav, #rsj-downloads-tabs > .tab-content {
	display: flex;
	flex: 0 1 50%;
	align-items: center;
	margin: 0;
}
#rsj-downloads-tabs > .tab-content {
	flex: 0 1 100%;
	padding: 0;
	border: none;
	margin-top: 3rem;
}
#rsj-downloads-tabs > .tab-content > .active {
	width: 100%;
}
#rsj-downloads-tabs > .nav {
	flex: 0 1 100%;
	justify-content: center;
	background: none;
}
#rsj-downloads-tabs > h1 ~ .nav, #rsj-downloads-tabs > h2 ~ .nav {
	flex: 0 1 50%;
	justify-content: flex-end;
}
#rsj-downloads-tabs > .nav > li ~ li {
	text-align: center;
	width: auto;
	margin-left: 2rem;
}
#rsj-downloads-tabs > .nav > li > a, .rst-tabs .tabs_title > li {
	background: none;
	color: #444;
	padding: 18px 28px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-family:"Roboto";
	font-size:1.1rem;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
#rsj-downloads-tabs > .nav > li > a:hover, #rsj-downloads-tabs > .nav > li > a:focus, #rsj-downloads-tabs > .nav > li > a:active {
	background: none;
	background-image: none;
	color: #00a0ec;
}
#rsj-downloads-tabs > .nav > li > a:hover:after, #rsj-downloads-tabs > .nav > li > a:focus:after, #rsj-downloads-tabs > .nav > li > a:active:after {
	opacity: 0;
}
#rsj-downloads-tabs > .nav > li.active > a, .rst-tabs .tabs_title > li.active, .rst-tabs .tabs_title > li.over {
	color:#ffffff;
	background: rgb(6,121,229);
	background: -moz-linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	background: linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0679e5",endColorstr="#00a0ec",GradientType=1);
	position: relative;
	font-weight:bold;
	text-shadow:none;
	box-shadow:none;
	border:none;
	display:inline-block;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	z-index: 1;
	outline: none;
}
#rsj-downloads-tabs > .nav > li.active > a:after, .rst-tabs .tabs_title > li.active:after, .rst-tabs .tabs_title > li.over:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: inherit;
	background: rgba(0,160,236,1);
	background: -moz-linear-gradient(90deg, rgba(0,160,236,1) 0%, rgba(6,121,229,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,160,236,1) 0%, rgba(6,121,229,1) 100%);
	background: linear-gradient(90deg, rgba(0,160,236,1) 0%, rgba(6,121,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0ec",endColorstr="#0679e5",GradientType=1);
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
#rsj-downloads-tabs > .nav > li.active > a:hover, .rst-tabs .tabs_title > li.over {
	background-position: 100% 200%;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
#rsj-downloads-tabs > .nav > li.active > a:hover:after, .rst-tabs .tabs_title > li.over:after {
	opacity:1;
}
#rsj-downloads-tabs-accordion {
	border:1px solid #e5e5e5;
}
#rsj-downloads-tabs-accordion .accordion-heading {
	display:table-cell;
	width:25%;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
#rsj-downloads-tabs-accordion .accordion-group {
	border:none;
}
#rsj-downloads-tabs-accordion .accordion-heading {
	width:100%;
	display:inline;
}
#rsj-downloads-tabs-accordion .accordion-heading a{
	padding:2rem 2rem;
	background:#0078e4;
	color:#e3e7e8;
	border:none;
	font-weight:bold;
	border-radius:0;
}
#rsj-downloads-tabs-accordion .accordion-heading a {
	width:100%;
	display:block;
	color:#ffffff;
	border-bottom:2px solid #e5e5e5;
}
#rsj-downloads-tabs-accordion .accordion-inner {
	padding:1rem 2rem;
	background: #ffffff;
}
#rsj-downloads-tabs-accordion .accordion-inner .rsj-file-item h5 {
	font-size: 1.2rem;
	margin-bottom: 0;
}
#rsj-downloads-tabs-accordion .accordion-inner .rsj-file-item h5 + p{
	margin-top: 1rem;
}
#rsj-downloads-tabs-accordion .accordion-inner .rsj-file-item .span9 {
	overflow:hidden;
}
#rsj-downloads-tabs-nav-accordion {
	margin-bottom:0;
}
.rsj-file-item {
	overflow:hidden;
	padding:2rem 0rem 2rem 0;
	border-bottom:1px solid #e5e5e5;
}
#rsj-downloads-tabs-accordion .accordion-inner .rsj-file-item:last-child{
	border-bottom:1px solid transparent;
}
.rsj-file-item p{
	margin-bottom:0;
}
.tab-pane .rsj-file-item:last-child {
	border:none;
}
.rsj-search-actions {
	list-style:none;
	margin:1rem auto;
}
.rsj-search-actions li {
	float:none;
	display:inline;
	margin:0 0.4rem;
	font-family:"Roboto";
	font-weight:700;
	color:#333333;
	font-size:1rem;
}
.rsj-search-actions li a{
	font-family:"Roboto";
	font-size:1rem;
}
.rsj-search-actions li a:hover, .rsj-search-actions li a:focus {
	color:#333333;
}
.rsj-search-actions li .btn-mini > i {
	padding-right:0;
}
.rsj-tickets-table {
	margin:3rem auto;
	border:none;
}
.rsj-tickets-table tr th{
	border-width:0 0 1px 0;
	border-color:transparent transparent #e5e5e5 transparent;
	background:transparent;
}
.rsj-tickets-table tr th a {
	color: #000000;
}
.rsj-tickets-table tr th span:before{
	color: #0078e4;
}
.rsj-tickets-table tr th, .rsj-tickets-table tr td{
	padding:1.5rem 1.5rem;
	vertical-align:middle;
	border:none;
}
.rsj-tickets-table tr .status span{
	font-size:1.5rem;
	width:2rem;
}
ul.rsj-checkbox {
	list-style:none;
}
ul.rsj-checkbox li:before {
	font-family:IcoMoon;
	content:"\e6fe";
	font-size:1.4rem;
	margin-right:1rem;
}
ul.rsj-checkbox li {
	margin:1.5rem 0;
}
/* RSComments! */
/* Listing */
#rscomments_big_container a:hover, #rscomments_big_container a:active, #rscomments_big_container a:focus {
	color: #000000 !important;
	background: linear-gradient(90deg, rgba(227,231,232,1) 0%, rgba(240,240,240,1) 100%) !important;
}
.rsj-comment-box {
	background:none;
	padding:4rem;
	margin-bottom: 4rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 100px rgba(0,0,0, 0.055);
	border: none;
}
.rsj-comment-box blockquote {
	border:none;
	background:rgba(150,150,150 ,0.07);
	padding:2rem;
	line-height:2;
}
#rscomments_big_container a img {
	display:none
}
#rscomments_big_container .rsj-comment-vote a:hover, #rscomments_big_container .rsj-comment-vote a:focus, #rscomments_big_container .rsj-comment-vote a:active {
	background-image: none !important;
}
.rsj-comment-vote i {
	line-height:1.15;
	margin-right:.5rem;
}
.rsc_comment_options {
	display:block;
	float:none;
	text-align:right;
	margin:10px 5px;
}

/* Form */
.rsj-rscomments-heading i {
	margin-right:2rem;
}
.rsc_message {
	background:#dff0d8;
	padding:2rem;
	margin:0 auto 2.5rem auto;
	border:1px solid #e5e5e5;
}
.rsb_comments, .rsc_comment_container, .rscomments_form_container {
	width:100%;
	margin:0;
	padding:0;
}
.rscomments_form_container {
	box-shadow: 0 0 100px rgba(0,0,0, 0.055);
	background:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rscomments_form_container .rsc_clear {
	display:none;
}
.rsc_label {
	width:100%;
	font-family:"Roboto";
	font-weight:600;
}
.rscomments_form_container p {
	display:inline-block;
	width:47%;
	margin-right:3%;
}
.rscomments_form_container .rscomments_small_container > p:nth-of-type(2n) {
	width: 50%;
	margin-right: 0;
}
.rscomments_form_container .rscomments_small_container > p:nth-child(10) {
	width:100%;
}
.rscomments_form_container .rscomments_small_container > p:last-child {
	width:100%;
}
.rscomments_form_container .rscomments_small_container > p:nth-child(10) #rsc_comment {
	width:100%;
	background:none;
	border:1px solid #cccccc;
}
.rscomments_form_container .rscomments_small_container > p:nth-child(10) #commentlen{
	margin-left:0;
}
.rscomments_form_container .rsc_input, .rscomments_form_container .inputbox {
	background-image:none;
	width:100%;
}
.rscomments_form_container .rsj-captcha-image {
	display:block;
}
#rsc-g-recaptcha {
	margin-bottom: 20px;
}
.rscomments_form_container .rscomments_small_container > p:last-child {
	margin:1%;
}
.rscomments_small_container {
	width:100%;
	padding:4rem;
	overflow:hidden;
}
.rscomments_small_container span.hasTip {
	display:inline-block;
}
.rscomments_small_container span.hasTip a:before {
	content:"\e67d";
	font-family:IcoMoon;
}
.rscomments_small_container span.hasTip a img {
	display:none;
}
.rsc_error {
	border: none;
	background:none;
	border:1px solid #ef3300 !important;
	background-image:none !important;
}
.rsc_error_txt {
	border: 1px solid #ef3300 !important;
	background-image:none !important;
}
/* End RSComments! */
/* RSMediaGallery! */
ul.rsmg_system_gallery li div.rsmg_system_container {
	box-shadow:none !important;
	height:auto !important;
}
ul.rsmg_system_gallery li div.rsmg_system_container * {
	box-sizing:content-box;
}
/* End RSMediaGallery! */

/* Selection Sharer */
/*
 * share-selection: Medium like popover menu to share on Twitter or by email any text selected on the page
 *
 * -- Requires jQuery --
 * -- AMD compatible  --
 *
 * Author: Xavier Damman (@xdamman)
 * GIT: https://github.com/xdamman/share-selection
 * MIT License
 */

@keyframes selectionSharerPopover-animation {
	0%{
		transform:matrix(0.97,0,0,1,0,12);
		filter:alpha(opacity=0);
		opacity:0
	}
	20%{
		transform:matrix(0.99,0,0,1,0,2);
		filter:alpha(opacity=70);
		opacity:.7
	}
	40%{
		transform:matrix(1,0,0,1,0,-1);
		filter:alpha(opacity=100);
		opacity:1
	}
	70%{
		transform:matrix(1,0,0,1,0,0);
		filter:alpha(opacity=100);
		opacity:1
	}
	100%{
		transform:matrix(1,0,0,1,0,0);
		filter:alpha(opacity=100);
		opacity:1
	}
}
#selectionSharerPopover {
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: 1010;
}
#selectionSharerPopover:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #333333;
}
.rsj-all-content-position p {
	position:relative;
}
#selectionSharerPopover.anim {
	transition: top .075s ease-out;
	animation: selectionSharerPopover-animation 180ms forwards linear;
	-webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}
#selectionSharerPopover-inner {
	position:relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background-color: #333333;
	background-repeat: repeat-x;
}
#selectionSharerPopover .selectionSharerPopover-clip {
	position: absolute;
	bottom: -11px;
	display: block;
	left: 50%;
	clip: rect(12px 24px 24px 0);
	margin-left: -12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
#selectionSharerPopover .selectionSharerPopover-arrow {
	display: block;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg) scale(0.5);
	transform: rotate(45deg) scale(0.5);
	background-color: #333333;
	border: 2px solid #333333;
	box-sizing:content-box;
}
.selectionSharer ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.selectionSharer ul li {
	list-style: none;
	display:inline-block;
	background: none;
	margin: 0;
}
.selectionSharer a.action {
	border: none;
	display:block;
	margin: 5px 7px;
	width:30px;
	height: 30px;
	font-size:1.4rem;
	color:#ffffff;
	text-align:center;
}
.selectionSharer a:hover {
	color: #009dd6;
}
.selectionSharer a.action i{
	width:30px;
	height:30px;
	background-image:none;
	line-height:1.3;
}
.selectionSharer a.tweet, .selectionSharer a.facebook, .selectionSharer a.email {
	background: none;
}
#selectionSharerPopunder.fixed {
	transition: bottom 0.5s ease-in-out;
	width: 100%;
	position: fixed;
	left: 0;
	bottom:-60px;
}
.selectionSharer {
	transition: -webkit-transform 0.6s ease-in-out;
}
.selectionSharer.moveDown {
	-webkit-transform: translate3d(0,60px,0);
}
#selectionSharerPopunder {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0px;
	transition: height 0.5s ease-in-out;
	background: #333333;
	border: none;
	border-radius: 0;
	overflow: hidden;
	height: 60px;
	line-height:1;
	padding:10px;
}
#selectionSharerPopunder.show {
	height: 60px;
}
.selectionSharerPlaceholder {
	height: 1em;
	margin-bottom: -2em;
	transition: height 0.5s ease-in-out;
}
.selectionSharerPlaceholder.show {
	height: 60px !important;
}
#selectionSharerPopunder-inner ul {
	overflow: hidden;
	float:right;
	margin: 0px;
	width:100%;
}
#selectionSharerPopunder-inner ul li {
	padding: 5px;
	overflow: hidden;
	width:48%;
	text-align:center;
}
#selectionSharerPopunder-inner label {
	color: white;
	font-weight: 300;
	line-height: 60px;
	margin: 0px 20px 0px 20px;
}
#selectionSharerPopunder-inner a {
	width: 30px;
	height: 30px;
	font-size:20px;
	display:inline-block;
}
#selectionSharerPopunder-inner a.tweet {
	background-position: 0px 2px;
}
/* End Selection Sharer */

/* Feedback link */
#FeedbackLinkDiv {
	background-color: #f5b800;
	right: 0;
	position: fixed;
	top: 45%;
	cursor: pointer;
	z-index: 1000;
	border-radius: 5px 0 0 5px;
}

#FeedbackLinkDiv a {
	display: block;
	padding: 8px;
	color: #111;
}

#FeedbackLinkDiv a:hover {
	color: #fff;
}

#FeedbackLinkDiv:hover {
	background-color: #dba400;
}
/* End Feedback link */

/* Helper Classes */
.img-responsive {
	width:100%;
	max-width:100%;
}
.bg_blue {
	background:#009dd6;
}
.green {
	color:#169b00;
}
.green:hover, .green:focus, .green:active {
	color:#1ab700;
}
.rsj-bg-blue-gradient {
	background: rgb(6,121,229);
	background: -moz-linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	background: linear-gradient(90deg, rgba(6,121,229,1) 0%, rgba(0,160,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0679e5",endColorstr="#00a0ec",GradientType=1); 
	color: #ffffff;
}
.rsj-bg-blue-gradient p {
	color: #ffffff;
	font-weight: 300;
}
.rsj-bg-blue-gradient-light {
	background: rgb(193,224,250);
	background: -moz-linear-gradient(45deg, rgba(193,224,250,0.75) 0%, rgba(244,248,255,0.75) 100%);
	background: -webkit-linear-gradient(45deg, rgba(193,224,250,0.75) 0%, rgba(244,248,255,0.75) 100%);
	background: linear-gradient(45deg, rgba(193,224,250,0.75) 0%, rgba(244,248,255,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1e0fa",endColorstr="#f4f8ff",GradientType=1); 
}
.label-grey {
	background-color: #a6a6a6;
}
.label-darkgrey {
	background-color: #6b6b6b;
}
.sr-only {
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.rsj-card-grey {
	padding: 4rem;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 100px rgba(0,0,0, 0.055);
}
.rsj-flex {
	display: flex !important;
	flex-wrap: wrap;
}
.rsj-subtitle {
	padding-left: 3rem;
}
/* End Helper Classes */

/* Affix menu for long documentation articles */
#rsj-affix-menu {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(0,0,0, 0.075);
	border: none;
	width: 100%;
	overflow: hidden;
}
#rsj-affix-menu.fixed {
	position: fixed;
	left: 7%;
	width: calc(100% - 14%);
	z-index: 200;
}
#rsj-affix-menu h6 {
	font-size: 1.25rem;
	padding-left: 8px;
}
#rsj-affix-menu > li {
	display: inline-block;
}
#rsj-affix-menu > li > a {
	white-space: normal;
	padding: 20px 18px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #333333;
}
#rsj-affix-menu > li > a:hover, 
#rsj-affix-menu > li.active > a, 
#rsj-affix-menu > li.active > a:active, 
#rsj-affix-menu > li.active > a:focus {
	background:#0078e4;
	background-image: none;
	color: #ffffff;
	text-shadow: none;
}
@media (max-width: 1700px) {
	#rsj-affix-menu {
		left: 0;
		width: 100%;
		bottom: 0px;
		top: auto;
		padding-bottom: 10px;
		text-align: center
	}
	#rsj-affix-menu li {
		display: inline-block;
		max-width: auto;
		width: auto;
		margin: 0 2px;
	}
}
/* End Affix menu */
@media (max-width: 1440px) {
	.rsj-bg-blue-gradient .rsj-demo-box img {
		order: 1;
		flex: 0 1 180px;
	}
	.rsj-bg-blue-gradient .rsj-demo-box {
		flex-direction : column;
	}
	.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box, .rsj-bg-blue-gradient .rsj-demo-box.text-right .rsj-content-box {
		margin : 2rem 0;
		justify-content: center;
		text-align: center;
		order: 2;
	}
	.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box h2 {
		width: 100%;
	}
	.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box .btn ~ .btn {
		margin: 0 0 15px 15px;
	}
	#templates .rsj_template_item .rsj_template_item_info .title {
		margin-bottom: 15px;
	}
	#templates .rsj_template_item .rsj_template_item_info .title a {
		width: 100%;
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	#templates .rsj_template_item .intro {
		display: none;
	}
	#templates .rsj_template_item .rsj_template_item_info::after {
		min-height: 350px;
	}
	#templates .rsj_template_item:hover .rsj_template_item_info::after {
		min-height: 250px;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn.btn-primary {
		padding: 10px 15px;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn.btn-danger, #templates .rsj_template_item .rsj_template_item_info .btn.btn-danger.btn-promo {
		flex: 0 1 100%;
	}
	.clients_carousel .owl-item .rsj_testimonial_item {
		min-height: 570px;
		margin: 0 5px;
	}
}
@media (max-width: 1280px) {
	body {
		background-position: 0 150px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.rsj-page-header .light.green{
		font-size:2.9rem;
	}
	.nav > li > a { 
		font-size:.9rem;
	}
	.navbar .nav > li > a {
		padding: 8px 11px;
		font-size:.8rem;
	}
	#footer_light h3 {
		font-size:1.6rem;
	}
	#footer_lighter h5, #footer_lang_bar, #footer_lang_bar li {
		text-align:center;
		float:none;
		margin:0;
	}
	.form-search .input-large {
		width:150px;
	}
	.form-search .input-large.search-query {
		width:200px;
	}
	.form-search .btn-large {
		padding:1rem 2rem;
	}
	.rsj-breadcrumb-position .nav > li > a {
		margin:0;
		padding:8px;
	}
	.rsj-subscriptions-table tr td .btn{
		font-size:.7rem;
		padding:.5rem 1rem;
	}
	#blogs .rsj_blog_item .text_box, .rsj-mod-rst-kb-latest .rsj_blog_item .text_box {
		min-height:480px;
		padding-bottom:0;
	}
	.rsj_blog_item .text_box p {
		margin-bottom: 4rem;
	}
	#templates .rsj_template_item .rsj_template_item_info .title .rsj-review {
		display: none;
	}
	#templates .rsj_template_item .rsj_template_item_info {
		padding: 1.5rem;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn.btn-danger {
		flex: 1 1 100%;
	}
	.rsj-bg-blue-gradient .rsj-demo-box .rsj-content-box .btn ~ .btn {
		margin: 0 0 15px 0;
	}
	.rsj_buy_item {
		padding: 2rem;
	}
	.clients_carousel .owl-item .rsj_testimonial_item {
		min-height: 510px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	html{
		font-size:14px;
	}
	body {
		background-position: 0 98px;
	}
	.rsj-all-content-position, .rsj-breadcrumb-new-position, #rsj_footer_columns {
		padding-left: 3%;
		padding-right: 3%;
	}
	.container {
		width: auto;
	}
	.row-fluid .rsj-flex {
		flex: 1 1 100%;
	}
	.rsj-updates-position .rsj-module .row-fluid .rsj-flex {
		flex: 0 1 100%;
		margin: 0;
	}
	.input-xxlarge{
		width:100%;
	}
	.navbar {
		margin:0;
		width:100%;
	}
	.navbar-inner {
		min-height:0;
		margin:0;
	}
	.navbar-inner .rsj-logo-container img {
		width:auto;
	}
	.navbar-inner .row-fluid [class*="span"] {
		width:100%;
		margin:0;
		min-height:0;
		position:relative;
	}
	.nav-collapse .nav {
		margin:3rem 0 1rem 0;
	}
	.nav-collapse .nav > li {
		float:left;
		width:100%;
	}
	.navbar-inner .nav.menu .deeper.dropdown.parent  > .dropdown-menu {
		width:100%;
		margin:.5em;
		display:block;
	}
	.navbar .nav > li > .dropdown-menu::before {
		border-bottom:none;
	}
	.nav.menu > li > ul.dropdown-menu {
		padding:1rem 0 1rem 3rem;
		overflow:hidden;
	}
	.btn-newsletter {
		font-size:1.1rem;
		padding:0.94rem 1.3rem;
	}
	#templates .rsj_template_item .ribbon {
		font-size: 0.85rem;
	}
	#templates .rsj_template_item .rsj_template_item_info {
		padding: 1rem;
	}
	#templates .rsj_template_item .rsj_template_item_info .title .rsj-review {
		display: none;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn-danger, #templates .rsj_template_item .rsj_template_item_info .btn-link {
		margin: .5rem 0 0 0;
	}
	.rsj-page-header .rsj-logo, #rsj-page-footer .rsj-logo {
		margin-top:1rem;
	}
	.rsj-page-header .rsj-info img {
		width:80%
	}
	.rsj-page-header .rsj-info .btn {
		padding: 0.8rem 0.5rem;
		margin-top:.5rem;
	}
	.rsj-extension-menu.nav > li:last-child {
		margin:0;
	}
	.rsj-extension-menu.nav > li > a, .rsj-extension-menu.nav > li:last-child > a { 
		font-size:.8rem;
		padding: 0.8rem 0.5rem;
	}
	.rsj-extension-menu {
		width:100%;
	}
	#rsj-buy-heading {
		text-align:center;
		width:100%;
	}
	.rsj-extension-menu li {
		width:100%;
		float:none;
		text-align:center;
	}
	.rsj_buy_item .buy-body {
		padding:.5rem;
	}
	.rsj_buy_item .buy-body .check li, .rsj_buy_item .buy-body .table tr td {
		font-size:1rem;
	}
	.rsj_buy_item .buy-body .check {
		min-height:13rem;
	}
	.rsj_buy_item .buy-body .btn-large {
		padding:1rem;
	}
	.rsj_buy_item .buy-body .table tr td.plugin-price {
		width:3rem;
	}
	.rsj_buy_item .buy-body .table tr td{
		vertical-align:middle;
		text-align:left;
		padding:8% 2%;
	}
	.rsj_buy_item .buy-body .table tr td label:before {
		margin-top:4%;
		text-align:left;
	}
	.rsj_buy_item .buy-body .table tr td label {
		height:auto;
	}
	.row-fluid.rsj-ticket-actions > div {
		text-align:center;
		margin:0 auto !important;
		float:none;
	}
	#rsj-downloads-tabs {
		border:none;
	}
	#rsj-downloads-tabs .accordion-heading .accordion-toggle {
		padding:2rem 2rem;
		background:#F7FBFC;
		color:#b6b6b6;
		border:none;
		font-weight:bold;
	}
	#rsj-downloads-tabs > ul > li.active > a {
		color:#99a851;
		background:#ffffff;
	}
	#footer_light h3 {
		font-size:1.5rem;
	}
	#footer_lighter h5, #footer_lang_bar, #footer_lang_bar li {
		text-align:left;
		float:none;
		margin:0;
	}
	.footer-box-socialize li {
		margin-right: 1.5rem;
	}
	#footer_copyright > div > div > div {
		width: 100%;
		text-align: center
	}
	.rsj-extension-menu.nav > li > a {
		margin:0;
		padding:11px 6px;
	}
	.form-search .input-large.search-query, .form-search .input-large {
		width:100%;
	}
	.form-search > a, .form-search > input, .form-search > select, .form-search > button {
		width:100%;
		margin:1rem 0;
	}
	.rsj-domains-table tr td[class*="span"] {
		display:inline-block;
		width:100%;
		border:none;
	}
	.rsj-domains-table tr td.text-success {
		padding-bottom:2rem;
		border-bottom:1px solid #e5e5e5;
	}
	.rsj-subscriptions-table tr td .btn {
		font-size:.7rem;
		padding:.5rem 1rem;
	}
	.rsj-subscriptions-table tr td .unstyled {
		margin-top:3rem;
	}
	.rsj-search-actions li {
		display:inline;
		width:100%;
	}
	#sbox-btn-close {
		background: rgba(0, 0, 0, 0) url("../images/cursor-close.png") repeat scroll 0 0 / cover ;
		height: 25px;
		right: 15px;
		top: 15px;
		width: 25px;
	}
	.rsj_blog_item  {
		margin-bottom: 2rem;
	}
	#blogs .rsj_blog_item .text_box, .rsj-mod-rst-kb-latest .rsj_blog_item .text_box {
		margin-bottom: 4rem;
		padding-bottom:0;
	}
	.clients_carousel .owl-item .rsj_testimonial_item {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	html {
		font-size:12px;
	}
	body {
		background-position: 0 84px;
	}
	.rsj-all-content-position, .rsj-breadcrumb-new-position, #rsj_footer_columns {
		padding: 5% 3%;
	}
	.container {
		margin-left:1rem;
		margin-right:1rem;
	}
	.rsj-flex {
		flex: 1 1 100%;
		margin: 0;
	}
	.rsj-updates-position .rsj-module .row-fluid .rsj-flex {
		flex: 0 1 100%;
		margin: 0;
	}
	.form-horizontal .control-label {
		width:100%;
	}
	.form-horizontal .controls {
		margin-left:auto;
	}
	.rsj-login-form {
		width:100%;
	}
	.rsj-navigation {
		padding:3em;
	}
	.navbar {
		margin:0;
		width:100%;
	}
	.rsj-navigation > .container {
		position:relative;
	}
	.navbar-inner {
		min-height:0;
		padding:0;
		margin:0;
	}
	.navbar-inner .rsj-logo-container img {
		width:auto;
	}
	.navbar-inner .row-fluid [class*="span"] {
		width:100%;
		margin:0;
		min-height:0;
		position:relative;
	}
	.nav-collapse .nav {
		margin:3rem 0 1rem 0;
	}
	.nav-collapse .nav > li {
		float:left;
		width:100%;
	}
	.navbar .nav > li > .dropdown-menu::before {
		border-bottom:none;
	}
	.nav.menu > li > ul.dropdown-menu {
		padding:1rem 0 1rem 3rem;
		overflow:hidden;
	}
	.navbar-inner .nav.menu .deeper.dropdown.parent  > .dropdown-menu {
		width:100%;
		margin:.5em;
	}
	.nav.menu > li > .dropdown-menu .menu-box ul li {
		width:100%;
	}
	.nav-collapse .nav {
		margin:3rem 0 1rem 0;
	}
	.rsj-breadcrumb-position {
		background-size: cover;
		background-position: top left;
	}
	.rsj-bg-blue-gradient .rsj-demo-box {
		margin-top: 2rem;
	}
	.rsj-section-title {
		margin-bottom: 3rem;
	}
	.rsj-section-title [class*="span"] {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.rsj_cta_footer {
		flex-direction: column;
	}
	.rsj_cta_footer h2 {
		margin-top: 2rem;
	}
	.rsj_cta_footer .btn {
		width: 100%;
		margin-bottom: 1rem;
	}
	.hero-unit {
		padding:0 2rem;
	}
	#templates .rsj_template_item {
		margin:0 0 3rem 0;
		min-height: 350px;
	}
	#templates .rsj_template_item img, #templates .rsj_template_item .rsj_template_item_info .title {
		margin: 0;
	}
	#templates .rsj_template_item .rsj_template_item_info .title a {
		font-size: 2rem;
		width: auto;
		margin: 0 5px 0 0;
	}
	#templates .rsj_template_item .intro {
		display: flex;
		font-size: 1.4rem;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn.btn-danger, #templates .rsj_template_item .rsj_template_item_info .btn.btn-danger.btn-promo {
		flex: 0 1 50%;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn.btn-danger, #templates .rsj_template_item .rsj_template_item_info .btn-link {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn .price-tag span:first-child, #templates .rsj_template_item .rsj_template_item_info .btn.btn-promo .price-tag .new-price {
		font-size: 1.4rem;
		letter-spacing: -1px;
	}
	#templates .rsj_template_item .label{
		display:inline-block;
		text-align:center;
		margin:0 0 .5rem .5rem;
	}
	.rsj_blog_item {
		margin-bottom: 2rem;
		flex: 0 1 100%;
	}
	.rsj_blog_item .image_box img {
		margin:0 auto;
		display:block;
	}
	#blogs .rsj_blog_item .text_box, .rsj-mod-rst-kb-latest .rsj_blog_item .text_box {
		min-height:auto;
	}
	.rsj-extension-menu.nav {
		margin:0 auto;
		display:block;
		width:100%;
		float:none;
	}
	.rsj-extension-menu.nav > li {
		display:inline-block;
		float:none;
		width:100%;
		text-align:center;
	}
	.rsj-extension-menu.nav > li:last-child {
		margin:0;
	}
	.rsj-extension-menu.nav > li > a, .rsj-extension-menu.nav > li:last-child > a{
		font-size: .9rem;
		line-height: 2.5;
		padding: 0.7rem .45rem;
	}
	.footer-box-socialize li {
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
	.footer-box-socialize li form #rsm_email {
		width:100%;
	}
	.btn-newsletter { 
		margin-left: 0;
		margin-top: 0.5rem;
		padding: 0.94rem 1rem;
		width: 100%;
	}
	#rsj-page-footer .span3 {
		text-align:center;
		margin-bottom:1rem;
	}
	#footer_light ul li a{
		color:#979797;
		font-weight:600;
		font-size:1rem;
	}
	.rsj_features_item {
		margin:2rem;
	}
	.extension_integrations .thumbnail {
		margin:2rem 0;
	}
	#client_testimonials h2 {
		padding-left: 0;
		text-align:center;
	}
	.clients_carousel {
		margin:0 0 1rem 0;
		padding-top: 5rem;
	}
	.clients_carousel .owl-controls {
		top: 0.75rem;
		left: calc(50% - 1.5rem);
	}
	.clients_carousel .owl-item .rsj_testimonial_item {
		min-height: 72vh;
		text-align:center;
		margin: 0;
	}
	.clients_carousel .owl-item .rsj_testimonial_item .lead {
		font-size: 1.3rem;
	}
	.clients_carousel .owl-item .rsj_testimonial_item h6 {
		position: relative;
		bottom: auto;
		width: 100%;
		margin-top: 4rem;
		font-size: 1.7rem;
	}
	.rsj-page-header .rsj-info{
		text-align:center;
		margin:0 2rem 3rem 2rem;
		width:auto;
	}
	.rsj-page-header .rsj-info .btn{
		margin-top:1rem;
	}
	.rsj_buy_item {
		margin:2rem;
	}
	.rsj_buy_item .buy-body .check li, .rsj_buy_item .buy-body .table tr td {
		font-size:1.2rem;
	}
	#rsj-notifications .rsj_notice_item {
		margin:2rem;
	}
	#rsj-page-footer, .rsj-page-header {
		text-align:center;
		padding:5rem 2rem;
	}
	.rsj_demo_item {
		margin:2rem;
	}
	#rsj-search-tickets .form-search {
		margin-bottom:2rem;
	}
	.rsj-content-area {
		margin:2rem;
	}
	.form-search > a, .form-search > input, .form-search > select, .form-search > button {
		width:100%;
		margin:1rem 0;
	}
	.rsj-subscriptions-table tr th{
		display:none;
	}
	.rsj-subscriptions-table tr td:first-child {
		width:100%;
		text-align:center;
	}
	.rsj-subscriptions-table tr td .rsj-domains-list li{
		text-align:center;
	}
	.rsj-subscriptions-table tr td, .rsj-domains-table tr td[class*="span"] {
		display:inline-block;
		width:100%;
		border:none;
	}
	.rsj-subscriptions-table tr td .rsj-expand {
		margin:0 auto;
	}
	.rsj-domains-table tr td.text-success {
		padding-bottom:2rem;
		border-bottom:1px solid #e5e5e5;
	}
	.rsj-subscriptions-table tr td .btn {
		font-size:.7rem;
		padding:.5rem 1rem;
	}
	.rsj-subscriptions-table tr td .unstyled {
		margin-top:3rem;
	}
	.rsj-file-item .span4 {
		text-align:center;
		margin:1rem auto;
	}
	.rsj-file-item .span4 a{
		margin:2rem auto;
	}
	.row-fluid.rsj-ticket-actions > div {
		text-align:center;
		margin:0 auto !important;
		float:none;
	}
	.rsj-search-actions {
		display:inline-block;
		width: 100%;
	}
	.dark-bg {
		padding:2rem 0 2rem 0;
	}
	.rsj-bundle {
		text-align:center;
	}
	#rsj-downloads-tabs {
		border:none;
	}
	#rsj-downloads-tabs > h2, #rsj-downloads-tabs > .nav, #rsj-downloads-tabs > .tab-content {
		flex: 0 1 100%;
	}
	#rsj-downloads-tabs > h2 {
		margin-bottom: 4rem;
	}
	#rsj-downloads-tabs > h2 {
		justify-content: flex-start;
	}
	#rsj-downloads-tabs > .nav {
		justify-content: center;
	}
	#rsj-downloads-tabs .accordion-heading .accordion-toggle {
		padding:2rem 2rem;
		background:#F7FBFC;
		color:#b6b6b6;
		border:none;
		font-weight:bold;
	}
	#rsj-downloads-tabs > .nav > li {
		margin-left: 0;
	}
	#rsj-downloads-tabs > ul > li.active > a {
		color:#99a851;
		background:#ffffff;
	}
	#footer_dark .span4 > .span3 {
		width:25%;
		float:left;
	}
	#footer_dark .span4 > .span3 .rsj-social-link {
		margin:0 auto;
	}
	#footer_dark .span8 {
		text-align:center;
		margin-top:2rem;
	}
	#footer_light .span3 {
		float:left;
		margin-left:4%;
	}
	#footer_light h3 {
		font-size:1.7rem;
	}
	#footer_lighter h5, #footer_lang_bar, #footer_lang_bar li {
		text-align:left;
		float:none;
	}
	#footer_lang_bar {
		margin-bottom: 3rem;
	}
	#rsj_footer_columns h3 {
		margin: 3rem 0 1rem 0;
	}
	#footer_copyright > div > div > div {
		width: 100%;
		text-align: center
	}
	.rsj-tickets-table tr th, .rsj-tickets-table tr td{
		font-size:.9rem;
		padding:.5rem .2rem;
	}
	.rsj-tickets-table tr td .control-group {
		margin:0;
		width:25px;
		height:25px;
	}
	.table-responsive {
		border: 1px solid #dddddd;
		margin-bottom: 15px;
		padding-bottom:20px;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0 none;
	}
	.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0 none;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0 none;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0 none;
	}
	.rsj-downloads-item [class^="span"] {
		width: 100%;
	}
	.rsj-downloads-item .btn.btn-medium {
		margin-top:1rem;
		width: 100%;
	}
	#sbox-btn-close {
		background: rgba(0, 0, 0, 0) url("../images/cursor-close.png") repeat scroll 0 0 / cover ;
		height: 25px;
		right: 15px;
		top: 15px;
		width: 25px;
	}
	#sbox-content {
		z-index: 99999 !important; 
	}
	#sbox-window {
		left: 1% !important;
		margin-left: 0 !important;
		margin-top: -70% !important;
		max-width: 98%;
		position:auto !important;
		z-index: 100000  !important;
	}
	.rscomments_form_container p, .rscomments_form_container .rscomments_small_container > p:nth-of-type(2n) {
		width:97%;
	}
	.bg_grey_double {
		background: none;
	}
	.rsj-extensions-demo {
		padding: 2.5rem;
		text-align:center;
		background:#e6e6e6;
	}
	.rsj-templates-demo {
		padding: 2.5rem;
		text-align:center;
		background:#f0f0f0;
	}
	.rsj-extensions-demo .btn, .rsj-templates-demo .btn {
		width:100%;
		margin-bottom:.5rem;
		font-size:1.4rem;
	}
	.rsj-extensions-demo .btn i , .rsj-templates-demo .btn i {
		font-size:1.4rem;
	}
}

@media (min-width: 481px) and (max-width: 730px) {
	.rsj-extension-menu.nav {
		display:block;
		width:100%;
	}
	.rsj-extension-menu.nav > li {
		width:100%;
		display:inline-block;
		text-align:center;
		float:none;
	}
	#footer_light .span3 {
		width:46%;
	}
}

@media (max-width: 480px) {
	html{
		font-size:12px;
	}
	body {
		background-position: 0 120px;
	}
	.rsj-navigation {
		padding:1em;
	}
	.navbar-inner .rsj-logo-container img {
		width:65%;
	}
	.rsj-content-area {
		margin:1rem .5rem;
	}
	.rsj-updates-position .rsj-module .homepage {
		text-align:center;
		font-size:2.5rem;
		letter-spacing:-1px;
	}
	#templates .rsj_template_item:hover .rsj_template_item_info:after {
		min-height: 300px;
	}
	#templates .rsj_template_item .rsj_template_item_info .title a {
		width: 100%;
		margin: 0 0 1rem 0;
	}
	#templates .rsj_template_item .rsj_template_item_info .btn.btn-danger, #templates .rsj_template_item .rsj_template_item_info .btn.btn-danger.btn-promo {
		flex: 0 1 100%;
	}
	.rsj_blog_item .image_box img {
		width:100%;
	}
	.rsj-extension-menu.nav {
		display:block;
		width:100%;
	}
	.rsj-extension-menu.nav > li {
		width:100%;
		display:inline-block;
		text-align:center;
		float:none;
	}
	.rsj_demo_item h2 {
		font-size:2rem;
	}
	.rsj_features_item h2, .rsj_features_item h3 {
		font-size:1.5rem;
	}
	.rsj_features_item {
		margin:1.5rem 0;
		padding:1.5rem;
	}
	.rsj_features_item > span[class*="icon-"] {
		display:none;
	}
	.rsj-tickets-table tr th, .rsj-tickets-table tr td{
		padding:1rem 0.5rem;
	}
	.rsj-search-actions li {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
	}
	ul.rsmg_system_gallery li a img {
		width:100% !important;
	}
	.rsj-page-header {
		padding:0;
	}
	.rsj-page-header .rsj-info{
		margin:0 !important;
		width:100%;
	}
	.footer-box-socialize li:first-child {
		margin-left:0;
	}
	#rsj_footer_columns h3 {
		margin: 3rem 0 1rem 0;
	}
	.rsj-card-grey {
		padding: 2rem;
	}
}

@media (max-width: 320px) {
	html{
		font-size:12px;
	}
	.nav.menu > li.deeper.dropdown.parent ul li a {
		font-size:1rem;
	}
	.rsj-subscriptions-table tr td[class*="span"] img, .rsj-domains-table tr td[class*="span"] img {
		width:100%;
	}
	.rsj-domains-table tr td .lead {
		font-size:1.6rem;
	}
	.rsj_features_item > span[class*="icon-"] {
		display:none;
	}
	.rsj-breadcrumb-position .light {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	ul.rsmg_system_gallery {
		width:100% !important;
	}
	ul.rsmg_system_gallery li {
		display:block;
		margin:0 !important;
		width:100%;
	}
	.rsj-content-area {
		margin:2rem .2rem;
	}
	ul.inline li {
		width:100%;
	}
	.footer-box-socialize li {
		width:10%;
	}
	#FeedbackLinkDiv {
		display:none;
	}
}