﻿.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 80%;
	display: block;
	margin-left:-405px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
	display: none;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	cursor: default;
	pointer-events: none;
}
.flex-control-nav {
	width: 100%;
	
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #999999;
    border-radius: 20px;
   
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
	background: #ffffff;
	background: rgba(255,165,0,0.7);
	 border:2px solid #FFFFFF;
}
.flex-control-paging li a.flex-active {
	background: #ffffff;
	background: rgba(255,165,0,0.9);
 	cursor: default;
   border:2px solid #FFFFFF;
  } 
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
}
.flex-control-thumbs img {
	margin: 10px 5px 0;
	display: inline-block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
.flexslider {
	background: none;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	/*
	margin: 0 0 40px 0;*/
	padding-top: 300px; margin-right: 100px; margin-left: -275px;
}
.flex-control-nav {
	bottom: -45px;
	line-height: 11px;
	left: -220px;
	z-index:30;
}
.flex-control-nav li {
	margin: 0;
}
.flex-control-nav li a {
	margin: 0 6px;
	padding: 5px;
}
.flexslider .slides li {
	position: relative;
}
.flex-viewport {
	direction: ltr;
}
.flex-direction-nav a {
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flexslider .slides p {
	margin: 0;
}
.flex-control-nav {
	margin-left:-150px;
	
}
.metaslider .flexslider.filmstrip {
	margin-top: 10px;
}
.metaslider .flexslider.filmstrip .slides li {
	cursor: pointer;
	opacity: 0.5;
}
.metaslider .flexslider.filmstrip .slides li.flex-active-slide, .metaslider .flexslider.filmstrip .slides li:hover, .metaslider .flexslider.filmstrip .slides li:focus {
	opacity: 1.0 !important;
}
/*style gallery*/


.gallery-bg-img {
	
	/*  background: url("../images/gallery-img1.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
              
                max-width: 1800px;
                min-width: 1160px;*/
				background-color:#f1f8ff;
	position: relative;
	height: 560px;
	width: 100%;
	
}

.gallery-bg-img-inner {
	height: 430px;
   /* background: url("../images/why-rhub-banner.png") no-repeat scroll center top -webkit-linear-gradient(#3892d0, #86c0e8);*/
	background-repeat:no-repeat;
	position: relative;
	/*max-width: 1800px;*/
	min-width: 1160px;
	width: 100%;
	top:70px;
	margin:auto;
	background: -webkit-linear-gradient(#3892d0, #86c0e8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3892d0, #86c0e8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3892d0, #86c0e8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3892d0, #86c0e8); /* Standard syntax */

}

.transparent-background {
	background-color: #333;
	bottom: 0px;
	height: 100px;
	opacity: 0.6;
	position:absolute;
	width: 100%;
}
.big-btn {
	bottom: 30px;
	
	left: 400px;
	position: absolute;
	width: 560px;
	z-index: 99;
}
.buynow-btn {
	background-color: #ff7e22;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "open_sanslight";
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    
    text-align: center;
    width: 330px;
}
.customer  {font-family: 'open_sanslight';}
.Sign-Up-btn {
	background-color: #3bc715;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-left: 3px;
	margin-top: 20px;
	text-align: center;
	width: 250px;
	cursor: pointer;
}
/*gallery cousmor*/
.testimonial {
	width: 100% !important;
}
.testimonial_title h2 {
	text-align: center;
	margin-bottom: 15px;
}
.testimonial_box h2 {
	text-align: center;
}
.testimonial img {
	float: left;
	padding: 5px;
	box-shadow: none !important;
	display: none;
}
//.testimonial h4 {
margin:10px 10px 0px 0px !important;
text-align:right;
position:absolute;
right:0px;
font-weight:bold !important;
font-size:15px !important;
}
.contentdiv h4 {
	font-weight: bold !important;
	font-size: 15px !important;
}
.testimonial p {
	width: 98% !important;
	text-align: left;
	padding: 25px 0 0;
	margin: 0 0 0 10px !important;
}
/* widget css */
#widget_main {
	float: left;
}
.widget_box {
	margin: 0 auto;
	border: 8px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #333333;
	height: 170px;
	margin-bottom: 15px;
}
.widget_title h2 {
	text-align: center;
	margin-bottom: 15px;
}
/* pagination  css */
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	/*width: 500px; /*width of featured content slider*/
	height: 180px;
	border: 8px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #333333;
	margin: 0 auto;
	background: linear-gradient(#CEF3FF, #B7EDFF) repeat scroll 0 0 #B7EDFF;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: linear-gradient(#CEF3FF, #B7EDFF) repeat scroll 0 0 #B7EDFF;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-top: 25px;
}
.pagination {
	width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	margin: 0px !important;
}
.pagination a {
	padding: 0 20px;
	text-decoration: none;
	color: #00007D;
	font-weight: bold;
}
.pagination a.next {
	background: url(../images/next_s.png) no-repeat scroll right;
}
.pagination a.prev {
	background: url(../images/prev_s.png) no-repeat scroll left;
}
.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FEE496;
}
/* extra */
.sliderwrapper .contentdiv img {
	float: left;
	margin-right: 10px;
}
.sliderwrapper .contentdiv p {
	width: 100%;
}
/* quotes css */
blockquote.testimonial {
	position: relative;
	
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	float: none !important;
}
blockquote.testimonial p:before, blockquote.testimonial p:after {
	position: absolute;
	font-size: 50px;
	line-height: 1;
	color: #999;
	font-style: normal;
	font-weight: normal;
}
blockquote.testimonial p:before {
	content: "\201C";
	margin-left: -20px;
	top: 30px;
}
blockquote.testimonial p:after {
	content: "\201D";
	right: 10px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #B7EDFF;
	margin: 0 0 0 25px;
font-weight:
}
/* widget  quote css */
#widget_quote p {
	margin: 0px !important;
	width: 90% !important;
}
/* important css */

blockquote {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 15px !important;
}
.testimonial_title h2, .widget_title h2 {
	font-size: 18px;
	font-weight: bold;
}
div {
	box-sizing: content-box;
	-moz-box-sizing: padding-box;
}
/* plugin form css */
.fields {
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	width: 300px;
	margin: 0px 0px 0px 10px;
	float: left;
}
.fields p span.field {
	margin: 0 15px;
}
.fields h3 {
	text-align: center;
}
.border-none {
	border: none;
}
.sliderwrapper, .sliderwrapper .contentdiv, .testimonial_box, .testimonial_box .testimonial {
	width: 700px;
	height: 200px;
	margin: auto;
}
#plugin p, #pagination p {
	font-size: 16px !important;
	color: #000000 !important;
	font-style: italic !important;
	font-weight: lighter !important;
}
#plugin h4, #pagination h4 {
	font-size: 16px !important;
	color: #000000 !important;
	font-style: italic !important;
	font-weight: normal !important;
}
.testimonial_title h2 {
	display: block;
}
.sliderwrapper, .sliderwrapper .contentdiv, #testimonial_main blockquote.testimonial {
	background: #FFFFFF !important;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	height:156px;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: white url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Icons 
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}*/
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 25px;
	width: 25px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: #ccc;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 12px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	/*font-family: "slick";*/
	font-size: 14px;
	line-height: 1;
	color: black;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
.slick-prev:before {
	content: "\2190";
}
.slick-next {
	right: -25px;
}
.slick-next:before {
	content: "\2192";
}
/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: none;
	text-align: center;
	padding: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: none;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: none;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	display:none!important;
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	/*font-family: "slick";*/
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}
[dir=rtl] .slick-next:before {
	content: "\2190";
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}
[dir=rtl] .slick-prev:before {
	content: "\2192";
}
[dir=rtl] .slick-slide {
	float: right;
}
#disqus_thread {
	margin-top: 20px;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blue {/*background:#3cbb35;color:#fff;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.blue h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}
.button {
	background: #3498db;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 48%;
}
.buttons {
	padding: 0 20px 20px;
	margin-bottom: 10px;
}
.buttons .button {
	background: #FFF;
	color: #3498db;
	float: left;
	margin: 5px;
}
.center .slick-center h3 {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.08);
}
.center h3 {
	opacity: 0.8;
	transition: all 300ms ease;
}
.content {
	margin: auto;
	/*padding: 20px;width:600px;*/
	padding-top:10px;
}
.content:after, .buttons::after {
	clear: both;
	content: "";
	display: table;
}
.destroy {
	font-weight: 400;
	margin-top: 40px;
}
.features {
	display: block;
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	text-align: center;
}
.features li {
	margin: 20px 0;
}
.filter .button {
	background: #FFF;
	color: #3498db;
	margin-bottom: 40px;
}
.fixed-header {
	background: #FFF;
	box-shadow: 2px 0 5px rgba(0,0,0,0.5);
	display: none;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.fixed-header .header-content {
	margin: auto;
	width: 600px;
}
.fixed-header .subheading {
	display: none;
}
.fixed-header h1.title {
	float: left;
	font-size: 24px;
	margin: 0;
}
.fixed-header ul.nav {
	float: right;
	margin: 0;
	padding: 5px;
}
.fixed-header ul.nav li {
	margin: 0 0 0 10px;
}
.header {
	padding: 20px 0;
}
.margin-40 {
	margin-bottom: 40px;
}
.more, .button.first {
	margin-top: 40px;
}
.red {
	background: #e74c3c;
	color: #fff;
}
.slick-slide .image {
	padding: 10px;
}
.slick-slide img {
	border: 5px solid #FFF;
	display: block;
	width: 100%;
}
.slick-slide img.slick-loading {
	border: 0
}
/*.slick-slider {
	margin: 0px auto 50px;
}*/
.subheading {
	color: #555;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	margin: 10px auto;
	text-align: center;
}
.white {
	background: #fff;
	color: #3498db;
}
.white pre, .white hr {
	background: #3498db;
}

body, html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	/*font-family: 'Lucida Grande', sans-serif;*/
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	width: 100%;
}
code {
	color: #000;
	overflow-x: scroll;
}
/*h1 {
	color: #3498db;
	font-size: 72px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto 10px;
	text-align: center;
}*/
h1.title {
	font-size: 96px;
}

h4 {
	font-size: 28px;
	margin: 20px auto;
	text-align: left;
}
hr {
	background: #fff;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
/*p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
p.note {
	font-size: 12px;
}
p.cdn {
	font-size: 14px;
}
p.guff {
	font-size: 16px;
}*/
pre {
	background: #fff;
	margin: 0 10px 20px;
	padding: 10px;
}
section {
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	text-align: left;
	width: 100%;
	table-layout: fixed;
	font-size: 14px;
	line-height: 1.2;
}
tbody {
	background: #fff;
	border-color: #999;
}
td {
	/*background: #3498db;*/
	border: 1px solid #999;
	color: #000;
	padding: 6px;
	
	vertical-align: top;
}
td ol li{margin-left:15px;}
th {
	border: 1px solid #999;
	padding: 10px;
}
/*td:first-child {
	font-weight: bold;
}*/
.product-table {padding-top:30px;}
th.last {
	width: 230px;
}
th.type {
	width: 80px;
}
th.default {
	width: 100px;
}
/*th:first-child {
	border-left: 0;
}*/
thead {
	
	
	
}
tr {
	background: #fff;
	
}
ul.nav {
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}
ul.nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0 20px;
}
ul.nav li a {
	font-size: 12px;
	text-decoration: none;
}
@media (max-width: 420px) {
ul.nav li a {
	display: block;
	font-size: 10px;
}
}
@media (max-width: 768px) {
.blue h3 {
	font-size: 24px;
}
.button {
	margin: 0 auto 20px;
	width: auto;
}
.button.first {
	margin-top: 40px;
}
.buttons {
	padding: 0 0 20px;
}
.buttons .button {
	float: left;
	font-size: 12px;
	margin: 1%;
	width: 48%;
}
.center {
	margin-left: -40px;
	margin-right: -40px;
}
.center .slick-center h3 {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	color: #e67e22;
	opacity: 1;
	transform: scale(1);
}
.center h3 {
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	opacity: 0.8;
	transform: scale(0.95);
	transition: all 300ms ease;
}
.content {
	margin: auto;
	padding: 20px 40px;
	width: auto;
}
.fixed-header .header-content {
	width: auto;
}
pre {
	font-size: 12px;
	overflow-x: scroll;
}
table {
	font-size: 14px;
	line-height: 18px;
	margin: 40px auto 20px;
	display: block;
	float: left;
}
tr {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	background: transparent;
	float: left;
}
thead {
	display: none;
}
td {
	border: 0;
	padding: 10px 0px;
}
td, tbody {
	display: block;
	width: 100% !important;
}
table.settings td:nth-of-type(1), table.methods td:nth-of-type(1) {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
table.settings td:nth-of-type(2):before {
	content: 'Type: ';
	font-weight: bold;
}
table.settings td:nth-of-type(3):before {
	content: 'Default: ';
	font-weight: bold;
}
table.methods td:nth-of-type(2):before {
	content: 'Arguments: ';
	font-weight: bold;
}
}
.home-slider-right-arrow li{
	background:url("../images/right-arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0)
}
