/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,cccc
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 2.625em 7.6923%;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 21px;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0 4.5455%;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}


/*header-nav css added below*/

/*header navigation css added below*/

#wt_header {
  padding: 15px 0px;
  margin: 0;
  background-repeat: repeat;
  border-bottom: none;
}

.page #wt_header,
.single #wt_header,
.archive #wt_header,
.search #wt_header {
  padding: 5px 0px;
  /*background-color: #262626;*/
}

#wt_header {
  background-color: white;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wt_header.scroll-fixed-navbar {
  padding: 0;
  margin: 0;
}

#wt_header.scroll-fixed-navbar {
  background-color: rgba(255, 255, 255, 0.95);
}

#logo span {
  display: inline-block;
}

.navbar-brand {
  height: auto;
  font-weight: 900;
}

.reasons_area {
  background-color: #f2f2f2 !important;
}

#logo img {
  display: inline-block;
  color: #ffffff;
  position: relative;
  /*max-height: 40px;*/
}

#logo .navbar-brand {
  padding: 0;
  display: block;
  line-height: 56px;
  float: none;
  margin: 0px 0 0;
}

.logo_text a:hover {
  color: #444;
}

#wt_section_home .logo_text a:hover {
  color: #fff;
}

#siteDescription {
  line-height: normal;
  margin-top: -20px;
}

#nav.wt_nav_top .navbar-nav>li {
  margin: 0;
}

#nav.wt_nav_top .navbar-nav>li>a {
  color: #454545;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  display: block;
  padding: 0 14px;
  margin: 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

#nav .nav>li>a:focus {
  background: none;
}

.home.wt_multipage_theme #nav.wt_nav_top .navbar-nav>li>a {
  /*color: #fff;*/
}

#nav.wt_nav_top ul li.active>a,
#nav.wt_nav_top ul li.current_page_item>a {
  color: #01994d;
}

#nav.wt_nav_top ul li:hover>a {
  color: #01994d;
  background: transparent;
}

#nav.wt_nav_top ul .marker {
  position: relative;
  right: -5px;
  font-size: 11px;
  line-height: 1;
}


/* Dropdown menus
   ------------------------------------------------- */

#nav ul ul.sub-menu,
#nav ul ul.sub-menu li ul.sub-menu,
#nav ul ul.children,
#nav ul ul.children li ul.children {
  height: auto;
  width: 180px;
  padding: 0;
  position: absolute;
  z-index: 1100;
  left: 0px;
  border-bottom: 1px solid #01994d;
  visibility: hidden;
  margin-top: 0;
  list-style: none;
  margin: 0;
}

#nav ul ul.sub-menu li ul.sub-menu,
#nav ul ul.children li ul.children {
  left: 100%;
  top: -1px;
}

#nav ul :not(.wt_megamenu) ul.sub-menu li,
#nav ul ul.children li {
  position: relative;
  display: list-item;
  text-align: left;
  float: none;
  font-size: 14px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: #ddd;
  background-color: #ffffff;
  margin: 0;
}

#nav.wt_nav_top ul ul li:hover>a {
  border-bottom: none;
}

#nav ul ul.sub-menu li a,
#nav ul ul.children li a {
  padding: 8px 28px 8px 15px;
  display: block !important;
  color: #555;
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  float: none;
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#nav ul ul.sub-menu li .mega-menu-widget a {
  padding: 0px;
}

#nav ul li .mega-menu-widget a:hover {
  color: #01994d;
}

#nav ul ul.sub-menu li:hover>a,
#nav ul ul.children li:hover>a {
  background: #f6f6f6;
}

#nav ul ul ul {
  margin-left: -2px;
  margin-top: 0px;
}


/* Submenu markers
   ------------------------------------------------- */

#nav ul p {
  line-height: 24px;
  font-size: 13px;
  color: #69747a;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0;
}

#nav ul li>.megamenu .button {
  color: #ffffff !important;
}

#nav .wt_megamenu .mega-menu-widget {
  overflow: hidden;
}


/*# sourceMappingURL=style.css.map */


/*chetan styling starts here*/


/*fifteen page styling starts here*/

.black-border {
  border: 2px solid #000;
}

.tip-no {
  text-align: right;
  text-transform: camlecase;
  background-color: #A3181D;
  border-right: 2px solid #000;
}

.tip-desc {
  background-color: #25408F;
}

.tip-no h2,
.tip-desc h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  font-family: 'Kameron', serif;
  /*font-family: 'railway-Black' !important;*/
}

.tip-container img {
  width: 100%;
  height: auto;
}

.tip-container-desc {
  width: 80%;
  margin: auto;
}

.tip-container-desc h3 {
  color: #25408F;
  font-size: 50px;
  font-weight: 900;
  font-family: 'Kameron', serif !important;
  text-transform: uppercase;
}

.tip-container-desc p {
  color: #000;
  font-size: 24px;
	font-family: 'Kameron', serif;
  font-weight: 900;
  line-height: 31px;
}


/*fifteen page styling ends here*/


/*sixteen page styling starts here*/

.container-img img {
  width: 100%;
  height: auto;
}

.left-align {
  text-align: left;
  border: 4px solid #000;
}

.left-align h2 {
  padding: 0 30px;
font-family: 'Kameron', serif;
}

.container-img {
  border-left: 2px solid #4a4ace;
  border-right: 2px solid #4a4ace;
  border-bottom: 2px solid #4a4ace;
}

.container-img-desc {
  width: 95%;
  margin: auto;
}

.container-img-desc h3,
.customer-data h3 {
  color: #607bbb;
  font-size: 28px;
font-family: 'Kameron', serif;
  font-weight: 900;
  line-height: 35px;
}

.customer-data h3 {
  margin: 60px 0;
}

.container-img-desc p,
.customer-data p {
    color: #000;
    font-size: 24px;
font-family: 'Kameron', serif;
    font-weight: 900;
    line-height: 35px; 
}

.container-img-desc .tip-heading {
  color: red;
}

.container-img-desc .tip {
  padding-top: 10px;
  border-top: 6px solid #b34e4e;
  border-bottom: 6px solid #b34e4e
}

.data {
  margin: 30px 0;
}


/*sixteen page styling ends here*/

.night-work {
  background-color: #25408F;
  padding: 10px 30px;
  border: 4px solid #000;
}

.night-work~.row {
  margin: 0 !important;
}

.night-work h2 {
  margin: 0;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
font-family: 'Kameron', serif;
}

.cosmatic {
  padding-bottom: 100px;
}

.customer-data p {
  margin: 80px 0;
}


/*tewnty page styling starts here*/

.container-img-desc-snipet {
  width: 85%;
  margin: auto;
}

.section-one {
  background-color: #25408F;
  color: #fff;
  border: 2px solid #000;
}

.section-one h2 {
  margin: 30px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.section-one p {
  margin: 40px 0 180px;
  font-size: 21px;
  line-height: 31px;
}

.section-two h3 {
  color: #000;
  margin: 30px 0;
  font-size: 23px;
  font-weight: 900;
}

.section-two p {
  color: #000;
  margin: 30px 0;
  font-size: 25px;
  font-weight: 500;
}


/*tewnty page styling ends here*/


/*tewnty one page styling ends here*/

.second-section-image {
  border: 4px solid #25408F;
  padding: 0 !important;
}

.second-section-image img,
.testing-section img {
  width: 100%;
  height: auto;
}


/*tewnty one page styling ends here*/


/*tewnty two page styling starts here*/

.testing-part {
  width: 100%;
}

.testing-section {
  height: 100vh;
}

.testing-section p {
  margin: 50px 0;
}


/*tewnty two page styling ends here*/


/*tewnty three page styling starts here*/

.split-testing-section {
  color: #fff;
}

.split-testing-section span {
  font-weight: 400;
}

.split-testing-section p {
  padding: 0 30px;
  margin: 40px 0;
  font-size: 32px;
  color: #fff;
}

.split-testing-section-container .circle_content_Txt h1 {
  font-size: 35px;
}

.split-number {
  color: red;
}

.split-testing-section-container .paraCont p {
  font-size: 24px;
  font-weight: 500;
}


/*bootstrap css added below*/

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../font-faces/_glyphicons/glyphicons-halflings-regular.eot');
  src: url('../font-faces/_glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font-faces/_glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../font-faces/_glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../font-faces/_glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../font-faces/_glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

/* ---- Glyphicon Styles ---------------------------
   Author: WhoaThemes - http://whoathemes.net
   ------------------------------------------------- */
   
[class^="glyphicon-"]:before, [class*=" glyphicon-"]:before {
  position: relative;
  top: 1px;
  display: inline-block;  
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  
  width: 1em;
  text-align: center;
  margin-left: .2em;
  margin-right: .2em;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;   
}

/* ---- End Glyphicon Styles -----------------------
   Author: WhoaThemes - http://whoathemes.net
   ------------------------------------------------- */

.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700i,800,800i");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: rgba(28, 146, 186, 0.62); }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .flex-container {
    flex-flow: row wrap !important; }
    .flex-container .flex-item {
      line-height: 0; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  div.headerBannermain1 {
    height: 235px !important; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .plans-pricing-area .mobile-popular-bestvalue,
  .plans-pricing-area .mobile-best-value {
    display: none; }

  .ContainerFacebook {
    width: 750px !important; }

  .step2second .formStepMain .formInside h2 {
    float: none !important; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ContainerFacebook {
    width: 970px !important; } }
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /*start of media_24_may css*/
  .caseStudyIndex {
    height: auto !important;
    padding: 10px !important; }

  .responsive .wt_pricing_section .wt_pricing_box_sc {
    margin: 0 20px 50px 10px !important; }

  .wt_pricing_header .starter {
    font-size: 24px !important; }

  .wt_pricing_header .starter .newpricingh-package {
    font-size: 16px !important; }

  .wt_pricing_header .starter .newpricingh-price {
    font-size: 24px !important; }

  .startedboot {
    margin-top: 15px; }

  .boxShadowCreation {
    box-shadow: none !important; }

  /*.newheaderbannermargin .desktopImg{
      margin-top: 8px;
  }*/
  .responsive .wt-row-container {
    padding: 0 15px; }

  .newborderlogo .logonewpricingh3 {
    font-size: 24px !important; }

  .newborderlogo .newvideosecond {
    font-size: 18px !important; }

  .newborderlogo .bronzeh4 {
    font-size: 26px !important; }

  .newborderlogo .bronzeh4 .dollarfont {
    font-size: 26px !important; }

  .backgroundSilver .logonewpricingh3 {
    font-size: 24px !important; }

  .backgroundSilver .newvideosecond {
    font-size: 18px !important; }

  .backgroundSilver .bronzeh4 {
    font-size: 26px !important; }

  .backgroundSilver .bronzeh4 .dollarfont {
    font-size: 26px !important; }

  .goldbackground .logonewpricingh3 {
    font-size: 24px !important; }

  .goldbackground .newvideosecond {
    font-size: 18px !important; }

  .goldbackground .bronzeh4 {
    font-size: 26px !important; }

  .goldbackground .bronzeh4 .dollarfont {
    font-size: 26px !important; }

  .widthsetp {
    width: 105px !important; }

  .web-dev .wpb_column {
    margin-bottom: 0px !important; }

  #wt-responsive-nav li.menu-item .level-1-a:before {
    line-height: 10px !important; }

  /*end of media_24_may css*/
  .sliderinnerdiv.videoreview {
    margin-bottom: 20px !important; }

  .webDevBoxContainer .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .phoneCallNo {
    display: block !important; }

  .custombanner {
    height: auto; }

  .custombanner2 {
    height: auto;
    padding-bottom: 15px; }

  .flex-item {
    margin-bottom: 35px !important; }

  .sliderh2 {
    font-size: 24px; }

  .slidersection {
    text-align: center; }

  .row1 {
    margin-bottom: 10px; }

  .carousel-control.left1 {
    margin-left: 0px; }

  .carousel-control.right1 {
    margin-right: 0px; }

  .fivelogoinside p {
    font-size: 22px; }

  .restaurantheader {
    font-size: 22px; }

  .bannerbutton1 {
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 20px; }

  .restaurantheaderbannernew {
    height: auto; }

  .imgtop {
    margin-top: 0px; }

  .width33 {
    width: 100%; }

  .width23 {
    width: 100%;
    margin-left: 0px; }

  .restaurantUl {
    text-align: left;
    margin-top: 50px; }

  .restaurantcase {
    margin-top: 50px;
    margin-bottom: 30px; }

  .width48 {
    width: 100%; }

  .colorDescAppCont {
    padding-top: 20px;
    padding-left: 0px; }

  .plentynew h3 {
    font-size: 20px; }

  .plentyColorImg {
    margin-top: 20px;
    margin-bottom: 20px; }

  .videorivewnewbanner {
    display: inherit;
    height: auto; }

  .videonewh2 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px; }

  .videonewh3 {
    font-size: 26px; }

  .videnewriviewp {
    font-size: 16px; }

  .slidersecondpnew {
    font-size: 12px; }

  .rightbuttonnew {
    width: 30px;
    height: 30px;
    padding: 3px 7px; }

  .workcontent h2 {
    font-size: 32px;
    margin-bottom: 35px !important; }

  .bonuscontent h2 {
    font-size: 30px;
    margin-bottom: 10px; }

  .insidebonus h1 {
    font-size: 20px; }

  .mobilepadding0px {
    padding-left: 0px;
    padding-right: 0px; }

  .reviewworks {
    padding-top: 15px; }

  .registrationMobile {
    padding-right: 0px;
    padding-left: 0px; }

  .businessHeading {
    font-size: 32px; }

  .registration h1 {
    font-size: 32px !important; }

  .registration h3 {
    font-size: 22px !important; }

  .registration h4 {
    font-size: 22px !important; }

  .custominsidediv {
    padding-left: 0px !important; }

  .btnStarted {
    width: 100% !important;
    height: 40px !important; }

  .bottomplogo {
    font-size: 14px; }

  .insidebannerlogo p span img {
    margin-top: 10px; }

  .responsive .wt_section_area .intro_text h2 {
    font-size: 28px !important;
    padding: 0; }

  .flex-item {
    width: 100%; }

  .logodesignnew {
    margin-left: -10px; }

  /*custom logo design*/
  .bannerh3 {
    font-size: 22px !important; }

  .bannerh2 {
    font-size: 32px !important; }

  .bannerh4 {
    font-size: 26px !important; }

  .sliderh2 {
    padding-bottom: 0px !important; }

  .slidersection {
    padding: 50px 0px !important; }

  .headerBanner {
    height: 285px !important; }

  .weDoTtl {
    font-size: 28px !important; }

  .row .row {
    margin-left: 0em !important; }

  .headerBannermain {
    width: 100% !important;
    height: 225px !important; }

  .headerBan_Content {
    width: 90% !important; }

  .bannerHeading h1 {
    font-size: 18px !important; }

  .videorevievrow {
    margin: 0px !important; }

  .paddingRight {
    padding-right: 0px; }

  .paddingLeft {
    padding-left: 0px; }

  .widthMobile {
    width: 100%; }

  .maininsidediv h2 {
    font-size: 24px;
    line-height: 20px !important;
    margin-bottom: 10px;
    text-align: center !important; }

  .paddingLeftRight {
    padding-left: 15px;
    padding-right: 15px; }

  .maininsidediv .maindivp {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px !important;
    text-align: center; }

  .maininsidediv {
    padding: 0px !important; }

  .buttonslider {
    padding: 8px 20px 7px; }

  div#tm-slider-2 {
    width: 100%;
    height: auto !important; }

  .slidersecondp {
    float: left;
    background-color: #63247c;
    color: #fff;
    padding: 0px 0px;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 12px;
    line-height: 32px !important;
    /*width: 100%;*/
    font-size: 10px; }

  .sliderreviewsecondp {
    display: block !important;
    padding-right: 0px !important;
    margin-bottom: 12px !important;
    line-height: 32px !important;
    width: 100% !important;
    font-size: 10px !important; }

  .sliderreviewsecondp .rightimage {
    padding: 8px 10px !important; }

  .videodiv iframe {
    display: block;
    height: 100% !important;
    transform-style: preserve-3d;
    z-index: 0;
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    position: absolute; }

  .sliderinnerdiv.videodiv {
    margin-top: 16px; }

  .mobilebar {
    padding-top: 6px; }

  .slider2h2 {
    margin-bottom: 10px !important;
    margin-top: 20px !important; }

  .maininsidediv .maindivp {
    margin-bottom: 10px; }

  .mobilebanner {
    height: auto;
    padding: 40px 0px; }

  .webbanner {
    height: auto;
    padding: 40px 0px; }

  .videocreationbanner {
    height: auto;
    padding: 30px 0px; }

  .videoreviewsbanner {
    height: auto;
    padding: 40px 0px; }

  .rightimage {
    padding: 0px 7px !important; }

  .videocreationh2 {
    line-height: 38px !important; }

  .clienttextp p {
    line-height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 10px; }

  .creationfirstp {
    font-size: 17px; }

  .creationsecondp {
    font-size: 15px; }

  .row {
    max-width: 100% !important;
    margin: 0px; }

  .fluid-width-video-wrapper iframe {
    height: 100% !important; }

  .tms-pagination {
    margin-top: 20px; }

  .newslidermain .tms-slides {
    height: 75vh; }

  #wt-responsive-nav li.menu-item a {
    padding: 10px 15px; }

  .rowmargin {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  table.p_table {
    width: 135% !important;
    margin: 0px;
    padding: 0px; }

  .p_table h2 {
    font-size: 16px !important; }

  .p_table h1 {
    font-size: 22px !important; }

  .logoOptionsDiv h1 {
    font-size: 23px !important;
    margin-bottom: 50px; }

  .logoImg {
    height: auto !important; }

  .logoImg {
    min-height: 50px !important; }

  .logoOptionsBox {
    min-height: 185px !important; }

  .imageDesc h2 {
    font-size: 16px !important; }

  .chooseDigitalHeading h1 {
    font-size: 32px !important; }

  .chooseDigitalHeading h2 {
    font-size: 24px !important; }

  ul.whyDigitalList li {
    padding-left: 30px !important;
    font-size: 16px !important;
    line-height: 21px !important;
    color: #fff !important;
    font-weight: normal;
    background-size: 24px !important;
    margin-bottom: 15px !important; }

  .payDigitalHeading h1 {
    font-size: 28px !important; }

  .payDigitalHeading h2.whypaySubttl {
    font-size: 22px !important; }

  .clcikreadMore {
    font-size: 16px !important; }

  .customerExmHeading h1 {
    font-size: 36px !important; }

  .customExmBox {
    margin-bottom: 10px !important; }

  .clearfix.customImgBox {
    margin-bottom: 0px !important; }

  .custom_title {
    font-size: 16px !important;
    line-height: 22px !important; }

  h1.whoHeading {
    font-size: 32px !important; }

  p.whoCont {
    font-size: 14px;
    line-height: 20px; }

  .contactNumberStrip h2 {
    font-size: 32px !important; }

  .h1.caseStudyTtl {
    font-size: 24.33px !important; }

         /*.vidBox_home {
    position: absolute;
    z-index: 100;
    top: 8px !important;
    left: 20.60%;
    width: 46.50%;
    overflow: hidden;
    cursor: pointer;
}*/
  /*start of catalogue_app css*/
  h2.apptext1 {
    font-size: 30px !important; }

  .apptext2 {
    font-size: 24px !important; }

  .cataloguebanner {
    height: auto !important; }

  .width33 {
    display: none; }

  .width23 {
    width: 100% !important;
    margin-left: 0px !important; }

  .restaurantUl {
    margin-top: 15px !important; }

  .width48 {
    width: 100% !important; }

  .restaurant_vid {
    border-radius: 5px;
    border: 5px solid #000;
    padding: 0px 0px 0px 0px !important;
    background-image: none;
    position: relative;
    overflow: hidden;
    height: auto !important; }

  .restaurantButton {
    width: 100% !important;
    font-size: 22px !important;
    height: 50px !important; }

  .restaurantButton .rightbuttonnew {
    margin-left: 0px;
    margin-top: 0px !important;
    padding: 6px 11px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .catalogue30 {
    margin-top: 30px !important;
    margin-bottom: 30px; }

  .colorDescAppCont {
    padding-left: 0px !important; }

  .colorDescAppCont {
    padding-top: 0px !important; }

  .restaurantul li {
    width: 100% !important; }

  /*end of catalogue_app css*/
  /*start of contactus css*/
  .contactusmaintop {
    height: auto !important; }

  .contactdetails h3 {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 24px !important; }

  .contactusmaintop:after {
    display: none; }

  section.contactUsform .pricing-text h3 {
    font-size: 2em !important; }

  .price-section-grids .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .indexbuuton button {
    width: 100% !important; }

  .startedbuttonnew button {
    height: 50px !important;
    font-size: 24px !important;
    margin-bottom: 30px; }

  /*end of contactus css*/
  /*facebook add media query css*/
  .thumbnailsMain img {
    width: 100%;
    max-height: 300px; }

  .mobilefooter {
    display: block !important; }

  .desktopview {
    display: none; }

  .maincontentheader h1 {
    font-size: 1.7125em; }

  .ContainerFacebook {
    width: 100% !important; }

  .ad-summary {
    margin-top: 5px; }

  .facebookmainTop .btn.facebookformcart-submit {
    width: 100%;
    margin-top: 20px;
    font-size: 20px !important; }

  .review-container {
    width: 100% !important; }

  .customerreviewh2 {
    text-align: center !important; }

  .imageInsideDiv {
    width: 28% !important; }

  .imageDescription {
    width: 52% !important; }

  /*end of facebook add media query css*/
  /*start of facebookLanding media query css*/
  .add_headingTtl {
    margin: 0px !important; }

  .add_headingTtl h1 {
    font-size: 22px !important; }

  .filer_add .filter .dropdown {
    text-align: center; }

  .product_count {
    text-align: center; }

  .sort_filter {
    text-align: center !important;
    padding-right: 0px !important; }

  /*end of facebookLanding media query css*/
  /*start of fbAdd_secondStep media query css*/
  .step2main .stepMenu span {
    padding: 0px 8px; }

  .step2main .step2P {
    font-size: 15px !important; }

  .stepsSpan {
    float: left;
    min-height: 0px !important;
    margin-left: 0px !important; }

  .step2main {
    padding: 15px 0px !important; }

  .step2second .formStepMain .formInside {
    padding: 0px 10px !important;
    float: left;
    width: 100%; }

  .step2second .formStepMain .formInside h2 {
    font-size: 16px !important; }

  .liCount {
    min-height: 0px !important; }

  .step2buttonDiv .stepSubmit {
    font-size: 36px !important;
    height: 60px !important; }

  .mobileviewhide {
    display: none !important; }

  .step2second .formStepMain .formInside .step-control {
    height: 55px !important; }

  /*end of fbAdd_secondStep media query css*/
  /*start of helpus media query css*/
  .helpustitle h2 {
    font-size: 24.11px !important; }

  .helpustitle h3 {
    font-size: 20.12px !important; }

  .helpusformtop {
    padding: 1px 10px !important; }

  .helpusformtop h2 {
    font-size: 24px !important; }

  .helpusformtop .helpusform .helupusLabel {
    font-size: 16px !important; }

  .helpusformtop .helpusform .help-contorl {
    height: 55px !important; }

  .helpLayout h2 {
    font-size: 24px !important; }

  .helpLayout .guidlinehelp {
    font-size: 15px !important; }

  .helpLayout .notehelp {
    font-size: 22px !important; }

  .layoutform {
    padding-left: 15px !important; }

  .layoutform .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .helpLayout {
    padding: 1px 10px !important; }

  .colorselection {
    padding: 1px 10px !important;
    width: 100%; }

  .colorselection .colorinside h2 {
    font-size: 24px !important; }

  .colorselection .colorinside p {
    font-size: 16px !important; }

  .colorselection .colotypetop {
    margin-top: 30px !important;
    padding: 0px 10px !important;
    display: inline-block !important; }

  .colorselection .colotype {
    margin-right: 10px !important; }

  .fontSelection {
    padding: 1px 10px !important; }

  .fontSelection .colorinside h2 {
    font-size: 24px; }

  .fontSelection .colorinside .fontp {
    font-size: 20px !important; }

  .fontSelection .colorinside p {
    font-size: 16px !important; }

  .fontSelection .fontSelectionInside {
    display: inherit !important; }

  .helppaddingleft {
    padding-right: 0px; }

  .fontSelection .fontType h2 {
    font-size: 24px !important; }

  .fontSelection .fontcheckleft {
    margin-top: 4px !important;
    width: 15% !important; }

  .fontSelection .fontcheckleft2 {
    width: 80% !important; }

  .logohelp {
    padding: 1px 10px !important;
    display: inline-grid !important;
    width: 100%; }

  .logohelp h2 {
    font-size: 24px !important; }

  .logohelp .logousagep {
    font-size: 16px !important; }

  .usagemain .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .logohelp .usagemain .logotext p {
    font-size: 18px !important; }

  /*end of helpus media query css*/
  /*start of index media query css*/
  .headertopBlackstrip {
    width: 100% !important;
    height: auto !important;
    background-color: #000 !important;
    padding: 10px 0px;
    background-image: none !important; }

  .headertopBlackstrip:after {
    display: none; }

  .headertopBlackstrip .headerBlack p {
    font-size: 16px !important;
    padding-top: 0px !important; }

  .headertopBlackstrip .headerBlack .headerpadding {
    padding: 0px 5px !important; }

  .headertopBlackstrip .headerBlack .fontsizeheader {
    font-size: 24px !important; }

  .headertopBlackstrip .headerBlack h2 {
    font-size: 26px !important; }

  .headertopBlackstrip .headerBlack h3 {
    font-size: 18px !important; }

  .vidBox_home {
    position: absolute;
    z-index: 100;
    top: 11px !important;
    left: 3.8% !important;
    width: 92.7% !important;
    overflow: hidden;
    height: 87.10% !important;
    cursor: pointer; }

  .headerBannermain1 {
    background: #333;
    width: 100%;
    height: 200px !important;
    z-index: 10;
    position: relative;
    /* background-size: 100%; */
    margin: 0 auto;
    background-position: top center;
    top: 0;
    left: 0;
    overflow: hidden; }

  .newheaderbanner {
    height: auto !important; }

  .weDoBoxContainer .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .Headingttl .weDoTtl {
    font-size: 26px !important; }

  .whatweDoPara {
    font-size: 15px !important; }

  .startcrush h2 {
    font-size: 24px !important; }

  .newcrushimg {
    width: 100% !important;
    position: initial !important;
    transform: inherit !important; }

  .starcrushinside1 {
    display: none !important; }

  h1.caseStudyTtl {
    line-height: 30px !important;
    font-size: 28px !important; }

  .caseStudyHeading p {
    padding: 0px 0% !important;
    font-size: 14.33px !important; }

  /*.caseStudyVid {
      padding: 10px !important;
      height: auto !important;
  }*/
  .vid_caseStudy_desc {
    padding-top: 20px !important; }

  .newmarketing .marketingimg {
    float: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center; }

  .caseStudyBoxContainer .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .starcrushinside2 {
    display: none; }

  .margintopStarted {
    margin-top: 0 !important; }

  .startcrush1 h2 {
    font-size: 24px !important; }

  .increaseSalesHeading p {
    font-size: 18px !important; }

  .salesLogoCont {
    margin-bottom: 0px !important; }

  /*end of index media query css*/

  /*start of mobileApp media query css*/
  .restaurantheaderbannernew1 {
    height: auto !important; }

  .fluid-width-video-wrapper .restaurant_frame {
    position: absolute;
    width: 100% !important;
    margin: 0px 0px !important;
    height: 100% !important; }

  .HeadingttlAppNew .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  span.rightbuttonnew_app {
    width: 40px !important;
    height: 40px !important; }

  .widthInitial .appleIcon {
    margin-bottom: 20px; }

  /*end of mobileApp media query css*/
  /*start of realState media query css*/
  .realEstateBanner {
    height: auto !important; }

  /*end of realState media query css*/
  /*start of registration media query css*/
  .realEstateBanner {
    height: auto !important; }

  /*end of registration media query css*/
  .registrationMain {
    padding: 0px !important; }

  .stepHeader h2 {
    font-size: 19px !important; }

  .stepHeader h1 {
    font-size: 26px !important; }

  /*chetan start*/
 /*
* Thank you page styling starts here
*/
  .thankyou {
    padding: 0 20px !important; }
    .thankyou .thankyouMain {
      width: 100% !important;
      margin-top: 10px !important; }
      .thankyou .thankyouMain p {
        margin: 15px 0 25px 0 !important; }
    .thankyou .thankyouright {
      display: none !important; }

  .formStepMain .formInside {
    padding: 20px !important; }
    .formStepMain .formInside .stepthankyou {
      width: 100% !important; }
    .formStepMain .formInside [type=file] + label {
      width: 100% !important;
      height: inherit !important; }
    .formStepMain .formInside .stepSubmit {
      width: 100% !important;
      height: 50px !important;
      font-size: 20px !important; }

 /*
* Thank you page styling Ends here
*/
 /*
* Videocreation page styling Ends here
*/
  .responsive .wt_pricing_section {
    padding: 0 0px; }

  .headertopBlackstrip {
    height: auto !important; }
    .headertopBlackstrip .headerBlack h2 {
      font-size: 21px !important; }

  .vidBox_home1 {
    top: 11px !important; }

  .videoBannermain1 {
    height: 235px !important; }

  .newheaderbanner {
    height: auto !important; }

  .videocreationButton button {
    font-size: 22px !important;
    height: 55px !important; }
    .videocreationButton button .rightbuttonnew1 {
      width: 30px !important;
      height: 30px !important;
      margin-top: 0px !important; }

  .videocreationQuality h2 {
    font-size: 20px !important; }

  .videocreationrow .row.videorevievrow {
    margin: 0 !important; }
    .videocreationrow .row.videorevievrow .wt_pricing_section {
      padding-right: 0 !important; }

  .videorevievrow {
    width: 100% !important; }
    .videorevievrow .videosdiv {
      margin-bottom: 15px !important; }

  .video-creation .responsive .wt-row-container {
    padding: 0 15px 0 0 !important; }

  #pricing .wt-row-container .container {
    padding-left: 0 !important; }

  .wt_pricing_box_sc .wt_pricing_btn .btn {
    padding: 10px !important;
    width: 60% !important;
    font-size: 20px !important;
    height: 50px !important; }

  .wt_pricing_btn .logobuttonselect .logoiconright {
    width: 30px !important;
    height: 30px !important;
    margin-top: 0px !important; }

  .wt_pricing_content .ulcontentli li {
    display: block; }

  #wt_faqs_section .vc_col-sm-12 {
    padding: 0 30px !important; }

  .inx_desktop_vid_Div .vidBox_home1 {
    top: 10px !important;
    left: 4% !important;
    width: 93% !important;
    height: 88.4% !important; }

  .videooverlay {
    height: 38% !important; }

  .vc_column_container {
    padding-left: 0 !important; }
    .vc_column_container .wt_pricing_section {
      padding-left: 0 !important; }

  /*
     * Videocreation page styling Ends here
     */
  /*
      * Videocreation_faq page styling start here
     */
  .video_faq #faq {
    padding-top: 0 !important; }
    .video_faq #faq .responsive .wt_pricing_section {
      padding: 0 15px; }
    .video_faq #faq .wt_service_details {
      text-align: center; }
    .video_faq #faq .wt_faqs_section {
      padding-bottom: 45px !important; }
    .video_faq #faq .platform-list {
      text-align: left !important; }
      .video_faq #faq .platform-list p {
        min-height: 0 !important; }
      .video_faq #faq .platform-list ol {
        margin-left: 10px; }
      .video_faq #faq .platform-list li {
        margin-bottom: 10px !important; }
    .video_faq #faq .wt_service_box_sc:last-of-type {
      margin-bottom: 0; }
    .video_faq #faq .responsive .wt-row-container {
      padding: 0 30px !important; }

  /*
     * Videocreation_faq page styling Ends here
     */
  /*
     * videoreview.html page styling start here
     */
  #wt_containerWrapper {
    margin-top: 0px !important; }
    #wt_containerWrapper .videorivewnewbanner {
      height: auto !important;
      margin-top: 0 !important; }
      #wt_containerWrapper .videorivewnewbanner .container {
        margin-top: 30px; }
      #wt_containerWrapper .videorivewnewbanner .newrightimage {
        margin-left: 5px; }
    #wt_containerWrapper .startedbuttonnew button {
      margin-top: 30px;
      width: 100% !important;
      height: initial !important;
      font-size: 28px; }
    #wt_containerWrapper .reviewworks {
      padding-top: 0px; }
    #wt_containerWrapper .workcontent {
      padding: 20px 10px 0 10px;
      text-align: left; }
    #wt_containerWrapper h2 {
      font-size: 35px; }
    #wt_containerWrapper .insidebonus h1 {
      font-size: 25px;
      margin-top: 0; }

  /*
     * videoreview.html page styling Ends here
     */
  /*
    * videocreation_mockup page styling starts here
    */
  .plansPricingTable .p_table {
    width: 100% !important; }
    .plansPricingTable .p_table h1 {
      font-size: 17px !important; }
    .plansPricingTable .p_table td p {
      font-size: 14px; }

  .logoOptionsDiv h1 {
    margin: 20px 0 10px 0 !important; }

  .payDigitalHeading h1 {
    font-size: 25px !important; }
  .payDigitalHeading .whypaySubttl {
    font-size: 23px !important;
    line-height: 33px !important; }

  .responsive .wt_section_area .intro_text h2 {
    font-size: 20px !important;
    line-height: 33px !important; }

  .customExmBox {
    margin-bottom: 20px !important; }

  .contactNumberStrip h2 {
    font-size: 22px !important; }

  .wt-row-container .container {
    padding: 0; }

  .logoOptionsBox {
    margin-bottom: 10px; }

  /*
    * videocreation_mockup page styling starts here
    */
  /*
     *
     * Step 3 page styling starts here
     *
     */
  .formStepMain .stepfooter {
    margin-bottom: 0; }
  .formStepMain .stepfooter,
  .formStepMain .stepHeader {
    padding: 10px 5px; }
  .formStepMain .stepHeader h1,
  .formStepMain .stepfooter h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px; }
  .formStepMain p.vidPurchase_Text {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px; }

  #wt_containerWrapper h2 {
    margin-bottom: 0;
    font-size: 25px; }

 /*
*
* Step 3 page styling starts here
*
*/
  /* Web Developmet page styling starts here*/
  .web-dev .wt-row-container {
    padding: 0 10px !important; }
  .web-dev .wpb_column {
    margin-bottom: 50px; }

  /* Web development ends here*/
  /*chetan end*/
  /*Arti start here*/
  .custombanner {
    height: auto !important; }
    .custombanner .startedbutton {
      width: 50%; }
    .custombanner .btnStarted {
      font-size: 13px;
      padding: 0 !important; }
    .custombanner .btnStarted .rightbutton {
      width: 23px;
      height: 23px;
      padding: 4px 8px;
      margin-top: -3px; }
    .custombanner .bannerh3 {
      font-size: 15px !important; }
    .custombanner .bannerh2 {
      font-size: 25px !important; }
    .custombanner .bannerh4 {
      padding-top: 0 !important;
      font-size: 20px !important; }
    .custombanner .checkp p {
      font-size: 14px !important;
      line-height: 22px !important; }
    .custombanner .insidebannerlogo p span {
      margin-top: 0;
      display: inline-block;
      width: 28%; }
    .custombanner .bottomplogo {
      font-size: 14px !important; }

  .custombanner2 {
    height: auto !important;
    padding: 12px 0 !important; }
    .custombanner2 .flex-container {
      flex-flow: inherit; }
    .custombanner2 .fivelogoinside {
      margin-top: 5px !important;
      text-align: left !important; }
      .custombanner2 .fivelogoinside img {
        width: 50px;
        height: 50px; }
    .custombanner2 .fivelogo {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 18px !important; }
    .custombanner2 .flex-item {
      height: auto; }

  .slidersection {
    padding-top: 0 !important; }
    .slidersection .sliderh2 {
      font-size: 28px !important; }
    .slidersection .bxslider1 li {
      width: 108px !important;
      margin-right: 15px !important; }
    .slidersection .bx-wrapper img {
      max-width: 93% !important; }

  .plans-pricing-area {
    padding-top: 0 !important; }
    .plans-pricing-area .wt-row-container {
      padding: 0 10px !important; }
      .plans-pricing-area .wt-row-container .popular-bestvalue,
      .plans-pricing-area .wt-row-container .best-value {
        display: none !important; }
    .plans-pricing-area .logonewheading {
      padding: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important; }
      .plans-pricing-area .logonewheading h2 {
        font-size: 15px; }
    .plans-pricing-area .logonewpricingh3 {
      font-size: 25px !important; }
    .plans-pricing-area .logoh4update {
      font-size: 25px !important;
      margin-top: 0px !important; }
    .plans-pricing-area .bestvalue h2 {
      font-size: 18px !important; }
      .plans-pricing-area .bestvalue h2 span {
        font-size: 25px !important; }
    .plans-pricing-area .newborderlogo,
    .plans-pricing-area .backgroundSilver,
    .plans-pricing-area .goldbackground {
      padding: 10px 0 !important; }
    .plans-pricing-area .wt_pricing_box_sc ul li {
      min-height: 0 !important; }
    .plans-pricing-area .logobuttonselect {
      height: 40 !important;
      font-size: 15px !important;
      /*.logoiconright {
          width: 20px !important;
          height: 20px !important;
          margin-top: 0 !important;
      }*/ }

  /* logodesign page responsive ends here*/
  /* marketingservice page responsive starts here*/
  .fullSectionDiv .weDoTtl {
    font-size: 24px !important; }
  .fullSectionDiv .digMarketingBoxContainer {
    padding: 0 !important; }
  .fullSectionDiv .videoCaseStudy {
    padding: 0 !important;
    margin-bottom: 10px; }
  .fullSectionDiv .dig_marketing_desc {
    padding-left: 0 !important; }
    .fullSectionDiv .dig_marketing_desc p {
      font-size: 15px !important;
      line-height: 22px !important; }
    .fullSectionDiv .dig_marketing_desc .blueBtn {
      padding: 0 17px !important;
      font-size: 20px !important; }
    .fullSectionDiv .dig_marketing_desc .getstartBtn {
      float: none !important;
      text-align: center; }
  .fullSectionDiv .intro_text h1 {
    font-size: 24px !important; }
  .fullSectionDiv .caseStudyHeading p {
    font-size: 15px !important; }
  .fullSectionDiv .caseStudyVid {
    /*background: none!important;*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .fullSectionDiv .caseStudyVid iframe {
      position: absolute;
      top: -12px;
      left: -13px;
      width: 100%;
      height: 100%; }
  .fullSectionDiv .vid_caseStudy_desc {
    padding-left: 0 !important; }
    .fullSectionDiv .vid_caseStudy_desc p {
      margin-bottom: 0 !important;
      font-size: 13px !important; }
  .fullSectionDiv .salesLogoCont {
    min-height: 0 !important;
    margin-bottom: 15px !important; }

  .step2main {
    padding: 0 !important; }
    .step2main h3 {
      font-size: 22px !important; }

  .step2second .formStepMain .formInside {
    background-color: #ebebeb;
    padding: 5px 25px !important; }
    .step2second .formStepMain .formInside h2 {
      float: none !important;
      font-size: 19px !important; }
    .step2second .formStepMain .formInside .widthInput {
      width: 65% !important; }
      .step2second .formStepMain .formInside .widthInput .step-control1 {
        height: 35px !important; }
    .step2second .formStepMain .formInside .selectoption {
      width: 100% !important;
      height: 40px !important;
      background-position: 88% !important; }
  .step2second .formStepMain .backgroundNone {
    margin: 0 !important; }

  .salesDiv {
    margin-bottom: 0 !important; }

  .salesDiv [type=file] + label {
    height: 45px !important;
    margin-top: 9px !important;
    font-size: 15px !important;
    padding: 12px 10px !important;
    margin-left: 3px !important; }

  .appDesignSales .AppDesignHeading {
    height: auto !important;
    padding: 7px 50px !important; }
    .appDesignSales .AppDesignHeading h2 {
      font-size: 22px !important;
      text-align: center !important; }
    .appDesignSales .AppDesignHeading .app-design {
      margin-top: 11px !important; }

  .uploadMainSales .uploadMainSalesUpload .form-group {
    margin-bottom: 10px !important; }
  .uploadMainSales .uploadMainSalesUpload [type=file] + label {
    width: 73% !important;
    height: 40px !important;
    padding: 10px 20px !important;
    margin-left: 55px !important;
    font-size: 15px !important; }

  .step2second .formStepMain .step7-input {
    border-radius: 0px;
    height: 40px !important; }
  .step2second .step2buttonDiv .stepSubmit {
    font-size: 20px !important;
    height: 40px !important;
    padding: 0px 16px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important; }

  .mobilebanner {
    height: auto !important; }

  h2.videocreationh2 {
    font-size: 25px;
    line-height: 32px !important; }

  .sliderinnerdiv.videoreview {
    margin-top: 15px !important; }

  .team .intro_text h2.title {
    font-size: 20px !important;
    line-height: 30px !important; }

  .bx-wrapper img {
    max-width: 93% !important; }

  .bx-viewport .bxslider li {
    margin-right: 0 !important; }

  .text-center {
    margin-top: 20px !important; }

  .step2mainBanner .headerBlack p {
    margin-bottom: 11px !important; }
  .step2mainBanner .headerBlack span {
    display: inline-block;
    font-size: 20px !important; }
  .step2mainBanner .headerBlack .striph2 span {
    font-size: 26px !important; }

  .step2second .outerBorder {
    display: block !important;
    width: 100% !important; }
    .step2second .outerBorder .formInside {
      margin-bottom: 15px !important;
      padding: 5px 18px !important; }
      .step2second .outerBorder .formInside h2 {
        float: none !important;
        font-size: 15px !important; }
      .step2second .outerBorder .formInside .step-control {
        height: 40px !important; }
      .step2second .outerBorder .formInside .selectDivMain {
        width: 100% !important; }
      .step2second .outerBorder .formInside .selectoption {
        margin-left: 0px !important;
        width: 100% !important; }
      .step2second .outerBorder .formInside .othersDiv .othercontent {
        width: 63px !important; }
        .step2second .outerBorder .formInside .othersDiv .othercontent p {
          font-size: 15px !important;
          padding-top: 7px !important;
          padding-left: 5px !important;
          margin-right: 5px !important; }
      .step2second .outerBorder .formInside .othersDiv .othersInput {
        width: 100% !important; }
        .step2second .outerBorder .formInside .othersDiv .othersInput .step-control1 {
          height: 40px !important; }
      .step2second .outerBorder .formInside .form-group {
        margin-bottom: 10px !important; }
      .step2second .outerBorder .formInside .step7Text {
        line-height: 20px !important; }
    .step2second .outerBorder .stepHeader h1,
    .step2second .outerBorder .stepfooter h1 {
      font-size: 24px !important; }
    .step2second .outerBorder .stepHeader h2,
    .step2second .outerBorder .stepfooter h2 {
      font-size: 18px !important; }
    .step2second .outerBorder .formTopDiv {
      padding: 0px 12px !important;
      float: none !important; }
    .step2second .outerBorder .backgroundNone [type=file] + label {
      height: 38px !important;
      padding: 10px 47px !important;
      margin-top: 8px !important;
      margin-bottom: 10px !important;
      margin-left: 0 !important;
      font-size: 15px !important; }
  .step2second .step7-input {
    width: 100% !important;
    margin-left: 0 !important; }

  /*Arti end here*/ }
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .newslidermain .tms-slides {
    height: 95vh; }

  .logodesign li {
    width: 191px !important;
    margin-right: 14px !important; }

  .logo-paddingslider {
    padding: 0 35px; } }
/* custom  */
@media only screen and (min-width: 1280px) {
  .headerBan_Content {
    width: 1260px !important; } }
@media only screen and (min-width: 321px) and (max-width: 360px) {
  .logodesign li {
    width: 246px !important;
    margin-right: 10px !important;
    padding-left: 12px; }

  .logo-paddingslider {
    padding: 0 40px; } }
@media only screen and (min-width: 361px) and (max-width: 413px) {
  .logodesign li {
    width: 121px !important;
    margin-right: 10px !important; }

  .logo-paddingslider {
    padding: 0 41px; }

  .bx-wrapper .bx-controls-direction a {
    top: 37%; }

  .bx-wrapper .bx-next {
    right: -40px !important; }

  .bx-wrapper .bx-prev {
    left: -33px !important; } }
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .logodesign li {
    width: 197px !important;
    margin-right: 10px !important; }

  .bx-wrapper .bx-prev {
    left: -20px !important; }

  .bx-wrapper .bx-next {
    right: -24px !important; }

  .logo-paddingslider {
    padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .width23 {
    width: 26%;
    margin-left: 0px; }

  .width48 {
    width: 41%; }

  .imgtop {
    /*margin-top: -60px;*/ }

  .restaurantButton .rightbuttonnew {
    padding: 6px 9px;
    margin-left: 7px;
    margin-top: 0px; }

  .restaurantButton {
    width: 303px;
    height: 60px;
    font-size: 24.56px;
    margin-top: 110px;
    margin-bottom: 20px; }

  .restaurantheader {
    font-size: 32px; }

  .restaurantUl ul li {
    font-size: 13px; }

  .intro_text h1 {
    font-size: 34px !important; }

  .solutionp {
    font-size: 14px; }

  .restaurantheaderbannernew {
    height: auto; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .maininsidediv h2 {
    font-size: 26px; }

  .maininsidediv h2 {
    line-height: 26px !important; }

  .maininsidediv .maindivp {
    margin-top: 20px; }

  .fluid-width-video-wrapper iframe {
    height: 100% !important; }

  .slidersecondp {
    font-size: 11px; }

  .mobilebanner {
    height: auto;
    padding: 40px 0px; }

  .webbanner {
    height: auto;
    padding: 40px 0px; }

  .videocreationbanner {
    height: auto;
    padding: 30px 0px; }

  .videoreviewsbanner {
    height: auto;
    padding: 40px 0px; }

  .bx-wrapper .bx-viewport .bxslider1 {
    margin-left: 12px; }
    .bx-wrapper .bx-viewport .bxslider1 li {
      width: 130px !important;
      margin-right: 15px !important; }

  .step2second .formStepMain .othersDiv .othercontent {
    float: left;
    width: 10%;
    margin-right: 12px; }

  .market-service {
    background-color: transparent !important; }
    .market-service .videoCaseStudy {
      width: 100% !important; }
    .market-service .caseStudyVid {
      background: none !important;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .market-service .caseStudyVid iframe {
        position: absolute;
        top: 12px;
        left: 13px;
        width: 100%;
        height: 100%; }
    .market-service .video-text {
      width: 100% !important; } }
@media only screen and (max-width: 991px) and (max-width: 1200) {
  .width23 {
    width: 27%;
    margin-left: -25px; }

  .width48 {
    width: 41%; }

  .imgtop {
    /*margin-top: -60px;*/ }

  .restaurantheader {
    font-size: 34px; }

  .restaurantheaderbannernew {
    height: auto; }

  .fluid-width-video-wrapper iframe {
    height: 100% !important; } }
@media only screen and (min-width: 991px) and (max-width: 1400px) {
  .custombanner {
    background-position: top; } }
@media only screen and (min-width: 1024px) {
  .vc_row .newvideosecond {
    font-size: 16px !important; } }
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /*.videoCaseStudy {
      width: 100%!important;
  }
  .caseStudyVid {
      background: none!important;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0;
      iframe {
          position: absolute;
          top: 12px;
          left: 13px;
          width: 100%;
          height: 100%;
      }
  }
  .video-text {
      width: 100%!important;
  }*/ }
@media only screen and (min-width: 1366px) {
  .caseStudyVid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .caseStudyVid iframe {
      margin: 0 !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .apptext1 {
    font-size: 32px !important; }

  .apptext2 {
    font-size: 26px !important; }

  .restaurantUl .restaurantul li {
    font-size: 13px !important; }

  .imgtopcatalog {
    margin-top: 10px !important; }

  .restaurant_vid {
    padding: 0px 0px 0px 0px !important;
    background: none !important;
    height: auto !important;
    border: 5px solid #000 !important;
    border-radius: 5px !important; }

  .cataloguebanner {
    height: auto !important; }

  #progress li {
    font-size: 16px !important; } }
/*start of logodesign css*/
.custombanner {
  background: #101010 url(../images/customlogobanner.jpg) no-repeat center top !important;
  height: 629px;
  /* background-size: cover; */
  padding: 35px 0px;
  background-position: right top; }

.custominsidediv {
  padding-left: 15px; }

.bannerh3 {
  color: #fff;
  font-size: 34px;
  padding-top: 15px;
  margin: 0px; }

.bannerh2 {
  color: #fff;
  font-size: 48px;
  margin: 0px;
  font-family: 'Raleway-Black'; }

.bannerh4 {
  color: #fff21d;
  font-size: 34px;
  font-family: 'Raleway-Bold';
  padding-top: 10px;
  margin-bottom: 10px; }

.checkp p {
  font-size: 18px;
  color: #fff;
  font-family: 'Raleway-Medium';
  line-height: 26px;
  margin: 0px; }

.startedbutton {
  margin-top: 10px; }

.btnStarted {
  font-family: 'Raleway-Bold';
  background-color: #4798c0;
  width: 278px;
  height: 54px;
  font-size: 24px;
  border-color: #4798c0; }

.btnStarted:hover, .btnStarted:focus {
  background-color: #4798c0;
  border-color: #4798c0; }

.btnStarted .rightbutton {
  float: left;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #4798c0;
  border-radius: 50px;
  margin-top: 1px;
  padding: 1px 10px;
  margin-left: 7px; }

.insidebannerlogo p {
  margin-top: 25px;
  /* margin-right: 10px; */
  margin-bottom: 0px; }

.insidebannerlogo p span {
  margin-right: 10px; }

.bottomplogo {
  font-size: 16px;
  font-family: 'Raleway-Medium';
  color: #fff;
  margin-top: 10px !important; }

.custombanner2 {
  background-image: url("../images/customlogobanner1.jpg") !important;
  height: 203px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0px; }

.fivelogoinside {
  text-align: center;
  margin-top: 10px; }

.fivelogoinside p {
  font-family: 'Raleway-SemiBold';
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px; }

.width20 {
  width: 18%; }

.slidersection {
  background-color: #ebebeb;
  padding: 30px 0px 40px 0px; }

.sliderh2 {
  font-size: 42px;
  color: #000;
  font-family: 'Raleway-SemiBold';
  text-align: center;
  padding-bottom: 0px; }

.carousel-control.left1 {
  background: #adadad;
  margin-left: -38px; }

.carousel-control.right1 {
  background: #adadad;
  margin-right: -38px; }

.carousel-control1 {
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50px;
  top: 40%;
  opacity: 1; }

.fonticon {
  font-size: 18px; }

.fonticon i {
  padding-top: 5px; }

.newtitle {
  font-size: 35px !important;
  color: #000 !important; }

.pricingspan {
  font-weight: bold; }

.newpricingh3 {
  font-family: 'Raleway-Bold';
  font-size: 18px !important;
  color: #000; }

.newpricingh4 {
  font-family: 'Raleway-Bold';
  font-size: 25px !important;
  color: #27ae60; }

.ulcontentli li {
  color: #616161 !important;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  display: flex;
  align-items: center;
  justify-content: center; }

.ulspanli {
  font-family: 'Raleway-Bold';
  /*color: #39393a !important;
  padding-right: 3px;*/ }

.newpricingh31 {
  font-family: 'Raleway-Bold';
  font-size: 18px !important;
  color: #fff; }

.newheading h2 {
  font-size: 14px;
  font-family: 'Raleway-Bold';
  padding: 13px 0px;
  background-color: #c7c7c7;
  margin: 0px;
  color: #000000; }

.margintop61 {
  margin-top: 61px; }

.paddingleftright {
  padding-left: 7px;
  padding-right: 7px; }

.flex-container {
  padding: 0;
  margin: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around; }

.flex-item {
  /* background: tomato;*/
  /*padding: 5px;*/
  /*width: 200px;*/
  height: 150px;
  /*  margin-top: 10px;*/
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  margin: 0 !important; }

.boxshadownone1 {
  box-shadow: inherit !important;
  border: 3px solid #ff0000;
  border-top: none; }

.logodesignnew {
  padding: 0px !important; }

/*end of customlogo design css*/
.bx-wrapper .bx-pager {
  display: none; }

.bxslider1 li {
  width: 147px !important;
  margin-right: 21px !important; }

.bx-wrapper {
  max-width: 1029px !important; }

.bx-wrapper .bx-next {
  right: -25px !important; }

.bx-wrapper .bx-prev {
  left: -21px !important; }

/*logo new pricing 12*/
.newborderlogo {
  background-color: #bf973c !important;
  border-top: 1px solid #e7e8ec;
  padding: 15px 15px !important; }

.logonewpricingh3 {
  background-color: transparent !important;
  border: none !important;
  font-size: 34px !important;
  color: #fff !important;
  padding: 0px 15px !important;
  font-family: 'Raleway-Bold'; }

.logoh4update {
  font-size: 32px !important;
  color: #fff !important;
  font-family: 'Raleway-Bold'; }

.backgroundSilver {
  background-color: #cbcbcb !important;
  padding: 15px 15px !important; }

.marginlogo {
  margin-top: 20px !important; }

.goldbackground {
  background-color: #edbe00 !important;
  padding: 15px 15px !important; }

.logobuttonselect {
  font-family: 'Raleway-Bold';
  background-color: #ff910f !important;
  width: auto;
  height: 60px;
  font-size: 30px !important;
  border-color: #ff910f !important; }
  .logobuttonselect:hover {
    color: #fff !important; }
  .logobuttonselect .logoiconright {
    float: left;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #ff910f;
    border-radius: 50px;
    margin-top: 4px;
    padding: 2px 7px;
    margin-left: 7px;
    margin-right: 10px; }

.borderbuttonlogo {
  border-right: 2px solid #dad7d7 !important;
  border-left: 2px solid #dad7d7 !important;
  border-bottom: 2px solid #dad7d7 !important; }

.logonewheading {
  text-align: center;
  text-align: center;
  border: 3px solid #ff0000;
  padding: 15px 15px;
  border-bottom: none; }
  .logonewheading h2 {
    font-size: 26px;
    color: #ff0000;
    font-family: 'Raleway-Bold'; }

.margin0 {
  margin-top: 0px !important; }

.mostpopularHeading {
  width: 100%;
  position: relative;
  margin-left: -1px;
  border-bottom: 0px;
  margin-left: -1px !important; }

.bestvalue {
  padding: 15px 15px;
  text-align: center; }
  .bestvalue h2 {
    font-family: 'Raleway-Bold';
    font-size: 26px;
    color: #ff0000;
    font-family: 'Raleway-Bold'; }
    .bestvalue h2 span {
      font-size: 36px; }

.bronzeh4 {
  font-size: 32px !important;
  color: #fff !important;
  font-family: 'Raleway-Bold';
  text-transform: uppercase; }
  .bronzeh4 span {
    font-size: 22px !important; }
  .bronzeh4 .dollarfont {
    font-size: 40px !important; }

.getquate {
  background-color: #575757 !important;
  padding: 40px 0px !important; }

.newvideosecond {
  font-size: 22px !important;
  color: #fff !important;
  font-family: 'Raleway-Bold' !important; }

/*end of logo new pricing 12*/
/* pawan */
.borderleftright {
  border-left: 3px solid #d8d6d8 !important;
  border-right: 3px solid #d8d6d8 !important; }

h3.newpricingh3.starter.red-border {
  border: 0px; }

.starter-border {
  border-left: 3px solid #d8d6d8 !important;
  border-right: 3px solid #d8d6d8 !important;
  border-top: 3px solid #d8d6d8 !important; }

.starter-border2 {
  border-top: 3px solid #d8d6d8 !important; }

.starter-border4 {
  border-right: 3px solid #d8d6d8 !important;
  border-top: 3px solid #d8d6d8 !important; }

.thirdborder {
  border: 3px solid #e70205 !important;
  margin-top: -73px !important; }

.starter {
  font-size: 32px !important;
  color: #fffeff !important;
  background-color: #585658 !important;
  padding: 15px 0px !important; }
  .starter .newpricingh-package {
    font-size: 22px !important;
    color: #fffeff !important;
    margin: 0px; }
  .starter .newpricingh-price {
    font-size: 32px !important;
    color: #fffeff !important;
    margin: 0px; }
  .starter .plus-price {
    font-size: 18px !important;
    color: #fffeff !important; }

.wt_section_area .intro_text .spacing-bottom {
  margin-bottom: 100px; }

.logobuttonselect {
  font-family: 'Raleway-Bold';
  background-color: #ff910f !important;
  width: auto;
  height: 60px;
  font-size: 30px !important;
  border-color: #ff910f !important; }
  .logobuttonselect:hover {
    color: #ffffff !important; }
  .logobuttonselect .logoiconright {
    float: left;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #ff910f;
    border-radius: 50px;
    margin-top: 4px;
    padding: 2px 7px;
    margin-left: 7px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }

.btnborderdiv1 {
  border-left: 3px solid #d8d6d8 !important;
  border-right: 3px solid #d8d6d8 !important;
  border-bottom: 3px solid #d8d6d8 !important; }

.btnborder-bottom {
  border-bottom: 3px solid #d8d6d8 !important; }

.btnlatborder {
  border-right: 3px solid #d8d6d8 !important;
  border-bottom: 3px solid #d8d6d8 !important; }

.changebackground-mostpopular {
  background-color: #ffffff !important;
  color: #e70205 !important;
  font-size: 24px !important;
  padding: 25px 0px !important;
  font-family: 'Raleway-Bold'; }

/*end pawan css*/
/*start of pramod restaurantNew css*/
.restaurantheaderbannernew {
  /* background: rgba(0, 0, 0, 0.83) url(../images/restaurant_ban.jpg) no-repeat center top;*/
  background: rgba(0, 0, 0, 0.83);
  height: auto; }

.headerBannermobileApp {
  text-align: center; }

.restaurantheader {
  color: #fff;
  font-size: 42px;
  font-family: 'Raleway-Regular';
  padding-top: 30px;
  margin-top: 0px; }

.mobileblack {
  font-family: 'Raleway-Black'; }

.headerprice {
  font-family: 'Raleway-Black';
  color: #ff9500; }

.imgtop {
  margin-top: 22px; }

.restaurantButton {
  font-family: 'Raleway-Bold';
  background-color: #ff910f;
  width: 390px;
  height: 70px;
  font-size: 31.56px;
  border-color: #ff910f;
  margin-top: 50px; }

.restaurantButton:hover, .restaurantButton:focus {
  background-color: #ff910f;
  border-color: #ff910f; }

.restaurantButton .rightbuttonnew {
  float: left;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #ff910f;
  border-radius: 50px;
  margin-top: 4px;
  padding: 2px 7px;
  margin-left: 7px; }

.bannerbutton1 {
  margin-left: -250px;
  display: inline-block; }

.restauranttopnew {
  background-color: #ebebeb; }

.ionich2 {
  color: #fe4a49 !important;
  font-size: 46px;
  font-family: 'Raleway-Bold';
  padding-top: 20px; }

.solutionp {
  font-size: 17px;
  font-family: 'Raleway-Medium';
  color: #e5e5e5; }

.restaurantcase {
  margin-top: 35px;
  padding: 15px; }

.ionicsapnh2 {
  font-family: 'Raleway-Regular'; }

.width33 {
  width: 33%; }

.width23 {
  width: 23%;
  margin-left: -50px; }

.width48 {
  width: 48%; }

.restaurantUl {
  text-align: left;
  margin-top: 35px;
  color: #000; }

.restaurantUl ul {
  margin-left: 0px;
  padding-left: 0px; }

.restaurantUl ul li {
  list-style: none;
  font-family: 'Raleway-Regular';
  font-size: 16px;
  color: #fff; }

.restaurantUl ul li i {
  color: #919191; }

.plentynew h3 {
  font-size: 24px;
  color: #000;
  font-family: 'Raleway-Regular';
  margin-bottom: 10px; }

.plentynew h3 span {
  font-family: 'Raleway-bold'; }

.restaurantdescription {
  color: #000;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  line-height: 28px; }

.restaurant30 {
  margin-top: 20px; }

.restaurantborder {
  border-bottom: 1px solid #cccccc; }

.colorDescAppContnew {
  padding-bottom: 40px; }

.restaurantdescription span {
  font-family: 'Raleway-bold'; }

.restaurant_vid {
  padding: 38px 18px 56px 18px;
  width: 100%;
  text-align: center;
  float: left;
  background: url(..images/VideoFrame.png) no-repeat center center;
  position: relative;
  overflow: hidden;
  height: 387px; }

/*.restaurant_frame {
    position: absolute;
    width: 93% !important;
    margin: 25px 17px;
    height: 83.20% !important;
}*/
.marginTop20px {
  margin-top: 20px !important; }

/*end od pramod restaurantNew css*/
.f67 {
  font-size: 52px !important; }

.f46 {
  font-size: 42px !important; }

.f79 {
  font-size: 79px !important; }

.f56 {
  font-size: 56px !important; }

.margin_bottom_zero {
  margin-bottom: 0px; }

h3.restaurantheader.text-left.f46 {
  margin: 0px;
  padding: 0px; }

.headerBannermobileApp_priseBox {
  float: left;
  width: 65%;
  margin-top: 5.50%;
  text-align: left; }

.yellowColor {
  color: #ff9500 !important; }

.headerBannermobileApp_priseBox h2 {
  margin: 0px;
  padding: 0px; }

.headerBannermobileApp_priseBox h3 {
  margin: 0px;
  padding: 0px; }

span.rightbuttonnew_app {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px; }

.flexClass {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 15px; }

.buttonDiv.topButtonSpacing {
  float: left;
  width: 100%;
  margin-top: 0px; }

span.deviceIcon {
  float: left;
  margin-top: 45px; }

.bannerBg {
  position: relative;
  width: 100%;
  text-align: center; }

.bannerBg img.img-responsive {
  display: inline-block;
  text-align: center;
  margin: 0 auto; }

.bannerContent_div {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100; }

.appleIcon img {
  height: 70px;
  margin-top: 3px !important;
  display: inline-block; }

.resto_sunTxt {
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
  margin-top: 14px; }

.resto_sunTxt h3 {
  color: #fff;
  margin: 0px;
  line-height: 30px;
  padding: 0px; }

/* mobileapp1 css */
.restaurantul li {
  list-style: none;
  font-family: 'Raleway-Regular';
  font-size: 15px !important;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding-right: 10px; }
.restaurantul i {
  color: #fff !important;
  background-color: #456280;
  padding: 7px 4px;
  margin-right: 5px; }

.widthInitial {
  width: initial !important; }

.restaurantheaderbannernew1 {
  background: rgba(0, 0, 0, 0.83) url(../images/mobileAppBannerNew1.jpg) no-repeat center center;
  height: 656px; }

.apptext1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0px; }

.apptext2 {
  font-size: 28px;
  color: #fff;
  font-family: 'Raleway-regular';
  margin-bottom: 18px;
  margin-top: 0px; }

.restaurantpadding {
  padding-left: 0px;
  padding-right: 0px; }

.appmargintop {
  margin-top: 35px !important; }

.appmargintop1 {
  margin-top: 32px !important; }

.restaurant_vid {
  padding: 38px 18px 56px 18px;
  width: 100%;
  text-align: center;
  float: left;
  background: url(../images/VideoFrame.png) no-repeat center center !important;
  /*background: url(/public/frontassets/images/VideoFrame.png) no-repeat center center !important;*/
  position: relative;
  overflow: hidden;
  height: 387px; }

.restaurant_frame {
  position: absolute;
  width: 93% !important;
  margin: 25px 17px;
  height: 83.20% !important; }

.marginTop20px {
  margin-top: 20px !important; }

.mobilenewborder {
  background-color: #cbcbcb !important;
  padding: 15px 15px !important; }

.backgroundGoldnew {
  background-color: #edbe00 !important;
  padding: 15px 15px !important; }

/*end mobileapp1 css */
/*--registraion form by ananta--*/
.buttonDiv {
  text-align: center; }

.registrationbutton {
  background: #4568ad;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#62adcb, #4568ad);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#62adcb, #4568ad);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#62adcb, #4568ad);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#62adcb, #4568ad);
  /* Standard syntax */
  height: 60px;
  font-size: 20px;
  padding: 0px 20px;
  /*width: 210px;*/
  margin-top: 30px;
  border-color: #234e7c;
  border: 2px solid #234e7c;
  float: left; }

.registrationbutton:hover {
  border-color: #234e7c; }

.registrationbutton:focus {
  background-color: #5b9dc4; }

.business {
  float: left;
  width: 100%;
  background: #fff;
  /* height: 800px; */
  position: relative; }

.registrationControl {
  border-radius: 0px;
  background-color: #fff !important;
  border: 1px solid #b7b7b7; }

.registrationMain {
  position: relative;
  background-color: #fff;
  top: 0px;
  margin-top: 82px;
  z-index: 10;
  padding: 10px;
  margin-bottom: 0px; }

.tell_us_block.float-left h3 {
  color: #333; }

.registration h1, h3, h4 {
  color: initial; }

.creditcardlogo {
  margin-left: 10px;
  height: 23px;
  -moz-box-shadow: 3px 3px 5px #555;
  -webkit-box-shadow: 3px 3px 5px #555;
  box-shadow: 3px 3px 5px #555;
  margin-bottom: 20px; }

.btn-apply-coupon {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #30AFF7;
  background-image: -moz-linear-gradient(center top, #63CCFF 0px, #22AEFF 40%, #0495EE 100%);
  background-position: 50% center;
  border-color: #BBE9FF #58BBF7 #3AABF0 #54C0FF;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 1px #0087DB, 1px 1px 0.5px 1px rgba(60, 163, 227, 0.3);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  overflow: visible;
  margin-left: 5px;
  padding: 4px 10px;
  vertical-align: middle;
  width: auto; }

.form-classes {
  font-family: 'sans-serif';
  background: #fff repeat-x 0 0;
  border: 1px solid #a9a8a8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #314444;
  padding: 5px;
  line-height: 15px;
  margin: 0;
  width: 100%;
  height: 20px;
  font-size: 13px;
  font-family: sans-serif; }

.width-50percent {
  width: 48.5%; }

.custom-float-left {
  float: left; }

ul.authorize li {
  list-style: none;
  display: inline-block;
  padding: 15px 12px;
  /* margin-top: -20px; */ }

.fulldiv {
  width: 100%;
  display: block;
  float: left; }

.ratebox {
  width: 85%;
  margin: 0 auto;
  background-color: #EFEFEF;
  color: #333;
  padding: 5px;
  margin-top: 25px;
  height: 85px;
  margin-bottom: 25px; }

.white-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin-bottom: 10px; }

.leftblock-rate {
  float: left;
  display: inline-block;
  padding: 5px 0px 10px; }

.rightblock-rate {
  float: right;
  display: inline-block;
  padding-right: 10px; }

p.bookingdateinfo {
  margin-bottom: 0px;
  margin-top: 5px; }

.new-hotel-title.margin-bottom10.margin-top10 {
  margin: 10px 0px; }

.ratebox {
  width: 100%;
  margin: 0 auto;
  background-color: #EFEFEF;
  color: #333;
  padding: 5px;
  margin: 25px 0px;
  height: 85px; }

.about_line_three {
  /*margin: 0 -15px;*/
  padding: 10px;
  background-color: #e5ead3; }

.about_line_one {
  margin: 10px; }

h4.contactDetail.railwayRegular {
  margin-bottom: 15px; }

.contactDetail {
  font-size: 18px;
  background-color: #dbdbdb;
  color: #2c2c2c;
  padding: 10px;
  margin-bottom: 0px;
  /* clear: both; */ }

.submitbtnfont {
  font-size: 18px !important; }

.validation_error {
  color: red; }

p.charged {
  text-align: right;
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-top: -20px; }

.FormBox_Bg {
  background-color: #f4f4f4;
  float: left;
  width: 100%;
  padding: 15px 0px; }

.summery_Img_box {
  background: #fff;
  padding: 0px;
  margin: 0px; }

.summery_Img_box h3 {
  padding: 10px 16%;
  font-size: 20px;
  font-family: 'Raleway-Medium'; }

.stepbox {
  width: 100%;
  float: left;
  margin: 10px 0px 20px;
  padding-left: 5%;
  box-sizing: border-box; }

.steps_count {
  display: inline-block;
  padding: 5px 0px;
  cursor: pointer; }

.stepLabel {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0px;
  text-align: center; }

.stepCircle {
  width: 50px;
  height: 50px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  font-size: 20px;
  align-items: center;
  font-weight: bold;
  color: #000;
  background: #fff;
  border: 1px solid #6f9eca;
  justify-content: center;
  margin: 0 auto; }

.stepCircle.active {
  background: #a6c1dd; }

.stepBox-dash {
  width: 20%;
  display: inline-block; }

.stepDash_border {
  width: 100%;
  height: 2px;
  background: #6f9eca;
  margin-bottom: 4px;
  margin: 4px auto; }

.steps_count.second-Step {
  position: relative;
  margin-left: -40px; }

.formRegHeading {
  color: #000;
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 15px; }

.success_bg_box {
  background: #fff;
  height: 455px; }

.businessform.formSuccess_box {
  padding: 15px 0px; }

.businessform.formSuccess_box h3 {
  font-size: 18px;
  margin: 0px 0 10px;
  line-height: 28px;
  padding: 0px 25% 0px 0px;
  color: #000;
  font-family: 'Raleway-Medium'; }

.registartionlabel {
  font-size: 16px;
  color: #9e9e9e; }

.marginBtm35 {
  margin-bottom: 35px !important; }

.padding-top35 {
  padding-top: 35px !important; }

.step3P {
  margin-top: 0px !important; }

.backgroundrelative {
  position: relative; }

/*start of video reviewnew css*/
.videorivewnewbanner {
  background-color: #5794c1;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  -ms-flex-direction: column; }

.mainnewvideo {
  /*padding-left: 10px;*/ }

.videonewh2 {
  font-size: 32px;
  color: #fff;
  font-family: 'Raleway-Regular';
  margin-bottom: 0px; }

.videonewh3 {
  font-family: 'Raleway-Bold';
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px; }

.videnewriviewp {
  font-size: 19px;
  color: #fff;
  font-family: 'Raleway-Regular'; }

.slidersecondpnew {
  float: left;
  background-color: #304287;
  color: #fff;
  padding: 0px 0px;
  display: inline-flex;
  padding-right: 20px;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 22px !important;
  align-items: center;
  justify-content: center; }

.newrightimage {
  background-color: #fff;
  padding: 10px 10px;
  margin-right: 10px;
  float: left; }

.newrightimage img {
  width: 17px !important;
  height: 17px !important;
  top: 0px !important;
  left: 0px !important;
  display: inline-block; }

.videodivnew {
  border: 10px solid #4468ac;
  border-radius: 10px;
  margin-top: 7px;
  position: relative; }

span.rightbuttonnew {
  line-height: 22px; }

.vidReviewTopTtl {
  margin: 0px 0px 15px; }

.vidReviewTopTtl h2 {
  text-align: center;
  font-size: 44px;
  text-shadow: 1px 1px 0px #333; }

.startedbuttonnew {
  margin-top: 10px; }

.startedbuttonnew a {
  font-family: 'Raleway-Bold';
  background-color: #ff910f;
  width: 336px;
  height: 70px;
  font-size: 31.56px;
  border-color: #ff910f; }

.startedbuttonnew a:hover {
  background-color: #ff910f; }

.startedbuttonnew a:focus {
  background-color: #ff910f; }

.startedbuttonnew button {
  font-family: 'Raleway-Bold';
  background-color: #ff910f;
  width: 336px;
  height: 70px;
  font-size: 31.56px;
  border-color: #ff910f; }

.startedbuttonnew button:hover {
  background-color: #ff910f;
  border-color: #ff910f; }

.rightbuttonnew {
  float: left;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #ff910f;
  border-radius: 50px;
  margin-top: 4px;
  padding: 2px 7px;
  margin-left: 7px; }

.reviewworks {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

.maininsidework {
  text-align: center; }

.workcontent {
  padding: 40px 20px; }

.workcontent h2 {
  font-size: 42px;
  color: #000;
  font-family: 'Arvo-Regular';
  margin-bottom: 35px; }

.newspanwork {
  font-family: 'Arvo-bold'; }

.workdesciption {
  font-size: 17px;
  color: #404040;
  font-family: 'Raleway-Regular'; }

.worksh4 {
  font-size: 21px;
  font-family: 'Raleway-bold';
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px; }

.insideworkp {
  font-size: 16px;
  color: #000;
  font-family: 'Raleway-Regular'; }

.insideworkp span {
  font-family: 'Raleway-bold'; }

.bonusvideo {
  background-color: #ebebeb;
  padding-bottom: 70px;
  padding-top: 15px !important; }

.insidebonus {
  position: relative; }

.insidebonus h1 {
  font-size: 35px;
  color: #3b3b3b;
  font-family: 'Raleway-bold'; }

.bonuscontent {
  padding-bottom: 20px; }

.insidebonusp {
  font-size: 18px;
  font-family: 'Raleway-Regular';
  color: #404040; }

.videobonus {
  border: 6px solid #4468ac;
  border-radius: 7px;
  margin-top: 10px; }

/*end of video reviewnew css*/
/*digital marketing*/
.digMarketingBoxContainer {
  display: inline-block;
  margin-top: 15px; }

.dgtMarketingImg {
  padding: 0px;
  width: 100%;
  text-align: center;
  float: left;
  background: #000; }

.dig_marketing_desc {
  display: block;
  margin: 5px 0px;
  padding-left: 15px; }

.dig_marketing_desc p {
  font-size: 16px; }

.getstartBtn {
  float: left;
  margin-top: 10px; }

.blueBtn {
  font-size: 36px;
  color: #fff;
  padding: 5px 40px;
  text-align: center;
  background: #66b6cf;
  background: -moz-linear-gradient(top, #66b6cf 0%, #4262aa 100%);
  background: -webkit-linear-gradient(top, #66b6cf 0%, #4262aa 100%);
  background: linear-gradient(to bottom, #66b6cf 0%, #4262aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b6cf', endColorstr='#4262aa',GradientType=0 );
  border: 2px solid #234e7c;
  border-radius: 10px;
  transition: all 0.3s ease 0s; }

.blueBtn:active {
  background: #66b6cf;
  background: -moz-linear-gradient(top, #66b6cf 0%, #4262aa 100%);
  background: -webkit-linear-gradient(top, #66b6cf 0%, #4262aa 100%);
  background: linear-gradient(to bottom, #66b6cf 0%, #4262aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b6cf', endColorstr='#4262aa',GradientType=0 ); }

/*web developemt*/
.webDevBox {
  background: #fff;
  display: inline-block;
  box-shadow: 1px 1px 15px #d9d9d9;
  margin-bottom: 35px;
  cursor: pointer; }
  .webDevBox .webDevBanner img {
    width: 100%; }

.webDev_Desc h3 {
  font-size: 19px;
  text-align: center;
  margin: 15px 0px 5px !important;
  padding: 0px 10px;
  color: #000;
  font-family: 'Raleway-SemiBold'; }

.webDev_Desc p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #656565 !important;
  padding: 0px 15px;
  display: inline-block;
  min-height: 80px;
  margin-bottom: 15px;
  font-family: 'Raleway-Medium'; }

.webDevPara {
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
  padding: 0px 5%; }

.webDevTtl {
  margin-bottom: 10px !important;
  font-size: 42px !important;
  margin-top: 0px;
  color: #000 !important; }

.wt_pricing_box_sc .wt_plan_price i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 14px;
  font-family: 'Raleway-Bold'; }

section#pricing {
  float: left;
  width: 100%; }

.webdevelopmentPrising {
  font-family: 'Raleway-Regular'; }

.row.videorevievrow {
  width: auto;
  margin-right: -1.2rem !important;
  margin-left: -1.2rem !important;
  margin-bottom: 6px !important; }

/*--featured week app css added below --*/
.featuredApp_week {
  background: #000000 url(../images/featureWeekApp_bg.png) no-repeat;
  width: 100%;
  height: 548px;
  z-index: 10;
  position: relative;
  /* background-size: 100%; */
  margin: 0 auto;
  background-position: top center;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  background-position: 85% 100%; }

h1.ftrApp_heading {
  color: #34b1c7;
  font-size: 53px;
  font-family: 'Raleway-ExtraBold';
  /* -webkit-text-stroke: 0px; */
  /* -webkit-text-stroke-color: #171148; */
  /* -webkit-text-stroke-width: 3px; */
  margin: 25px 0 10px 0px;
  text-align: left;
  position: relative; }

.f36 {
  font-family: 36px; }

.appweek_sub {
  color: #fff !important; }

h2.railwayBold.f36.appweek_sub {
  color: #fff !important;
  margin: 10px 0px;
  font-size: 30px !important;
  text-align: left; }

.startedbuttonnew_app a {
  font-family: 'Raleway-Bold';
  background-color: #ff910f;
  /* width: 336px; */
  /* height: 70px; */
  font-size: 31.56px;
  border-color: #ff910f; }

.startedbuttonnew_app a:hover {
  background-color: #ff910f; }

.startedbuttonnew_app a:selected {
  background-color: #ff910f; }

.startedbuttonnew_app a span {
  margin-right: 15px;
  display: inline-block; }

.startedbuttonnew_app.showMoreBtn_mobapp {
  margin: 25px 0px;
  text-align: left; }

.startedbuttonnew_app a:hover, .startedbuttonnew_app a:focus, .startedbuttonnew_app a.focus, .startedbuttonnew_app a:active, .startedbuttonnew_app.active, .open {
  background-color: #ff910f; }

h2.compltSolution_heading_app.railwaySmBold {
  color: #fff !important;
  font-size: 28px !important;
  text-align: left;
  width: 68%;
  line-height: 33px !important;
  position: relative;
  /*margin-left: -40px;*/ }

.completeSolutionList {
  float: left;
  width: 70%;
  text-align: left;
  margin-top: 0px; }

.completeSolutionList ul {
  margin: 0px;
  padding: 0px; }

.completeSolutionList ul li {
  list-style: none;
  color: #fff;
  font-family: 'Raleway-Bold';
  font-size: 18px;
  padding-left: 42px;
  line-height: 29px;
  background: url(../images/featureList_arrow.png) no-repeat left center; }

.ourProcessmobile {
  padding-top: 30px; }

/*start of video creation page css*/
.videocreationh2 {
  margin-bottom: 0px !important;
  font-weight: 300;
  line-height: 38px !important; }

.videosectionp {
  line-height: 20px !important;
  margin-bottom: 10px; }

.videocreationsecondsection {
  padding: 70px 0px;
  text-align: center; }

.creationfirstp {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px; }

.creationsecondp {
  font-size: 22px;
  width: 80%;
  margin: 0 auto;
  color: #000; }

.videoclientinsidediv {
  background-color: #5e6770;
  padding: 70px 0px;
  text-align: center; }

.clienttextp p {
  color: #fff !important;
  font-size: 30px; }

.clientspan {
  font-weight: 500; }

.videosdiv {
  position: relative; }

.iconcircle i {
  width: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  background-color: rgba(80, 120, 112, 0.82);
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  font-size: 26px;
  color: #97adaa;
  cursor: pointer; }

.wt_pricing_header h3 i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -22px; }

.second60 {
  color: #fff !important; }

#services-section-2 {
  padding-top: 80px; }

/*end of video creation page css*/
/*19 newvideocreation page css*/
.videostripnone:after {
  content: none !important; }

.boxShadowCreation {
  box-shadow: 1px -1px 24px 7px #bfb3b6;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }

.videoclientsectionnew {
  background-color: #e7e7e7;
  padding: 30px 0px; }

.socialMedia {
  padding: 30px 0px; }

.creationdiv1 {
  text-align: center;
  margin-top: 30px; }
  .creationdiv1 p {
    font-size: 28px;
    font-family: 'Raleway-Bold';
    color: #000000; }

.videocreationButton {
  text-align: center;
  margin-top: 20px; }
  .videocreationButton button {
    font-family: 'Raleway-Bold';
    background-color: #ff910f;
    width: auto;
    height: 70px;
    font-size: 31.56px;
    border-color: #ff910f; }
    .videocreationButton button .rightbuttonnew1 {
      float: left;
      width: 35px;
      height: 35px;
      background-color: #fff;
      color: #ff910f;
      border-radius: 50px;
      margin-top: 4px;
      padding: 2px 7px;
      margin-left: 7px;
      margin-right: 15px; }
    .videocreationButton button:hover {
      background-color: #ff910f; }

.videocreationQuality {
  text-align: center;
  margin-bottom: 35px; }
  .videocreationQuality h2 {
    font-size: 45px;
    color: #000000;
    font-family: 'Raleway-Regular';
    margin-bottom: 0px; }
    .videocreationQuality h2 span {
      font-family: 'Raleway-Black'; }
    .videocreationQuality h2 .videoColor {
      color: #d30a03 !important; }

.videocreationrow {
  padding: 10px 10px;
  background-color: #fff; }

.videooverlay {
  background-color: rgba(0, 0, 0, 0.72);
  width: 100%;
  height: 100%; }

.videoOpacity {
  opacity: 1 !important; }

.vidBox_home1 {
  position: absolute;
  z-index: 100;
  top: 24px !important;
  left: 24.8% !important;
  width: 50.7% !important;
  overflow: hidden;
  height: 88.4% !important;
  cursor: pointer; }

.videoBannermain1 {
  background: #333;
  width: 100%;
  height: 460px;
  z-index: 10;
  position: relative;
  /* background-size: 100%; */
  margin: 0 auto;
  background-position: top center;
  top: 0;
  left: 0;
  overflow: hidden; }

/*end of 19 newvideocreation page css*/
.helpustitle {
  float: right; }
  .helpustitle h2 {
    font-size: 34.11px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Raleway-bold'; }
  .helpustitle h3 {
    font-size: 23.12px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Raleway-Regular'; }

.helpusbanner .helpusinside .helpusbannerdiv {
  position: relative; }
.helpusbanner .helpusinside .bannertext {
  position: absolute;
  bottom: 20px;
  padding: 0px 100px; }
  .helpusbanner .helpusinside .bannertext h2 {
    font-size: 57px;
    color: #fff;
    font-family: 'Raleway-Black';
    margin-bottom: 10px;
    text-shadow: -5px -3px 0 #0e1d57, -2px -2px 0 #0e1d57, -5px 5px 0 #0e1d57, 4px 5px 0 #0e1d57, 4px 5px 0 #0e1d57; }
  .helpusbanner .helpusinside .bannertext h4 {
    font-family: 'Raleway-bold';
    font-size: 21px;
    color: #fff;
    margin-bottom: 0px; }

.helpusformtop {
  background-color: #4d7ab5;
  padding: 30px 100px; }
  .helpusformtop h2 {
    font-size: 26px;
    color: #fff;
    font-family: 'Raleway-bold'; }
  .helpusformtop .helpusform .helupusLabel {
    font-size: 18px;
    color: #fff; }
  .helpusformtop .helpusform .help-contorl {
    height: 65px;
    border-radius: 0px;
    margin-top: 5px;
    background-color: #fff !important;
    border-color: #fff !important; }

.helpLayout {
  padding: 30px 100px; }
  .helpLayout h2 {
    font-size: 32px;
    color: #324487;
    font-family: 'Raleway-ExtraBold'; }
  .helpLayout p {
    font-family: 'Raleway-SemiBold';
    color: #000; }
  .helpLayout .notehelp {
    font-size: 24px;
    margin-top: 40px; }
  .helpLayout .guidlinehelp {
    font-size: 21px;
    margin-bottom: 5px; }

.layoutform {
  padding-left: 25px; }

.iconcheck {
  padding-bottom: 30px;
  display: flex; }

.checkeddiv {
  float: left;
  margin-top: 65px; }

.title_helpus {
  float: left;
  margin-left: 10px; }
  .title_helpus h4 {
    font-size: 21px;
    color: #000;
    font-family: 'Raleway-bold'; }

.leftimg {
  border: 1px solid #e3e3e3;
  height: 140px;
  padding-top: 10px; }

.colorselection {
  padding: 30px 100px;
  background-color: #ebebeb;
  display: inline-block; }
  .colorselection .colorinside h2 {
    color: #324487;
    font-size: 30px;
    font-family: 'Raleway-ExtraBold';
    margin-bottom: 10px; }
  .colorselection .colorinside p {
    font-size: 20px;
    color: #000000;
    font-family: 'Raleway-Medium'; }
  .colorselection .colotypetop {
    margin-top: 60px;
    padding: 0px 46px; }
  .colorselection .colotype {
    float: left;
    text-align: center;
    margin-right: 29px; }
    .colorselection .colotype p {
      margin-bottom: 10px; }
    .colorselection .colotype .colotype1 {
      width: 43px;
      height: 38px;
      display: inline-block; }
    .colorselection .colotype .colorred {
      background-color: #fe0000; }
    .colorselection .colotype .colortypep {
      font-size: 16px;
      color: #000;
      font-family: 'Raleway-Medium'; }
    .colorselection .colotype .orange {
      background-color: #ff9000; }
    .colorselection .colotype .yellow {
      background-color: #fff701; }
    .colorselection .colotype .gold {
      background-color: #ffd800; }
    .colorselection .colotype .green {
      background-color: #24dc00; }
    .colorselection .colotype .blue {
      background-color: #0024ff; }
    .colorselection .colotype .purple {
      background-color: #c001ff; }
    .colorselection .colotype .Brown {
      background-color: #905d32; }
    .colorselection .colotype .pink {
      background-color: #ffa3c0; }
    .colorselection .colotype .grey {
      background-color: #d5d5d5; }
    .colorselection .colotype .colortypep span {
      display: block; }
    .colorselection .colotype .checkboxp {
      /*width: 43px;
      height: 43px;*/ }

.fontSelection {
  padding: 30px 100px; }
  .fontSelection .colorinside h2 {
    color: #324487;
    font-size: 30px;
    font-family: 'Raleway-ExtraBold';
    margin-bottom: 10px; }
  .fontSelection .colorinside p {
    font-size: 20px;
    color: #000000;
    font-family: 'Raleway-Medium'; }
  .fontSelection .colorinside .fontp {
    font-family: 'Raleway-SemiBold';
    color: #000;
    font-size: 24px; }
  .fontSelection .fontType h2 {
    color: #000;
    font-size: 28px;
    font-family: 'Raleway-ExtraBold'; }
  .fontSelection .fontSelectionInside {
    display: flex; }
  .fontSelection .fontcheckleft {
    float: left;
    width: 43px;
    height: 43px;
    margin-top: 20px; }
  .fontSelection .fontcheckleft2 {
    float: left;
    margin-left: 10px; }
  .fontSelection .helpTopMargin {
    margin-top: 30px; }

.helppaddingleft {
  padding-left: 0px; }

.logohelp {
  padding: 30px 100px;
  background-color: #f2f2f2;
  display: table; }
  .logohelp h2 {
    font-size: 30px;
    color: #324487;
    font-family: 'Raleway-ExtraBold'; }
  .logohelp .logousagep {
    font-size: 20px;
    color: #000;
    font-family: 'Raleway-Medium'; }
  .logohelp .usagemain .usageinside {
    background-color: #fff;
    padding: 5px 21px;
    height: 180px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
  .logohelp .usagemain .logocheck {
    float: left; }
  .logohelp .usagemain .usagetexttop {
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block; }
  .logohelp .usagemain .logocheck {
    width: 43px;
    height: 43px; }
  .logohelp .usagemain .logotext {
    float: left;
    margin-left: 12px;
    margin-top: 10px; }
    .logohelp .usagemain .logotext p {
      font-size: 20px;
      color: #000;
      font-family: 'Raleway-SemiBold';
      margin-block-start: 0px; }

/*.container{
  width: 1170px;
  margin: 0 auto;
}*/
body {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important; }

#wt_page {
  /*overflow: hidden;*/ }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #logo, .wt_counter_sc .stat-count, .wt_counter_sc .wt_stat_count, .wt_counter_sc .wt_stat_detail, .wt_pie_percent, .wt_pie_unit, .wt_timeline_year span, .wt_google_font, .wt_heading_more .btn, .copyright, .wpb_accordion_header a, .wt_portfolioCategory, .wp-pagenavi a, #wt_sidebarInner > .widget:not(.widget_search):not(.widget_mc4wp_widget), .mc4wp_submit, #wt_breadcrumbs, .wt_faq_row p, .nav-previous, .nav-next, .comment_meta .comment_author, .comment_meta .btn-reply, .sortableLinks a, .wt_team_job, .wt_vcsc_style .wpb_tabs_nav > li > a, .wt_portfolio_overlay h4 a, wt_testimonial_author {
  font-family: 'Roboto'; }

#anything_slider_wrap,
#anything_slider_loading,
#anything_slider {
  height: px; }

.caption_left, .caption_right {
  height: -40px; }

#anything_slider .anything_sidebar_content {
  height: -40px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.logo_text a {
  font-size: 26px; }

#siteDescription {
  font-size: 12px; }

#nav.wt_nav_top ul li a,
#nav.wt_nav_side ul li a,
#nav.wt_nav_top .navbar-nav > li > a {
  font-size: 14px; }

#nav ul ul a,
#nav ul ul.sub-menu li a,
#nav ul ul.children li a,
#nav.wt_nav_side ul ul a,
#nav.wt_nav_side ul ul.sub-menu li a,
#nav.wt_nav_side ul ul.children li a {
  font-size: 13px; }

#wt_footerWrapper .wt_copyright {
  color: #E2E2E2 !important;
  font-size: 14px; }

#wt_footerWrapper .wt_copyright:hover {
  color: #01994d !important; }

section.privacyPolicy {
  float: left;
  width: 100%;
  margin-top: 125px; }

#wt_footer .widget,
#wt_footer p {
  font-size: 13.5px; }

#wt_footerWrapper h3.widgettitle,
#wt_footerWrapper h4.widgettitle {
  font-size: 18px; }

#wt_sidebar .widgettitle {
  font-size: 18px; }

.blogEntry {
  margin-bottom: 60px; }

.wt_social_wrap a.aim:hover, .wt_social_wrap a.aim_32:hover, .wt_social_wrap_alt a.aim, .wt_social_wrap_alt a.aim:hover, .wt_social_wrap_alt a.aim_32, .wt_social_wrap_alt a.aim_32:hover {
  background-color: #452806; }

.wt_social_wrap a.apple:hover, .wt_social_wrap a.apple_32:hover, .wt_social_wrap_alt a.apple, .wt_social_wrap_alt a.apple:hover, .wt_social_wrap_alt a.apple_32, .wt_social_wrap_alt a.apple_32:hover, .wt_social_wrap_aw a.apple:hover {
  background-color: #231f20; }

.wt_social_wrap a.behance:hover, .wt_social_wrap a.behance_32:hover, .wt_social_wrap_alt a.behance, .wt_social_wrap_alt a.behance:hover, .wt_social_wrap_alt a.behance_32, .wt_social_wrap_alt a.behance_32:hover {
  background-color: #1378fe; }

.wt_social_wrap a.blogger:hover, .wt_social_wrap a.blogger_32:hover, .wt_social_wrap_alt a.blogger, .wt_social_wrap_alt a.blogger:hover, .wt_social_wrap_alt a.blogger_32, .wt_social_wrap_alt a.blogger_32:hover {
  background-color: #fe6601; }

.wt_social_wrap a.delicious:hover, .wt_social_wrap a.delicious_32:hover, .wt_social_wrap_alt a.delicious, .wt_social_wrap_alt a.delicious:hover, .wt_social_wrap_alt a.delicious_32, .wt_social_wrap_alt a.delicious_32:hover {
  background-color: #3274d2; }

.wt_social_wrap a.deviantart:hover, .wt_social_wrap a.deviantart_32:hover, .wt_social_wrap_alt a.deviantart, .wt_social_wrap_alt a.deviantart:hover, .wt_social_wrap_alt a.deviantart_32, .wt_social_wrap_alt a.deviantart_32:hover {
  background-color: #c8da2e; }

.wt_social_wrap a.digg:hover, .wt_social_wrap a.digg_32:hover, .wt_social_wrap_alt a.digg, .wt_social_wrap_alt a.digg:hover, .wt_social_wrap_alt a.digg_32, .wt_social_wrap_alt a.digg_32:hover {
  background-color: #005f95; }

.wt_social_wrap a.dribbble:hover, .wt_social_wrap a.dribbble_32:hover, .wt_social_wrap_alt a.dribbble, .wt_social_wrap_alt a.dribbble:hover, .wt_social_wrap_alt a.dribbble_32, .wt_social_wrap_alt a.dribbble_32:hover, .wt_social_wrap_aw a.dribbble:hover {
  background-color: #ea4b8b; }

.wt_social_wrap a.email:hover, .wt_social_wrap a.email_32:hover, .wt_social_wrap_alt a.email, .wt_social_wrap_alt a.email:hover, .wt_social_wrap_alt a.email_32, .wt_social_wrap_alt a.email_32:hover {
  background-color: #262626; }

.wt_social_wrap a.ember:hover, .wt_social_wrap a.ember_32:hover, .wt_social_wrap_alt a.ember, .wt_social_wrap_alt a.ember:hover, .wt_social_wrap_alt a.ember_32, .wt_social_wrap_alt a.ember_32:hover {
  background-color: #e11a3b; }

.wt_social_wrap a.facebook:hover, .wt_social_wrap a.facebook_32:hover, .wt_social_wrap_alt a.facebook, .wt_social_wrap_alt a.facebook:hover, .wt_social_wrap_alt a.facebook_32, .wt_social_wrap_alt a.facebook_32:hover, .wt_social_wrap_aw a.facebook:hover {
  background-color: #3C5A9A; }

.wt_social_wrap a.flickr:hover, .wt_social_wrap a.flickr_32:hover, .wt_social_wrap_alt a.flickr, .wt_social_wrap_alt a.flickr:hover, .wt_social_wrap_alt a.flickr_32, .wt_social_wrap_alt a.flickr_32:hover, .wt_social_wrap_aw a.flickr:hover {
  background-color: #0062dd; }

.wt_social_wrap a.forrst:hover, .wt_social_wrap a.forrst_32:hover, .wt_social_wrap_alt a.forrst, .wt_social_wrap_alt a.forrst:hover, .wt_social_wrap_alt a.forrst_32, .social_wrap_alt a.forrst_32:hover {
  background-color: #166021; }

.wt_social_wrap a.google:hover, .wt_social_wrap a.google_32:hover, .wt_social_wrap_alt a.google, .wt_social_wrap_alt a.google:hover, .wt_social_wrap_alt a.google_32, .wt_social_wrap_alt a.google_32:hover, .wt_social_wrap_aw a.google:hover {
  background-color: #4a7af6; }

.wt_social_wrap a.googleplus:hover, .wt_social_wrap a.googleplus_32:hover, .wt_social_wrap_alt a.googleplus, .wt_social_wrap_alt a.googleplus:hover, .wt_social_wrap_alt a.googleplus_32, .wt_social_wrap_alt a.googleplus_32:hover, .wt_social_wrap_aw a.google-plus:hover {
  background-color: #da2713; }

.wt_social_wrap a.html5:hover, .wt_social_wrap a.html5_32:hover, .wt_social_wrap_alt a.html5, .wt_social_wrap_alt a.html5:hover, .wt_social_wrap_alt a.html5_32, .wt_social_wrap_alt a.html5_32:hover {
  background-color: #e54d26; }

.wt_social_wrap a.lastfm:hover, .wt_social_wrap a.lastfm_32:hover, .wt_social_wrap_alt a.lastfm, .wt_social_wrap_alt a.lastfm:hover, .wt_social_wrap_alt a.lastfm_32, .wt_social_wrap_alt a.lastfm_32:hover {
  background-color: #c30d19; }

.wt_social_wrap a.linkedin:hover, .wt_social_wrap a.linkedin_32:hover, .wt_social_wrap_alt a.linkedin, .wt_social_wrap_alt a.linkedin:hover, .wt_social_wrap_alt a.linkedin_32, .wt_social_wrap_alt a.linkedin_32:hover, .wt_wt_social_wrap_aw a.linkedin:hover {
  background-color: #006599; }

.wt_social_wrap a.metacafe:hover, .wt_social_wrap a.metacafe_32:hover, .wt_social_wrap_alt a.metacafe, .wt_social_wrap_alt a.metacafe:hover, .wt_social_wrap_alt a.metacafe_32, .wt_social_wrap_alt a.metacafe_32:hover {
  background-color: #f88326; }

.wt_social_wrap a.netvibes:hover, .wt_social_wrap a.netvibes_32:hover, .wt_social_wrap_alt a.netvibes, .wt_social_wrap_alt a.netvibes:hover, .wt_social_wrap_alt a.netvibes_32, .wt_social_wrap_alt a.netvibes_32:hover {
  background-color: #15ae15; }

.wt_social_wrap a.paypal:hover, .wt_social_wrap a.paypal_32:hover, .wt_social_wrap_alt a.paypal, .wt_social_wrap_alt a.paypal:hover, .wt_social_wrap_alt a.paypal_32, .wt_social_wrap_alt a.paypal_32:hover {
  background-color: #2c5f8c; }

.wt_social_wrap a.picasa:hover, .wt_social_wrap a.picasa_32:hover, .wt_social_wrap_alt a.picasa, .wt_social_wrap_alt a.picasa:hover, .wt_social_wrap_alt a.picasa_32, .wt_social_wrap_alt a.picasa_32:hover {
  background-color: #b163c9; }

.wt_social_wrap a.pinterest:hover, .wt_social_wrap a.pinterest_32:hover, .wt_social_wrap_alt a.pinterest, .wt_social_wrap_alt a.pinterest:hover, .wt_social_wrap_alt a.pinterest_32, .wt_social_wrap_alt a.pinterest_32:hover, .wt_social_wrap_aw a.pinterest:hover {
  background-color: #cb2028; }

.wt_social_wrap a.reddit:hover, .wt_social_wrap a.reddit_32:hover, .wt_social_wrap_alt a.reddit, .wt_social_wrap_alt a.reddit:hover, .wt_social_wrap_alt a.reddit_32, .wt_social_wrap_alt a.reddit_32:hover {
  background-color: #6bbffb; }

.wt_social_wrap a.rss:hover, .wt_social_wrap a.rss_32:hover, .wt_social_wrap_alt a.rss, .wt_social_wrap_alt a.rss:hover, .wt_social_wrap_alt a.rss_32, .wt_social_wrap_alt a.rss_32:hover, .wt_social_wrap_aw a.rss:hover {
  background-color: #ff6600; }

.wt_social_wrap a.skype:hover, .wt_social_wrap a.skype_32:hover, .wt_social_wrap_alt a.skype, .wt_social_wrap_alt a.skype:hover, .wt_social_wrap_alt a.skype_32, .wt_social_wrap_alt a.skype_32:hover, .wt_social_wrap_aw a.skype:hover {
  background-color: #00aff0; }

.wt_social_wrap a.stumbleupon:hover, .wt_social_wrap a.stumbleupon_32:hover, .wt_social_wrap_alt a.stumbleupon, .wt_social_wrap_alt a.stumbleupon:hover, .wt_social_wrap_alt a.stumbleupon_32, .wt_social_wrap_alt a.stumbleupon_32:hover {
  background-color: #ea4b24; }

.wt_social_wrap a.technorati:hover, .wt_social_wrap a.technorati_32:hover, .wt_social_wrap_alt a.technorati, .wt_social_wrap_alt a.technorati:hover, .wt_social_wrap_alt a.technorati_32, .wt_social_wrap_alt a.technorati_32:hover {
  background-color: #00c400; }

.wt_social_wrap a.tumblr:hover, .wt_social_wrap a.tumblr_32:hover, .wt_social_wrap_alt a.tumblr, .wt_social_wrap_alt a.tumblr:hover, .wt_social_wrap_alt a.tumblr_32, .wt_social_wrap_alt a.tumblr_32:hover, .wt_wt_social_wrap_aw a.tumblr:hover {
  background-color: #2c4661; }

.wt_social_wrap a.twitter:hover, .wt_social_wrap a.twitter_32:hover, .wt_social_wrap_alt a.twitter, .wt_social_wrap_alt a.twitter:hover, .wt_social_wrap_alt a.twitter_32, .wt_social_wrap_alt a.twitter_32:hover, .wt_wt_social_wrap_aw a.twitter:hover {
  background-color: #00acee; }

.wt_social_wrap a.vimeo:hover, .wt_social_wrap a.vimeo_32:hover, .wt_social_wrap_alt a.vimeo, .wt_social_wrap_alt a.vimeo:hover, .wt_social_wrap_alt a.vimeo_32, .wt_social_wrap_alt a.vimeo_32:hover {
  background-color: #17aacc; }

.wt_social_wrap a.wordpress:hover, .wt_social_wrap a.wordpress_32:hover, .wt_social_wrap_alt a.wordpress, .wt_social_wrap_alt a.wordpress:hover, .wt_social_wrap_alt a.wordpress_32, .wt_social_wrap_alt a.wordpress_32:hover {
  background-color: #207499; }

.wt_social_wrap a.yahoo:hover, .wt_social_wrap a.yahoo_32:hover, .wt_social_wrap_alt a.yahoo, .wt_social_wrap_alt a.yahoo:hover, .wt_social_wrap_alt a.yahoo_32, .swt_ocial_wrap_alt a.yahoo_32:hover {
  background-color: #65106b; }

.wt_social_wrap a.yelp:hover, .wt_social_wrap a.yelp_32:hover, .wt_social_wrap_alt a.yelp, .wt_social_wrap_alt a.yelp:hover, .wt_social_wrap_alt a.yelp_32, .wt_social_wrap_alt a.yelp_32:hover {
  background-color: #c51102; }

.wt_social_wrap a.youtube:hover, .wt_social_wrap a.youtube_32:hover, .wt_social_wrap_alt a.youtube, .wt_social_wrap_alt a.youtube:hover, .wt_social_wrap_alt a.youtube_32, .wt_social_wrap_alt a.youtube_32:hover, .wt_social_wrap_aw a.youtube:hover {
  background-color: #d20200; }

.wt_social_wrap_fa a.apple:hover {
  border-color: #231f20; }

.wt_social_wrap_fa a.apple:hover i {
  color: #231f20; }

.wt_social_wrap_fa a.dribbble:hover {
  border-color: #ea4b8b; }

.wt_social_wrap_fa a.dribbble:hover i {
  color: #ea4b8b; }

.wt_social_wrap_fa a.dropbox:hover {
  border-color: #007ee5; }

.wt_social_wrap_fa a.dropbox:hover i {
  color: #007ee5; }

.wt_social_wrap_fa a.facebook:hover {
  border-color: #3C5A9A; }

.wt_social_wrap_fa a.facebook:hover i {
  color: #3C5A9A; }

.wt_social_wrap_fa a.flickr:hover {
  border-color: #0062dd; }

.wt_social_wrap_fa a.flickr:hover i {
  color: #0062dd; }

.wt_social_wrap_fa a.github:hover {
  border-color: #569e3d; }

.wt_social_wrap_fa a.github:hover i {
  color: #569e3d; }

.wt_social_wrap_fa a.google-plus:hover {
  border-color: #da2713; }

.wt_social_wrap_fa a.google-plus:hover i {
  color: #da2713; }

.wt_social_wrap_fa a.html5:hover {
  border-color: #e54d26; }

.wt_social_wrap_fa a.html5:hover i {
  color: #e54d26; }

.wt_social_wrap_fa a.instagram:hover {
  border-color: #517fa4; }

.wt_social_wrap_fa a.instagram:hover i {
  color: #517fa4; }

.wt_social_wrap_fa a.linkedin:hover {
  border-color: #006599; }

.wt_social_wrap_fa a.linkedin:hover i {
  color: #006599; }

.wt_social_wrap_fa a.pinterest:hover {
  border-color: #cb2028; }

.wt_social_wrap_fa a.pinterest:hover i {
  color: #cb2028; }

.wt_social_wrap_fa a.rss:hover {
  border-color: #ff6600; }

.wt_social_wrap_fa a.rss:hover i {
  color: #ff6600; }

.wt_social_wrap_fa a.skype:hover {
  border-color: #00aff0; }

.wt_social_wrap_fa a.skype:hover i {
  color: #00aff0; }

.wt_social_wrap_fa a.tumblr:hover {
  border-color: #2c4661; }

.wt_social_wrap_fa a.tumblr:hover i {
  color: #2c4661; }

.wt_social_wrap_fa a.twitter:hover {
  border-color: #00acee; }

.wt_social_wrap_fa a.twitter:hover i {
  color: #00acee; }

.wt_social_wrap_fa a.vimeo-square:hover {
  border-color: #17aacc; }

.wt_social_wrap_fa a.vimeo-square:hover i {
  color: #17aacc; }

.wt_social_wrap_fa a.youtube:hover {
  border-color: #d20200; }

.wt_social_wrap_fa a.youtube:hover i {
  color: #d20200; }

/* ----------------- Custom css ----------------- */
.rev_slider .customin img {
  vertical-align: text-top; }

/*skin2 end*/
/*wt_visual css added below*/
div .vc_box_rounded {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }

div .vc_box_outline,
div .vc_box_outline_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb; }

div .vc_box_border,
div .vc_box_border_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none; }

div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }

div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px; }

div .vc_box_shadow_3d {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px; }

div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden; }

div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }

.vc_box_shadow_3d_wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%; }

.vc_box_shadow_3d_wrap:after,
.vc_box_shadow_3d_wrap:before {
  content: "";
  position: absolute;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  left: 10px;
  bottom: 8%;
  width: 40%;
  height: 20%;
  max-height: 100px;
  max-width: 300px;
  z-index: -1;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.vc_box_shadow_3d_wrap:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg); }

/* ----- Single image display fix  ----- */
.wpb_single_image .vc_single_image-wrapper {
  display: block; }

/* General
   ------------------------------------------------- */
/* text alignments */
.wt_align_left {
  text-align: left; }

.wt_align_center {
  text-align: center; }

.wt_align_right {
  text-align: right; }

/* filters */
.wt_grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .25s ease;
  -webkit-backface-visibility: hidden; }

.wt_grayscale img {
  opacity: 1 !important; }

.wt_grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

.wt_overflow_hidden {
  overflow: hidden; }

body .wpb_row,
.wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0; }

/* Rows & Columns
   ------------------------------------------------- */
.wt-row-container {
  position: relative; }

/* ----- Background fixed  ----- */
.wt-background-fixed {
  background-attachment: fixed; }

/* ----- Background parallax  ----- */
.wt-background-parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1; }

.wt_is_mobile .wt-background-parallax {
  background-attachment: scroll !important;
  background-position: center top !important; }

/* ----- Background video  ----- */
.wt-youtube-bg-wrap {
  position: absolute;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0; }

.wt-youtube-bg-wrap .wt-row-container {
  position: relative;
  z-index: 1; }

.wt_row_bg_video_mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.wt_row_overlay {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.wt_row_pattern_dotted {
  background-image: url("lib/img/overlay_dotted.png");
  background-repeat: repeat; }

.wt_row_pattern_dashed {
  background-image: url("lib/img/overlay_dashed.png");
  background-repeat: repeat; }

.wt_row_default_bg {
  /*background-color: #fcfcfc;*/
  background-color: #f0f0f0; }

.wt_row_default_border {
  /*border-color: #e1e1e1;*/
  border-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px; }

.wt_row_shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  border-color: #dddddd; }

.wt_skin_light,
.wt_skin_light p,
.wt_skin_light .intro_text h2 {
  color: #ddd; }

.wt_skin_light .intro_text h3 {
  color: #bbb; }

/* ----- Column styles  ----- */
.wt_column_bordered {
  padding: 20px;
  /*border-color: #e1e1e1;*/
  border-color: #dddddd;
  border-radius: 3px; }

.wt_column_boxed {
  background: #fcfcfc;
  padding: 20px;
  /*border-color: #e1e1e1;*/
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px; }

.wt_column_shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid;
  border-color: #dddddd; }

/* ----- Remove row full column paddings  ----- */
.wt_no_vccol_padd .vc_column_container.vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

/* Animations
   ------------------------------------------------- */
html:not(.is_smallScreen) .wt_animations .wt_animate {
  visibility: hidden;
  /* hide only when animations are enabled and not small screen */
  display: block;
  position: relative;
  z-index: 2; }

.wt_animate:before, .wt_animate:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.wt_animate:after {
  clear: both; }

html:not(.is_smallScreen) .wt_animations .btn-theme.wt_animate {
  display: inline-block; }

/* Contact Form
   ------------------------------------------------- */
.assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.wt_contact_form_sc label {
  display: none; }

.wt_contact_form_sc label.error {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  color: red; }

.wt_contact_form_sc .form-control.error {
  border-color: red; }

/* Team
   ------------------------------------------------- */
.wt_team_wrapper {
  margin-top: 40px;
  padding-right: 115px;
  padding-left: 115px; }

.wt_team_sc {
  margin-bottom: 60px;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.wt_view {
  position: relative; }

.wt_team_overlay .wt_view {
  overflow: hidden; }

.wt_team_info {
  padding: 0;
  position: relative;
  text-align: center; }

.wt_team_overlay .wt_team_info {
  padding: 15px 10px 10px;
  background: #f0f0f0;
  border: 1px solid #ddd; }

.wt_team_job {
  font-size: 16px;
  margin-bottom: 5px; }

.wt_team_info p {
  color: #bbb; }

.wt_multipage_theme .wt_team_info p {
  color: #656565; }

.wt_team_info p.wt_team_job {
  font-size: 14px;
  line-height: 14px;
  color: #ffc400;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px; }

.wt_team_title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin: 25px 0 10px 0;
  color: #01994d; }

.wt_multipage_theme .wt_team_title {
  color: #454545; }

.wt_team_title span {
  font-size: 15px;
  font-weight: 300;
  font-style: italic; }

.wt_team_overlay .wt_team_content {
  display: block;
  padding: 0 25px;
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  top: 0;
  left: 0;
  background: rgba(66, 139, 202, 0.9);
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.wt_team_sc.wt_team_overlay:hover .wt_team_content {
  height: 100%;
  opacity: 1; }

.wt_team_overlay .wt_team_description {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center; }

.wt_team_overlay .wt_team_description p {
  margin-bottom: 0px;
  line-height: 24px; }

.wt_team_job,
.wt_team_description {
  padding: 0; }

.wt_team_job {
  padding: 0 15%; }

.wt_team_overlay .wt_team_job,
.wt_team_overlay .wt_team_description {
  padding: 0; }

/* Team Socials
   ------------------------------------------------- */
.wt_team_social {
  margin: 0;
  padding: 0;
  text-align: center; }

.wt_team_social li {
  display: inline-block; }

.wt_team_social li a {
  width: 30px;
  height: 30px;
  color: #ccc;
  font-size: 22px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 0 3px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.wt_multipage_theme .wt_team_social li a {
  color: #656565; }

.wt_team_overlay .wt_team_social li a {
  color: #1A1E23; }

.wt_team_social li a:hover {
  color: #01994d; }

.wt_services_buttons {
  margin: 0 auto; }

.wt_services_buttons a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #01994d;
  width: 140px;
  height: 140px;
  font-size: 60px;
  line-height: 136px;
  border-radius: 100%;
  margin: 4px 2px;
  background: #fff;
  border-left: 1px solid #01994d;
  border-right: 1px solid #01994d; }

.wt_services_buttons a i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin-bottom: 15px; }

.wt_services_buttons a:hover {
  font-size: 64px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  transition: 0.2s all linear; }

.wt_services_buttons a.active {
  font-size: 69px;
  color: #fff !important;
  background: #01994d; }

.wt_services_slider {
  text-align: center;
  padding: 0 100px; }

.wt_services_slider p {
  font-size: 22px;
  line-height: 140%;
  color: #555;
  text-align: center; }

.wt_services_slider h3 {
  margin-top: 50px;
  margin-bottom: 40px;
  color: #01994d;
  display: inline-block;
  font-size: 22px;
  padding: 7px 12px;
  border: 1px solid #01994d;
  text-transform: uppercase; }

#wt_container .wt_services_slider h3 a {
  color: #01994d;
  display: block; }

/* Testimonials Slider
   ------------------------------------------------- */
.wt_testimonials_slider_sc li {
  margin: 0;
  text-align: left; }

.wt_testimonials_slider_sc .bx-pager.bx-default-pager a:hover,
.wt_testimonials_slider_sc .bx-pager.bx-default-pager a.active {
  background: #01994d; }

/* Testimonials Static
   ------------------------------------------------- */
.wt_testimonial_sc {
  margin-top: 20px;
  overflow: hidden; }

.wt_testimonial_heading h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 42px !important; }

.wt_testimonial_heading h3 span {
  color: #ffc400;
  font-size: 30px;
  font-weight: 700; }

.wt_testimonial_content p:last-child {
  margin-bottom: 0; }

.wt_testimonial_content {
  float: right;
  width: 81%;
  position: relative;
  color: #777;
  margin: 0 0 20px; }

.wt_testimonial_content a {
  color: #8c989e; }

.wt_testimonial_content:before {
  z-index: 3;
  border-top-color: #fff;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  margin-left: -7px; }

.wt_testimonial_content:after {
  border: solid 14px transparent;
  z-index: 2;
  border-width: 20px 15px 0 15px;
  border-top-color: rgba(182, 196, 209, 0.3);
  top: auto;
  right: auto;
  bottom: -21px;
  left: 50%;
  margin-left: -8px; }

.wt_testimonial_bottom {
  text-align: center; }

.wt_testimonial_meta {
  display: inline-block;
  text-align: left;
  position: relative;
  top: 15px; }

.wt_testimonial_meta .wt_testimonial_author {
  color: #000;
  font-size: 20px;
  line-height: inherit;
  margin-bottom: 0;
  display: block; }

.wt_testimonial_content h4.wt_testimonial_author {
  font-weight: 500; }

.wt_testimonial_content .wt_testimonial_author span {
  font-weight: 400; }

.wt_testimonial_avatar {
  display: inline-block;
  margin-right: 15px;
  margin-left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.wt_testimonial_avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.wt_testimonial_avatar a {
  display: block; }

.wt_testimonial_author {
  font-size: 14px; }

.wt_testimonial_author strong {
  color: #333; }

/* Social Networks
   ------------------------------------------------- */
.wt_social_networks_sc ul {
  margin: 0 0 10px;
  padding: 0; }

.wt_social_networks_sc ul li {
  display: inline-block;
  margin: 5px;
  text-align: center; }

.wt_social_networks_sc ul li a {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

ul.wt_icon_26 li a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px; }

ul.wt_icon_32 li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px; }

ul.wt_icon_34 li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px; }

ul.wt_icon_36 li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px; }

ul.wt_icon_38 li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 20px; }

ul.wt_icon_40 li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px; }

#wt_footerWrapper ul.wt_icon_40 li a {
  line-height: 38px;
  font-size: 18px; }

ul.wt_icon_42 li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 22px; }

ul.wt_icon_44 li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px; }

ul.wt_icon_50 li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px; }

/* ----- Change line height for type 4 icons  ----- */
ul.wt_icon_26.wt_icon_type_4 li a {
  line-height: 20px; }

ul.wt_icon_32.wt_icon_type_4 li a {
  line-height: 26px; }

ul.wt_icon_34.wt_icon_type_4 li a {
  line-height: 28px; }

ul.wt_icon_36.wt_icon_type_4 li a {
  line-height: 30px; }

ul.wt_icon_38.wt_icon_type_4 li a {
  line-height: 32px; }

ul.wt_icon_40.wt_icon_type_4 li a {
  line-height: 34px; }

ul.wt_icon_42.wt_icon_type_4 li a {
  line-height: 36px; }

ul.wt_icon_44.wt_icon_type_4 li a {
  line-height: 38px; }

ul.wt_icon_50.wt_icon_type_4 li a {
  line-height: 44px; }

ul.wt_rounded li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

ul.wt_circle li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.wt_social_networks_sc ul li a {
  color: #111; }

#wt_footerWrapper .wt_social_networks_sc ul li a {
  color: #999; }

.wt_social_networks_sc ul.wt_icon_type_1:not(.wt_simple) li a {
  color: #1A1E23 !important; }

.wt_social_networks_sc ul.wt_icon_type_4:not(.wt_simple) li a {
  color: #fff; }

#wt_sidebar .wt_social_networks_sc ul.wt_icon_type_2:not(.wt_simple) li a {
  color: #111; }

.wt_social_networks_sc ul.wt_icon_type_3:not(.wt_simple) li a {
  border-width: 1px;
  border-style: solid;
  border-color: #111; }

#wt_footerWrapper .wt_social_networks_sc ul.wt_icon_type_3:not(.wt_simple) li a {
  border-color: #999999; }

.wt_social_networks_sc ul.wt_icon_type_1:not(.wt_simple) li a:hover {
  color: #f8f8f8 !important; }

.wt_social_networks_sc ul.wt_icon_type_2:not(.wt_simple) li a:hover {
  color: #fff !important; }

.wt_social_networks_sc ul.wt_icon_type_4:not(.wt_simple) li a {
  color: #fff !important; }

.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a {
  background: none !important;
  border: none !important; }

/* ----- Common icons wt_simple styles  ----- */
.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.email:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.email:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.email:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.email:hover {
  color: #262626 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.facebook:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.facebook:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.facebook:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.facebook:hover {
  color: #3C5A9A !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.twitter:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.twitter:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.twitter:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.twitter:hover {
  color: #00acee !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.pinterest:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.pinterest:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.pinterest:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.pinterest:hover {
  color: #cb2028 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.linkedin:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.linkedin:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.linkedin:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.linkedin:hover {
  color: #006599 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.google:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.google:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.google:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.google:hover {
  color: #da2713 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.dribbble:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.dribbble:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.dribbble:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.dribbble:hover {
  color: #ea4b8b !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.youtube:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.youtube:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.youtube:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.youtube:hover {
  color: #d20200 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.vimeo:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.vimeo:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.vimeo:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.vimeo:hover {
  color: #17aacc !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.rss:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.rss:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.rss:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.rss:hover {
  color: #ff6600 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.github:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.github:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.github:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.github:hover {
  color: #569e3d !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.delicious:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.delicious:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.delicious:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.delicious:hover {
  color: #3274d2 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.flickr:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.flickr:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.flickr:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.flickr:hover {
  color: #0062dd !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.forrst:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.forrst:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.forrst:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.forrst:hover {
  color: #166021 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.lastfm:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.lastfm:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.lastfm:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.lastfm:hover {
  color: #c30d19 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.tumblr:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.tumblr:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.tumblr:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.tumblr:hover {
  color: #2c4661 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.deviantart:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.deviantart:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.deviantart:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.deviantart:hover {
  color: #c8da2e !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.skype:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.skype:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.skype:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.skype:hover {
  color: #00aff0 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.instagram:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.instagram:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.instagram:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.instagram:hover {
  color: #517fa4 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.stumbleupon:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.stumbleupon:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.stumbleupon:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.stumbleupon:hover {
  color: #ea4b24 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.behance:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.behance:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.behance:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.behance:hover {
  color: #1378fe !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.soundcloud:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.soundcloud:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.soundcloud:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.soundcloud:hover {
  color: #fe531b !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.yelp:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.yelp:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.yelp:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.yelp:hover {
  color: #c51102 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.yahoo:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.yahoo:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.yahoo:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.yahoo:hover {
  color: #65106b !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.wordpress:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.wordpress:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.wordpress:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.wordpress:hover {
  color: #207499 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.technorati:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.technorati:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.technorati:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.technorati:hover {
  color: #00c400 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.reddit:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.reddit:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.reddit:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.reddit:hover {
  color: #6bbffb !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.picasa:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.picasa:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.picasa:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.picasa:hover {
  color: #b163c9 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.paypal:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.paypal:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.paypal:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.paypal:hover {
  color: #2c5f8c !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.netvibes:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.netvibes:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.netvibes:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.netvibes:hover {
  color: #15ae15 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.metacafe:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.metacafe:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.metacafe:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.metacafe:hover {
  color: #f88326 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.html5:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.html5:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.html5:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.html5:hover {
  color: #e54d26 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.ember:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.ember:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.ember:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.ember:hover {
  color: #e11a3b !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.dropbox:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.dropbox:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.dropbox:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.dropbox:hover {
  color: #007ee5 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.digg:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.digg:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.digg:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.digg:hover {
  color: #005f95 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.blogger:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.blogger:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.blogger:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.blogger:hover {
  color: #fe6601 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.apple:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.apple:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.apple:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.apple:hover {
  color: #231f20 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a.aim:hover,
.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a.aim:hover,
.wt_social_networks_sc ul.wt_icon_type_3.wt_simple li a.aim:hover,
.wt_social_networks_sc ul.wt_icon_type_4.wt_simple li a.aim:hover {
  color: #452806 !important; }

/* ----- Styling type #1 icons  ----- */
.wt_social_networks_sc ul.wt_icon_type_1:not(.wt_simple) li a {
  background: #f5f5f5; }

#wt_footerWrapper .wt_social_networks_sc ul.wt_icon_type_1:not(.wt_simple) li a {
  background: #999999; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.email:hover {
  background: #262626 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.facebook:hover {
  background: #3C5A9A !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.twitter:hover {
  background: #00acee !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.pinterest:hover {
  background: #cb2028 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.linkedin:hover {
  background: #006599 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.google:hover {
  background: #da2713 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.dribbble:hover {
  background: #ea4b8b !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.youtube:hover {
  background: #d20200 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.vimeo:hover {
  background: #17aacc !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.rss:hover {
  background: #ff6600 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.github:hover {
  background: #569e3d !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.delicious:hover {
  background: #3274d2 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.flickr:hover {
  background: #0062dd !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.forrst:hover {
  background: #166021 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.lastfm:hover {
  background: #c30d19 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.tumblr:hover {
  background: #2c4661 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.deviantart:hover {
  background: #c8da2e !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.skype:hover {
  background: #00aff0 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.instagram:hover {
  background: #517fa4 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.stumbleupon:hover {
  background: #ea4b24 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.behance:hover {
  background: #1378fe !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.soundcloud:hover {
  background: #fe531b !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.yelp:hover {
  background: #c51102 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.yahoo:hover {
  background: #65106b !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.wordpress:hover {
  background: #207499 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.technorati:hover {
  background: #00c400 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.reddit:hover {
  background: #6bbffb !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.picasa:hover {
  background: #b163c9 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.paypal:hover {
  background: #2c5f8c !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.netvibes:hover {
  background: #15ae15 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.metacafe:hover {
  background: #f88326 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.html5:hover {
  background: #e54d26 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.ember:hover {
  background: #e11a3b !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.dropbox:hover {
  background: #007ee5 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.digg:hover {
  background: #005f95 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.blogger:hover {
  background: #fe6601 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.apple:hover {
  background: #231f20 !important; }

.wt_social_networks_sc ul.wt_icon_type_1 li a.aim:hover {
  background: #452806 !important; }

.wt_social_networks_sc ul.wt_icon_type_1.wt_simple li a:hover {
  background: none !important; }

/* ----- Styling type #2 icons  ----- */
.wt_social_networks_sc ul.wt_icon_type_2 li a.email:hover,
.wt_team_social li a.email:hover {
  background: #262626 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.facebook:hover {
  background: #3C5A9A !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.twitter:hover {
  background: #00acee !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.pinterest:hover {
  background: #cb2028 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.linkedin:hover {
  background: #006599 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.google:hover {
  background: #da2713 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.dribbble:hover {
  background: #ea4b8b !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.youtube:hover {
  background: #d20200 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.vimeo:hover {
  background: #17aacc !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.rss:hover {
  background: #ff6600 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.github:hover {
  background: #569e3d !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.delicious:hover {
  background: #3274d2 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.flickr:hover {
  background: #0062dd !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.forrst:hover {
  background: #166021 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.lastfm:hover {
  background: #c30d19 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.tumblr:hover {
  background: #2c4661 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.deviantart:hover {
  background: #c8da2e !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.skype:hover {
  background: #00aff0 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.instagram:hover {
  background: #517fa4 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.stumbleupon:hover {
  background: #ea4b24 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.behance:hover {
  background: #1378fe !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.soundcloud:hover {
  background: #fe531b !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.yelp:hover {
  background: #c51102 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.yahoo:hover {
  background: #65106b !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.wordpress:hover {
  background: #207499 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.technorati:hover {
  background: #00c400 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.reddit:hover {
  background: #6bbffb !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.picasa:hover {
  background: #b163c9 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.paypal:hover {
  background: #2c5f8c !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.netvibes:hover {
  background: #15ae15 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.metacafe:hover {
  background: #f88326 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.html5:hover {
  background: #e54d26 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.ember:hover {
  background: #e11a3b !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.dropbox:hover {
  background: #007ee5 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.digg:hover {
  background: #005f95 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.blogger:hover {
  background: #fe6601 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.apple:hover {
  background: #231f20 !important; }

.wt_social_networks_sc ul.wt_icon_type_2 li a.aim:hover {
  background: #452806 !important; }

.wt_social_networks_sc ul.wt_icon_type_2.wt_simple li a:hover {
  background: none !important; }

/* ----- Styling type #3 icons  ----- */
.wt_social_networks_sc ul.wt_icon_type_3 li a.email:hover {
  color: #262626 !important;
  border-color: #262626 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.facebook:hover {
  color: #3C5A9A !important;
  border-color: #3C5A9A !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.twitter:hover {
  color: #00acee !important;
  border-color: #00acee !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.pinterest:hover {
  color: #cb2028 !important;
  border-color: #cb2028 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.linkedin:hover {
  color: #006599 !important;
  border-color: #006599 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.google:hover {
  color: #da2713 !important;
  border-color: #da2713 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.dribbble:hover {
  color: #ea4b8b !important;
  border-color: #ea4b8b !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.youtube:hover {
  color: #d20200 !important;
  border-color: #d20200 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.vimeo:hover {
  color: #17aacc !important;
  border-color: #17aacc !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.rss:hover {
  color: #ff6600 !important;
  border-color: #ff6600 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.github:hover {
  color: #569e3d !important;
  border-color: #569e3d !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.delicious:hover {
  color: #3274d2 !important;
  border-color: #3274d2 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.flickr:hover {
  color: #0062dd !important;
  border-color: #0062dd !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.forrst:hover {
  color: #166021 !important;
  border-color: #166021 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.lastfm:hover {
  color: #c30d19 !important;
  border-color: #c30d19 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.tumblr:hover {
  color: #2c4661 !important;
  border-color: #2c4661 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.deviantart:hover {
  color: #c8da2e !important;
  border-color: #c8da2e !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.skype:hover {
  color: #00aff0 !important;
  border-color: #00aff0 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.instagram:hover {
  color: #517fa4 !important;
  border-color: #517fa4 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.stumbleupon:hover {
  color: #ea4b24 !important;
  border-color: #ea4b24 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.behance:hover {
  color: #1378fe !important;
  border-color: #1378fe !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.soundcloud:hover {
  color: #fe531b !important;
  border-color: #fe531b !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.yelp:hover {
  color: #c51102 !important;
  border-color: #c51102 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.yahoo:hover {
  color: #65106b !important;
  border-color: #65106b !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.wordpress:hover {
  color: #207499 !important;
  border-color: #207499 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.technorati:hover {
  color: #00c400 !important;
  border-color: #00c400 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.reddit:hover {
  color: #6bbffb !important;
  border-color: #6bbffb !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.picasa:hover {
  color: #b163c9 !important;
  border-color: #b163c9 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.paypal:hover {
  color: #2c5f8c !important;
  border-color: #2c5f8c !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.netvibes:hover {
  color: #15ae15 !important;
  border-color: #15ae15 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.metacafe:hover {
  color: #f88326 !important;
  border-color: #f88326 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.html5:hover {
  color: #e54d26 !important;
  border-color: #e54d26 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.ember:hover {
  color: #e11a3b !important;
  border-color: #e11a3b !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.dropbox:hover {
  color: #007ee5 !important;
  border-color: #007ee5 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.digg:hover {
  color: #005f95 !important;
  border-color: #005f95 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.blogger:hover {
  color: #fe6601 !important;
  border-color: #fe6601 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.apple:hover {
  color: #231f20 !important;
  border-color: #231f20 !important; }

.wt_social_networks_sc ul.wt_icon_type_3 li a.aim:hover {
  color: #452806 !important;
  border-color: #452806 !important; }

/* ----- Styling type #4 icons  ----- */
.wt_social_networks_sc ul.wt_icon_type_4 li a {
  border: 3px solid; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.email {
  background: #262626;
  border-color: #262626; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.facebook {
  background: #3C5A9A;
  border-color: #3C5A9A; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.twitter {
  background: #00acee;
  border-color: #00acee; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.pinterest {
  background: #cb2028;
  border-color: #cb2028; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.linkedin {
  background: #006599;
  border-color: #006599; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.google {
  background: #da2713;
  border-color: #da2713; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.dribbble {
  background: #ea4b8b;
  border-color: #ea4b8b; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.youtube {
  background: #d20200;
  border-color: #d20200; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.vimeo {
  background: #17aacc;
  border-color: #17aacc; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.rss {
  background: #ff6600;
  border-color: #ff6600; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.github {
  background: #569e3d;
  border-color: #569e3d; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.delicious {
  background: #3274d2;
  border-color: #3274d2; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.flickr {
  background: #0062dd;
  border-color: #0062dd; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.forrst {
  background: #166021;
  border-color: #166021; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.lastfm {
  background: #c30d19;
  border-color: #c30d19; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.tumblr {
  background: #2c4661;
  border-color: #2c4661; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.deviantart {
  background: #c8da2e;
  border-color: #c8da2e; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.skype {
  background: #00aff0;
  border-color: #00aff0; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.instagram {
  background: #517fa4;
  border-color: #517fa4; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.stumbleupon {
  background: #ea4b24;
  border-color: #ea4b24; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.behance {
  background: #1378fe;
  border-color: #1378fe; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.soundcloud {
  background: #fe531b;
  border-color: #fe531b; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.yelp {
  background: #c51102;
  border-color: #c51102; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.yahoo {
  background: #65106b;
  border-color: #65106b; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.wordpress {
  background: #207499;
  border-color: #207499; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.technorati {
  background: #00c400;
  border-color: #00c400; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.reddit {
  background: #6bbffb;
  border-color: #6bbffb; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.picasa {
  background: #b163c9;
  border-color: #b163c9; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.paypal {
  background: #2c5f8c;
  border-color: #2c5f8c; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.netvibes {
  background: #15ae15;
  border-color: #15ae15; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.metacafe {
  background: #f88326;
  border-color: #f88326; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.html5 {
  background: #e54d26;
  border-color: #e54d26; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.ember {
  background: #e11a3b;
  border-color: #e11a3b; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.dropbox {
  background: #007ee5;
  border-color: #007ee5; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.digg {
  background: #005f95;
  border-color: #005f95; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.blogger {
  background: #fe6601;
  border-color: #fe6601; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.apple {
  background: #231f20;
  border-color: #231f20; }

.wt_social_networks_sc ul.wt_icon_type_4 li a.aim {
  background: #452806;
  border-color: #452806; }

.wt_social_networks_sc ul.wt_icon_type_4 li a:hover {
  color: #fff !important;
  border-color: #fff;
  background: rgba(10, 10, 10, 0.2); }

/* Counter
   ------------------------------------------------- */
.wt_counter_sc {
  text-align: center;
  color: #01994d; }

.wt_multipage_theme .wt_counter_sc {
  color: #656565; }

.wt_counter_sc .wt_stat_count {
  display: block;
  font-size: 80px;
  line-height: 80px;
  min-height: 80px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px; }

.wt_multipage_theme .wt_stat_count {
  font-size: 22px;
  min-height: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0; }

.wt_counter_sc i {
  display: block;
  font-size: 30px;
  line-height: 1; }

.wt_counter_sc.wt_light {
  color: #fff; }

.wt_counter_sc.wt_light .wt_stat_count {
  border-color: #fff; }

.wt_counter_sc .wt_stat_detail {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase; }

.wt_multipage_theme .wt_counter_sc .wt_stat_detail {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  text-transform: none; }

/* Blog Grid
   ------------------------------------------------- */
.wt_blog_grid_sc {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  position: relative;
  height: auto;
  overflow: hidden; }

.wt_blog_grid_sc .blogEntry {
  min-height: 50px;
  position: relative;
  padding: 0 15px;
  overflow: visible; }

.wt_blog_grid_sc .blogEntry_excerpt p {
  margin-bottom: 10px; }

.wt_blog_entry_full .blogEntry_frame {
  margin-bottom: 15px; }

.wt_blog_grid_sc .blogEntry_title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin: 20px 0 5px;
  text-transform: uppercase; }

.wt_blog_grid_sc a.wt_read_more {
  font-size: 13px;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* Piechart
   ------------------------------------------------- */
.wt_pie_chart_sc {
  text-align: center;
  margin-bottom: 70px; }

.wt_pie_percentage {
  font-family: 'Oswald', sans-serif;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto; }

.wt_pie_chart_sc canvas {
  position: absolute;
  top: 0;
  left: 0; }

.wt_pie_percent,
.wt_pie_unit {
  color: #a9a9a9;
  font-size: 40px;
  font-weight: 800;
  display: inline-block;
  line-height: 130px;
  z-index: 2; }

.wt_pie_unit {
  visibility: hidden; }

.wt_pie_chart_sc h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  color: #fff; }

/* Timeline
   ------------------------------------------------- */
/* .wt_timeline, */
/* This is timeline shortcodes container - in case you need it */
.wt_timeline_sc {
  background-image: url("lib/img/timeline-bg.png");
  background-repeat: repeat-y;
  background-position: center center;
  background-color: transparent; }

/* ----- Timeline Year  ----- */
.wt_timeline_year {
  padding: 30px 0 30px; }

.wt_timeline .wt_timeline_sc:first-child .wt_timeline_year,
.wt_timeline_sc:first-child .wt_timeline_year {
  padding-top: 0; }

.wt_timeline .wt_timeline_sc:last-child .wt_timeline_year,
.wt_timeline_sc:last-child .wt_timeline_year {
  padding-bottom: 0; }

.wt_timeline_year span {
  font-family: 'Oswald', sans-serif;
  background-color: #ffc400;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px; }

/* ----- Timeline Item  ----- */
.wt_timeline_item {
  display: inline-block;
  position: relative;
  width: 100%; }

.wt_timeline_item:before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #d5d5d5;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.wt_timeline_item_content {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  position: relative;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

/* ----- Timeline Item Content Arrow  ----- */
.wt_timeline_item_content:before {
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.wt_timeline_item_content.pull-right:before {
  right: auto;
  left: -10px; }

.wt_timeline_item_content h4 {
  font-size: 20px;
  font-weight: 400; }

/* ----- Timeline Item Hover  ----- */
.wt_timeline_item:hover .wt_timeline_item_content {
  border: 1px solid #262626;
  background-color: #262626;
  color: #fff; }

.wt_timeline_item:hover .wt_timeline_item_content:before {
  background-color: #262626;
  border-right: 1px solid #262626;
  border-top: 1px solid #262626; }

.wt_timeline_item:hover.wt_timeline_item:before {
  background-color: #ffc400;
  border-color: #ffc400; }

.wt_timeline_item:hover .wt_timeline_item_content.pull-right:before {
  border-color: transparent transparent #262626 #262626; }

/* Google map
   ------------------------------------------------- */
.wt_section_area.wt_no_margins .wpb_row {
  margin-bottom: 0 !important; }

.wt_section_area.wt_no_margins .ts-map-frame {
  margin: 0px auto !important; }

.wt_section_area .ts-map-frame,
.wt_section_area .ts-map-frame .ts-map-container {
  border: none !important; }

/* Google map
   ------------------------------------------------- */
.wt_gmap_sc {
  width: 100% !important; }

.wt_gmap_sc img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  max-width: 1000px !important;
  margin: 0;
  padding: 0; }

/* ----- Marker Popup  ----- */
.wt_gmap_sc .wt_marker_content {
  min-width: 160px;
  overflow-x: hidden; }

.wt_gmap_sc .wt_marker_content strong,
.wt_gmap_sc .wt_marker_content p,
.wt_gmap_sc .wt_marker_content a {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #000 !important;
  margin: 0 !important;
  padding: 0 !important; }

.wt_gmap_sc .wt_marker_content strong {
  display: block !important;
  margin-bottom: 5px !important; }

.wt_gmap_sc .wt_marker_content p {
  margin-bottom: 5px !important; }

/* Countdown
   ------------------------------------------------- */
.wt_vcsc_style.style-1,
.wt_vcsc_style.style-1 .ts-countdown,
.wt_vcsc_style.style-1 .col {
  background: none !important; }

.wt_vcsc_style.style-1 .ts-countdown {
  margin: 0 !important;
  text-align: left !important; }

.wt_vcsc_style.style-1 .col {
  padding: 0;
  padding-top: 20px;
  color: #fff !important;
  font-size: 23px; }

.wt_vcsc_style.style-1 .ce-days,
.wt_vcsc_style.style-1 .ce-dseconds,
.wt_vcsc_style.style-1 .ce-hours,
.wt_vcsc_style.style-1 .ce-minutes,
.wt_vcsc_style.style-1 .ce-mseconds,
.wt_vcsc_style.style-1 .ce-seconds,
.wt_vcsc_style.style-1 .ce-days-label,
.wt_vcsc_style.style-1 .ce-dseconds-label,
.wt_vcsc_style.style-1 .ce-hours-label,
.wt_vcsc_style.style-1 .ce-minutes-label,
.wt_vcsc_style.style-1 .ce-mseconds-label,
.wt_vcsc_style.style-1 .ce-seconds-label {
  color: #fff !important; }

.wt_vcsc_style.style-1 .col {
  padding: 0px;
  padding-right: 15px;
  margin: 0px !important;
  text-align: center !important; }

/* Service Boxes
   ------------------------------------------------- */
.wt_service_box_sc {
  margin-bottom: 40px; }

.wt_service_box_sc.wt_no_margin {
  clear: both;
  margin-bottom: 0px; }

.wt_service_box_sc.wt_no_margin .wt_icon {
  margin-bottom: 0px; }

.wt_service_box_sc.wt_no_margin p {
  margin-bottom: 5px; }

.wt_service_box_sc h4 {
  color: #454545;
  font-size: 18px;
  /*text-transform: uppercase;*/
  font-weight: 400; }

.wt_skin_light .wt_service_box_sc h4 {
  color: #fff; }

.wt_service_box_sc p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #656565; }

.wt_skin_light .wt_service_box_sc p,
.wt_skin_light .wt_service_box_sc a,
.wt_skin_light .wt_service_box_sc a:hover {
  color: #bbbbbb; }

.wt_services_right_space .wt_service_box_sc .wt_icon_60 {
  padding-right: 30px; }

.wt_services_right_space .wt_service_box_sc p {
  color: #ddd;
  padding-right: 20px;
  margin-bottom: 0; }

.wt_service_box_sc .wt_icon {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.wt_service_box_sc .wt_icon {
  margin-top: 0px; }

.wt_service_box_sc .wt_icon_circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.wt_service_box_sc .wt_icon_rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wt_service_box_sc .wt_icon_diamond {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.wt_service_box_sc .wt_icon_diamond i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.wt_service_box_sc .wt_icon_type_1 {
  color: #333; }

.wt_service_box_sc .wt_icon_type_2 {
  background: #666;
  color: #fff; }

.wt_service_box_sc .wt_icon_type_3 {
  color: #666;
  border-color: #666;
  border-width: 1px; }

.wt_service_box_sc:hover .wt_icon_type_3 {
  background: #666;
  color: #fff; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_default,
#services-section-1 .wt_service_box_sc i {
  color: #01994d; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_default {
  background: #01994d; }

.wt_service_box_sc .wt_icon_type_3.wt_icon_default {
  color: #01994d;
  border-color: #01994d; }

.wt_service_box_sc:hover .wt_icon_type_3.wt_icon_default {
  color: #fff;
  background: #01994d; }

.wt_service_box_sc .wt_service_img {
  margin-bottom: 20px; }

.wt_service_box_sc i {
  width: auto;
  height: auto; }

/* ----- type #1 icons  ----- */
.wt_service_box_sc .wt_icon_type_1.wt_icon_18 {
  font-size: 18px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_20 {
  font-size: 20px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_24 {
  font-size: 24px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_26 {
  font-size: 26px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_30 {
  font-size: 30px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_32 {
  font-size: 32px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_34 {
  font-size: 34px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_38 {
  font-size: 38px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_40 {
  font-size: 40px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_42 {
  font-size: 42px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_44 {
  font-size: 44px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_50 {
  font-size: 50px;
  line-height: 1em; }

.wt_service_box_sc .wt_icon_type_1.wt_icon_60 {
  font-size: 60px;
  line-height: 1em; }

/* ----- type #1 icons - titles  ----- */
.wt_content_new_row .wt_title_type_1.wt_title_20 h4 {
  line-height: 20px; }

.wt_content_new_row .wt_title_type_1.wt_title_24 h4 {
  line-height: 24px; }

.wt_content_new_row .wt_title_type_1.wt_title_26 h4 {
  line-height: 26px; }

.wt_content_new_row .wt_title_type_1.wt_title_30 h4 {
  line-height: 30px; }

.wt_content_new_row .wt_title_type_1.wt_title_32 h4 {
  line-height: 32px; }

.wt_content_new_row .wt_title_type_1.wt_title_34 h4 {
  line-height: 34px; }

.wt_content_new_row .wt_title_type_1.wt_title_36 h4 {
  line-height: 36px; }

.wt_content_new_row .wt_title_type_1.wt_title_38 h4 {
  line-height: 38px; }

.wt_content_new_row .wt_title_type_1.wt_title_40 h4 {
  line-height: 40px; }

.wt_content_new_row .wt_title_type_1.wt_title_42 h4 {
  line-height: 42px; }

.wt_content_new_row .wt_title_type_1.wt_title_44 h4 {
  line-height: 44px; }

.wt_content_new_row .wt_title_type_1.wt_title_50 h4 {
  line-height: 50px; }

.wt_content_new_row .wt_title_type_1.wt_title_60 h4 {
  line-height: 60px; }

/* ----- type #2 icons  ----- */
.wt_service_box_sc .wt_icon_type_2.wt_icon_18,
.wt_service_box_sc .wt_icon_type_3.wt_icon_18 {
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_20,
.wt_service_box_sc .wt_icon_type_3.wt_icon_20 {
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_24,
.wt_service_box_sc .wt_icon_type_3.wt_icon_24 {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_26,
.wt_service_box_sc .wt_icon_type_3.wt_icon_26 {
  font-size: 26px;
  width: 56px;
  height: 56px;
  line-height: 56px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_30,
.wt_service_box_sc .wt_icon_type_3.wt_icon_30 {
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_32,
.wt_service_box_sc .wt_icon_type_3.wt_icon_32 {
  font-size: 32px;
  width: 62px;
  height: 62px;
  line-height: 62px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_34,
.wt_service_box_sc .wt_icon_type_3.wt_icon_34 {
  font-size: 34px;
  width: 64px;
  height: 64px;
  line-height: 64px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_38,
.wt_service_box_sc .wt_icon_type_3.wt_icon_38 {
  font-size: 38px;
  width: 68px;
  height: 68px;
  line-height: 68px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_40,
.wt_service_box_sc .wt_icon_type_3.wt_icon_40 {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_42,
.wt_service_box_sc .wt_icon_type_3.wt_icon_42 {
  font-size: 42px;
  width: 72px;
  height: 72px;
  line-height: 72px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_44,
.wt_service_box_sc .wt_icon_type_3.wt_icon_44 {
  font-size: 44px;
  width: 74px;
  height: 74px;
  line-height: 74px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_50,
.wt_service_box_sc .wt_icon_type_3.wt_icon_50 {
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 80px; }

.wt_service_box_sc .wt_icon_type_2.wt_icon_60,
.wt_service_box_sc .wt_icon_type_3.wt_icon_60 {
  font-size: 60px;
  width: 90px;
  height: 90px;
  line-height: 90px; }

/* ----- type #2 & #3 icons - titles  ----- */
.wt_content_new_row .wt_title_type_2.wt_title_20 h4,
.wt_content_new_row .wt_title_type_3.wt_title_20 h4 {
  line-height: 44px; }

.wt_content_new_row .wt_title_type_2.wt_title_24 h4,
.wt_content_new_row .wt_title_type_3.wt_title_24 h4 {
  line-height: 50px; }

.wt_content_new_row .wt_title_type_2.wt_title_26 h4,
.wt_content_new_row .wt_title_type_3.wt_title_26 h4 {
  line-height: 56px; }

.wt_content_new_row .wt_title_type_2.wt_title_30 h4,
.wt_content_new_row .wt_title_type_3.wt_title_30 h4 {
  line-height: 60px; }

.wt_content_new_row .wt_title_type_2.wt_title_32 h4,
.wt_content_new_row .wt_title_type_3.wt_title_32 h4 {
  line-height: 62px; }

.wt_content_new_row .wt_title_type_2.wt_title_34 h4,
.wt_content_new_row .wt_title_type_3.wt_title_34 h4 {
  line-height: 64px; }

.wt_content_new_row .wt_title_type_2.wt_title_38 h4,
.wt_content_new_row .wt_title_type_3.wt_title_38 h4 {
  line-height: 68px; }

.wt_content_new_row .wt_title_type_2.wt_title_40 h4,
.wt_content_new_row .wt_title_type_3.wt_title_40 h4 {
  line-height: 70px; }

.wt_content_new_row .wt_title_type_2.wt_title_42 h4,
.wt_content_new_row .wt_title_type_3.wt_title_42 h4 {
  line-height: 72px; }

.wt_content_new_row .wt_title_type_2.wt_title_44 h4,
.wt_content_new_row .wt_title_type_3.wt_title_44 h4 {
  line-height: 74px; }

.wt_content_new_row .wt_title_type_2.wt_title_50 h4,
.wt_content_new_row .wt_title_type_3.wt_title_50 h4 {
  line-height: 80px; }

.wt_content_new_row .wt_title_type_2.wt_title_60 h4,
.wt_content_new_row .wt_title_type_3.wt_title_60 h4 {
  line-height: 90px; }

/* ----- border style for type_3 icons  ----- */
.wt_service_box_sc .wt_icon_type_3.wt_icon_border_solid {
  border-style: solid; }

.wt_service_box_sc .wt_icon_type_3.wt_icon_border_dotted {
  border-style: dotted; }

.wt_service_box_sc .wt_icon_type_3.wt_icon_border_dashed {
  border-style: dashed; }

/* ----- left / right align  ----- */
.wt_service_box_sc.wt_align_left .wt_icon {
  float: left;
  margin-right: 15px; }

.wt_service_box_sc.wt_align_right .wt_icon {
  float: right;
  margin-left: 15px; }

.wt_features .wt_service_box_sc.wt_align_left .wt_icon {
  margin-right: 0px; }

.wt_features .wt_service_box_sc.wt_align_right .wt_icon {
  margin-left: 0px; }

.wt_align_left.wt_content_new_row .wt_icon {
  margin-right: 10px; }

.wt_align_right.wt_content_new_row .wt_icon {
  margin-left: 10px; }

.wt_content_new_row .wt_icon,
.wt_title_content_new_row .wt_icon {
  margin-top: 0; }

.wt_content_new_row h4,
.wt_title_content_new_row h4 {
  margin-bottom: 15px; }

.wt_service_with_img h4 {
  margin-bottom: 10px;
  line-height: 1.1 !important; }

/* ----- align diamond icons  ----- */
.wt_service_box_sc.wt_align_left .wt_icon.wt_icon_diamond {
  margin-right: 30px; }

.wt_service_box_sc.wt_align_right .wt_icon.wt_icon_diamond {
  margin-left: 30px; }

.wt_service_box_sc.wt_align_center .wt_icon.wt_icon_diamond {
  margin-bottom: 30px; }

.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_18,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_20,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_24,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_26 {
  margin-left: 11px; }

.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_18,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_20,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_24,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_26 {
  margin-right: 11px; }

.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_30,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_32 {
  margin-left: 12px; }

.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_30,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_32 {
  margin-right: 12px; }

.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_38,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_40,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_42 {
  margin-left: 14px; }

.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_38,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_40,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_42 {
  margin-right: 14px; }

.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_44 {
  margin-left: 14px; }

.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_44 {
  margin-right: 14px; }

.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_50,
.wt_service_box_sc.wt_align_left .wt_icon_diamond.wt_icon_60 {
  margin-left: 16px; }

.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_50,
.wt_service_box_sc.wt_align_right .wt_icon_diamond.wt_icon_60 {
  margin-right: 16px; }

.wt_left_icon_services .wt_service_box_sc.wt_align_left [class^="fa-"]:before,
.wt_left_icon_services .wt_service_box_sc.wt_align_left [class*=" fa-"]:before {
  margin: 0;
  width: auto; }

/* Services
   ------------------------------------------------- */
.wt_services_sc {
  padding: 20px 0 10px; }

.wt_services_sc .wt_icon i:before,
.wt_services_sc i.wt_services_bg_icon:before {
  margin: 0;
  width: auto; }

.wt_services_sc .wt_icon_30 {
  font-size: 30px;
  line-height: 30px; }

.wt_services_sc .wt_icon_40 {
  font-size: 40px;
  line-height: 40px; }

.wt_services_sc .wt_icon_50 {
  font-size: 50px;
  line-height: 50px; }

.wt_services_sc .wt_icon_60 {
  font-size: 60px;
  line-height: 60px; }

.wt_services_sc .wt_icon_70 {
  font-size: 70px;
  line-height: 70px; }

.wt_services_sc .wt_icon_80 {
  font-size: 80px;
  line-height: 80px; }

.wt_services_sc.wt_align_left {
  padding-left: 40px; }

.wt_services_sc.wt_align_right {
  padding-right: 40px; }

.wt_services_sc h3 {
  font-size: 30px; }

.wt_services_sc h5 {
  font-size: 22px; }

.wt_services_sc .wt_services_bg_icon {
  position: absolute;
  top: 15px;
  color: #fcfcfc;
  font-size: 160px;
  line-height: 160px;
  z-index: -1; }

.wt_services_sc.wt_align_right .wt_services_bg_icon {
  right: 65px; }

.wt_services_sc.wt_align_left .wt_services_bg_icon {
  left: 65px; }

.wt_services_sc.wt_align_center .wt_services_bg_icon {
  right: 50%; }

/* Pricing Table
   ------------------------------------------------- */
.wt_pricing_box_sc {
  text-align: center;
  margin-bottom: 50px;
  margin-left: -1px;
  position: relative;
  margin-top: 20px;
  z-index: 0; }

.wt_pricing_section {
  margin-left: 1px; }

.wt_pricing_section {
  padding: 0 15px; }

.wt_pricing_section .vc_col-sm-3,
.wt_pricing_section .vc_col-sm-6 {
  padding: 0 !important; }

.wt_pricing_box_sc.wt_price_has_icon {
  margin-top: 58px; }

.wt_pricing_box_sc .wt_icon span {
  display: inline-block;
  margin-bottom: 10px !important;
  margin-top: -58px;
  color: #2d2d2d;
  background: #f5f5f5;
  border: 1px dashed;
  border-color: #2d2d2d;
  border-radius: 100%;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }

.wt_pricing_box_sc.wt_pricing_featured .wt_icon span {
  color: #fff;
  background: #333; }

.wt_pricing_box_sc:hover .wt_icon span {
  color: #f5f5f5;
  background: #3071a9;
  border-color: #2f689a;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.wt_pricing_box_sc .wt_icon i {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  border: 5px solid #ffffff;
  border-radius: 100%;
  padding: 28px;
  cursor: pointer; }

.wt_pricing_box_sc .wt_icon i:before {
  margin: 0; }

.wt_pricing_box_sc ul {
  list-style: none;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  background: #ffffff; }

.wt_pricing_box_sc.wt_pricing_featured ul {
  background: none; }

.wt_pricing_box_sc ul li {
  margin: 0;
  font-size: 14px;
  min-height: 51px;
  color: #28323c;
  line-height: 15px;
  padding: 10px 7px;
  border-right: 2px solid #dad7d7;
  border-left: 2px solid #dad7d7;
  border-bottom: 1px solid #e7e8ec; }

.wt_pricing_box_sc ul li:nth-child(odd) {
  background: #f7f8fa; }

.wt_pricing_box_sc ul li:nth-child(even) {
  background: #ffffff; }

.wt_pricing_box_sc h3 {
  line-height: 42px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 15px;
  margin: 0;
  background-color: #f7f8fa;
  border: 1px solid #e7e8ec; }

.wt_pricing_box_sc.wt_price_has_icon .wt_icon {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.wt_pricing_box_sc.wt_price_has_icon h3 {
  padding-top: 15px;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0; }

.wt_pricing_box_sc .wt_plan_price {
  background-color: #eee;
  margin: 0;
  line-height: normal;
  padding: 28px 15px;
  background-color: #fff;
  border-right: 1px solid #e7e8ec;
  border-left: 1px solid #e7e8ec;
  border-bottom: 1px solid #e7e8ec; }

.wt_pricing_box_sc .wt_plan_price h4 {
  color: #01994d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0; }

.wt_pricing_box_sc .wt_plan_price h4 small {
  font-weight: 600;
  color: #01994d;
  font-size: 85%; }

.wt_pricing_box_sc .wt_plan_price h4 i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px; }

.wt_pricing_box_sc .wt_pricing_btn {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  background-color: #f7f8fa;
  border-right: 1px solid #e7e8ec;
  border-left: 1px solid #e7e8ec;
  border-bottom: 1px solid #e7e8ec; }

/* ----- Featured Table Styles ----- */
.wt_pricing_box_sc.wt_pricing_featured {
  margin-top: 0px;
  position: relative;
  z-index: 200;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09); }

.wt_pricing_box_sc.wt_pricing_featured h3 {
  color: #fff;
  padding: 25px 0;
  background-color: #27ae60;
  /*border: 1px solid #27ae60;*/ }

.wt_pricing_box_sc.wt_pricing_featured.wt_price_has_icon .wt_icon {
  background-color: #01994d; }

.wt_pricing_box_sc .wt_pricing_btn .btn {
  background-color: #27ae60;
  border: 1px solid #27ae60;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.wt_pricing_box_sc .wt_pricing_btn .btn:hover {
  background-color: #f0f0f0;
  border: 1px solid #27ae60;
  color: #28323c; }

.wt_pricing_box_sc.wt_pricing_featured .wt_pricing_btn .btn {
  color: #fff !important; }

.wt_pricing_box_sc.wt_pricing_featured .wt_pricing_btn .btn:hover {
  color: #28323c; }

.wt_pricing_box_sc.wt_pricing_featured .wt_pricing_btn {
  padding: 37px 0 30px 0; }

/* Bootstrap Tooltip
   ------------------------------------------------- */
.tooltip {
  font-size: 11px; }

.tooltip-inner {
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* Clients
   ------------------------------------------------- */
.wt_client {
  margin-bottom: 40px; }

.wt_owl_carousel .wt_client {
  margin-bottom: 20px; }

.wt_client a {
  display: inline-block; }

.wt_client img {
  display: block;
  width: auto;
  width: 100% \9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.wt_client.wt_client_border img {
  border: 1px solid;
  border-color: transparent; }

.wt_client.wt_client_border img:hover {
  border-color: #888888; }

/* Custom Headings Styles
   ------------------------------------------------- */
.wt_cheading_sc h1,
.wt_cheading_sc h2,
.wt_cheading_sc h3,
.wt_cheading_sc h4,
.wt_cheading_sc h5,
.wt_cheading_sc h6 {
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 30px; }

/* ----- Headings #1  ----- */
.wt_cheading_sc.wt_cheading_1 h1,
.wt_cheading_sc.wt_cheading_1 h2,
.wt_cheading_sc.wt_cheading_1 h3,
.wt_cheading_sc.wt_cheading_1 h4,
.wt_cheading_sc.wt_cheading_1 h5,
.wt_cheading_sc.wt_cheading_1 h6 {
  position: relative; }

.wt_cheading_sc.wt_cheading_1 h1:after,
.wt_cheading_sc.wt_cheading_1 h2:after,
.wt_cheading_sc.wt_cheading_1 h3:after,
.wt_cheading_sc.wt_cheading_1 h4:after,
.wt_cheading_sc.wt_cheading_1 h5:after,
.wt_cheading_sc.wt_cheading_1 h6:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  border-color: #e1e1e1;
  width: 30%;
  height: 1px;
  margin: 30px 0; }

.wt_cheading_sc.wt_cheading_1 h1:before,
.wt_cheading_sc.wt_cheading_1 h2:before,
.wt_cheading_sc.wt_cheading_1 h3:before,
.wt_cheading_sc.wt_cheading_1 h4:before,
.wt_cheading_sc.wt_cheading_1 h5:before,
.wt_cheading_sc.wt_cheading_1 h6:before {
  content: "";
  display: block;
  background: #fcfcfc;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  border: 1px solid;
  border-color: #e1e1e1;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0;
  margin-bottom: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px #999;
  -moz-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999; }

.wt_cheading_sc.wt_cheading_1.wt_align_center {
  text-align: center; }

.wt_cheading_sc.wt_cheading_1.wt_align_center h1:after,
.wt_cheading_sc.wt_cheading_1.wt_align_center h2:after,
.wt_cheading_sc.wt_cheading_1.wt_align_center h3:after,
.wt_cheading_sc.wt_cheading_1.wt_align_center h4:after,
.wt_cheading_sc.wt_cheading_1.wt_align_center h5:after,
.wt_cheading_sc.wt_cheading_1.wt_align_center h6:after {
  margin: 30px auto; }

.wt_cheading_sc.wt_cheading_1.wt_align_center h1:before,
.wt_cheading_sc.wt_cheading_1.wt_align_center h2:before,
.wt_cheading_sc.wt_cheading_1.wt_align_center h3:before,
.wt_cheading_sc.wt_cheading_1.wt_align_center h4:before,
.wt_cheading_sc.wt_cheading_1.wt_align_center h5:before,
.wt_cheading_sc.wt_cheading_1.wt_align_center h6:before {
  left: 50%;
  margin-left: -5px; }

.wt_cheading_sc.wt_cheading_1.wt_align_right {
  text-align: right; }

.wt_cheading_sc.wt_cheading_1.wt_align_right h1:after,
.wt_cheading_sc.wt_cheading_1.wt_align_right h2:after,
.wt_cheading_sc.wt_cheading_1.wt_align_right h3:after,
.wt_cheading_sc.wt_cheading_1.wt_align_right h4:after,
.wt_cheading_sc.wt_cheading_1.wt_align_right h5:after,
.wt_cheading_sc.wt_cheading_1.wt_align_right h6:after {
  margin: 30px 0 30px auto; }

.wt_cheading_sc.wt_cheading_1.wt_align_right h1:before,
.wt_cheading_sc.wt_cheading_1.wt_align_right h2:before,
.wt_cheading_sc.wt_cheading_1.wt_align_right h3:before,
.wt_cheading_sc.wt_cheading_1.wt_align_right h4:before,
.wt_cheading_sc.wt_cheading_1.wt_align_right h5:before,
.wt_cheading_sc.wt_cheading_1.wt_align_right h6:before {
  left: 100%;
  margin-left: -10px; }

/* ----- Headings #2  ----- */
.wt_cheading_sc.wt_cheading_2 {
  overflow: hidden;
  margin-bottom: 30px;
  display: table; }

.wt_cheading_sc.wt_cheading_2 .wt_cheading_sep_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  height: 7px; }

.wt_cheading_sc.wt_cheading_2 .wt_cheading_sep {
  display: block;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
  height: 7px;
  top: 1px; }

.wt_cheading_sc.wt_cheading_2 h1,
.wt_cheading_sc.wt_cheading_2 h2,
.wt_cheading_sc.wt_cheading_2 h3,
.wt_cheading_sc.wt_cheading_2 h4,
.wt_cheading_sc.wt_cheading_2 h5,
.wt_cheading_sc.wt_cheading_2 h6 {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
  display: table-cell;
  white-space: pre; }

.wt_cheading_sc.wt_cheading_2.wt_align_right h1,
.wt_cheading_sc.wt_cheading_2.wt_align_right h2,
.wt_cheading_sc.wt_cheading_2.wt_align_right h3,
.wt_cheading_sc.wt_cheading_2.wt_align_right h4,
.wt_cheading_sc.wt_cheading_2.wt_align_right h5,
.wt_cheading_sc.wt_cheading_2.wt_align_right h6 {
  float: right;
  padding: 0 0 0 10px; }

/* ----- Headings #3  ----- */
.wt_cheading_sc.wt_cheading_3 {
  position: relative;
  margin-bottom: 20px; }

.wt_cheading_sc.wt_cheading_3 h1,
.wt_cheading_sc.wt_cheading_3 h2,
.wt_cheading_sc.wt_cheading_3 h3,
.wt_cheading_sc.wt_cheading_3 h4,
.wt_cheading_sc.wt_cheading_3 h5,
.wt_cheading_sc.wt_cheading_3 h6 {
  border-bottom: 1px solid;
  /*border-color: #e5e5e5;*/
  border-color: transparent;
  padding-bottom: 20px; }

.wt_cheading_sc.wt_cheading_3 h1:after,
.wt_cheading_sc.wt_cheading_3 h2:after,
.wt_cheading_sc.wt_cheading_3 h3:after,
.wt_cheading_sc.wt_cheading_3 h4:after,
.wt_cheading_sc.wt_cheading_3 h5:after,
.wt_cheading_sc.wt_cheading_3 h6:after {
  background: none repeat scroll 0 0 #e74c3c;
  bottom: 0px;
  content: " ";
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  width: 150px; }

.wt_cheading_sc.wt_cheading_3 h1 span,
.wt_cheading_sc.wt_cheading_3 h2 span,
.wt_cheading_sc.wt_cheading_3 h3 span,
.wt_cheading_sc.wt_cheading_3 h4 span,
.wt_cheading_sc.wt_cheading_3 h5 span,
.wt_cheading_sc.wt_cheading_3 h6 span {
  display: inline-block;
  padding-bottom: 10px; }

.wt_cheading_sc.wt_cheading_3.wt_align_center h1,
.wt_cheading_sc.wt_cheading_3.wt_align_center h2,
.wt_cheading_sc.wt_cheading_3.wt_align_center h3,
.wt_cheading_sc.wt_cheading_3.wt_align_center h4,
.wt_cheading_sc.wt_cheading_3.wt_align_center h5,
.wt_cheading_sc.wt_cheading_3.wt_align_center h6 {
  text-align: center; }

.wt_cheading_sc.wt_cheading_3.wt_align_right h1,
.wt_cheading_sc.wt_cheading_3.wt_align_right h2,
.wt_cheading_sc.wt_cheading_3.wt_align_right h3,
.wt_cheading_sc.wt_cheading_3.wt_align_right h4,
.wt_cheading_sc.wt_cheading_3.wt_align_right h5,
.wt_cheading_sc.wt_cheading_3.wt_align_right h6 {
  text-align: right; }

.wt_cheading_sc.wt_cheading_3.wt_align_right h1:after,
.wt_cheading_sc.wt_cheading_3.wt_align_right h2:after,
.wt_cheading_sc.wt_cheading_3.wt_align_right h3:after,
.wt_cheading_sc.wt_cheading_3.wt_align_right h4:after,
.wt_cheading_sc.wt_cheading_3.wt_align_right h5:after,
.wt_cheading_sc.wt_cheading_3.wt_align_right h6:after {
  left: auto;
  right: 0; }

.wt_cheading_sc.wt_cheading_3.wt_align_center h1:after,
.wt_cheading_sc.wt_cheading_3.wt_align_center h2:after,
.wt_cheading_sc.wt_cheading_3.wt_align_center h3:after,
.wt_cheading_sc.wt_cheading_3.wt_align_center h4:after,
.wt_cheading_sc.wt_cheading_3.wt_align_center h5:after,
.wt_cheading_sc.wt_cheading_3.wt_align_center h6:after {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

/* ----- Headings #4  ----- */
.wt_cheading_sc.wt_cheading_4 {
  background: transparent url(lib/img/divider_line.png) repeat-x center center;
  overflow: hidden;
  margin-bottom: 30px; }

.wt_cheading_sc.wt_cheading_4 h1,
.wt_cheading_sc.wt_cheading_4 h2,
.wt_cheading_sc.wt_cheading_4 h3,
.wt_cheading_sc.wt_cheading_4 h4,
.wt_cheading_sc.wt_cheading_4 h5,
.wt_cheading_sc.wt_cheading_4 h6 {
  display: inline;
  padding: 0 10px 0 0;
  margin: 0;
  background: #ffffff; }

.wt_cheading_sc.wt_cheading_4.wt_align_right h1,
.wt_cheading_sc.wt_cheading_4.wt_align_right h2,
.wt_cheading_sc.wt_cheading_4.wt_align_right h3,
.wt_cheading_sc.wt_cheading_4.wt_align_right h4,
.wt_cheading_sc.wt_cheading_4.wt_align_right h5,
.wt_cheading_sc.wt_cheading_4.wt_align_right h6 {
  padding: 0 0 0 10px; }

.wt_cheading_sc.wt_cheading_4.wt_align_center h1,
.wt_cheading_sc.wt_cheading_4.wt_align_center h2,
.wt_cheading_sc.wt_cheading_4.wt_align_center h3,
.wt_cheading_sc.wt_cheading_4.wt_align_center h4,
.wt_cheading_sc.wt_cheading_4.wt_align_center h5,
.wt_cheading_sc.wt_cheading_4.wt_align_center h6 {
  padding: 0 10px;
  margin: 0 auto; }

.wt_cheading_sc.wt_cheading_4.wt_align_right {
  text-align: right; }

.wt_cheading_sc.wt_cheading_4.wt_align_center {
  text-align: center; }

/* Section Headings
   ------------------------------------------------- */
.wt_section_heading.intro_text {
  margin-bottom: 40px; }

/* Gallery Grid
   ------------------------------------------------- */
.wt_gallery_grid_item {
  margin-bottom: 30px; }

.wt_gallery_grid_item.wt_col_1 {
  clear: both; }

.wt_gallery_item_inner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transition: all ease 400ms ease-in-out;
  -webkit-transition: all ease 400ms ease-in-out;
  -o-transition: all ease 400ms ease-in-out;
  transition: all ease 400ms ease-in-out; }

.wt_gallery_overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.55);
  -moz-transition: all ease 400ms ease-in-out;
  -webkit-transition: all ease 400ms ease-in-out;
  -o-transition: all ease 400ms ease-in-out;
  transition: all ease 400ms ease-in-out; }

.wt_gallery_item_inner > img {
  width: 100%;
  height: auto;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transition: all ease 400ms ease-in-out;
  -webkit-transition: all ease 400ms ease-in-out;
  -o-transition: all ease 400ms ease-in-out;
  transition: all ease 400ms ease-in-out; }

/* ----- Image Zoom Icon ----- */
.wt_image_zoom {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #01994d;
  text-align: center;
  position: absolute;
  top: -50%;
  left: 50%;
  border-radius: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transition: all ease 400ms ease-in-out;
  -moz-transition: all ease 400ms ease-in-out;
  -ms-transition: all ease 400ms ease-in-out;
  -o-transition: all ease 400ms ease-in-out;
  transition: all ease 400ms ease-in-out; }

/* ----- Image Title ----- */
.wt_gallery_overlay h3 {
  width: 100%;
  position: absolute;
  bottom: -28%;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/* ----- Image Scale ( Hover Effect ) ----- */
.wt_gallery_item_inner:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2); }

.wt_gallery_item_inner:hover .wt_image_zoom {
  top: 45%;
  color: #fff; }

.wt_gallery_item_inner:hover .wt_gallery_overlay h3 {
  bottom: 28%; }

.wt_gallery_item_inner:hover .wt_gallery_overlay {
  opacity: 1; }

.wt_image_zoom:hover, .wt_image_zoom:focus {
  background-color: #3071a9;
  color: #fff; }

.wt_gallery_no_margins {
  margin-bottom: 40px; }

.wt_gallery_no_margins article {
  padding: 0;
  margin: 0; }

/* Accordion
   ------------------------------------------------- */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0; }

.wpb_accordion .wpb_accordion_header:focus {
  outline: none; }

.wpb_accordion .wpb_accordion_section {
  margin: 3px 0 6px; }

.wpb_accordion .wpb_accordion_section:last-child {
  margin-bottom: 3px; }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
  content: "\f00c";
  color: #ffc400;
  font-size: 28px !important;
  margin-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 12px 40px 12px 0px;
  border-left: none;
  background-image: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.wpb_accordion .wpb_accordion_header.ui-state-active a {
  color: #151515;
  border-left-color: #01994d;
  background-image: none; }

.wpb_accordion .wpb_accordion_header a:hover {
  color: #ffc400; }

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: none; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  line-height: 22px;
  padding: 15px;
  margin-bottom: 5px; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase; }

.wpb_accordion .wpb_text_column p {
  color: #444;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300; }

.wpb_accordion .wpb_text_column p:last-child {
  margin-bottom: 10px; }

/* Video Player
   ------------------------------------------------- */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-bottom: 54.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden; }

/* Progress Bars
   ------------------------------------------------- */
.wt_progress_bars .vc_single_bar {
  background: #e0e0e0;
  margin-bottom: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.wt_progress_bars .vc_single_bar .vc_label {
  padding: 0 20px;
  line-height: 36px;
  font-weight: 700;
  font-size: 14px;
  color: #fff; }

.wt_progress_bars .vc_single_bar .vc_label_units {
  line-height: 36px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 20px; }

.wt_progress_bars .vc_single_bar .vc_bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-right: 20px solid #e0e0e0; }

.wt_progress_bars .vc_single_bar .vc_bar {
  background-color: #01994d;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/*------------------------------------------*/
/*  TABS
/*------------------------------------------*/
.wt_vcsc_style .wpb_tabs_nav {
  border: none; }

.wt_vcsc_style .wpb_tab .wpb_content_element {
  margin-bottom: 12px; }

.wt_vcsc_style .wpb_tabs_nav > li > a {
  color: #222;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  border: none; }

.wt_vcsc_style .wpb_tabs_nav > li:first-child {
  border-right: 1px solid #999;
  padding-right: 20px; }

.wt_vcsc_style .wpb_tabs_nav > li:last-child {
  padding-left: 20px; }

.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li a {
  margin-right: 2px;
  padding: 0;
  padding-bottom: 0; }

.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li.ui-tabs-active:first-child a {
  padding-left: 0; }

.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li:hover {
  background: none; }

.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li.ui-tabs-active a,
.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li.ui-tabs-active:hover a,
.wpb_content_element.wt_vcsc_style .wpb_tabs_nav li.ui-tabs-active:focus a {
  color: #ffc400;
  border: none; }

.wt_vcsc_style .wpb_tabs_nav > li > a:hover {
  color: #ffc400;
  border: none; }

/*------------------------------------------*/
/*  Tab Description
/*------------------------------------------*/
.wpb_content_element.wpb_tabs.wt_vcsc_style .wpb_tour_tabs_wrapper .wpb_tab {
  background: none;
  padding: 25px 0; }

.wpb_content_element.wpb_tabs.wt_vcsc_style .wpb_tour_tabs_wrapper .wpb_tab p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300; }

.wpb_content_element.wpb_tabs.wt_vcsc_style .wpb_tour_tabs_wrapper .wpb_tab a {
  margin-top: 20px;
  margin-right: 10px; }

/*** marketing related ***/
.wt_features .wt_service_box_sc {
  margin-bottom: 50px; }

.wt_left_icon_services .wt_service_box_sc h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none; }

.faq_section .wt_service_box_sc .wt_icon_type_2.wt_icon_24,
.faq_section .wt_service_box_sc .wt_icon_type_3.wt_icon_24 {
  font-size: 24px;
  width: auto;
  height: auto;
  line-height: 45px;
  margin-bottom: 0; }

.faq_section .wt_content_new_row .wt_title_type_2.wt_title_24 h4,
.faq_section .wt_content_new_row .wt_title_type_3.wt_title_24 h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 34px;
  font-weight: 700; }

.wt-row-container .vc_column_container {
  padding-left: 15px;
  padding-right: 15px; }

.wt-row-container .vc_column_container > .vc_column-inner {
  padding: 0; }

/*wt_visual end*/
div#tm-slider-2 {
  width: 100%;
  height: 500px !important; }

.maininsidediv {
  border: none;
  padding: 0px !important; }

.maininsidediv h2 {
  margin: 0px;
  display: block !important;
  /*color: #fff;*/
  color: #ffc000;
  font-size: 36px;
  line-height: 42px !important;
  font-family: Roboto;
  padding: 0px !important;
  /* float: left; */
  text-align: left; }

.maininsidediv .maindivp {
  text-align: left;
  color: #fff;
  padding-top: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

.iconp {
  text-align: left;
  font-size: 36px;
  color: #fff; }

.slider2h2 {
  margin-bottom: 20px !important; }

.sliderinnerdiv img {
  height: inherit !important;
  top: 0px !important;
  left: 0px !important; }

.slidersecondp {
  float: left;
  /*background-color: #63247c;*/
  background-color: #0e0e0e;
  color: #fff;
  padding: 0px 0px;
  display: inline-flex;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 32px !important;
  align-items: center;
  justify-content: center; }

.sliderreviewsecondp {
  float: left;
  background-color: #004770;
  color: #fff;
  padding: 0px 0px;
  display: inline-flex;
  padding-right: 20px;
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 17px !important;
  justify-content: center;
  align-items: center; }

.rightimage {
  background-color: #fff;
  padding: 8px 10px;
  margin-right: 10px;
  float: left; }

.rightimage img {
  width: 17px !important;
  height: 17px !important;
  top: 0px !important;
  left: 0px !important;
  display: inline-block; }

.buttonslider {
  float: left;
  line-height: 24px;
  border-width: 1px;
  margin: 10px 10px 20px 0px;
  padding: 12px 20px 11px;
  letter-spacing: 0px !important;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #454545 !important;
  font-weight: normal !important; }

.buttonslider:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important; }

.faq_section .wt_service_box_sc .wt_icon_type_2.wt_icon_24, .faq_section .wt_service_box_sc .wt_icon_type_3.wt_icon_24 {
  margin-top: 10px; }

.videodiv iframe {
  display: block;
  width: inherit !important;
  height: 293px !important;
  transform-style: preserve-3d;
  z-index: 0;
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  top: 0px !important;
  left: 0px !important; }

.sliderinnerdiv.videodiv {
  border: 10px solid #004770;
  border-radius: 10px; }

.sliderinnerdiv.videodivCreation {
  border: 10px solid #0e0e0e;
  border-radius: 10px;
  position: relative; }

.sliderinnerdiv.videoreview {
  border: 10px solid #004770;
  border-radius: 10px;
  position: relative; }

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important; }

a {
  outline: none; }

a:hover {
  outline: none; }

div#tm-slider-2 {
  height: 500px !important;
  margin-bottom: 0px !important; }

#tms-prev:before, .icon-left-open-big:before {
  content: "" !important;
  background: url("../images/leftArrow.png") no-repeat center center;
  width: 25px;
  height: 40px;
  margin-top: 6px; }

#tms-next:before, .icon-left-open-big:before {
  content: "" !important;
  background: url("../images/rightArrow.png") no-repeat center center;
  width: 25px;
  height: 40px;
  margin-top: 6px; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.tms-bullet-nav {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0 .3rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8) !important;
  opacity: .5;
  border-radius: 50%;
  border: 7px solid #312f2f !important; }

/*start of landing pages css*/
.mobilebanner {
  background-image: url("../images/slidebg5.jpg");
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-direction: column; }

.mobileButtonnew {
  font-family: 'Raleway-Bold';
  background-color: #ff910f;
  width: 350px;
  height: 70px;
  font-size: 25.56px;
  border-color: #ff910f;
  margin-top: 30px;
  text-transform: uppercase; }

.mobileButtonnew:hover {
  background-color: #ff910f; }

.mobileIcon {
  float: left;
  margin-top: 26px; }

.webbanner {
  background-image: url("../images/slidebg4.jpg");
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }

.videocreationbanner {
  /*background-image: url('../images/slidebg3.jpg');*/
  background: #000;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }

.videoreviewsbanner {
  background-image: url("../images/slidebg6.jpg");
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }

/*end of landing pages css*/
/*mobile design page css added below*/
.text-bold {
  font-weight: bold; }

.blueFltBg {
  background: #dbeef4; }

.grayBg {
  background: #f2f2f2; }

.plansPricingTable {
  float: left;
  width: 100%;
  margin: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center; }

table.p_table {
  width: 100%;
  margin: 0px;
  padding: 0px; }

table.p_table tr {
  border-bottom: 1px solid #e2e2e2; }

table.p_table td:first-child {
  text-align: left; }

table.p_table td:last-child {
  border-right: 0px none !important; }

table.p_table td {
  padding: 15px 0px;
  text-align: center;
  border-right: 1px solid #e2e2e2; }

.p_table h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
  padding: 0px; }

.p_table h1 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
  padding: 0px; }

.redTxt {
  color: #ba0001 !important;
  margin-top: 5px; }

.p_table td p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal; }

.grayColor {
  color: #333 !important; }

.grayLightColor {
  color: #949494 !important; }

.f12 {
  font-size: 12px !important; }

.logoOptionsDiv {
  float: left;
  width: 100%;
  text-align: center;
  margin: 5vh 0px 20px; }

.logoOptionsDiv h1 {
  margin-bottom: 50px; }

.logoImg {
  width: 100%;
  min-height: 198px; }

.imageDesc h2 {
  margin: 15px 0px;
  width: 100%;
  font-size: 26px;
  color: #595758;
  text-align: center;
  font-weight: bold; }

.chooseDigitalHeading {
  width: 100%;
  color: #fff !important; }

.chooseDigitalHeading h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff; }

.chooseDigitalHeading h2 {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #fff !important; }

ul.whyDigitalList {
  width: 100%;
  float: left;
  margin: 15px 0px 50px; }

ul.whyDigitalList li {
  list-style: none;
  width: 100%;
  padding-left: 60px;
  background: url(../images/grayyesIcon.png) no-repeat left center;
  font-size: 24px;
  line-height: 26px;
  color: #fff !important;
  font-weight: normal;
  margin-bottom: 25px; }

.payDigitalHeading {
  width: 100%;
  color: #000 !important; }

.whypay {
  padding: 50px 0px !important; }

.payDigitalHeading h1 {
  font-size: 48px;
  font-weight: normal;
  color: #000;
  margin-bottom: 15px; }

.payDigitalHeading h2 {
  font-size: 28px !important;
  font-weight: normal !important;
  color: #000 !important;
  margin-bottom: 0px !important; }

.customerExmHeading {
  width: 100%;
  color: #000 !important; }

.customerExmHeading h1 {
  font-size: 48px;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
  width: 100% !important; }

.customerExmHeading h2 {
  font-size: 28px !important;
  font-weight: normal !important;
  color: #000 !important;
  margin-bottom: 15px !important;
  width: 100% !important; }

.customerExmHeading h3 {
  font-size: 22px !important;
  font-weight: normal !important;
  color: #000 !important;
  margin-bottom: 15px !important;
  max-width: 100% !important; }

.readMoreDivBox {
  margin: 25px 0px;
  text-align: center; }

.clcikreadMore {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 22px;
  padding: 10px 25px;
  background: #689d17;
  margin: 0 auto;
  outline: none; }

.customerExampels {
  background: #adadad !important; }

.clearfix.customImgBox {
  float: left;
  width: 100%;
  margin-bottom: 25px; }

.custlogoImg {
  border: 2px solid #fff;
  box-shadow: 1px 1px 10px #666; }

.whoisBox {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  position: relative;
  border: 3px solid;
  padding: 3px;
  box-sizing: border-box;
  position: relative; }

.whoisBox .innerBox {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px;
  box-sizing: border-box; }

h1.whoHeading {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 10px 0px;
  text-shadow: 2px 2px 8px #333;
  font-family: serif; }

p.whoCont {
  font-size: 20px;
  padding: 5px 10px;
  font-weight: bold;
  color: #333;
  line-height: 27px;
  text-shadow: 1px 1px 1px #fff; }

.startedPriseBox {
  float: right;
  position: relative;
  margin: -10px 15px 30px 0px;
  width: 201px;
  color: #fff !important; }

.startedPriseBox h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px; }

.startedPriseBox h1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px; }

.startedPriseBox h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px; }

.greenBg {
  background: #92d051; }

.greenBorder {
  border: 3px solid #92d051; }

.blueBg {
  background: #01b0f1; }

.blueBorder {
  border: 3px solid #01b0f1; }

.yloBg {
  background: #ffc000; }

.yloBorder {
  border: 3px solid #ffc000; }

.rdBg {
  background: #fe0000; }

.rdBorder {
  border: 3px solid #fe0000; }

.extraPadding {
  padding: 25px 0px !important; }

.contactNumberStrip {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #32373d;
  margin-bottom: 50px;
  text-align: center;
  color: #fff; }

.plasTtl {
  font-size: 42px !important; }

/*mobile design page css end*/
* {
  box-sizing: border-box; }

/*--new index page design--*/
@font-face {
  font-family: 'Arvo-Bold';
  src: url("../fonts/Arvo-Bold.eot");
  src: local("Γÿ║"), url("../fonts/Arvo-Bold.woff") format("woff"), url("../fonts/Arvo-Bold.ttf") format("truetype"), url("../fonts/Arvo-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arvo-Regular';
  src: url("../fonts/Arvo-Regular.eot");
  src: local("Γÿ║"), url("../fonts/Arvo-Regular.woff") format("woff"), url("../fonts/Arvo-Regular.ttf") format("truetype"), url("../fonts/Arvo-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Medium';
  src: url("../fonts/Raleway-Medium.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url("../fonts/Raleway-SemiBold.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Black';
  src: url("../fonts/fonts/Raleway-Black.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-Black.woff") format("woff"), url("../fonts/Raleway-Black.ttf") format("truetype"), url("../fonts/Raleway-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/fonts/Raleway-Black.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url("../fonts/fonts/Raleway-ExtraBold.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype"), url("../fonts/Raleway-ExtraBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-ExtraLightItalic';
  src: url("../fonts/fonts/Raleway-ExtraBold.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-ExtraLightItalic.woff") format("woff"), url("../fonts/Raleway-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Raleway-ExtraLightItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-ExtraLight';
  src: url("../fonts/fonts/Raleway-ExtraLight.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-ExtraLight.woff") format("woff"), url("../fonts/Raleway-ExtraLight.ttf") format("truetype"), url("../fonts/Raleway-ExtraLight.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Thin';
  src: url("../fonts/fonts/Raleway-Thin.eot");
  src: local("Γÿ║"), url("../fonts/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway-Thin.ttf") format("truetype"), url("../fonts/Raleway-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro-Regular';
  src: local("Γÿ║"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaLight';
  src: local("Γÿ║"), url("../fonts/HelveticaLight/HelveticaLight.woff") format("woff"), url("../fonts/HelveticaLight/HelveticaLight.ttf") format("truetype"), url("../fonts/HelveticaLight/HelveticaLight.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaBold';
  src: local("Γÿ║"), url("../fonts/HelveticaBold/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold/HelveticaBold.ttf") format("truetype"), url("../fonts/HelveticaBold/HelveticaBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.arvoRegular {
  font-family: 'Arvo-Regular' !important; }

.arvoBold {
  font-family: 'Arvo-Bold' !important; }

.railwayMedium {
  font-family: 'Raleway-Medium'; }

.railwayRegular {
  font-family: 'Raleway-Regular'; }

.railwaySmBold {
  font-family: 'Raleway-SemiBold'; }

.railwayBold {
  font-family: 'Raleway-Bold'; }

.RalewayExtraBold {
  font-family: 'Raleway-ExtraBold'; }

.Raleway-SemiBold {
  font-family: 'Raleway-SemiBold'; }

.Raleway-Thin {
  font-family: 'Raleway-Thin'; }

.Raleway-Black {
  font-family: 'Raleway-Black'; }

#wt_header.scroll-fixed-navbar {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 0px; }

.blueTxtHding {
  color: #2f4186 !important; }

.headerBanner {
  float: left;
  width: 100%;
  position: relative;
  height: 780px; }

.headerBannermain {
  background: #636363 url(../images/headerBG.jpg) no-repeat;
  width: 100%;
  height: 503px;
  z-index: 10;
  position: absolute;
  /* background-size: 100%; */
  margin: 0 auto;
  background-position: top center;
  top: 0;
  left: 0; }

.headerBan_Content {
  position: absolute;
  z-index: 50;
  top: 0; }

.headerBan_Content {
  text-align: center;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.bannerHeading {
  width: 100%;
  text-align: center;
  padding: 25px 0px; }

.bannerHeading h1 {
  margin: 5px 0px !important;
  text-align: center;
  font-size: 48px;
  color: #ffffff; }

.fullSectionDiv {
  float: left;
  width: 100%; }

.margintop30 {
  margin-top: 30px; }

.leftPadding {
  padding-left: 0px !important; }

.rightPadding {
  padding-right: 0px !important; }

.weDoBox {
  background: #fff;
  display: inline-block;
  box-shadow: 1px 1px 15px #d9d9d9;
  margin-bottom: 35px;
  cursor: pointer; }

.weDo_Desc h3 {
  font-size: 20px;
  text-align: center;
  margin: 15px 0px 5px !important;
  padding: 0px 10px;
  color: #000;
  font-family: 'Raleway-SemiBold'; }

.weDo_Desc p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #656565 !important;
  padding: 0px 15px;
  display: inline-block;
  min-height: 65px;
  margin-bottom: 15px;
  font-family: 'Raleway-Medium'; }

.whatweDoPara {
  font-size: 17px;
  line-height: 24px;
  color: #3b3b3b;
  padding: 0px 3%; }

.weDoTtl {
  margin-bottom: 10px !important;
  font-size: 42px !important;
  margin-top: 0px;
  color: #000 !important; }

/*case study css*/
.caseStudies {
  padding-top: 100px;
  background: #fff;
  padding: 10px 0px 15px; }

.caseStudyHeading p {
  padding: 0px 11%;
  font-size: 18.33px;
  color: #333;
  font-family: 'Raleway-Bold';
  margin-bottom: 25px; }

h1.caseStudyTtl {
  margin-bottom: 10px;
  font-size: 55.33px;
  color: #000;
  margin-top: 22px;
  line-height: 50px; }

.caseStudyVid {
  background: url(../images/custVid_frame.png) no-repeat;
  padding: 25px;
  width: 100%;
  text-align: center;
  float: left;
  background-size: 100%;
  height: 364px; }

.caseStudyVid iframe {
  margin: 21px 21px 0px 22px !important;
  width: 93% !important;
  height: 82.50% !important; }

.vid_caseStudy_desc {
  padding-left: 10px;
  display: inline-block; }

.vid_caseStudy_desc h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000; }

.vid_caseStudy_desc p {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 30px; }

.salesLogoCont {
  min-height: 65px;
  display: table;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px; }

.divclear {
  clear: both; }

.padding_rl {
  padding: 0px 5%; }

.increaseSalesHeading p {
  font-size: 24px;
  color: #000;
  font-family: 'Raleway-SemiBold'; }

.intro_text.Headingttl {
  margin-bottom: 25px !important; }

.increaseSales {
  background: #f4f4f4;
  padding: 30px 0px 10px; }

/*movile app template*/
.HeadingttlApp p {
  margin-bottom: 5px; }

ul.links li a:hover, a.more:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .view-showcases .more-link a:hover, .checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-back:hover, button.cbutton-effect:hover, .title-teaser-text a.more:hover, .view-promoted-items .views-row:hover .icon, .feature:hover .feature-icon, .overlay i, .teaser-overlayed a:after {
  background-color: #53a4e4;
  border-color: #53a4e4 !important;
  color: #ffffff; }

a, .view-promoted-items .icon, .view-promoted-items .owl-carousel h2, .more-link a, .view-latest-blog-posts .views-field-title a, ul.links li a, a.more, input[type="submit"], input[type="reset"], input[type="button"], .checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back, .view-showcases .more-link a, button.cbutton-effect, .team-member ul.social-bookmarks li a, .view-tweets .views-row:after, .view-latest-blog-posts .views-row:after, #site-name a, #site-slogan, .header-top-area ul.social-bookmarks li a, .header-top-area ul.brands li a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .views-field-title a {
  color: #357cce; }

ul.links li a, a.more, input[type="submit"], input[type="reset"], input[type="button"], .checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back, .view-showcases .more-link a, button.cbutton-effect {
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 23px;
  text-decoration: none;
  color: #656565;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 200px;
  font-weight: 700;
  border: 1px solid #b2b2b2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  text-align: center;
  background-color: transparent; }

.colorDescAppCont {
  padding-top: 50px;
  font-family: 'Raleway-Regular';
  padding-left: 25px; }

.paddingnew25 {
  padding-left: 25px; }

.margin-bottom-fifty {
  margin-bottom: 50px; }

.nutshellFont h3 {
  font-family: 'Raleway-Regular'; }

/*entypo fontello css added below*/
@font-face {
  font-family: 'entypo-fontello';
  src: url("../fonts/entypo/Entypo-webfont.eot");
  src: url("../fonts/entypo/Entypo-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo/Entypo-webfont.woff") format("woff"), url("../fonts/entypo/Entypo-webfont.ttf") format("truetype"), url("../fonts/entypo/Entypo-webfont.svg#entypo-fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="entypo-"]:before, [class*=" entypo-"]:before {
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.headerBannermobileApp {
  width: 100%;
  float: left; }

.headerBannermobileApp img {
  width: 100%; }

/*logo design bxslider css*/
.bx-wrapper .bx-pager {
  display: none; }

.logodesign li {
  width: 147px !important;
  margin-right: 21px !important; }

.bx-wrapper {
  max-width: 1029px !important; }

.bx-wrapper .bx-next {
  right: -25px !important; }

.bx-wrapper .bx-prev {
  left: -21px !important; }

/*bxslider css end*/
/*adde css by ananta*/
.inx_desktop_vid_Div {
  position: relative; }

.vidBox_home {
  position: absolute;
  z-index: 100;
  top: 27px;
  left: 24.8%;
  width: 50.7%;
  overflow: hidden;
  height: 87.10%;
  cursor: pointer; }

.desktopImg.animated.fadeInUp.inx_desktop_vid_Div img {
  margin: 0 auto; }

.video_IndexBox {
  width: 46.50%;
  height: 57.20%;
  z-index: 150;
  cursor: pointer; }

.fluid-width-video-wrapper {
  width: 100%;
  position: initial !important;
  padding: 0; }

/*end*/
.inx_desktop_vid_Div {
  position: relative; }

/*.vidBox_home{
    position: absolute;
    z-index: 100;
    top: 36px;
    left: 20.60%;
    width: 46.50%;
    overflow: hidden;
    cursor: pointer;
}*/
.video_IndexBox {
  width: 46.50%;
  height: 57.20%;
  z-index: 150;
  cursor: pointer; }

.fluid-width-video-wrapper {
  width: 100%;
  position: initial !important;
  padding: 0; }

/*
style1.css
Open with
Displaying style1.css.*/
.topmarginZero {
  margin-top: 0px !important; }

/* for the helpup page*/
.checkeddiv {
  float: left;
  margin-top: 65px;
  width: 45px;
  height: 45px; }

/* checkBox TWO */
.checkbox_custm {
  width: 45px;
  height: 45px;
  background: #e5e5e5;
  position: relative; }

.checkbox_custm input[type="checkbox"] {
  opacity: 0; }

.checkbox_custm label {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #e5e5e5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.checkbox_custm label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  content: '\2713';
  /* position: absolute; */
  /* width: 25px; */
  /* height: 11px; */
  background: transparent;
  /* top: 12px; */
  /* left: 16px; */
  /* border: 5px solid #000; */
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(0deg);
  transform: rotate(-45deg);
  font-size: 30px;
  margin: 15px 15px;
  color: #000; }

.checkbox_custm label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.checkbox_custm input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

input[type=checkbox]:checked + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/*--restorent frame css--*/
.restaurantdescription {
  color: #000;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  line-height: 28px; }

.restaurant30 {
  margin-top: 20px; }

.restaurantborder {
  border-bottom: 1px solid #cccccc; }

.colorDescAppContnew {
  padding-bottom: 40px; }

.restaurantdescription span {
  font-family: 'Raleway-bold'; }

/*-end-*/
/*indexnew css pramod */
.caseStudiesnew {
  padding: 0px 0px 0px !important; }

.startcrush {
  background-color: #000;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 135px;
  position: relative;
  z-index: 10;
  margin-bottom: -2px; }
  .startcrush h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 36px;
    font-family: HelveticaLight; }
  .startcrush span {
    color: #ffc000;
    font-family: 'Oswald', sans-serif;
    font-weight: bold; }
  .startcrush .newcaseh2 {
    margin-top: 15px; }
  .startcrush p {
    color: #babab9;
    font-size: 21px;
    font-family: HelveticaLight;
    margin-bottom: 0px; }

.starcrushinside1 {
  margin-bottom: 10px; }

.startcrush1 {
  background-color: #000;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 70px;
  position: relative;
  z-index: 10;
  margin-top: -2px; }
  .startcrush1 h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 36px;
    font-family: HelveticaLight; }
  .startcrush1 span {
    color: #ffc000;
    font-family: 'Oswald', sans-serif;
    font-weight: bold; }
  .startcrush1 .newcaseh2 {
    margin-top: 15px; }
  .startcrush1 p {
    color: #fdfdfd;
    font-size: 16px;
    font-family: HelveticaLight;
    margin-bottom: 0px; }

.starcrushinside {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 570px 0 570px;
  border-color: #000 transparent transparent transparent; }

.newcrushimg {
  width: 140px;
  margin: 0 auto;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px; }

.newmarketing .marketingimg {
  float: left;
  margin-right: 15px; }
.newmarketing .crushdescription {
  overflow: hidden;
  display: block; }

.progressbarmain {
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 35px; }
  .progressbarmain .reviews-left {
    text-align: center;
    background: transparent;
    height: auto;
    border-bottom: 1px solid #c5c5c5;
    display: inline-block; }
    .progressbarmain .reviews-left .reviewerPic {
      text-align: center;
      margin: 0px;
      margin-top: 10px;
      margin-left: -15px; }
      .progressbarmain .reviews-left .reviewerPic .trent-raina {
        font-family: 'HelveticaBold';
        font-size: 15.01px;
        color: #030000;
        margin: 0px;
        padding: 0px;
        text-align: center; }
      .progressbarmain .reviews-left .reviewerPic .from-texas {
        font-family: 'HelveticaLight';
        font-size: 11.35px;
        color: #030000;
        text-align: center;
        margin-top: -8px; }
    .progressbarmain .reviews-left .quotationcenter {
      float: left;
      width: 40px;
      padding-top: 33px;
      text-align: left;
      margin-left: -10px;
      margin-right: 10px; }
    .progressbarmain .reviews-left .reviews-contant {
      font-family: 'Raleway-Regular';
      font-size: 15px;
      color: #333;
      text-align: left;
      margin: 35px 0px 25px;
      line-height: 18px;
      overflow: hidden;
      min-height: 128px; }
      .progressbarmain .reviews-left .reviews-contant span {
        font-family: 'Raleway-bold';
        color: #000; }

.progressbarinside {
  margin-top: 15px; }

.vertical {
  display: inline-block;
  width: 20%;
  height: 40px;
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg); }

.vertical {
  box-shadow: inset 0px 4px 6px #ccc; }

.progress-bar {
  box-shadow: inset 0px 4px 6px rgba(100, 100, 100, 0.6); }

.startedboot1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 570px 100px 570px;
  border-color: transparent transparent #000 transparent; }

.indexbuuton {
  margin-top: 20px; }

.indexbuuton button {
  font-size: 25px;
  font-family: 'Raleway-ExtraBold'; }

.indexbuuton .indexnew {
  margin-top: 0px;
  padding: 5px 10px; }

.margintopStarted {
  margin-top: -115px;
  padding-bottom: 15px; }

.vertical-skills {
  margin-top: 20px;
  text-align: center; }

.vertical-skills li {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 400px;
  background: #f0f0f0;
  margin: 0 15px; }

@media (max-width: 400px) {
  .vertical-skills li {
    width: 25px; } }
.vertical-skills li span.skill {
  position: absolute;
  animation-duration: 3s;
  animation-name: height;
  left: 0;
  right: 0;
  bottom: 0; }

.vertical-skills li span.titlenew {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: -43px;
  line-height: 16px;
  font-family: 'Raleway-ExtraBold';
  color: #000;
  font-size: 19px; }
  .vertical-skills li span.titlenew i {
    display: block;
    font-style: normal;
    font-family: 'Raleway-Medium';
    font-size: 15px;
    font-weight: bold;
    line-height: 22px; }

/* ANIMATIONS */
@keyframes height {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  0% {
    height: 0; }
  100% {
    max-height: 100%; } }
.socialicon {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px; }

/* date 11_4_2017 css */
.headerBannermain1 {
  background: #333;
  width: 100%;
  height: 445px;
  z-index: 10;
  position: relative;
  /* background-size: 100%; */
  margin: 0 auto;
  background-position: top center;
  top: 0;
  left: 0;
  overflow: hidden; }

.headerBannermain11 {
  background: #636363 url(/public/frontassets/images/headerBG.jpg) no-repeat;
  width: 100%;
  height: 445px;
  z-index: 10;
  position: relative;
  /* background-size: 100%; */
  margin: 0 auto;
  background-position: top center;
  top: 0;
  left: 0;
  overflow: hidden; }

.headertopBlackstrip {
  background: #636363 url(../images/topheaderstrip.jpg) no-repeat;
  width: 100%;
  height: 140px;
  position: relative;
  background-position: top center; }
  .headertopBlackstrip .headerBlack {
    position: relative;
    text-align: center; }
    .headertopBlackstrip .headerBlack p {
      color: #fff;
      font-size: 24px;
      font-family: 'Raleway-Bold';
      margin-bottom: 5px;
      padding-top: 10px; }
    .headertopBlackstrip .headerBlack .fontsizeheader {
      font-size: 40px; }
    .headertopBlackstrip .headerBlack .headerpadding {
      padding: 0px 15px; }
    .headertopBlackstrip .headerBlack h2 {
      font-size: 36px;
      margin-bottom: 0px;
      color: #fff;
      font-family: 'Raleway-ExtraLight';
      margin-bottom: 8px;
      margin-top: 0px; }
      .headertopBlackstrip .headerBlack h2 span {
        font-family: 'Raleway-Black';
        color: #ffc000; }
    .headertopBlackstrip .headerBlack h3 {
      font-size: 26px;
      margin-bottom: 0px;
      color: #787475;
      font-family: 'Raleway-ExtraLight';
      font-weight: bold;
      margin-top: 0px; }
      .headertopBlackstrip .headerBlack h3 span {
        font-family: 'Raleway-Bold';
        color: #fff; }

.headertopBlackstrip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 30px 0 29px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  content: '';
  left: 47%;
  z-index: 20;
  bottom: -21px; }

.newheaderbannermargin {
  margin-top: 25px; }

.newheaderbanner {
  height: 444px; }

.navbar-fixed-top1 {
  position: relative;
  z-index: 9999; }

.contactUsform {
  /* background: #636363 url(../images/price.jpg) no-repeat;*/
  min-height: 550px;
  background-size: cover;
  padding: 3% 0px 0px;
  float: left;
  width: 100%; }

.pricing-text {
  text-align: center; }

.pricing-text h3 {
  font-weight: 600;
  color: #000;
  /*padding-bottom: 0.7em;*/
  /* background: url(../images/line.png) no-repeat 50% 100%;*/
  margin-top: 20px;
  font-family: 'Raleway-Bold'; }

.contact_form input, .contact_form textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
  border-color: rgba(240, 248, 255, 0);
  border: 1px solid #b5b5b5;
  background-color: #fff; }

.contact_form input {
  margin-bottom: 10px; }

.contact_form textarea {
  line-height: 1.32; }

.contactusbutton {
  color: #fff;
  background-color: #1B242F;
  border-color: #357ebd; }

.contactusbanner {
  background: #636363 url(../images/contactusbanner.jpg) no-repeat;
  width: 100%;
  height: 640px;
  background-position: top center; }

/*end date 11_4_2017 css */
/*contactus new 12*/
.contactdetails h2 {
  padding-top: 25px;
  font-size: 34px !important;
  font-family: 'Raleway-Regular' !important;
  margin-bottom: 0px;
  margin-top: 0px; }
  .contactdetails h2 span {
    font-family: 'Raleway-Bold' !important; }
.contactdetails h3 {
  font-size: 34px;
  font-family: 'Raleway-Regular' !important;
  margin-bottom: 0px;
  color: #fff !important;
  margin-top: 0px; }
  .contactdetails h3 span {
    font-family: 'Raleway-Bold' !important; }

.contactusmaintop {
  background: #000;
  width: 100%;
  height: 140px;
  position: relative;
  background-position: top center; }
  .contactusmaintop .headerBlack {
    position: relative;
    text-align: center; }
    .contactusmaintop .headerBlack p {
      color: #fff;
      font-size: 24px;
      font-family: 'Raleway-Bold';
      margin-bottom: 5px;
      padding-top: 10px; }
    .contactusmaintop .headerBlack h2 {
      font-size: 36px;
      margin-bottom: 0px;
      color: #ffc000;
      font-family: 'Raleway-ExtraLight';
      margin-bottom: 8px; }
      .contactusmaintop .headerBlack h2 span {
        font-family: 'Raleway-Black'; }
    .contactusmaintop .headerBlack h3 {
      margin-bottom: 0px;
      color: #787475;
      font-family: 'Raleway-ExtraLight'; }
      .contactusmaintop .headerBlack h3 span {
        font-family: 'Raleway-Bold';
        color: #fff; }

.contactusmaintop:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 30px 0 29px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  content: '';
  left: 47%;
  z-index: 20;
  bottom: -23px; }

.mobileButtonnew {
  font-family: 'Raleway-Bold';
  background-color: #ff910f;
  width: 350px;
  height: 70px;
  font-size: 25.56px;
  border-color: #ff910f;
  margin-top: 30px;
  text-transform: uppercase; }
  .mobileButtonnew:hover {
    background-color: #ff910f; }

.mobileIcon {
  float: left;
  margin-top: 26px; }

video#bgvid {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  background-size: cover;
  transition: 1s opacity;
  opacity: 0.5; }

/*end contactus new 12*/
/*step2 form css*/
.sentence {
  position: relative; }

.mutipleUpload {
  position: relative; }

.step2main {
  padding: 30px 0px; }
  .step2main .step2inside {
    text-align: center; }
    .step2main .step2inside h3 {
      font-size: 26px;
      color: #000;
      font-family: 'Raleway-Regular'; }
    .step2main .step2inside span {
      font-family: 'Raleway-Bold'; }
  .step2main .step2P {
    color: #000;
    font-size: 17px;
    font-family: 'Raleway-Medium';
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px; }
  .step2main .stepMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    /*.spepsNormalArrow{
        background: url(../images/stepNormalArrowlast.png) no-repeat left top;
    }*/ }
    .step2main .stepMenu #progress {
      padding: 0;
      list-style-type: none;
      font-family: arial;
      font-size: 20px;
      clear: both;
      line-height: 1em;
      margin: 0 -1px;
      text-align: center;
      font-family: 'Raleway-Bold';
      margin-top: 20px; }
    .step2main .stepMenu #progress li {
      float: left;
      padding: 6px 30px 7px 40px;
      /* background: #e5e5e6; */
      background: url(../images/stepsNormalBg.png) repeat-x;
      color: #333232;
      position: relative;
      /* border-top: 1px solid #e5e5e6; */
      /* border-bottom: 1px solid #e5e5e6; */
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      position: relative; }
    .step2main .stepMenu .spepsNormalArrow {
      background: url(../images/stepNormalArrowlast.png) no-repeat left top;
      float: right;
      /* padding: 6px 0px 7px 0px; */
      height: 50px;
      width: 50px;
      margin: 0px;
      position: absolute;
      right: -50px;
      z-index: 100;
      top: 0; }
    .step2main .stepMenu .spepsActiveArrow {
      background: url(../images/activeArrow.png) no-repeat left top;
      float: right;
      /* padding: 6px 0px 7px 0px; */
      height: 50px;
      width: 50px;
      margin: 0px;
      position: absolute;
      right: -49px;
      z-index: 100;
      top: 0; }
    .step2main .stepMenu .spepsActiveLastArrow {
      background: url(../images/activeLastArrow.png) no-repeat left top;
      float: right;
      /* padding: 6px 0px 7px 0px; */
      height: 50px;
      width: 50px;
      margin: 0px;
      position: absolute;
      right: -50px;
      background-size: 26px 53px;
      z-index: 100;
      top: -1px; }
    .step2main .stepMenu #progress li:nth-child(1) {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      border-left: 1px solid #c0c0c0; }
    .step2main .stepMenu #progress li:before {
      /* content: '';
       border-left: 16px solid #e5e5e6;
       border-top: 16px solid transparent;
       border-bottom: 16px solid transparent;
       position: absolute;
       top: 0;
       left: 0;*/ }
    .step2main .stepMenu #progress li:after {
      /*content: '';
      border-left: 30px solid #e5e5e6;
      border-top: 30px solid transparent;
      border-bottom: 28px solid transparent;
      position: absolute;
      top: 0px;
      left: 100%;
      z-index: 20;*/ }
    .step2main .stepMenu #progress li.active {
      /*background: #1d1c1c;*/
      background: url(../images/stepsActiveBg.png) repeat-x;
      color: #fff;
      /*border-top: 1px solid #1d1c1c;
      border-bottom: 1px solid #1d1c1c;*/ }
    .step2main .stepMenu #progress li.active:after {
      border-left-color: #1d1c1c; }
    .step2main .stepMenu span {
      float: left;
      width: 37px;
      height: 37px;
      border-radius: 50px;
      /*background-color: #b4b4b4; */
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      color: #fff;
      border-color: #fff;
      padding-bottom: 5px;
      font-size: 38px;
      border: 1px solid #fff;
      background: #828282;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#b6b6b6, #828282);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#b6b6b6, #828282);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#b6b6b6, #828282);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#b6b6b6, #828282);
      /* Standard syntax */ }
    .step2main .stepMenu .activspan {
      background-color: #4479b8;
      border-color: #fff;
      background: #4479b8;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#5590cf, #3668a7);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#5590cf, #3668a7);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#5590cf, #3668a7);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#5590cf, #3668a7);
      /* Standard syntax */ }
    .step2main .stepMenu .span3 {
      padding-bottom: 9px; }

.step2second .formStepMain .formInside {
  background-color: #ebebeb;
  padding: 20px 50px; }
  .step2second .formStepMain .formInside h2 {
    font-size: 24px;
    color: #494848;
    font-family: 'Raleway-Bold';
    margin-bottom: 7px; }
  .step2second .formStepMain .formInside p {
    font-family: 'Raleway-Regular';
    color: #494848;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px; }
  .step2second .formStepMain .formInside .step-control {
    height: 75px;
    background-color: #fff;
    border-radius: 0px; }
.step2second .formStepMain .backgroundNone {
  background: transparent !important;
  margin: 20px 0px;
  /*position: relative;*/
  /* Hide the file input using
  opacity */ }
  .step2second .formStepMain .backgroundNone label {
    display: inline-block;
    width: 5em;
    padding: 0 1em;
    text-align: right; }
  .step2second .formStepMain .backgroundNone [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    /*position: absolute;*/
    width: 158px;
    left: 3%;
    top: 45%; }
  .step2second .formStepMain .backgroundNone input,
  .step2second .formStepMain .backgroundNone [type=file] + label {
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
    margin: 0;
    left: 0;
    position: relative; }
  .step2second .formStepMain .backgroundNone [type=file] + label {
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 60px;
    margin-top: 20px;
    font-size: 24px;
    background: #476caf;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5da3c6, #476caf);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5da3c6, #476caf);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5da3c6, #476caf);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5da3c6, #476caf);
    /* Standard syntax */
    border: 1px solid #2e6da4;
    padding: 10px 32px;
    width: auto;
    font-family: 'Raleway-Bold';
    margin-left: 25px; }
.step2second .formStepMain .marginbottom3 {
  margin-bottom: 20px !important; }
.step2second .formStepMain .selectoption {
  width: 100%;
  height: 60px !important;
  font-family: 'Raleway-Bold';
  font-size: 15px;
  margin-left: 25px;
  color: #494848; }
  .step2second .formStepMain .selectoption option {
    background-color: #7e7e7e;
    color: #fff;
    line-height: 40px !important; }
.step2second .formStepMain .othersDiv {
  position: relative;
  display: flex; }
  .step2second .formStepMain .othersDiv .othercontent {
    float: left;
    width: 10%; }
    .step2second .formStepMain .othersDiv .othercontent p {
      padding-left: 25px;
      font-size: 18px;
      color: #494848;
      font-family: 'Raleway-Bold';
      padding-top: 20px; }
  .step2second .formStepMain .othersDiv .othersInput {
    float: left;
    width: 46.5%; }
    .step2second .formStepMain .othersDiv .othersInput .step-control1 {
      border-radius: 0px;
      height: 60px;
      background-color: #fff; }
.step2second .formStepMain .step7Text {
  line-height: 30px; }
.step2second .formStepMain .step7-input {
  border-radius: 0px;
  height: 60px;
  background-color: #fff;
  margin-top: 20px;
  width: 54%;
  margin-left: 25px; }
.step2second .checkbox_custm {
  width: 45px;
  height: 45px;
  background: #e5e5e5;
  position: relative; }
.step2second .checkbox_custm input[type="radio"] {
  opacity: 0; }
.step2second .checkbox_custm label {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #e5e5e5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }
.step2second .checkbox_custm label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  content: '\2713';
  /* position: absolute; */
  /* width: 25px; */
  /* height: 11px; */
  background: transparent;
  /* top: 12px; */
  /* left: 16px; */
  /* border: 5px solid #000; */
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(0deg);
  transform: rotate(-45deg);
  font-size: 30px;
  margin: 15px 15px;
  color: #000; }
.step2second .checkbox_custm label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }
.step2second .checkbox_custm input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }
.step2second input[type=radio]:checked + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.step2buttonDiv {
  text-align: center; }
  .step2buttonDiv .stepSubmit {
    border: 1px solid #2e6da4;
    font-size: 40px;
    font-family: 'Raleway-Bold';
    height: 90px;
    padding: 0px 40px;
    margin-top: 30px;
    margin-bottom: 70px;
    background: #476caf;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5da3c6, #476caf);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5da3c6, #476caf);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5da3c6, #476caf);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5da3c6, #476caf);
    /* Standard syntax */ }

.bottomInformation {
  background-color: #2b3c82;
  text-align: center;
  padding: 10px 0px; }
  .bottomInformation h2 {
    font-size: 54px;
    color: #fff;
    font-family: 'Raleway-Bold';
    margin-bottom: 0px; }
  .bottomInformation h3 {
    font-size: 34px;
    color: #fff;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 10px; }

.step2checkbox {
  margin-bottom: 30px; }

.step2checkbox label:after {
  margin: 0px !important; }

.checkboxh4 {
  margin-bottom: 20px !important; }

.widthsetp {
  float: left;
  width: 170px; }

.yesStep {
  padding-left: 55px !important;
  font-size: 18px !important;
  font-family: 'Raleway-Bold' !important;
  margin-top: -11px; }

.stepsSpan {
  float: left;
  min-height: 30px;
  margin-left: 15px; }

.fontmedium {
  font-family: 'Raleway-Medium' !important; }

.formInside3 {
  background-color: #ebebeb;
  padding: 20px 78px;
  margin-top: 30px;
  margin-bottom: 50px; }
  .formInside3 h2 {
    font-size: 24px;
    color: #494848;
    font-family: 'Raleway-Bold';
    margin-bottom: 10px; }
  .formInside3 p {
    font-family: 'Raleway-Medium';
    color: #000;
    font-size: 16px;
    margin-bottom: 10px; }

.liCount {
  float: left;
  min-height: 35px;
  margin-right: 3px; }

.selectoption {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none; }

.selectDivMain {
  position: relative;
  width: 54%; }

.selectoption {
  background: #636363 url(../images/downarrowstep.png) no-repeat;
  background-position: 98%; }

/*end step2 form css*/
.contactdetails h3 {
  font-family: 'Raleway-ExtraLight' !important; }

.startedbuttonnew {
  margin-top: 0px !important; }

.startedbuttonnew button {
  width: 300px; }

.startedbuttonnew .btn-default:hover, .startedbuttonnew .btn-default:focus, .startedbuttonnew .btn-default.focus, .startedbuttonnew .btn-default:active, .startedbuttonnew .btn-default.active, .startedbuttonnew .open > .dropdown-toggle.btn-default {
  background-color: #ff910f;
  border-color: #e87e01; }

section.contactUsform .pricing-text h3 {
  font-size: 2.9em; }

.contactUsform {
  padding-top: 1% !important;
  min-height: 390px !important; }

.contactusmaintop {
  height: 100px; }

.contactusbanner1 {
  background: #e4c38d; }

.contactusbanner1 img {
  margin: 0 auto !important; }

.contactdetails h3 {
  padding-top: 30px; }

.contact_form input, .contact_form textarea {
  padding: 8px 10px !important;
  border-radius: 0px !important; }

.boxshadownone {
  box-shadow: inherit !important; }

.desktopImg.animated.fadeInUp.inx_desktop_vid_Div img {
  margin: 0 auto; }

/* thankyou page css */
.thankusection {
  padding: 0px !important; }

.thankyou {
  float: left;
  position: relative;
  padding: 0px 55px; }
  .thankyou .thankyouMain {
    float: left;
    width: 62%;
    margin-top: 60px; }
    .thankyou .thankyouMain h2 {
      font-size: 24px;
      font-family: 'Raleway-Bold';
      color: #4a74b2;
      margin-bottom: 10px; }
    .thankyou .thankyouMain p {
      font-size: 17px;
      color: #000000;
      font-family: 'Raleway-SemiBold'; }
  .thankyou .thankyouright {
    float: right;
    width: 38%;
    text-align: right; }

.thankuForm {
  padding-top: 35px !important; }
  .thankuForm h1 {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    color: #494848;
    margin-bottom: 10px; }
  .thankuForm [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    width: 158px;
    left: 7%;
    top: 55%; }
  .thankuForm input,
  .thankuForm [type=file] + label {
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
    margin: 0;
    left: 0;
    position: relative; }
  .thankuForm [type=file] + label {
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 60px;
    margin-top: 0px;
    font-size: 24px;
    background: #8c8b8b;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#8c8b8b, #cccccc);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8c8b8b, #cccccc);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8c8b8b, #cccccc);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8c8b8b, #cccccc);
    /* Standard syntax */
    border: 1px solid #cccccc;
    padding: 10px 32px;
    width: auto;
    font-family: 'Raleway-Bold';
    border-radius: 0px; }
  .thankuForm .stepthankyou {
    width: 62%; }
  .thankuForm .uploadThanku {
    margin-top: 35px; }
  .thankuForm .thanku-control {
    height: 60;
    background-color: #fff;
    border-radius: 0px; }
  .thankuForm .thankuDescription {
    font-size: 15px !important;
    color: #000000 !important;
    font-family: 'Raleway-Regular' !important;
    padding-left: 0px !important;
    margin-top: 25px;
    margin-bottom: 40px !important; }
  .thankuForm .thankuButton {
    height: 80px !important;
    margin-bottom: 30px !important;
    margin-top: 15px !important;
    font-size: 33px !important; }

/*end of thankyou page css */
/*New footer page css added below*/
.footerDE {
  float: left;
  width: 100%;
  background: #363636; }
  .footerDE .footerBg {
    background: transparent !important; }
  .footerDE .footerMain_wrappper {
    position: relative;
    border-bottom: 5px solid #fff; }
  .footerDE .rowSpacing {
    margin: 0px -15px; }
  .footerDE footer img {
    width: initial !important; }
  .footerDE .leftImgFooter {
    border: 5px solid #fff;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px; }
  .footerDE .footerright_Top_img {
    border-bottom: 5px solid #fff;
    height: 75px;
    overflow: hidden; }
  .footerDE .col-md-5.col-sm-5.col-lg-5.footerLftContainer {
    width: 45%; }
  .footerDE .col-md-7.col-sm-7.col-lg-7.footerRightContainer {
    width: 55%; }
  .footerDE img.leftImgFooter.img-responsive {
    width: 100% !important;
    height: auto; }
  .footerDE img.rightImgTop.img-responsive {
    width: 100% !important;
    height: auto; }
  .footerDE .footerright_Bottom_Container {
    background: #363636;
    float: left;
    width: 100%;
    /*border-bottom: 5px solid #fff;*/
    /*min-height: 32vh;*/
    padding-left: 12%;
    box-sizing: border-box; }
  .footerDE .footerCenterLogo {
    position: absolute;
    left: 45%;
    top: 25%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: 125px; }
  .footerDE .footer_one {
    background: #b7b7b7;
    height: 40px;
    padding: 0px 0px; }
  .footerDE .footerSocialDiv {
    float: left;
    text-align: left;
    margin: 10px 0px; }
    .footerDE .footerSocialDiv span {
      display: inline-block;
      margin-right: 3px; }
      .footerDE .footerSocialDiv span img {
        width: initial !important; }
      .footerDE .footerSocialDiv span a {
        text-decoration: none; }
  .footerDE .mission_footerDiv {
    float: left;
    text-align: left;
    width: 100%; }
    .footerDE .mission_footerDiv h3 {
      font-family: 'Arvo-Bold' !important;
      font-size: 18px;
      color: #ffc000;
      margin: 0px 0px 8px 0px; }
    .footerDE .mission_footerDiv p {
      /*font-family: 'Raleway-Thin';*/
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 10px;
      color: #fff;
      line-height: 14px;
      margin-bottom: 10px; }
    .footerDE .mission_footerDiv .bottomLine {
      height: 1px;
      border-bottom: 1px solid #fff !important;
      border-top: 0px;
      margin: 0px 0px 10px 0; }
    .footerDE .mission_footerDiv .headqtr_txt {
      /*font-family: 'Raleway-Thin';*/
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 10px;
      color: #fff;
      line-height: 14px;
      font-style: italic; }
  .footerDE .call_contFormDiv .contNumberBox {
    width: 96%;
    margin: 10px auto;
    border: 3px solid #fff;
    background: #4e6fb4; }
    .footerDE .call_contFormDiv .contNumberBox h3 {
      font-family: 'Arvo-Bold' !important;
      font-size: 16px;
      color: #fff;
      margin: 5px 0px;
      text-align: center; }
      .footerDE .call_contFormDiv .contNumberBox h3 span {
        color: #febf00; }
  .footerDE .quoteRequestBox {
    width: 90%;
    margin: 7px auto; }
    .footerDE .quoteRequestBox h3 {
      font-family: 'Arvo-Bold' !important;
      font-size: 14px;
      color: #fabe00;
      margin: 5px 0px;
      text-align: left; }
    .footerDE .quoteRequestBox .footer_contactForm input, .footerDE .quoteRequestBox .footer_contactForm textarea {
      padding: 2px 7px !important;
      border-radius: 0px !important;
      margin-bottom: 5px;
      background: transparent !important;
      border: 1px solid #eee;
      color: #fff;
      font-size: 11px;
      font-family: Verdana, Geneva, Tahoma, sans-serif; }
    .footerDE .quoteRequestBox .footer_contactForm input[type="text"], .footerDE .quoteRequestBox .footer_contactForm input[type="email"], .footerDE .quoteRequestBox .footer_contactForm textarea, .footerDE .quoteRequestBox .footer_contactForm textarea.form-control {
      color: #fff !important; }
    .footerDE .quoteRequestBox .footer_contactForm button.btn.btn-default.submitFormBtn {
      font-family: 'Raleway-Bold';
      background-color: #ff910f !important;
      width: auto;
      /* height: 45px; */
      font-size: 16px !important;
      border-color: #ff910f !important;
      display: flex;
      align-items: center;
      /* padding: 5px 5px; */
      justify-content: center;
      padding: 2px 5px; }
      .footerDE .quoteRequestBox .footer_contactForm button.btn.btn-default.submitFormBtn span {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 7px;
        margin-top: 0px; }
  .footerDE .centerFtrImg img {
    width: 100%;
    margin: 0 auto; }

h2.footerCopy {
  font-size: 18px;
  text-align: center;
  color: #000;
  margin: 10px 0px; }

h2.footerCopy a {
  color: #000; }

textarea#contact_msg {
  line-height: 13px; }

p.headqtr_txt span {
  color: #ffc000; }

/*New footer page css end */
/*- real estate css added below-*/
.realEstate {
  text-align: center; }

input.form-text-realestate {
  background: #ffffff;
  color: #363636;
  font-size: 18px;
  padding: 14px 15px;
  outline: none;
  border: 1px solid #acacac;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-weight: 400; }

.image-preview {
  text-align: center; }

a[href^=tel] {
  color: inherit !important;
  text-decoration: none; }

/*start of MobileAppSalesForm*/
.salesDiv {
  position: relative;
  margin: 20px 0px;
  /*position: relative;*/
  /* Hide the file input using
  opacity */ }
  .salesDiv label {
    display: inline-block;
    width: 5em;
    padding: 0 1em;
    text-align: right; }
  .salesDiv [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    /*position: absolute;*/
    width: 158px;
    left: 7%;
    top: 55%; }
  .salesDiv input,
  .salesDiv [type=file] + label {
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
    margin: 0;
    left: 0;
    position: relative; }
  .salesDiv [type=file] + label {
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 60px;
    margin-top: 20px;
    font-size: 24px;
    background: #476caf;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5da3c6, #476caf);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5da3c6, #476caf);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5da3c6, #476caf);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5da3c6, #476caf);
    /* Standard syntax */
    border: 1px solid #2e6da4;
    padding: 10px 32px;
    width: auto;
    font-family: 'Raleway-Bold';
    margin-left: 3px; }

.salesmargin {
  margin-left: 3px !important; }

.widthInput {
  width: 54.5% !important; }

.appDesignSales {
  position: relative; }
  .appDesignSales .AppDesignHeading {
    background-color: #415da8;
    padding: 12px 50px;
    height: 60px;
    margin-bottom: 15px; }
    .appDesignSales .AppDesignHeading h2 {
      font-size: 32px;
      color: #fff;
      font-family: 'Raleway-Bold';
      margin-bottom: 0px;
      margin-top: 0px; }

.uploadMainSales {
  width: 100%;
  position: relative;
  display: inline-block; }
  .uploadMainSales .uploadMainSalesContent {
    float: left;
    width: 20%; }
    .uploadMainSales .uploadMainSalesContent p {
      padding-left: 0px !important;
      font-family: 'Raleway-SemiBold' !important;
      margin-top: 12px; }
  .uploadMainSales .uploadMainSalesUpload {
    float: left;
    width: 80%;
    position: relative;
    /* Hide the file input using
    opacity */ }
    .uploadMainSales .uploadMainSalesUpload label {
      display: inline-block;
      width: 5em;
      padding: 0 1em;
      text-align: right; }
    .uploadMainSales .uploadMainSalesUpload [type=file] {
      position: absolute;
      filter: alpha(opacity=0);
      opacity: 0;
      /*position: absolute;*/
      width: 160px;
      left: 1%;
      top: 0%;
      height: 56px; }
    .uploadMainSales .uploadMainSalesUpload input,
    .uploadMainSales .uploadMainSalesUpload [type=file] + label {
      border: 1px solid #CCC;
      border-radius: 3px;
      text-align: left;
      padding: 10px;
      margin: 0;
      left: 0;
      position: relative; }
    .uploadMainSales .uploadMainSalesUpload [type=file] + label {
      text-align: center;
      color: #fff;
      border: none;
      cursor: pointer;
      height: 60px;
      margin-top: 0px;
      font-size: 24px;
      background: #476caf;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#5da3c6, #476caf);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#5da3c6, #476caf);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#5da3c6, #476caf);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#5da3c6, #476caf);
      /* Standard syntax */
      border: 1px solid #2e6da4;
      padding: 10px 32px;
      width: auto;
      font-family: 'Raleway-Bold';
      margin-left: 3px; }

.salesFunctionality {
  margin-top: 15px;
  margin-bottom: 0px !important; }

.salesTop h3 {
  margin-bottom: 0px; }

/*end of MobileAppSalesForm*/
/*start of 27_4_2017 catalogue css*/
.cataloguebanner {
  background: rgba(0, 0, 0, 0.83) url(../images/catalogueBG.jpg) no-repeat center center;
  height: 656px; }

.realEstateBanner {
  background: rgba(0, 0, 0, 0.83) url(../images/realEstateBg.jpg) no-repeat center center;
  height: 656px; }

.imgtopcatalog {
  margin-top: 30px; }

.catalogue30 {
  margin-top: 30px !important; }

.imgtopreal {
  margin-top: 27px; }

/*end of 27_4_2017 catalogue css*/
/*--steps pages modify css added below--*/
.outerBorder {
  border: 7px solid #000;
  margin: 25px 0px;
  padding: 0px;
  display: table; }

.stepHeader {
  background: #f4cd00;
  border-bottom: 7px solid #000;
  min-height: 100px;
  margin-bottom: 20px; }

.stepHeader h1 {
  margin: 10px 0px 5px;
  text-align: center;
  color: #000000;
  font-size: 42px;
  font-family: 'Raleway-Black'; }

.stepHeader h2 {
  margin: 5px 0px 15px;
  text-align: center;
  color: #000000;
  font-size: 29px;
  font-family: 'Raleway-Regular'; }

.stepfooter {
  background: #f4cd00;
  border-top: 7px solid #000;
  min-height: 100px;
  margin-top: 20px; }

.stepfooter h1 {
  margin: 10px 0px 5px;
  text-align: center;
  color: #000000;
  font-size: 42px;
  font-family: 'Raleway-Black'; }

.stepfooter h2 {
  margin: 5px 0px 15px;
  text-align: center;
  color: #000000;
  font-size: 29px;
  font-family: 'Raleway-Regular'; }

.step2buttonDiv .stepSubmit {
  margin-bottom: 15px !important; }

/*--end--*/
/*start of step3 new css*/
.afterNone:after {
  content: none !important; }

.step2mainBanner {
  background: #000 url(../images/step2banner.jpg) no-repeat !important;
  width: 100%;
  height: 140px;
  position: relative;
  background-position: top center;
  margin-bottom: 35px; }

.step2mainBanner .striph2 {
  font-size: 67px !important;
  color: #ffc000 !important;
  text-shadow: 1px 1px 0 #fff, 0px 1px 0 #fff, 0px 1px 0 #fff, -2px -1px 0 #fff, -2px 1px 0 #fff; }

.step2mainBanner p {
  padding-top: 16px !important; }

.registrationMain {
  margin-top: 0px !important; }

.formInside3.purchaseVid_bg {
  min-height: 650px;
  /*background: #000 url(../images/purchaseVid_bg.jpg) no-repeat center bottom !important;*/ }

.formInside3.purchaseVid_bg {
  background: #fff;
  padding: 0px 15px;
  margin-bottom: -20px; }

p.vidPurchase_Text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-family: 'Raleway-Regular';
  line-height: 35px;
  position: relative;
  z-index: 5; }

.vidPurchaseBg {
  position: relative;
  margin-top: -70px;
  z-index: 0;
  width: 100%; }

.formTopDiv {
  padding: 0px 40px;
  margin-top: 20px;
  float: left; }

/*end of step3 new css*/
/*facebookAdd css*/
.facebookmainTop {
  margin-top: 40px !important;
  /*gallery slider*/ }
  .facebookmainTop .galleryThumbails {
    float: left;
    width: 100%; }
  .facebookmainTop .imgStyle {
    width: 100%;
    border: 3px solid grey; }
  .facebookmainTop .mainImage {
    border: 3px solid grey; }
  .facebookmainTop #divContainer {
    margin-top: 5px; }
  .facebookmainTop .galleryul {
    margin: 0px;
    padding: 0px; }
  .facebookmainTop #divContainer .galleryul li {
    display: inline-block;
    list-style: none;
    width: 20%; }
  .facebookmainTop h1.facebooktitle {
    font-size: 1.8125em;
    margin-bottom: 0px; }
  .facebookmainTop s#fb-product-dollar {
    color: #3d4246; }
  .facebookmainTop .facebook_price__sale--single {
    padding-left: 10px; }
  .facebookmainTop .facebookProduct {
    font-weight: 600; }
  .facebookmainTop .product-price__sale {
    padding-right: 0; }
  .facebookmainTop .facebookProduct {
    display: inline-block; }
  .facebookmainTop .grid-view-item__meta .facebookProduct, .facebookmainTop #facebookPrice-product-template, .facebookmainTop .product-single__price {
    color: #66cc33; }
  .facebookmainTop .fbsingleprice {
    color: #788188;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 30px; }
  .facebookmainTop .bigExtra p {
    margin-bottom: 0px; }
  .facebookmainTop .facebookcheckbox {
    opacity: 1 !important; }
  .facebookmainTop .fb_bold_element input {
    width: inherit; }
  .facebookmainTop .fb_options .facebookelement span.facebookvalue {
    display: block; }
  .facebookmainTop span.facebookvalue label {
    font-weight: normal;
    font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 16px;
    color: #333; }
  .facebookmainTop .facebookform__item {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 10px;
    padding: 0 5px; }
  .facebookmainTop .btn.facebookformcart-submit {
    background-color: #70b454;
    border-bottom: 2px solid #408225;
    border-radius: 3px;
    color: #fff;
    font-size: 19px;
    padding: 10px 30px;
    text-transform: capitalize; }
  .facebookmainTop #ProductSelect-product-template {
    display: none; }
  .facebookmainTop p, .facebookmainTop a, .facebookmainTop ul, .facebookmainTop ol, .facebookmainTop dl, .facebookmainTop table, .facebookmainTop fieldset, .facebookmainTop blockquote {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #656565; }
  .facebookmainTop .facebookCotentDiv a {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    color: #357cce; }
  .facebookmainTop .facebookCotentDiv {
    color: #788188; }
  .facebookmainTop .reviewTitle {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #788188; }
  .facebookmainTop .facebook-link-wrapper {
    margin: 82.5px 0; }
  .facebookmainTop .btn.facebook--secondary {
    background-color: #fff;
    color: #3d4246 !important;
    border-color: #e8e9eb !important;
    font-weight: 400;
    text-transform: uppercase; }
  .facebookmainTop .btn--has-icon-before .icon {
    margin-right: 10px; }
  .facebookmainTop .icon-arrow-left {
    height: 9px; }
  .facebookmainTop .share-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase; }
  .facebookmainTop .btn--share .icon-facebook {
    fill: #3b5998 !important; }
  .facebookmainTop .btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  .facebookmainTop .btn--share {
    margin-right: 5px;
    padding: 8px 18px !important; }
  .facebookmainTop .section7 {
    background-color: #f2f2f2 !important;
    float: left;
    width: 100%;
    padding: 50px 0px; }
  .facebookmainTop .form-facebook {
    float: left;
    width: 75%; }
  .facebookmainTop .facebookSub {
    float: left;
    width: 25%; }
  .facebookmainTop .footerfacebooktop h3 {
    color: #333; }
  .facebookmainTop .facebook_control {
    background-color: #fff;
    height: 45px;
    border-radius: 2px; }
  .facebookmainTop .facebookButton {
    background-color: #5bbc2e;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 16px; }
  .facebookmainTop #bx-pagerfb a img {
    padding: 3px;
    border: solid #ccc 1px; }
  .facebookmainTop .galleryThumbails .bx-wrapper {
    margin-bottom: 10px; }
  .facebookmainTop .bx-wrapper .bx-prev {
    background: url(../images/controls.png) 0 -32px no-repeat !important; }
  .facebookmainTop .bx-wrapper .bx-next {
    background: url(../images/controls.png) -43px -32px no-repeat !important; }
  .facebookmainTop .bx-wrapper .bx-prev {
    left: 4px !important; }
  .facebookmainTop .bx-wrapper .bx-next {
    right: 4px !important; }
  .facebookmainTop .facebookSlider {
    margin-left: 0px !important; }
  .facebookmainTop .facebooicon {
    color: #3b5998; }
  .facebookmainTop .twittericon {
    color: #00aced; }
  .facebookmainTop .pinteresticon {
    color: #cb2027; }
  .facebookmainTop .socialSharingMain {
    margin-top: 40px; }
  .facebookmainTop .orderprice {
    color: #999999; }
  .facebookmainTop .orderQueue {
    color: #999999; }
  .facebookmainTop .facebookmainimages .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .facebookmainTop .bx-next {
    display: none; }

/*end of facebookAdd css*/
/*social_add landing page start below*/
.socialAdd_heading {
  border-bottom: 2px solid #e2e2e2 !important;
  padding-bottom: 0px !important; }

.phone_header {
  position: relative;
  margin-top: -16px;
  float: right; }

.social_heading_add {
  float: left;
  margin-left: 23px;
  width: 470px;
  position: relative;
  margin-top: 16px; }
  .social_heading_add ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social_heading_add ul li {
      display: inline-block;
      padding: 5px 20px;
      padding-left: 30px;
      background: url("../images/socialAdd_fb.jpg") no-repeat left center; }
      .social_heading_add ul li span {
        display: block;
        line-height: 15px;
        font-size: 18px;
        color: #000; }
      .social_heading_add ul li span.regular_hd {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600; }
      .social_heading_add ul li span.bold_hd {
        font-family: 'Open Sans', sans-serif;
        font-weight: 800; }

.add_headingTtl {
  margin: 75px;
  text-align: center; }
  .add_headingTtl h1 {
    font-size: 32px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #000; }

.filer_add {
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0px 0px;
  float: left;
  width: 100%;
  margin: 15px 0px 40px; }
  .filer_add .filter {
    text-align: left;
    font-size: 18px; }

.add_box {
  margin-bottom: 25px; }
  .add_box .fb_landing_box {
    padding: 5px 0px; }
    .add_box .fb_landing_box p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: #444;
      line-height: 18px;
      margin: 5px 0px;
      min-height: 45px; }
    .add_box .fb_landing_box .discount_price {
      font-size: 15px;
      color: #000;
      font-weight: 400;
      position: relative; }
    .add_box .fb_landing_box .discount_price:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      right: 0;
      border-top: 1px solid #000;
      border-color: inherit;
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg); }
    .add_box .fb_landing_box .price_section_box {
      float: right;
      text-align: right; }
      .add_box .fb_landing_box .price_section_box .price_trng {
        float: right; }
      .add_box .fb_landing_box .price_section_box .price_btn {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        background: #34a853;
        padding: 3px 7px;
        font-size: 15px;
        color: #fff; }
      .add_box .fb_landing_box .price_section_box .border_triangle {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 0px;
        position: relative;
        border-left-width: 14px;
        border-bottom: 27px solid #34a853;
        top: -24px;
        right: -1px; }

.subscribe_add_footer {
  background: #e5e5e5;
  padding: 35px 0px;
  margin-top: 35px; }

.subsc_footer_add {
  display: flex;
  justify-content: center;
  align-items: center; }
  .subsc_footer_add .subsc_txt {
    font-size: 20px;
    color: #000;
    padding-right: 15px; }
  .subsc_footer_add .subsc_email {
    background: #fff;
    /*border: 1px solid #999;*/
    width: 350px !important;
    margin-right: 5px; }
  .subsc_footer_add .subsc_button {
    background: #5899c3;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px; }

.filter_list {
  font-size: 18px;
  color: #000;
  font-family: 'Open Sans', sans-serif; }
  .filter_list span {
    padding: 0px 7px; }

.product_count {
  font-size: 18px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  text-align: center; }

.sort_filter {
  padding-right: 50px; }

.startedbuttonnew_app a:hover, .startedbuttonnew_app a:focus, .startedbuttonnew_app a.focus, .startedbuttonnew_app a:active, .startedbuttonnew_app.active, .open {
  background-color: #ff910f  !important; }

/*social_add landing page end*/
/*--facebook Add design second step--*/
.outerBorder_logoDesign {
  border: 1px solid #e2e2e2;
  margin: 35px 0px; }

.fullDiv {
  float: left;
  width: 100%; }

.logoForm_heading h1 {
  font-size: 30px;
  text-align: left;
  margin: 0px 0px 15px; }

.logoForm_heading p {
  margin-bottom: 0px; }

.step2second .formStepMain .formInside h2 {
  width: 100%;
  float: left; }

.formInside.backgroundNone h2 {
  margin-top: 20px; }

.marginTopZero {
  margin-top: 0px !important; }

/*--facebook Add design second step end--*/
/*IE 11 error resolved css*/
.weDoBanner img {
  width: 100% !important;
  margin: 0 auto !important; }

.footerSocialDiv span a img {
  width: 100% !important; }

.contact_form textarea {
  line-height: 1.32;
  margin-bottom: 10px; }

.video_IndexBox .fluid-width-video-wrapper {
  height: 100%; }

/*IE 11 error resolved css end*/
/*faq modal popup css*/
.wt_pricing_box_sc .wt_pricing_btn {
  padding-top: 20px !important;
  padding-bottom: 25px !important; }

a.faq_link_select {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 12px;
  position: relative;
  margin-top: 1px;
  color: #525252; }

button.close.faqCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  font-size: 36px; }

.faq_content {
  padding: 10px;
  height: 450px;
  overflow: auto;
  width: 100%; }

.faqHeading h2 {
  font-size: 24px;
  color: #000;
  margin: 10px 0px 0px;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #e2e2e2;
  font-family: 'Raleway-Bold'; }

.faq_qaBox {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.fques {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Raleway-Bold';
  padding-bottom: 5px;
  margin-bottom: 0px;
  color: #000; }

.fans {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Raleway-Regular';
  padding-bottom: 5px;
  margin-bottom: 0px;
  line-height: 22px;
  color: #000; }

.fans ol li {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Raleway-Regular';
  padding-bottom: 5px;
  margin-bottom: 0px;
  line-height: 22px; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.scrollbar {
  /* margin-left: 30px; */
  /* float: left; */
  height: 550px;
  /* width: 65px; */
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px; }

.force-overflow {
  min-height: 600px; }

#scroll-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

#scroll-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

#scroll-3::-webkit-scrollbar-thumb {
  background-color: #000000; }

/*---faq end----*/
/*travel start css*/
/*.bookvip_top{
  font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.bookvip_section{
    background: rgba(255,255,255,0.9);
    transition: all .3s;
    overflow: hidden;
}
.bookvipMain{
    background: #fff;
    border-radius: 50%;
    width: 50rem;
    height: 33.8rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.bookvipContent{
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bookvipContent h1{
    font-size: 30px;
    line-height: 1.15;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 .13em;
}
.bookvipLogoDiv{
    margin: 30px auto;
    width: 500px;
    height: 186px;
    padding: 3px 0;
    background: -moz-linear-gradient(left,#fff 0,#f24636 15%,#0276ee 85%,#fff 100%);
    background: linear-gradient(to right,#fff 0,#f24636 15%,#0276ee 85%,#fff 100%);
    background: -webkit-linear-gradient(left,#fff 0,#f24636 15%,#0276ee 85%,#fff 100%);
    background: -o-linear-gradient(left,#fff 0,#f24636 15%,#0276ee 85%,#fff 100%);
    background: -ms-linear-gradient(left,#fff 0,#f24636 15%,#0276ee 85%,#fff 100%);
    background: -webkit-gradient(linear,left bottom,right bottom,color-stop(0%,#fff),color-stop(15%,#f24636),color-stop(85%,#0276ee),color-stop(100%,#fff));
}
.bookvipLogoDivinside{
    height: 180px;
    background: #fff;
}
.logoleft{
    float: left;
    margin: 60px 0;
    padding: 0 18px;
    width: 200px;
    height: 60px;
}
.bookvipArrow{
    float: left;
    margin: 60px 0;
    width: 100px;
    height: 60px;
}
.arrowinside{
    width: 18px;
    height: 18px;
    position: relative;
    margin: 2px;
    color: white;
    float: left;
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -1px;
    border-width: 5px;
    border-radius: 2px;
    top: 19px;
}
.first{
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .8s;
    border-color: #f24636;
}
.fadeIn{
   -webkit-animation: fadeIn infinite ease-in;
    -moz-animation: fadeIn infinite ease-in;
    animation: fadeIn infinite ease-in;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.second{
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1s;
    border-color: #5c3578;
}
.third{
        -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.2s;
    border-color: #0276ee;
}
.fourth{
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.4s;
}
.bookvipclientlogo{
    float: left;
    margin: 60px 0;
    width: 200px;
    height: 60px;
}
.bookvipclientlogo img{
    width: 100%;
}
.bookvipbottom h2{
      font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
}
.bookvipbottom h4{
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
}
.bookvipbottom a{
     color: #0276ee;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
} */
/*start of review New css 9_5_2017*/
.reviewImageNew {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }

.imageInsideDiv {
  width: 25%;
  float: left; }
  .imageInsideDiv .imageWidth {
    position: relative;
    width: 4em;
    height: 4em;
    border-radius: 8px;
    border: 1px solid #9f9797;
    display: flex;
    align-items: center;
    justify-content: center; }
  .imageInsideDiv .reviewCounter {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

.imageDescription {
  float: left;
  width: 50%; }
  .imageDescription p {
    margin-bottom: 0px;
    line-height: 18px; }
  .imageDescription .reviewHeadingNew {
    font-weight: 400;
    color: #4b4b4b; }
  .imageDescription .reviewHeadingNew1 {
    font-size: 0.85714em;
    color: #969696; }

.ImagePrice {
  width: 18%;
  float: left;
  text-align: right; }
  .ImagePrice .dollarPriceNew {
    font-weight: 500;
    color: #4b4b4b; }

.flexMargin {
  margin-bottom: 0px !important; }

/*end of review New css 9_5_2017*/
/*new button Myriad Pro css*/
.buttonMainDiv {
  text-align: center; }
  .buttonMainDiv .commonBtnsubmit {
    background-color: #63a141;
    color: #fff;
    height: 60px;
    font-size: 20px;
    padding: 0px 20px;
    margin-top: 20px;
    border-color: #78b758;
    border: 2px solid #78b758;
    float: left;
    border-radius: 5px;
    font-family: 'MyriadPro-Regular'; }
  .buttonMainDiv .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #659f48;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .buttonMainDiv .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #78b758;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .buttonMainDiv .hvr-shutter-in-horizontal:hover, .buttonMainDiv .hvr-shutter-in-horizontal:focus, .buttonMainDiv .hvr-shutter-in-horizontal:active {
    color: white; }
  .buttonMainDiv .hvr-shutter-in-horizontal:hover:before, .buttonMainDiv .hvr-shutter-in-horizontal:focus:before, .buttonMainDiv .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

/*end of new button Myriad Pro css*/
.galleryThumbails .slider .flexslider .flex-direction-nav .flex-nav-next .flex-next {
  width: 20px;
  height: 20px;
  border-top: 3px solid red;
  border-right: 3px solid red;
  transform: rotate(45deg); }

.galleryThumbails .slider .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
  width: 20px;
  height: 20px;
  border-top: 3px solid red;
  border-left: 3px solid red;
  transform: rotate(-45deg); }

.flexsliderMargin {
  margin-bottom: 0px !important; }

.galleryThumbails .controlMain .controlNon .flex-direction-nav .flex-nav-next .flex-next {
  display: none !important; }

.galleryThumbails .controlMain .controlNon .flex-direction-nav .flex-nav-prev .flex-prev {
  display: none !important; }

/*add facebook_13_2017*/
.maincontentheader {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.maincontentheader h1 {
  font-weight: 400; }

.facebookmainTop h1.facebooktitle {
  font-weight: 400; }

.review-container {
  width: 530px;
  padding: 24px;
  border: 1px solid #ececec;
  margin-bottom: 90px; }

.customerreviewh2 {
  font-weight: bold;
  font-size: 24px;
  color: #788188;
  margin: 0px;
  padding: 0px; }

.reviewborder {
  width: 100%;
  height: 5px;
  border-top: 1px solid #ececec;
  margin: 10px 0px; }

.reviewMaininside {
  width: 100%;
  color: #788188; }

.reviewstarfacebook {
  width: 120px; }

.facebookpnew {
  font-weight: 400 !important; }

.authorname {
  font-style: italic;
  font-size: 13px;
  opacity: 0.5;
  display: inline-block;
  margin: 0 0 1em 0;
  font-weight: bold; }

/*end of add facebook_13_2017*/
.mobilefooter {
  display: none; }

.newlogofooter {
  width: 125px;
  margin: 20px auto; }

.mobileiconnew {
  text-align: center;
  margin-bottom: 25px; }

.contNumberBoxmobile {
  width: 100%;
  margin: 10px auto;
  border: 3px solid #fff;
  background: #4e6fb4; }

.contNumberBoxmobile h3 {
  font-family: 'Arvo-Bold' !important;
  font-size: 16px;
  color: #fff;
  margin: 5px 0px;
  text-align: center; }

.mobilewidth {
  margin: 0px 15px;
  width: inherit !important; }

.mobileform {
  width: 100% !important; }

.margingreybottom {
  height: auto !important;
  padding: 10px 0px !important; }

.desktopImg {
  display: flex;
  align-items: center;
  justify-content: center; }

/*5_17_2015 css */
.mobDevelopment_ttl {
  color: #fff;
  font-family: 'Raleway-Bold' !important;
  text-align: center;
  margin-top: 0px; }

.wt_section_area .intro_text h3 {
  color: #000 !important;
  font-family: 'Raleway-Regular' !important; }

.phoneCallNo {
  display: none; }

/*start of landing Page css*/
/*end of landing page css*/
/*--sales page css added bwlow by ananta--*/
.sales_heading_strip {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.63);
  width: 100%;
  min-height: 195px; }

.blue-geo-Bg {
  background: url("../images/sales_heading_bg.png") repeat center center; }

.sales_hdg {
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: normal;
  font-size: 48px;
  font-family: 'Raleway-Bold'; }

.sales_vid_section {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
  border-color: #232323;
  outline: none;
  background-color: white;
  font-family: 'Raleway-Regular'; }

.sales_vid_cont {
  padding-left: 60px;
  padding-right: 60px;
  outline: none;
  margin-bottom: 0px; }

.vidWrap_box {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  width: 100% !important;
  background-color: #FFF;
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative; }

.elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0; }

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.elVideo iframe {
  z-index: 3; }

.vid_contWrap {
  margin-top: 30px;
  outline: none;
  position: relative; }
  .vid_contWrap p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px; }

.buyNowBtn_div {
  margin-top: 20px;
  outline: none;
  text-align: center;
  cursor: pointer;
  font-family: 'Raleway-Bold'; }

.elButtonGradient {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdb831), color-stop(1, #fdaa09));
  background-image: -o-linear-gradient(bottom, #fdb831 0%, #fdaa09 100%);
  background-image: -moz-linear-gradient(bottom, #fdb831 0%, #fdaa09 100%);
  background-image: -webkit-linear-gradient(bottom, #fdb831 0%, #fdaa09 100%);
  background-image: -ms-linear-gradient(bottom, #fdb831 0%, #fdaa09 100%);
  background-image: linear-gradient(to bottom, #fdb831 0%, #fdaa09 100%); }

.elButtonGradient {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1); }

.elButtonTxtColor3 {
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.1); }

.elButtonFull {
  display: block;
  text-align: center;
  width: 100%; }

.elButtonSize3 {
  font-size: 28px; }

.elButton {
  padding: 15px 35px;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  -ms-transform: all .2s ease-in-out;
  -webkit-transform: all .2s ease-in-out;
  transform: all .2s ease-in-out;
  text-align: center !important;
  text-decoration: none !important; }

.elButtonSize3 .elButtonSub, .elButtonSize3 .elButtonSub1, .elButtonSize3 .elButtonSub2 {
  font-size: 18px; }

.elButton:visited, .elButton:active, .elButton:hover {
  text-decoration: none !important; }

.fb_marketing {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  outline: none;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-family: 'Raleway-Regular'; }

.fb_sales_heading {
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  position: relative;
  font-weight: bold; }

.sales_marting_img {
  margin-top: 15px; }

.setup_heading {
  text-align: center;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700; }

.fb_likeUs {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
  border-color: rgba(0, 0, 0, 0.31);
  outline: none;
  background-color: white;
  font-family: 'Raleway-Regular'; }

.no_margin {
  margin: 0px; }

.paypal_icons_div {
  margin: 7px;
  text-align: center; }

.paypal_icons_div img {
  display: initial; }

.f18 {
  font-size: 18px !important; }

.cust_review_sales {
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 0px;
  border-color: #e5e2e2;
  outline: none;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.cust_pic {
  margin-top: 10px;
  display: block;
  outline: none;
  cursor: pointer;
  text-align: center;
  position: relative; }

.review_desc_cust {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  outline: none;
  text-align: center;
  line-height: 1.3em;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Raleway-Regular'; }

.img-circle {
  border-radius: 50% !important; }

.thumbnailImage {
  border: 3px solid #FFF; }

.shadow20 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }

/*-- thank you page css added below--*/
.thankyouSales_wrap {
  background: url("../images/grey-geo.png") repeat center center;
  width: 100%;
  min-height: 550px; }

.thankyou_box {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
  border-color: #9ea7b2;
  outline: none;
  background-color: white;
  opacity: 1;
  position: relative;
  top: 0px;
  border-width: 5px;
  border-style: solid;
  font-family: 'Raleway-Regular';
  margin-left: 100px;
  margin-right: 100px;
  border-radius: 5px; }

.thanku_inner {
  padding-left: 90px;
  padding-right: 90px; }
  .thanku_inner h1 {
    text-align: center;
    color: #5a6573;
    line-height: 1.5em;
    font-size: 48px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: 'Raleway-Bold'; }
  .thanku_inner h2 {
    text-align: center;
    margin-top: 0px;
    outline: none;
    line-height: 1.5em;
    font-size: 32px;
    margin-bottom: 0px;
    padding: 0px; }
  .thanku_inner p {
    text-align: center;
    margin-top: 30px;
    outline: none;
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0px; }

@media only screen and (max-width: 768px) {
  .container {
    width: 100% !important; }

  .sales_heading_strip {
    min-height: 144px !important; }

  .sales_hdg {
    font-size: 26px !important; }

  .elButtonSize3 {
    font-size: 18px !important; }

  .setup_heading {
    font-size: 16px !important; }

  .thankyou_box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 50px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    border-radius: 5px; }

  .thanku_inner {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .thanku_inner h1 {
    font-size: 22px !important; }

  .thanku_inner h2 {
    font-size: 18px !important; }

  .thanku_inner p {
    font-size: 16px !important; }

  .sales_vid_cont {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  h2.fb_sales_heading {
    font-size: 18px !important; }

  .phoneCallNo {
    display: none !important; }

  .ac_set_img {
    width: 100% !important;
    margin: 15px 0px !important; }

  .ac_desc {
    width: 100% !important;
    margin: 10px 0px !important; } }
/*order form page css added below*/
.form_bg_sales {
  background-color: #f2f2f2; }

.willget_bg {
  background: #f7f7f7; }

.accountsetupBox {
  float: left;
  width: 100%;
  margin: 50px 0px; }

.accountsetup {
  float: left; }

.ac_set_img {
  float: left;
  margin-right: 15px;
  width: 250px; }

.ac_desc {
  padding-left: 5px; }

.ac_desc h3 {
  font-size: 24px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 6px; }

.ac_desc p {
  font-size: 14px;
  padding: 0px;
  padding-top: 0px; }

.dayImg {
  text-align: center; }

.willget_section h2 {
  text-align: left;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

ul.list_willget {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none; }

.list_willget li {
  font-size: 16px;
  padding: 10px 10px;
  padding-left: 25px; }

.list_willget li::before {
  color: #cc9e45 !important;
  content: "\f00c";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0px !important;
  position: absolute; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.get_Divider {
  width: 100%;
  min-height: 1px;
  margin: 0px;
  padding: 10px 0px; }

.get_DividerInner {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
  min-height: 1px; }

.moneybk_imgBox {
  margin-top: 20px;
  outline: medium none;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
.site {
    margin: 0px;
}
.footerDE {
    margin-bottom: 20px;
}




/*--mobile app tip page css added below--*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Kameron:700');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,500,700,900');

@import url('https://fonts.googleapis.com/css?family=Raleway-Black:900');

.opensans{
    font-family: 'Open Sans', sans-serif;
}

.headertopBlackstrip_mobileApp {
  background: #000000;
  width: 100%;
  height: 140px;
  position: relative;
  background-position: top center;
}
.headertopBlackstrip_mobileApp .headerBlack {
  position: relative;
  text-align: center;
}
.headertopBlackstrip_mobileApp .headerBlack p {
  color: #fff;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight:bold;
  margin-bottom: 5px;
  padding-top: 10px;
  line-height:22px;
}
.headertopBlackstrip_mobileApp .headerBlack .fontsizeheader {
  font-size: 40px;
}
.headertopBlackstrip_mobileApp .headerBlack .headerpadding {
  padding: 0px 15px;
}
.headertopBlackstrip_mobileApp .headerBlack h2 {
  font-size: 36px;
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight:100;
  margin-bottom: 8px;
  margin-top: 0px;
}
.headertopBlackstrip_mobileApp .headerBlack h2 span {
font-family: 'Raleway', sans-serif;
font-weight:900;
  color: #ffc000;
}
.headertopBlackstrip_mobileApp .headerBlack h3 {
  font-size: 26px;
  margin-bottom: 0px;
  color: #787475;
font-family: 'Raleway', sans-serif;
  font-weight: 100;
  margin-top: 0px;
}
.headertopBlackstrip_mobileApp .headerBlack h3 span {
font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #fff;
}
.container {
    width: 1170px;
    margin: 0 auto;
} 
.mobiletips_coutHeading{
        background: rgb(151,18,23); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(151,18,23,1) 0%, rgba(151,18,23,1) 44%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(151,18,23,1) 0%,rgba(151,18,23,1) 44%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(151,18,23,1) 0%,rgba(151,18,23,1) 44%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971217', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        padding: 15px 0px; 
        font-family: 'Kameron', serif;
}

h3.specialAlert {
	font-family: 'Kameron', serif;
	font-weight: 600;
    font-size: 23px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    line-height: 23px;
}
h1.nineTipsTtl {
       font-family: 'Kameron', serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
    margin: 3px 0px 15px;
}

h1.smallBusinessRush {
        font-family: 'Kameron', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
.smallBusinessPara{
    font-size: 22px;
    color: #000;
    margin: 10px 0px 20px;
font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.margintop10{
    margin-top: 10px;
}
.marginbottom20{
    margin-bottom: 20px;
}

h2.guideTtl {
    font-size: 19px;
    line-height: 17px;
    font-family: 'Rockwell';
	font-weight: 600;
    margin: 6px;
}
h3.guideName {
    font-size: 14px;
    margin: 0px;
    line-height: 10px; 
}
.guideSection{
    margin-bottom: 40px;
}
.shockedmeComment {
    display: flex;
}
.yellowBgSection{
    background: #ffc000;
    border-bottom: 2px solid #fad837;
}
.blueBgSection{
    background: #3055a0;
}
h1.bustttl {
    font-size: 50px;
    font-family: 'Rockwell';
	font-weight: 600;
    font-size: 32px;
    color: #000;
    line-height: 27px;
    margin: 25px 0px;
    text-align: center;
}
h1.centerttl {
    font-size: 38px;
    margin: 20px 0px;
    font-weight: bold !important;
    color: #fff;
font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.relative {
    position: relative;
}
.knowTxt_rexbox {
    position: absolute;
}
.knowTxt_rexbox {
    position: absolute;
    z-index: 1000;
    width: 35%;
    height: initial;
    top: 23%;
    font-family: 'Kameron', serif;
    font-size: 45px;
    left: 25%;
}
.knowTxt_rexbox h2 {
    font-family: 'Rockwell';
	font-weight: 600;
    font-size: 80%;
    color: #fff;
    line-height: 34px;
}
.growTtk{
    font-family: 'Rockwell';
	font-weight: 600;
    font-size: 52px;
    color: #3055a0;
    margin: 50px 0px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 58px;
}
h3.ready_txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}
.redTxt_x{
    color: #b42a26;
}
.grewBusinessBox {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 40px; 
    font-weight: bold;
    padding: 10px 0px;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 25px;
}

.grewBusinessBoxOne {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    padding: 10px 0px;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 25px;
}
.margintop20{
    margin-top: 20px;
}
header#wt_header {
    min-height: 90px;
	margin-bottom:25px;

}

.tipOne_contentSection{
    background: #dbdcdd url('../images/tipOneBgRight.jpg') no-repeat right bottom;
    min-height: 700px;
}
.tipOne_contentSection {
    background: #dbdcdd url(../images/mobileapptips/tipOneBgRight.jpg) no-repeat right bottom;
    min-height: 700px;
    background-size: 35%;
    background-position: 85% 100%;
}
.blueBg{
    background: #3949a4;
}
.yellowBorder{
    border: 2px solid #fad837; 
}

.topBdrYellow{
    border-top:  2px solid #fad837;;
}
.bottomBdrYellow{
    border-bottom:  2px solid #fad837;;
}

h1.webEatttl {
    font-size: 36px;
    padding: 15px 20px;
    color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
    margin: 25px 0px;
}

.spendingMoneySection {
    width: 80%;
    margin: 20px auto; 
}

.webEatText{
    font-size: 26px;
    padding: 15px 5px;
    color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
    margin: 25px 0px;
    margin-bottom: 50px;
}

h2.spendingMoneyTtl { 
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    margin: 15px 0px 25px;
}

h3.spndMoneyDesc {
font-family: 'Raleway', sans-serif;
  font-weight: 600;
    font-size: 24px;
    margin: 35px 0px;
}

.tipCount_Box {
    background: #b42a26;
    border: 5px solid #fff;
    padding: 7px 25px;
    font-size: 42px;
    color: #fff;
    font-family: 'Rockwell';
    text-align: center;
}

.tipTwoHeading {
   font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 7px 30px;
    line-height: 33px; 
}

h1.nytPublisher {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}
.smallBusinesspara_xyz{
    font-size: 21px;
    color: #000;
    margin: 10px 0px 20px;
font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.newsPaperImg {
    margin-top: 7vh;
}

.absoluteContainer{
    position: absolute;
    top: 0;
    width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.relativeContainer{
    position: relative;
    top: 0;
    width: 1170px;
    /*left: 50%;
    transform: translateX(-50%);*/
    z-index: 10;
}

.tipCount_Box.tipThree {
    margin: 8vh 0 5vh 0;
    border: 5px solid #000;
}

h1.tipthree_ttl {
   font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px;
    line-height: 30px;
    width: 60%;
    float: right;
    text-align: right;
}
.tipthreetextHding{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 50px 0px;
    line-height: 37px;
}

.tipthreetextHding {
    font-size: 36px;
font-family: 'Raleway', sans-serif;
  font-weight: 600;
    color: #000;
    margin: 50px 0px;
    line-height: 66px;
}
.tipthre_paraDesc{
     font-size: 32px;
font-family: 'Raleway', sans-serif;
  font-weight: 600;
    color: #000;
    line-height: 35px;
}
.tipthre_paraDesc {
   font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin: 2vh;
}
.grewBusinessBoxOne span.plusTxt {
    width: 90%;
    float: right;
    padding-left: 25px;
}

span.plusTxt {
    width: 90%;
    float: right;
    padding-left: 25px;
}
.iphoneBoy_img {
    width: 50%;
    margin: 0px !important;
    padding: 0px;
}
.tipthreeSection, .yellowBgSection{
    float: left;
    width: 100%;
}
.tipSevenSection{
    float: left;
    width: 100%;
}

.tipseven_ttl {
    font-size: 36px;
font-family: 'Raleway', sans-serif;
  font-weight: 600;
    color: #fff;
    margin: 0px 0px;
    line-height:40px;
    margin-bottom: 30px;
    text-align: center; 
}

.secreatettl{
    font-size: 30px;
    margin: 20px 0px 0px;
    font-weight: bold;
    color: #fff;
font-family: 'Raleway', sans-serif;
  font-weight: 600;
    text-align: left;
}

.secreate_subttl{
    font-size: 30px;
    margin: 0px 0px 20px;
    font-weight: bold;
    color: #fff;
font-family: 'Raleway', sans-serif;
  font-weight: 400;
    text-align: left;
}
section.blueBgSection{
    width: 100%;
    float: left;
}

.eightlistCont {
    display: flex;
    align-content: space-around;
    align-items: top;
    justify-content: center;
}

.countBox {
    font-family: 'Rockwell';
    font-size: 48px;
    color: #fff;
    margin: 20px 0px;
    text-align: center;
    padding: 45px 20px;
    margin-bottom: 30px;
    line-height: 36px;
    width: 100px;
    border: 5px solid #fff;
}

.eightHeading {
    padding: 10px 35px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 49px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0 0;
}

p.eightparaDesc {
   padding: 10px 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #fff;
}

.grayBg{
    background: #636363;
}

.tipnineHeading {
    font-size: 36px;
    color: #fff;
    margin: 8px 0px;
    line-height: 42px;
    position: relative;
	font-family: 'Kameron', serif;
font-weight: 600;
}
span.takeaction_ttl {
    padding: 7px 10px;
    font-size: 18px;
    background: #000;
}
.dontLetttl{
    font-family: 'Kameron', serif;
font-weight: 600;
    font-size: 38px;
    color: #000;
    line-height: 38px;
    margin: 25px 0px;
    text-align: center;
}

.divclear{
    width: 100%;
    float: left;
}


@media only screen and (max-width: 767px) { 
    /*start of index media query css*/
         .headertopBlackstrip_mobileApp {
             width: 100% !important;
             height: auto !important;
             background-color: #000 !important;
             padding: 10px 0px;
             background-image: none !important;
         }
         .headertopBlackstrip_mobileApp:after {
             display: none;
         }
         .headertopBlackstrip_mobileApp .headerBlack p {
             font-size: 16px !important;
             padding-top: 0px !important;
         }
         .headertopBlackstrip_mobileApp .headerBlack .headerpadding {
             padding: 0px 5px !important;
         }
         .headertopBlackstrip_mobileApp .headerBlack .fontsizeheader {
             font-size: 16px !important;
         }
         .headertopBlackstrip_mobileApp .headerBlack h2 {
             font-size: 16px !important;
         }
         .headertopBlackstrip_mobileApp .headerBlack h3 {
             font-size: 16px !important;
         }

         h3.specialAlert {
            font-size: 13px !important;
            padding: 7px 15px;
            line-height: 23px !important; 
        }
        h1.nineTipsTtl {
                font-family: 'Rockwell';
                font-size: 22px !important;
                color: #fff;
                line-height: 22px !important;
                margin: 3px 0px 15px;
            }
            h1.smallBusinessRush {
                font-family: 'Open Sans', sans-serif;
                font-size: 16px !important;
                line-height: 22px !important;
                margin-bottom: 10px !important; 
            }
            h2.guideTtl {
                line-height: 20px !important;
            }
            h3.guideName {
                font-size: 12px !important;
                margin: 15px 0px !important;
                line-height: 10px !important;
            }
            h1.centerttl {
                font-size: 26px !important;
            }
            .growTtk {
                font-family: 'Rockwell';
                font-size: 30px !important;
                color: #3055a0;
                margin: 15px 0px !important;
                text-align: center;
                margin-bottom: 10px !important;
                line-height: 37px !important;
            }
            h3.ready_txt {
                font-family: 'Open Sans', sans-serif;
                font-size: 18px !important;
                line-height: 23px !important;
                margin-bottom: 0 !important;
            }

            .grewBusinessBox {
                    display: flex;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 18px !important;
                    line-height: 25px !important;
                    font-weight: bold;
                    padding: 10px 0px !important;
                    align-items: center;
                    justify-content: space-around;
                    margin-bottom: 10px !important;
                }
            h1.webEatttl {
                font-size: 22px !important;
                padding: 5px !important;
                color: #fff;
                margin: 15px 0px !important;
            }    

            .webEatText {
                font-size: 18px !important;
                padding: 5px !important;
                color: #fff !important;
                margin: 10px 0px !important;
                margin-bottom: 25px !important;
            }
            h2.spendingMoneyTtl {
                line-height: 28px !important; 
            }
            .spendingMoneySection {
                width: 100% !important; 
                margin: 20px auto;
            }
            h3.spndMoneyDesc {
                font-size: 18px !important;
                margin: 35px 0px 100px !important; 
            }
            .tipCount_Box {
                font-size: 24px !important; 
				width:55% !important;
            }
            .tipTwoHeading {
                font-size: 24px !important;
                color: #fff;
                margin: 0px !important;
                line-height: 30px !important;
            }
            h1.nytPublisher {
                font-family: 'Open Sans', sans-serif;
                font-size: 16px !important;
                line-height: 24px !important;
                margin-bottom: 10px !important;
                }
             h1.bustttl {
                font-family: 'Rockwell';
                font-size: 22px !important;
                color: #000;
                line-height: 27px !important;
                margin: 15px 0px !important;
                text-align: center;
            } 
            .tipthreetextHding {
                font-size: 14px !important;
                color: #000;
                margin: 10px 0px !important;
                line-height: 32px !important;
                float: left !important; 
            }  
            .tipCount_Box.tipThree {
                margin: 1vh 0 2vh 0 !important;
                border: 5px solid #000;

            }
            h1.tipthree_ttl {
                    font-size: 16px !important;
                    color: #fff !important;
                    margin: 10px 0px !important;
                    line-height: 22px !important;
                    width: 100% !important;
                    float: left !important;
                    text-align: left;
                }
           .tipthre_paraDesc {
                font-size: 22px !important;
                color: #000 !important;
                line-height: 25px !important;
                margin: 4vh 0px !important;
                padding: 0px !important;
            }   
            .grewBusinessBoxOne {
                font-size: 22px !important;
                line-height: 22px !important;
                font-weight: bold; 
                padding: 10px 0px !important;
                margin-bottom: 25px !important;
            }  
            .iphoneBoy_img {
                width: 100% !important;
            }
            .tipseven_ttl {
                font-size: 12px !important;
                margin: 0px 0px !important;
                line-height: 16px !important;
                margin-bottom: 10px !important;
            }
            .secreatettl {
                font-size: 24px !important;
                margin: 14px 0px 0px !important;
            }
            .secreate_subttl {
            font-size: 23px !important;
            margin: 0px 0px 15px !important;
            }
            .countBox {
            font-family: 'Rockwell';
            font-size: 42px !important;
            color: #fff;
            margin: 30px 10px !important;
            text-align: center;
            padding: 20px 9px!important;
            margin-bottom: 25px !important;
            line-height: 43px !important;
            width: 55px !important;
            border: 5px solid #fff;
			font-weight:bold;
        }
        .eightHeading {
                padding: 10px 35px 0px !important;
                font-family: 'Open Sans', sans-serif;
                font-size: 28px !important;
                line-height: 29px !important;
                margin-bottom: 20px !important;
                color: #fff; 
                font-weight: bold;
                margin: 10px 0 0 0;
            }
       p.eightparaDesc {
            padding: 10px 15px !important;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px !important;
            line-height: 21px !important;
            margin-bottom: 20px !important;
            color: #fff;
        }    
        .tipnineHeading{
            line-height: 26px !important;
        } 
        .dontLetttl {
            font-family: 'Rockwell';
            font-size: 22px !important;
            color: #000;
            line-height: 24px !important;
            margin: 25px 0px !important;
            text-align: center;
        }
        h3.guideName {
            line-height: 16px !important;
        }
        .smallBusinessPara {
            font-size: 18px !important;
        }
        header#wt_header {
            min-height: 65px !important; 
        }
       #logo img {
	    margin: 15px 0px  0px !important;
	    width:75% !important;
	}

}

 #logo img {
	    margin: 15px 10px !important;
	}
.mobileapptips .container {
    width: 100%;
    margin: 0 auto;
}
h1.entry-title {
    display: none !important;
}
section.smallbusiness_div {
    float: left;
    width: 100%;
	margin-top:20px;
}
h3.specialAlert {
    margin-bottom: 0px;
}
.readMoreBtn a {
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
}
@media screen and (max-width: 1360px){
    .f18{
        font-size: 18px !important;
    } 
}