@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
 /* background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);*/
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image:      -o-linear-gradient(top, #222 0%, #282828 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

h1,h2,h3,h4,h5,h6{ font-weight:600; }
body{font-family: 'Open Sans', sans-serif,arial; color:#717172; font-size:14px; line-height:20px; padding:0; margin:0; background-color:#f9f5eb;}

.header{ width:100%; float:left; margin-top:20px;}
.logo{ float:left;}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar {
  border:0;
  margin-bottom:0;
  min-height:0;
  position: relative;
}
.navbar-collapse{
padding:0;	
}
.nav > li > a{
	color: #7a684a;		
	padding:9px 14px;
	font-size:16px;
	transition:all 0.5s ease 0s;

}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3a94ce;
  border-radius:2px;
  font-weight:600;
  
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff;
  background-color: #3a94ce;
  border-radius:2px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
background-color:transparent; border-color:transparent;	
}


/**********Header Social Css**********/
.headerSocial{  float:right; position:relative; margin-right:10px; }
.headerSocial ul{ padding:0; margin:8px 0 0 0;}
.headerSocial ul li{ list-style:none; float:left; margin:0 0 0 10px;}
.headerSocial ul li a span{ font-size:22px; font-weight:600;}
.headerSocial ul li a span.fa-twitter-square{ color:#55acee;}
.headerSocial ul li a span.fa-linkedin-square{ color:#0077b5;}
.headerSocial ul li a span.fa-rss-square{ color:#ff6600;}
.headerSocial ul li a span.fa-pinterest-square{ color:#cc0000;}
/**********Header Social Css**********/


.slider{ width:100%; float:left; }
.welcomeText{ width:100%; float:left; height:400px; background-color:#ffffff; padding:20px; position:relative; }
.welcomeText h1{padding:0; margin:0 0 10px 0; font-size:18px; line-height:22px; font-weight:600; }
.welcomeText p{padding:0; margin:0; font-size:14px; line-height:22px;}
.welcomeTextBtn{ position:absolute; bottom:20px; left:0;  width:100%; text-align:center; z-index:999;}
.welcomeTextBtn a{ background-color:#3a95ce; font-size:12px; font-weight:600; text-transform:uppercase; width:200px; height:40px; line-height:40px; text-align:center; display:inline-block; color:#ffffff;}
.welcomeTextBtn a{ text-decoration:none;}
.main{width:100%; float:left; background-color:#ffffff; padding:20px}
.main h1.title{ padding:0; margin:0 0 15px 0; font-size:18px; font-weight:600;}
.homeBtnBlock{ width:100%; float:left; text-align:center; margin:60px 0;}
.homeBtnBlock .btnCommunity{ display:inline-block; width:280px; height:60px; text-align:center; line-height:60px; border-radius:2px; text-decoration:none; font-weight:600; text-transform:uppercase; background-color:#3a94ce; 
color:#ffffff; cursor:pointer; font-size:16px;}
.main h2.sub-title{ padding:0; margin:0 0 40px 0; font-size:14px; font-weight:600; position:relative; padding-left:20px; width:100%; float:left;}
.main h2.sub-title:before{content: "\f04b"; position:absolute; font-family:"FontAwesome"; left:0; top:1px;} 






/**********Home Box Css**********/
.homeBoxRow{ width:100%; float:left; padding:0 40px;}
.homeBoxRow article{ width:220px; height:220px; float:left; margin-bottom:20px;}
.homeBoxRow article a{ padding:20px; width:100%; float:left; cursor:pointer;}
.homeBoxRow article:nth-child(1){ background-color:#e86445; margin-right:50px;}
.homeBoxRow article:nth-child(2){ background-color:#e86445;margin-right:50px;}
.homeBoxRow article:nth-child(3){ background-color:#cfda57;}

.homeBoxRow article h3{color:#323132; font-size:18px; font-weight:700; text-transform:uppercase; padding:0; margin:0 0 5px 0;}
.homeBoxRow article p{ font-size:24px; color:#ffffff; line-height:36px;}
.homeBoxRow article a h3{color:#323132; text-decoration:none;}
.homeBoxRow article a p{color:#ffffff; text-decoration:none;}

.homeBoxRow article a:hover { text-decoration:none;}

/**********Home Box Css**********/


.homeSeprator{ width:100%; height:1px; float:left; margin-bottom:40px; position:relative;}
.homeSeprator:before{ content:""; height:1px; background-color:#e7e3e2; position:absolute; left:-20px; top:0; width:105%;}


/**********Features Css**********/
.features{ width:100%; float:left;}
.features article{ width:100%; float:left; margin-bottom:40px;} 
.features article h3{padding:0; margin:0 0 10px 0; color:#3a94ce; font-size:16px; font-weight:600; text-transform:uppercase; width:100%; float:left; position:relative;}
.features article h3 span{ margin-right:10px;}
.features article h3 a{ color:#3a94ce; text-decoration:none;}
.features article h3 a:hover{ color:#3a94ce; text-decoration:underline;}
/**********Features Css**********/


/**********Spnosors Css**********/
.sponsors{ width:100%; display:inline-table; background-color:#ffffff; height:35px; line-height:35px; border-radius:2px;margin:20px 0; padding:0 20px;}
.sponsors h2{padding:0; margin:0; font-size:14px; line-height:35px; width:28%; float:left;}
.sponsors section{ width:72%; float:left; overflow:hidden;}
.sponsors section a{ float:left; margin-right:30px;}
.sponsors section a img{ display:block; margin-top:5px;}
/**********Spnosors Css**********/

/**********Search Box Css**********/
.headerSearch{float:right}
.searchBox{float:right;width:70%;}
.searchBox .element-invisible {
    display: none;
}
.searchBox form{ width:100%; float:left; position:relative;}
.searchBox form input[type="text"]{ width:100%; height:40px; line-height:40px; float:left; border:solid 1px #7fa3ba; background-color:#faf7f0; border-radius:0; outline:none; font-size:14px; padding:0 20px; color:#7fa3ba;}
.searchBox form input[type="search"]{ width:100%; height:40px; line-height:40px; float:left; border:solid 1px #7fa3ba; background-color:#faf7f0; border-radius:0; outline:none; font-size:14px; padding:0 20px; color:#7fa3ba;}
.searchBox form input[type="submit"]{ border:0; outline:none; float:left; background-color:transparent; background-image:url(../images/icon-search.png); width:14px; height:14px; background-repeat:no-repeat; background-position:right top; position:absolute; right:20px; top:13px; z-index:99;}
/**********Search Box Css**********/


/**********Right Block Css**********/
.rightBlock{ width:100%; float:left;}
.leftBlock{ width:100%; float:left;}
.registeredUsers{ float:right; margin-left:30px; position:relative; margin-right:15px; }
.registeredUsers:before{ position:absolute; left:-22px; top:9px;  content:"\f1fe"; font-family:"FontAwesome"; }
.registeredUsers p{ line-height:40px; height:40px; font-size:12px; font-weight:700; }
.tweets{ width:100%; float:left; margin-bottom:20px; background-color:#ffffff;}
/**********Right Block Css**********/

.headerRow{ width:100%; float:left;}

/**********Footer Css**********/
.footer{ background-color:#ffffff; width:100%; float:left; padding-bottom:70px; margin-top:80px;}
.footer section{ width:100%; float:left;}
.footer section h4{ background-color:#7fa3ba; height:40px; line-height:40px; width:100%; float:left; padding:0; margin:0 0 25px 0; color:#ffffff; font-weight:700; text-align:center; font-size:14px;	}
.footer section ul{ padding:0; margin:0;}
.footer section ul li{ list-style:none; text-align:center; margin-bottom:25px; }
.footer section ul li a{color:#3a94ce; text-decoration:none;}
.footer section ul li a:hover{ text-decoration:underline;}
/**********Footer Css**********/



.headerLogin{float:right;}
.sclogin{}
.sclogin a{color: #3a94ce; cursor: pointer; float: right; padding:0 20px; height:40px; line-height:40px; font-size: 12px; font-weight:700; text-transform:uppercase; }
.sclogin a:hover{color:#ffffff; background-color:#3a94ce; text-decoration:none;}
.sclogin a.btn{ height:auto;}
.headerLogin #scprofile-pic{ float:left;}
.headerLogin form#sclogin-form{ margin:0!important;}
.headerLogin #scLogoutButton .button.btn.btn-primary{color: #3a94ce; cursor: pointer; float: right; padding:0 20px; height:40px; line-height:40px; font-size: 12px; font-weight:700; text-transform:uppercase; box-shadow:none; border:0; background-color:transparent; background-image:none; text-shadow:none; border-radius:0; cursor:pointer; font-family: 'Open Sans', sans-serif,arial; }
.headerLogin #scLogoutButton .button.btn.btn-primary:hover{color:#ffffff; background-color:#3a94ce; text-decoration:none;}


.login form .control-label,
.reset form .control-label,
.remind form .control-label
{ text-align:left;}
.reset-confirm .form-horizontal  .control-label,
.registration .form-horizontal  .control-label
{ text-align:left;}

.login form .control-label input[type="checkbox"]{padding:0; margin:0 0 0 10px;}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu >.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu >a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.slider .favs img{ height:400px; width:880px;}

/**********Inner Css**********/
ul{padding:0; margin:0;}
ul li{ list-style:none;}
.leftBlock .moduletable,
.rightBlock .moduletable
{ background-color:#ffffff; display:inline-block; width:100%;}
.leftBlock .moduletable h3,
.rightBlock .moduletable h3 {
  background-color: #7fa3ba;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.leftBlock .moduletable > *,
.rightBlock .moduletable > * {padding:20px;}

.rightBlock .custom.twitter-blog{ padding:0;}

.rightBlock .mod-cell h3{ text-align:left;}

.topdirectory-search{ width:100%; float:left; padding:20px; background-color:#ffffff; margin-bottom:20px;}
.rightBlock iframe.twitter-timeline{ width:100%!important;}

.pagination{ width:100%; margin:0;}
.pagination .limit{ width:100%;}

.pagination .pagination-list span.icon-backward,
.pagination .pagination-list span.icon-step-backward,
.pagination .pagination-list span.icon-step-forward,
.pagination .pagination-list span.icon-forward{ position:relative;}

.pagination .pagination-list span.icon-backward:before{ position:absolute; content:"First"; z-index:999; left:0; top:0; cursor:pointer;}
.pagination .pagination-list span.icon-step-backward:before{ position:absolute; content:"Prev"; z-index:999; left:0; top:0;cursor:pointer;}
.pagination .pagination-list span.icon-step-forward:before{ position:absolute; content:"Next"; z-index:999; left:0; top:0;cursor:pointer;}
.pagination .pagination-list span.icon-forward:before{ position:absolute; content:"Last"; z-index:999; left:0; top:0;cursor:pointer;}

.main article.item-page > h2{ color:#3a95ce;}
#listCategories ul{margin:auto; padding:0 0 0 30px;}
#listCategories ul li{ list-style-type:disc;}

ul.joms-list__row ul{margin:auto; padding:0 0 0 30px;}
ul.joms-list__row ul li{ list-style-type:disc;}
/**********Inner Css**********/


/**********Dashboard Css**********/

.dashboardWrapper{background:#f9f5eb; display: inline-block;  margin:-20px -30px -30px -30px;}
.dashboard{ width:100%; float:left;}
.dashboardLeft{ width:100%; float:left;background-color:#717173; min-height:1530px;}
.dashboardLeftHeading{ background-color:#3a95ce; width:100%; float:left; height:60px; }
.dashboardLeftHeading h2{ padding:0; margin:0 20px 0 20px; color:#ffffff; text-transform:uppercase; font-size:20px; line-height:60px;}
.dashboardUser{  width:100%; float:left; padding:30px 0; text-align:center; border-bottom:solid 1px #69696b;}
.dashboardUser figure{ padding:0; margin:0 0 15px 0;}
.dashboardUser figure img{ width:80px; height:80px; border-radius:100%;background-color:white;}
.dashboardUser figcaption{ padding:0; margin:0; width:100%; float:left; text-align:center; color:#ffffff; font-size:16px; font-weight:600;}
.dashboardNav{  width:100%; float:left; padding:30px 0;}
.dashboardNav ul{ padding:0; margin:0;}
.dashboardNav ul li{ list-style:none; display:inline; float:left; width:100%;}
.dashboardNav ul li a{ width:100%; float:left; color:#b3b3b5; font-size:15px; font-weight:600; padding:15px 0 15px 20px; text-decoration:none; position:relative;}
.dashboardNav ul li a span{ margin-right:20px;}
.dashboardNav ul li a:hover,
.dashboardNav ul li.active a
{ color:#ffffff;}
.dashboardNav ul li a:hover:after,
.dashboardNav ul li.active a:after{ position:absolute; content:""; right:0; top:15px; position:absolute; z-index:999;width: 0; height: 0; 	border-top: 10px solid transparent;	border-bottom: 10px solid transparent; 
border-right:10px solid #f9f5eb; }

.dashboardRight{ width:100%; float:left;}
.dashboardRightHeading{ background-color:#ffffff; float:left; height:60px;  width:102.2%; margin:0 0 20px -20px;}
.dashboardRightHeading h2{ padding:0; margin:0 0 0 40px; line-height:60px; color:#3994cb; font-size:20px; float:left;}
.dashboardRightHeading form{ float:right; padding:0; margin:15px 20px 0 0; height:30px;}
.dashboardView{ width:100%; float:left; box-shadow:0px 5px 5px #cdd5d8; border-radius:0 0 5px 5px;}
.dashboardViewHeading{ width:100%; height:40px; float:left; background-color:#7fa3bb; border-radius:5px 5px 0 0; }
.dashboardViewHeading h2{ padding:0; margin:0 20px 0 20px; line-height:40px; color:#ffffff; font-size:16px; }
.dashboardViewHeading h2 span{ margin-right:10px;}
.dashboardViewContent{ width:100%; float:left; padding:25px 0; background-color:#ffffff;border-radius:0 0 5px 5px;}
.dashboardViewStatistic{ width:100%; float:left; padding:0 10px 0 0;}
.dashboardViewGraph{width:100%; float:left; position:relative; margin-left:-10px;} 
.dashboardViewGraph img{ max-width:100%;}
.dashboardViewStatistic section{ width:100%; float:right; margin:30px 0;}
.dashboardViewStatistic section p{ padding:0; margin:0 0 15px 0; width:100%; float:left; color:#717171; font-size:40px; text-align:right;}
.dashboardViewStatistic section span{ padding:0; margin:0; width:100%; float:left; color:#b3b3b3; font-size:16px; text-align:right;}
.dashboardViewStatistic section .plus{ color:#53c319;}
.dashboardViewStatistic section .minus{ color:#cc0000;}

.dashboardBox{ width:100%; float:left; margin-top:20px;}
.dashboardBox article{width:100%; float:left; box-shadow:0px 3px 3px #cdd5d8; border:solid 1px #dae2e5; background-color:#ffffff; padding:20px 20px 30px 20px; border-radius:5px; margin:10px 0;}
.dashboardBox article h3{ padding:0 0 20px 0; margin:0 0 30px 0; width:100%; float:left; border-bottom:solid 1px #f0f0f0;}
.dashboardBox article h3 p{ font-size:20px; line-height:40px; padding:0; margin:0; float:left;}
.dashboardBox article h3 span{ font-size:40px; padding:0; margin:0; float:right;}
.dashboardBox article section{ width:100%; float:left; padding:0; margin:0;}
.dashboardBox article section .number{ width:100%; float:left; padding:0; margin:0 0 20px 0; font-size:48px; }
.dashboardBox article section .detail{ width:100%; float:left; padding:0; margin:0; font-size:15px; }
.dashboardBox article section .detail .fa.fa-question{background-color:#727274; width:15px; height:15px; border-radius:15px; display:inline-block; color:#ffffff; font-size:13px; line-height:15px; text-align:center; position:relative;}
.dashboardBox article section .detail .fa.fa-question:hover{ background-color:#3a95ce;}
.dashboardBox article section .detail .popup{background-color:#3a95ce; border:solid 1px #3481b5; padding:5px; width:160px; color:#ffffff; font-size:10px; line-height:10px; border-radius:3px; position:absolute; left:-71px; top:-50px; font-family:"open sans",Arial, Helvetica, sans-serif; text-align:left; display:none;}
.dashboardBox article section .detail .popup::before {
  border-top: 7px solid #3a95ce;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 70px;
  position: absolute;
  bottom: -7px;
  width: 0;
}
.dashboardBox article section .detail .fa.fa-question:hover .popup{ display:block;}
.dashboardBox article .graph{ width:100; float:left; margin:30px 0 20px 0;}
.dashboardBox article .graph img{ width:100%; max-width:100%;}
.dashboardBox article .button{ width:100%; float:left;}
.dashboardBox article .button a{background-color:#3a95ce; width:48%; float:left; height:30px; line-height:30px; text-align:center; color:#ffffff; font-size:13px; font-weight:600; border-radius:3px; text-decoration:none; transition:all 0.5s ease 0s;}
.dashboardBox article .button a:nth-child(1){ float:left;}
.dashboardBox article .button a:nth-child(2){ float:right;}
.dashboardBox article .button a span{ margin-right:5px;}
.dashboardBox article .button a:hover{ background-color:#2571a0;}


.dashboardBox > .row > div:nth-child(1) > article > h3{ color:#00c0ef;}
.dashboardBox > .row > div:nth-child(2) > article > h3{ color:#f66955;}
.dashboardBox > .row > div:nth-child(3) > article > h3{ color:#cfda57;}
.dashboardBox > .row > div:nth-child(4) > article > h3{ color:#b2b2b2;}
.dashboardBox > .row > div:nth-child(5) > article > h3{ color:#00a65a;}

.dashboardRightHeading form#dashboard input[type="text"]{ float:left; height:30px; width:115px; border:solid 1px #7fa3bb; border-radius:3px; box-shadow:none; color:#7fa3bb; margin:0;} 
.dashboardRightHeading form#dashboard button[type="button"]{ border:0; background:transparent;width:30px; height:30px; margin-left:-30px;}
.dashboardRightHeading form#dashboard button[type="button"] span.icon-calendar{ position:relative; }
.dashboardRightHeading form#dashboard button[type="button"] span.icon-calendar:before{ position:absolute; content:"\f133"; color:#7fa3bb; font-family:"FontAwesome"; top:5px; left:-7px; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.dashboardRightHeading form#dashboard button[type="button"] span.icon-calendar:before{ position:static;} 
}
.dashboardRightHeading form#dashboard .input-append{ margin-right:20px;}
.dashboardRightHeading form#dashboard input[type="submit"]{ margin:0!important; padding:0!important; width:40px; height:30px; line-height:30px; background:#3a95ce; color:#ffffff;} 

.dashboardRightHeading .top-btn{ float:right; padding:0; margin:15px 20px 0 0; height:30px;}
.dashboardRight .singlePageStatsform{ float:left; width:980px;overflow-x:scroll;}
.dashboardRight .statsTableRecord{ float:left; width:100%; margin-top:15px; }
.dashboardRight .statsTableRecord .table-striped > thead > tr > th{ border-bottom:solid 2px #3a95ce!important;}
.dashboardRight .statsTableRecord .table-striped tr  th,
.dashboardRight .statsTableRecord .table-striped tr  td
{ border-top:none;}
.dashboardRight .statsTableRecord .table-striped > tbody > tr:nth-child(2n+1) > td, 
.dashboardRight .statsTableRecord .table-striped > tbody > tr:nth-child(2n+1) > th
{ background-color:#ffffff;}
.dashboardRight .statsTableRecord .table-striped > tbody > tr:nth-child(2n) > td, 
.dashboardRight .statsTableRecord .table-striped > tbody > tr:nth-child(2n) > th
{ background-color:#f7f7f7;}
.dashboardLeftHeading .backToDashboard { padding:0; margin:0; color:#ffffff; text-transform:uppercase; font-size:12px; font-weight:bold; width:100%; }
.dashboardLeftHeading .backToDashboard a{ color:#ffffff; text-decoration:none;line-height:60px; float:left; width:100%; padding:0 10px;}


.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner input[type="text"],
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner select
{ float:left; height:30px; width:115px; border:solid 1px #7fa3bb; border-radius:3px; box-shadow:none; color:#7fa3bb; margin:0 0 0 20px;} 

.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner input[type="text"]#keywords,
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner select
{ width:180px;}

.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner button[type="button"]{ border:0; background:transparent;width:30px; height:30px; margin-left:-30px;}
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner button[type="button"] span.icon-calendar{ position:relative; }
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner button[type="button"] span.icon-calendar:before{ position:absolute; content:"\f133"; color:#7fa3bb; font-family:"FontAwesome"; top:5px; left:-7px; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner button[type="button"]	 span.icon-calendar:before{ position:static;} 
}

.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner  input[type="submit"]{ margin:0 0 0 20px!important; padding:0!important; width:40px; height:30px; line-height:30px; background:#3a95ce; color:#ffffff;} 

.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner .searchBox{ float:left; position:relative;}
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner .searchBox span{  color: #7fa3bb;  float: left;  font-size: 20px;  left: -6px;  position: absolute;  top: 4px;}
.dashboardRight form#adminForm .navbar.filter-bar .navbar-inner .searchBox input[type="text"]{ float:left;}
/**********Dashboard Css**********/


.sponsor_dashboard{ float:left;}
.sclogin{float:left;}
.sclogin.sourcecoast{float:none;}
.headerLogin .sclogin.sourcecoast{float:left!important;} 

.leftBlock .moduletable > .joms-gap, .rightBlock .moduletable > .joms-gap {
  height: 0;
  padding: 0;
}

.controls fieldset#jform_profile_tos input[type="radio"]{margin-left:0;}
.controls fieldset#jform_profile_tos label{margin-right:15px;}

/**********Login Popup Ajex Custom Css New**********/
.joms-popup--whiteblock {border-radius:6px;}
.joms-popup--whiteblock .joms-popup__title{ background:#fff!important; color:#000!important; border-radius:6px;
line-height:auto!important; 
}
.joms-popup--whiteblock .joms-popup__title .mfp-close{color: #000000; float: right;font-size: 20px;font-weight: bold;
  line-height: 20px; opacity: 0.2; text-shadow: 0 1px 0 #ffffff;}
.login-main .modal-body .remember-row .remember-chk{ float:left; width:50%;}
.login-main .modal-body .remember-row .remember-chk label{ margin-top:10px;}
.login-main .modal-body .remember-row .remember-chk input[type="checkbox"]{ margin:0 5px 0 0;}
.login-main .modal-body .remember-row .remember-lgnbtn{ float:right;width:50%; text-align:right;}
.login-main .modal-body .remember-row .remember-lgnbtn input[type="submit"]{ background:#3a95ce; padding:0 20px; height:40px; border:0; outline:none; text-transform:uppercase; font-weight:bold; color:#ffffff; border-radius:0;}
.login-main .noamemberyet { border-top: 1px solid #e8e8e8; padding-top:15px;}
.login-main .modal-body .forgotlinks{ width: 100%;  float: right;   margin-bottom: 15px;}
.login-main .modal-body .forgotlinks ul li a{  height: auto;  line-height: normal;   margin-left: 15px;
  padding: 0;
  color: #3a94ce;
  cursor: pointer;
  float: right;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/**********Login Popup Ajex Custom Css New**********/


/**********User Type Css**********/
.profile-type {text-align: center; width: 100%; margin-top:30px;} 
.profile-type article{ display: inline-block;  width: 90%;} 
.profile-type article > h3{ font-size:34px; padding:0; margin:0 0 10px 2%; text-align:left; color:#000;}
.profile-type article > h5{ font-size:20px; padding:0; margin:0 0 30px 2%; text-align:left; color:#000;}
.profile-type article > h4{ font-size:24px; padding:0; margin:0 0 20px 2%; text-align:left; color:#000;}
.profile-type ul.profile-type-btn { display: inline-block;  width:100%;} 
.profile-type ul.profile-type-btn li {  float: left;  margin: 0 2%;  width: 46%;  color:#ffffff; font-size:16px; position:relative;  }
.profile-type ul.profile-type-btn li .join-now{ display:inline-block; background-color:#fe8e44; padding:10px 15px; border-radius:0; margin-bottom:15px; border:0; outline:none; width:100%; box-shadow:0 -20px 25px #ce5e30 inset, 0 0 15px #fff inset; border-radius:15px;  font-weight:bold; min-height:60px; }
.profile-type ul.profile-type-btn li:nth-child(1) .join-now{ font-size:18px;}
.profile-type ul.profile-type-btn li:nth-child(2) .join-now{ font-size:26px;}

.profile-type ul.joms-list { display: inline-block;  width:100%;} 
.profile-type ul.joms-list li {  float: left;  margin: 0 2%;  width: 46%; min-height:600px; color:#ffffff; font-size:16px; position:relative;  }
.profile-type ul.joms-list li:nth-child(1) {  background-color: #3cbdef;}
.profile-type ul.joms-list li:nth-child(2) {  background-color: #397bc4;}
.profile-type ul.joms-list li p {  margin: 0 0 15px 0;}
.profile-type ul.joms-list li h5 {  font-size: 30px;  font-weight: bold;  text-transform: uppercase; /* background-color: #ffffff; */ padding:10px 15px;  }
.profile-type ul.joms-list li:nth-child(1) h5 {  /*color: #3cbdef;*/ border-top:solid 15px #3cbdef;}
.profile-type ul.joms-list li:nth-child(2) h5 {  /*color: #397bc4;*/ border-top:solid 15px #397bc4;}
.profile-type ul.joms-list li .profile-type-content{ width:100%; float:left; padding:15px;}
.profile-next-btn { padding: 40px 0 0; text-align: center; width: 100%;}
.profile-next-btn input[type="submit"] { font-size: 20px; font-weight: bold; padding: 10px 30px;}
.profile-type ul.joms-list li{border:solid 2px #ffffff;}
.profile-type ul.joms-list li:hover{border:solid 2px #fec923;}
.profile-type ul.joms-list li:hover h5{color:#fec923;}
.profile-type ul.joms-list li hr{width:10%; margin:0 auto 10px auto;}
.jsProfileType.profile-type.userEditmode ul.joms-list li {
    min-height: 720px;
}
/**********User Type Css**********/

@media (max-width: 767px) {
.nav-pills > li{ width:100%;}
.nav-pills > li + li{ margin-left:0px;}
.nav > li > a{ margin-right:0px; font-size:16px;}
.nav-wrapper{ margin:0px;}
.sponsors section a{ float:left; margin-right:20px; margin-bottom:20px;}
.homeBoxRow{ padding:0; text-align:center;}
.homeBoxRow article{ margin:0 20px 20px 20px; float:none; display:inline-block;}
.homeBoxRow article:nth-child(1){ margin-right:20px;}
.homeBoxRow article:nth-child(2){ margin-right:20px;}

.sponsors h2{width:100%;}
.sponsors section{width:100%;}
.headerSearch{ width:100%; margin-top:20px;}
.searchBox{ width:100%;}
.searchBox form input[type="search"]{ width:100%;}
.nav-wrapper{ float:left; width:100%;}

.logo{ float:left; width:100%; text-align:center;}
.dashboardLeft{ min-height:0;}
.profile-type article{width:100%;}
.profile-type article > h3{ font-size:22px;}
.profile-type article > h5{ font-size:14px;}
.profile-type article > h4{ font-size:18px;}
.profile-type ul.profile-type-btn li{ margin:0; width:100%;}
.profile-type ul.joms-list li {  float: left;  margin: 0 0 30px 0;  width: 100%; min-height:0;  }
.profile-type ul.joms-list li .profile-type-select{ position:relative; bottom:auto;}
}
@media (min-width: 768px) and (max-width: 991px) {
.nav > li > a{
	padding:15px 8px;
	font-size:15px;}
.homeBoxRow article{ width:126px; height:190px;}
.homeBoxRow article:nth-child(1){ margin-right:20px;}
.homeBoxRow article:nth-child(2){ margin-right:20px;}
.homeBoxRow article p{ font-size:14px; line-height:20px;}	
.dashboardLeft{ min-height:0;}
.profile-type ul.joms-list li {  float: left;  margin: 0 2% 30px 2%;  width: 96%; min-height:0;  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.nav > li > a{
	padding:15px 8px;
	font-size:15px;
}
.homeBoxRow article{ width:160px;}
.homeBoxRow article p{ font-size:18px; line-height:26px;}
.profile-type ul.joms-list li {min-height:645px;}
}

@media (min-width: 1200px) {
.padd-r0{padding-right:0;}
.padd-l0{padding-left:0;}
}



.sponsor_dashboard .item-957 > a,.sponsor_dashboard .item-1001 > a {
   background-color: transparent;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #3a94ce;
    cursor: pointer;
    float: right;
    font-family: "Open Sans",sans-serif,arial;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
}

.sponsor_dashboard .item-957 > a:hover,.sponsor_dashboard .item-1001 > a:hover {
    
   
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: "Open Sans",sans-serif,arial;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
}

.sponsor_dashboard .item-999 > a {
   background-color: transparent;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #3a94ce;
    cursor: pointer;
    float: right;
    font-family: "Open Sans",sans-serif,arial;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
}

.sponsor_dashboard .item-999 > a:hover {
    
   
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: "Open Sans",sans-serif,arial;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
}




/**********Login Popup Css**********/
#terms_condition.sourcecoast.modal.fade.in{ top:5%;}
#terms_condition{ background:#f7f7f7;box-sizing:border-box; padding:20px;}
#terms_condition .modal-header {padding: 0; border: 0;}
#terms_condition .modal-header .progress-line{ width:100%; float:left; background-color:#ffffff; border-radius:10px; height:22px; border:solid 1px #e5e5e5; margin-bottom:40px;}
#terms_condition .modal-header .progress-line span{background-color:#3a95ce; width:80%; float:left; font-size:12px; font-weight:700; color:#ffffff; text-align:right; border-radius:10px 0 0 10px ; padding-right:5px;}
#terms_condition .modal-header  h2 {font-size: 14px; font-weight: 700; margin:0 0 10px 0; padding: 0;}
#terms_condition .modal-header .modal-title { line-height:normal; padding:0; margin:0;}
#terms_condition .modal-header .modal-title b { font-size: 18px; font-weight:700; display:block; margin-bottom:10px;}
#terms_condition .modal-header .modal-title span{font-size: 12px; margin-bottom:10px; display:block;}
#terms_condition .terms_artical{ border:solid 1px #e5e5e5; width:100%; padding:20px; background:#ffffff; overflow-y:scroll; height:300px; margin-bottom:20px;}
#terms_condition .terms_service_checkbox{ width:100%; float:left; margin-bottom:40px;}
#terms_condition .terms_service_checkbox label{ float:left;}
#terms_condition .terms_service_checkbox label input[type="checkbox"]{ float:left; padding:0; margin:4px 5px 0 0;}
#terms_condition .terms_service_checkbox label span{ float:left; font-size:12px;}
#terms_condition .terms_service_checkbox a{ float:right; color:#7fa3ba; text-decoration:none; font-size:12px; font-weight:700;}
#terms_condition .terms_service_checkbox a .fa{ font-size:14px;}
#terms_condition .back_next_btn{ width:100%; float:left;}
#terms_condition .back_next_btn .back-btn{ float:left;}
#terms_condition .back_next_btn .back-btn a{color:#3a95ce; font-size:14px; font-weight:700; text-decoration:underline;}
#terms_condition .back_next_btn .next-btn-show{ float:right;}
#terms_condition .back_next_btn .next-btn-show button[type="submit"]{ background:#3a95ce; width:100px; height:30px; border:0; outline:none; border-radius:0; color:#ffffff; text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700;}
#terms_condition .back_next_btn .next-btn-show button[type="submit"].disable_btn{ background:#e1e1e1; width:100px; height:30px; border:0; outline:none; border-radius:0; color:#c4c4c4; text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700;pointer-events: none;}
#terms_condition .close-popup{ width:100%; float:right; margin-bottom:10px;}
#terms_condition .close-popup a{ float:right;}
#terms_condition .close-popup a .fa{ color:#dfdfdf; font-size:20px;} 
#terms_condition.modal{ bottom:auto;}
@media (max-width: 2600px){
#terms_condition{top:5%; width:30%; max-width:100%; left:35%; margin:0;}
}
@media (max-width: 1920px){
#terms_condition{top:5%; width:40%; max-width:100%; left:30%; margin:0;}
}
@media (max-width: 1366px){
#terms_condition{top:5%; width:50%; max-width:100%; left:25%; margin:0;}
}
@media (max-width: 1199px) {
#terms_condition{top:5%; width:70%; max-width:100%; left:15%; margin:0;}
}
@media (max-width: 767px) {
#terms_condition{top:5%; width:80%; max-width:100%; left:10%; margin:0;}


}

#terms_condition11{ background:#f7f7f7;box-sizing:border-box; padding:25px;}
#terms_condition11 .modal-header  h2 {font-size: 14px; font-weight: 700; margin:0 0 10px 0; padding: 0;}
#terms_condition11 .terms_artical{ border:solid 1px #e5e5e5; width:100%; padding:20px; background:#ffffff; overflow-y:scroll; height:300px; margin-bottom:20px;}
#terms_condition11 .terms_service_checkbox{ width:100%; float:left; margin-bottom:40px;}
#terms_condition11 .terms_service_checkbox label{ float:left;}
#terms_condition11 .terms_service_checkbox label input[type="checkbox"]{ float:left; padding:0; margin:4px 5px 0 0;}
#terms_condition11 .terms_service_checkbox label span{ float:left; font-size:12px;}
#terms_condition11 .terms_service_checkbox a{ float:right; color:#7fa3ba; text-decoration:none; font-size:12px; font-weight:700;}
#terms_condition11 .terms_service_checkbox a .fa{ font-size:14px;}
#terms_condition11 .back_next_btn .next-btn-show{ float:right;}
#terms_condition11 .back_next_btn .next-btn-show button[type="submit"]{ background:#3a95ce; width:100px; height:30px; border:0; outline:none; border-radius:0; color:#ffffff; text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700;}
#terms_condition11 .back_next_btn .next-btn-show button[type="submit"].disable_btn{ background:#e1e1e1; width:100px; height:30px; border:0; outline:none; border-radius:0; color:#c4c4c4; text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700;pointer-events: none;}

/***
#terms_condition11{ background:#f7f7f7;box-sizing:border-box; padding:25px;}
#terms_condition11 .modal-header  h2 {font-size: 14px; font-weight: 700; margin:0 0 10px 0; padding: 0;}
#terms_condition11 .terms_artical{ border:solid 1px #e5e5e5; width:100%; padding:20px; background:#ffffff; overflow-y:scroll; height:300px; margin-bottom:20px;}
#terms_condition11 .terms_service_checkbox{ width:100%; float:left; margin-bottom:40px;}
#terms_condition11 .terms_service_checkbox label{ float:left;}
#terms_condition11 .terms_service_checkbox label input[type="checkbox"]{ float:left; padding:0; margin:4px 5px 0 0;}
#terms_condition11 .terms_service_checkbox label span{ float:left; font-size:12px;}
#terms_condition11 .terms_service_checkbox a{ float:right; color:#7fa3ba; text-decoration:none; font-size:12px; font-weight:700;}
#terms_condition11 .terms_service_checkbox a .fa{ font-size:14px;}
#terms_condition11 a.next-btn-show{ float:right;}
#terms_condition11 .back_next_btn .next-btn-show { background:#3a95ce; width:100px; height:30px; border:0; outline:none; border-radius:0; color:#ffffff; text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700;}
#terms_condition11 .back_next_btn .next-btn-show a.disable_btn{ background:#e1e1e1; width:100px; height:30px; border:0; outline:none; border-radius:0; color:#c4c4c4; text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700;pointer-events: none;}

#terms_condition11 a.next-button11{ background:#3a95ce;color:#fff; width:100px; height:30px; line-height:30px; text-align:center; border:0; outline:none; border-radius:0;  text-transform:uppercase; font-size:14px; font-family:"Open Sans",sans-serif,arial; font-weight:700; cursor:pointer;}
#terms_condition11 a.next-button11.disable_btn{ background:#e1e1e1;  color:#c4c4c4; pointer-events: none; }
****/
/**********Login Popup Css**********/

td.addedtocart{ position:relative;}
td.addedtocart span.addedtocart{ display:none;}
td.addedtocart:hover span.addedtocart{ display:block;}
td.addedtocart  span.addedtocart{ background:#000; border-radius:5px; padding:5px 20px; color:#fff; font-size:12px;
position:absolute; top:-38px; left:20px;
}
td.addedtocart  span.addedtocart:after{ position:absolute; content:""; 
border-left:8px solid transparent;border-right:8px solid transparent; border-top:solid 8px #000; z-index:999;
left:55px; bottom:-8px;
}


/**********Login Home Popup Custom Css**********/
.login-main{ background-color:#fff; padding:30px; border-radius:6px;}
.login-main.sourcecoast.modal{ max-width:450px;}
.login-main .modal-header{ padding:0!important; border:none!important;}
.login-main .modal-header .close{ margin-top:-15px!important;}
.login-main .modal-header .modal-title{ width:100%; }
.login-main .modal-header .modal-title h2{ padding:0; margin:0 0 15px 0; color:#7ea2ba; font-size:16px;}
.login-main .modal-header .modal-title h3{ padding:0; margin:0; font-size:14px; line-height:0; }
.login-main .modal-body{ padding:0!important; margin-top:30px;}


.login-main .modal-body ul li a{ padding:0; height:auto; line-height:normal; margin-left:15px;}
.login-main .modal-body ul li a:hover{ background:none; color:#3a94ce; text-decoration:underline;}
.login-main .modal-body form input[type="text"],
.login-main .modal-body form input[type="password"]
{border: 1px solid #ebeff2!important; border-radius:0!important;  box-shadow: none!important;  font-family: "Open Sans",Arial,Helvetica,sans-serif!important;  height: 40px!important;}
.login-main .modal-body form .control-group{ margin-bottom:15px!important;}
.login-main .modal-body form .remember-row{ width:100%; float:left;}
.login-main .modal-body form .remember-row #form-sclogin-remember{ float:left; width:50%;}
.login-main .modal-body form .remember-row #form-sclogin-remember label{ margin-top:10px;}
.login-main .modal-body form .remember-row #form-sclogin-remember input[type="checkbox"]{ margin:0 5px 0 0;}
.login-main .modal-body form .remember-row #form-sclogin-submitcreate{ float:right;width:50%; text-align:right;}
.login-main .modal-body form .remember-row #form-sclogin-submitcreate button[type="submit"]{ background:#3a95ce; padding:0 20px; height:40px; border:0; outline:none; text-transform:uppercase; font-weight:bold; color:#ffffff; border-radius:0;}
.login-main .noamemberyet { border-top: 1px solid #e8e8e8; padding-top:15px;}
.login-main .noamemberyet h2{ padding:0; margin:0 0 15px 0; color:#7ea2ba; font-size:16px;}
.login-main .noamemberyet h3{ padding:0; margin:0; font-size:14px; line-height:0; }
.login-main .register_now_button{ width:100%; float:left; margin-top:25px;}
.login-main .register_now_button a{ display:inline-block; width:100%; height:40px; line-height:40px; color:#ffffff; font-weight:bold; background:#ffa95e; text-transform:uppercase; text-align:center;} 
.login-main .register_now_button a:hover{ color:#ffffff; text-decoration:none;}

.login-main1 .modal-body{ padding:0!important; margin-top:0px!important;}
/**********Login Home Popup Custom Css**********/ 



/**********Login Custom Css**********/ 
.login-wrapper{ width:50%; margin:0 auto;}
.login .modal-title h2{ padding:0; margin:0 0 15px 0; color:#7ea2ba; font-size:16px;}
.login .modal-title h3{ padding:0; margin:0; font-size:14px; line-height:0; }
.login .page-header{ padding:0; border:none;}
.login form{ margin:0;}
.login form fieldset{ border:0; padding:0; border-radius:0; margin-top:30px;}
.login form fieldset input[type="text"],
.login form fieldset input[type="password"]{ width:100%; height:40px; box-shadow:none; border-radius:0; }
.login form fieldset .control-group{ margin-bottom:15px;}
.login form .remember-row{ width:100%; float:left;}
.login form .remember-row .control-group{ float:left; width:50%;}
.login form .remember-row .control-group .control-label{ float:left;}
.login form .remember-row .control-group .control-label label{ max-width:none;}
.login form .remember-row .control-group .controls input[type="checkbox"]{ margin:5px 0 0 10px;}
.login form .remember-row .control-group+.control-group{ float:right; width:50%; text-align:right;}
.login form .remember-row .control-group+.control-group button[type="submit"]{ 
background:#3a95ce; padding:0 20px; height:40px; border:0; outline:none; text-transform:uppercase; font-weight:bold; color:#ffffff; border-radius:0;}
.login .forgot ul{ padding:0; margin:0;}
.login .forgot ul li{ float:right; list-style:none;}
.login .forgot ul li a{ padding:0; height:auto; line-height:normal; margin-left:15px; text-transform:uppercase;}
.login .forgot ul li a:hover{ background:none; color:#3a94ce; text-decoration:underline;}
.login .noamemberyet { border-top: 1px solid #e8e8e8; padding-top:15px; width:100%; float:left; margin-top:30px;}
.login .noamemberyet h2{ padding:0; margin:0 0 15px 0; color:#7ea2ba; font-size:16px;}
.login .noamemberyet h3{ padding:0; margin:0; font-size:14px; line-height:0; }
.login .register_now_button {float: left; margin-top: 25px; width: 100%;}
.login .register_now_button a{ display:inline-block; width:100%; height:40px; line-height:40px; color:#ffffff; font-weight:bold; background:#ffa95e; text-transform:uppercase; text-align:center;} 
.login .register_now_button a:hover{ color:#ffffff; text-decoration:none;}
@media (max-width: 767px) {
.login-wrapper{ width:100%;}
}
/**********Login Custom Css**********/


/**********Forgot UserName and Password Reset Custom Css**********/ 
.reset,.remind,.reset-confirm,.reset-complete{width:50%; margin:0 auto; }
.reset form,.remind form,.reset-confirm form,.reset-complete form{width:100%; padding:0; margin:0;}
.reset form .control-label,.remind form .control-label,.reset-confirm form .control-label,.reset-complete form .control-label{text-align:left;}

.reset form fieldset,.remind form fieldset,.reset-confirm form fieldset,.reset-complete form fieldset{ border:none; border-radius:0; margin:0; padding:0;}
.reset form h2,.remind form h2,.reset-confirm form h2,.reset-complete form h2{ color: #7ea2ba;  font-size: 16px;  margin: 0 0 10px;  padding: 0;}
.reset form h3,.remind form h3,.reset-confirm form h3,.reset-complete form h3 { font-size: 14px;  line-height: 20px;  margin: 0 0 20px 0;  padding: 0;}
.reset form  input[type="text"], .remind form  input[type="text"], 
.reset form input[type="email"],.remind form  input[type="email"],  
.reset-confirm form input[type="text"],.reset-confirm form  input[type="email"],
.reset-complete form input[type="text"],.reset-complete form  input[type="password"]
{ border-radius: 0;  box-shadow: none;  height: 40px;  width: 100%;}

.reset form button[type="submit"],
.remind form button[type="submit"],
.reset-confirm form button[type="submit"],
.reset-complete form button[type="submit"]{ 
background:#3a95ce; padding:0 20px; height:40px; border:0; outline:none; text-transform:uppercase; font-weight:bold; color:#ffffff; border-radius:0;}
@media (max-width: 767px) {
.reset,.remind,.reset-confirm,.reset-complete{ width:100%;}
}
/**********Forgot UserName and Password Reset Custom Css**********/ 
 

/**********Successful Registration Page Custom Css**********/  
.register-success-title{ margin:0; padding:0; text-align:center;}
 .rSuccessDes { margin: 30px auto;  width: 50%; text-align:center;}
 .rSuccessDes ul{display:inline-block;}
 .rSuccessDes ul li{ text-align:left; list-style:disc;}
 .success-buttons {text-align: center;}  
 .success-buttons a{display:inline-block; margin:0 15px;}
 div.cRegister .jomsocial{min-height:0;}
 @media (max-width: 767px) {
.rSuccessDes{ width:100%;}
.success-buttons a{ margin:10px 0;}
}
/**********Successful Registration Page Custom Css**********/  
 


.joms-tab__bar1 {
background: #e0e7e8 none repeat scroll 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
	}
	#sbox-window {
  height: auto !important;
}

#Kunena td.kprofileboxcnt, .kprofilebox-left {
   display: none;
}
.lblradio-block {
    margin-right: 20px;
}

.video-container li {
    padding: 7px;
}

.con_content_1 {
    margin-bottom: 18px;
    text-align: left;
	margin-left:15px;
}
.con_content_1 ul li {
    list-style-type: disc!important;
    margin-left: 28px; 
}
.joms-comment__reply input[type="submit"].joms-button--comment:hover{background-color:#3556db!important;} 
.joms-comment__reply input[type="submit"].joms-button--comment:focus{ background-color:#5677fc!important; color:#ffffff!important;}

#Kunena div.kmessage-buttons-row{white-space:normal!important; font-weight:bold; display:table;}
#Kunena div.kpost-thankyou { margin-top: 20px!important; display: inline-block!important;}

.sponsors .ot_logo_scroller .ot_content img{ height:25px; width:auto;}
div#fd.eb .cell-tight{width:auto!important;}

#Kunena .klist-actions-forum{width:auto!important;}
.sourcecoast fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.social-login a:hover{ background-color:transparent;}
.sourcecoast.modal {
  bottom: inherit;
}
/*Start Mobile Updated March 2021*/
@media screen and (max-width: 790px) {
/*Logo on Mobile left align*/
.logo {
	float:left;
	width:30%;
	text-align:left;
}
img.logo {
	width: 100% !important;
}
.headerRow {
	margin-top: -40px;
}
.headerSocial {
	display: none;
}
.registeredUsers {
	display: none;
}
.mobileonly {
	display: block;
}
.desktoponly {
	display: none;
}
.leftBlock {
	display: none;
}
#gruemenu.grue_193 {
	float: left;
}
#gruemenu > ul > li.has-sub > a {
	float: left;
}
#gruemenu ul li:first-child > a {
	float: left;
}
#gruemenu.grue_193 #menu-button {
	float: left;
}
}
/*End Mobile*/
/*Desktop only*/
@media screen and (min-width: 790px) {
.mobileonly {
	display: none;
}
.desktoponly {
	display: block;
}
}
/*Registration Page*/
/*#regpro .adminlist {
	display: none;
}*/
div#regpro_outline a:link, div#regpro_outline a:visited {
	visibility:hidden;
}
div#regpro .addthisevent-drop {
	visibility:hidden;
}