/*
Theme Name: iremotewp
Theme URI: http://iremotewp.com
Author: iremotewp
Author URI: http://iremotewp.com
Description: Control all of your WordPress sites from one easy dashboard!
Version: 1.0
License: iremotewp.com
License URI: iremotewp.com
Text Domain: iremotewp
Domain Path: /languages/
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	width: 98%;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #000000 !important;
}
a:visited {
	color: #000000;
}
a:hover,
a:focus,
a:active {
	color: #999999;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}


/* Sidebar */
.blog .widget-area, .single .widget-area {
    width: 100%;
}

.widget-area {
    margin-top: 70px;
}

.col-lg-3.col-sm-3.widget-area aside{
    width: 100%;
}

#secondary {
    width: auto;
}

aside > ul {
    list-style: none outside none;
    margin-left: 10px;
}

.col-lg-3.col-sm-3.widget-area h1.widget-title {
	text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-meta {
    background: #FFFFFF;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/*Container*/

#container {
    display: table;
    margin: 100px auto;
    width: 89%;
}

#container .support-questions  {
    width: auto;
}

/*Navigation Bar*/

.navbar-nav > li {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}

.iremotewp-logo {
	background-image: url("img/iremotewp-logo-sm.png");
    background-repeat: no-repeat;
    text-indent:-999px;
    width:177px;
    height:41px;
    margin-top:5px;
}

.lead, p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px !important;
    font-weight: 300;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: #2B3C43;
	background-size: cover;
	text-align: center;
}

.intro-message {
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}


/*Features*/

.features-header {
	padding-top: 50px;
	padding-bottom: 10px;
	color: #f8f8f8;
	background: #2a2a2a;
	background-size: cover;
	text-align: center;
}

.features-message {
	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
}

.features-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.features-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.features-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* Light Grey */
#lg {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}

.list-inline, .sitemap {
    margin: 0;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top:hover {
    background: #34495E;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    font-weight: 400;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing-desc {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    font-size: 24px;
    left: 30px;
    position: absolute;
    top: 60px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    display: block;
    font-size: 18px;
    position: relative;
    top: -10px;
    width: 150px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option ul li:hover {
    background: #fff;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

/*Panel & Heading*/

.panel {
    min-height:320px;
    box-shadow:0 3px 5px rgba(221, 221, 221, 0.35) !important;
    border: 1px solid #EEEEEE !important;
}
.panel-title {
    font-size: 14px !important;
}
.panel-heading {
	background:#4a4a4a !important;
    font-size: 14px;
	font-weight:300;
	color: #fff !important;
	text-transform: uppercase;
}

.list-group {
    box-shadow: 0 3px 5px rgba(221, 221, 221, 0.35) !important;
}

form.admin_login {
    display: inline;
}


@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: #00ADBB;
	background-size: cover;
}

.features-banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: #38A3A5;
	background-size: cover;
}

.banner h2, .features-banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul, .features-banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

.modal-backdrop {
    z-index: 0;
}

/*Specifications*/
.control-features h3 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.control-features i {
    font-size: 35px;
    margin-top: 22px;
}

.wp-home-hero {
    background: #383b3f url("img/manage-wordpress-anywhere.jpg") no-repeat scroll 50% 0 / cover ;
    left: 0;
    min-height: 700px;
    opacity: 0.2;
    position: absolute;
    top: 1px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    padding: 10px 25px 0;
    position: relative;
    width: 100%;
}
.form-control, .form-group .form-control {
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-weight: 400;
    transition: background 0s ease-out 0s;
}
.form-group .form-control:focus {
  outline: none;
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}
.form-group.is-focused .form-control .material-input:after {
  background-color: #9c27b0;
}

#headerwrap {
	padding-top: 60px;
	min-height: 700px;
	background: #383b3f;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 7vmin;
	font-family: "PT Sans Narrow",sans-serif !important;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-weight: 600;

}

#headerwrap h3 {
	color: white;
	font-size: 3vmin;
    font-family: "PT Sans Narrow",sans-serif !important;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-weight: 300;
	margin-top: 60px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: center;
	font-family: Oswald;
}

#headerwrap p {
	color: white
}

.download-iremotewp {
	background: url('img/iremotewp-testimonials.jpg') fixed;
	min-height:353px;
}
.download-heading {
    margin-bottom: 30px;
	text-align:center;
}
.download-content {
	text-align:center;
}
.centered {
    text-align: center;
}

.iremotewp-content {
	color:#FFFFFF;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-weight: 300;
}
.dwqa-single-question .dwqa-comment-author .avatar {
    height: 32px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 32px;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}

footer {
	background-color: #383b3f;
	padding: 50px 0;
	text-align: center;
	color:#cccccc;
}

footer a {
	color:#ffffff !important;
}

footer #footer-sitemap{
	border-top:1px solid #eee;
	margin-top:30px;
	padding-top:30px;
}

footer #footer-sitemap ul, footer #footer-sitemap ol{
	margin: 0 10px;
	list-style:none;
}

footer .sitemap, .textwidget p {
    text-align: left;
    font-size: 11px;
}
footer .sitemap li {
    float: left;
    font-size: 11px;
    padding: 0;
    text-align: left;
    width: 100%;
}

footer .footer-title {
	font-size: 14px;
	text-align: left;
	font-weight:300;
	text-transform:uppercase;
}

.footer-menu-divider {
    color: #CCCCCC;
    margin-left: 20px;
}

p.copyright {
	margin: 15px 0 0;
}

/*iRemoteWP Sys*/

.iremote-sys-title {
	font-size:14px !important;
}

.iremotewp-content {
    margin-bottom: 30px;
}

/*Bootstrap Reformatted*/

.panel-body, .list-group-item {
    font-size: 12px;
}
.panel-body td {
    font-size: 12px;
}

.list-group-item {
    text-transform:uppercase;
    border:1px solid #f5f5f5 !important;
	text-align: left;
	font-size: 11px;
}

.btn {
    font-weight:600 !important;
	color:#fff !important;
}
.btn-default {
    background-color: #000000 !important;
}

.btn-black {
    background-color: #000000;
    border-color: #CCCCCC;
    color: #FFFFFF;
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #EEEEEE !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #f5f5f5 !important;
    line-height: 1.42857;
    padding: 10px;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background:none !important;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #4a4a4a !important;
    border-bottom: 2px solid #acb8b8 !important;
    border-color: #eeeeee #eeeeee #acb8b8 !important;
    color: #fff !important;
    z-index: 2 !important;
}

.img-responsive {
    border: 1px solid #EEEEEE;
    box-shadow: 0 7px 10px #DDDDDD;
    padding: 5px;
}

.well {
    background-color: #FFFFFF !important;
    border: 1px solid #F5F5F5 !important;
    border-radius: 4px;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05) inset !important;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.text-success > b {
	color:
}

.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.bs-callout-success {
  background-color: #F7FFF7;
  border-color: #5CB85C;
}
.bs-callout-success h4 {
  color: #5CB85C;
}


/* =========== */
/* = cicrles = */
/* =========== */
span.countbox {
    color: #ffffff;
    display: inline-table;
    margin: 0 10px 20px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
	span.countbox a{
		color:#FFF;
	}
	span.countbox h4 {
	    color: #FFFFFF;
	    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	    font-size: 22px;
	    font-weight: bold;
	    margin: 0;
	    overflow: hidden;
	}
	span.countbox span.countLabel {
	    color: #f3f3f3;
	    display: block;
	    font-size: 11px;
	    line-height: 20px;
	    overflow: hidden;
	}
.blue{
background-color: #2DA1CC;
}
.darkblue{
background-color: #005B88;
}
.orange{
background-color: #FF7F00;
}
.grey{
background-color: #868686;
}
.darkgrey{
background-color:#4F4F4F;
}
.darkgreen{
background-color:#006600;
}

/* =========== */
/* = tabs = */
/* =========== */
.nav-tabs.nav-justified > li {
    text-transform: uppercase;
}
.nav-tabs.nav-justified > li > a {
    color: #b0b0b0;
}
.nav-tabs.nav-justified > li.active a {
    color: #3fa5c3;
    outline: medium none;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 193px !important;
}
.bootstrap-select span {
    font-size: 12px;
    text-transform: none;
}

#sitesecimbtn {
	background: #2a2a2a;
    margin-left: 2px;
    margin-top: -10px;
    padding: 7px;
}
.selectpicker {
    color: #000 !important;
	background:#ffffff !important;
}
.content-section-perks {
    margin-top: 20px;
}
.content-section-perks .col-lg-3 {
    width: 23%;
	float:left;
}
.iremote-perk {
    border: 1px solid #ddd;
	background:#f5f5f5;
    font-size: 12px !important;
    margin: 10px;
    min-height: 317px !important;
    padding: 20px !important;
    text-align: center;
	transition: all 0.3s ease-out 0s;
}
.iremote-perk:hover {
    border: 1px dashed #999;
	background:#FFFFFF;
	box-shadow:0 0 19px 0 rgba(0,0,0,0.1);
	opacity:0.85;
}
.iremote-perk > h5 {
    font-size: 16px;
    font-weight: 600;
}
.iremote-perk p {
    font-size: 13px;
    line-height: 23px;
	min-height: 100px;
}
.bluebutton {
	background: #2da1cc none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #c1d2e3 inset;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    padding: 7px 20px;
    text-decoration: none;
}
.bluebutton:hover {
	background-color:#62a6d6;
}
.bluebutton:active, .bluebutton:visited{
	position:relative;
	top:1px;
	color:#ffffff;
	text-decoration:none;
}

.largebutton{
	font-size:28px;
}
.navbar-default {
    background-color: #fff !important;
    border-color: #ccc !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
}
label {
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
}
.badge {
    background-color: #2DA1CC !important;
}

#maintg {
    display: block !important;
    margin-top: 80px;
}
.iremotewp-dashboard a.list-group-item:after {
    content: "\f105";
	font-family:FontAwesome;
	position:absolute;
	right:20px;
	color:#ccc
}

@media(min-width:767px) {

	.content-section-perks .col-lg-3 {
		width: 47%;
	}

}

@media(max-width:767px) {

	.content-section-perks .col-lg-3 {
		width: 95%;
	}

}

@media(min-width:1200px) {

	.content-section-perks .col-lg-3 {
		width: 23%;
	}

}
