.hatom-extra {
	display:none;
}

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.headnav ul {
	margin-bottom: 10px;
}
body {
	line-height: 1;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

::-moz-selection {
	color: #fff;
	background: #3686be;
}
::selection {
	color: #fff;
	background: #3686be;
}

.text-info, .text-info:hover {
    color: #3686BE;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.comment-content th {
	font-size: 15px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote .entry-meta,
article.format-link .entry-meta,
article.format-status .entry-meta {
	font-size: 8px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
	border: 3px solid #f8f8f8;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 14px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-below {
	padding-bottom: 24px;

}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a:hover {
	color: #0088cc;
	text-decoration:none;
}
.previous {
	color: #939393;
	border-bottom: 1px dotted #939393;
}

.nav-next,
.next-image {
	float: left;
	width: 50%;
}
.nav-next a:hover {
	color: #0088cc;
	text-decoration:none;
}
.next {
	color: #939393;
	border-bottom: 1px dotted #939393;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #222;
	-webkit-font-smoothing: antialiased;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	padding-bottom: 15px;
}
.widget-area {
	margin: 38px 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area ul li {
margin: 0;
padding: 0;
list-style: none;
}
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	font-weight: 600;
}
.widget-area .widget a:hover {
	color: #3686BE;
}
.widget-area .widget a:visited {
}
.widget-area #s {
	width: 71.666667%; /* define a width to avoid dropping a wider submit button */
}

aside.popular-posts, aside.perfmatters {
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	text-align: center;
	padding: 30px;
	font-weight: 600;
}

aside.perfmatters {
	margin: 50px 0 20px;
}

aside.popular-posts h3, aside.perfmatters h3 {
	color: #8a8a8a;
	font-size: 12px;
	font-weight: 400;
}

aside.popular-posts h3:after {
	margin: 0px auto 0px;
	position: relative;
    font-family: FontAwesome;
    content: "\f02e";
	color: #3686BE;
	font-size: 14px;
	display: block;
}

aside.perfmatters h3:after {
	margin: 0px auto 0px;
	position: relative;
    font-family: FontAwesome;
    content: "\f0e7";
	color: #3686BE;
	font-size: 14px;
	display: block;
}

aside.popular-posts li:after {
	width: 50px;
    margin: 20px auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    content: '';
    display: block;
}

aside.popular-posts li:last-child:after {
	margin: 0;
	border:none;
}

aside#text-5,
aside#text-6 {
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	text-align: center;
	padding: 30px;
	font-weight: 600;
    z-index: 999;
}
aside#text-5 h3,
aside#text-6 h3 {
	color: #8a8a8a;
	font-size: 12px;
	font-weight: 400;
}

aside#text-5 h3:after {
	margin: 0px auto 0px;
	position: relative;
    font-family: FontAwesome;
    content: "\f005";
	color: #3686BE;
	font-size: 14px;
	display: block;
}

aside#text-6 h3:after {
    margin: 0px auto 0px;
    position: relative;
    font-family: FontAwesome;
    content: "\f02e";
    color: #3686BE;
    font-size: 14px;
    display: block;
}

aside#text-5 li,
aside#text-6 li {
	margin-left: 0;
}

aside#text-5 ul,
aside#text-6 ul {
	margin-bottom: 0;
}

aside#text-5 li:after,
aside#text-6 li:after {
	width: 50px;
    margin: 20px auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    content: '';
    display: block;
}

aside#text-5 li:last-child:after,
aside#text-6 li:last-child:after {
	margin: 0;
	border:none;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	font-size: 12px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #444;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 26px;
	line-height: 1.6;
	font-weight: 600;
	padding-top: 30px;
	margin-bottom: 5px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	line-height: 1.846153846;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 5px;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	line-height: 1.846153846;
	font-weight: 600;
    margin-bottom: 5px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.9rem;
	line-height: 1.9;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	list-style-type: square;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 24px;
	padding: 24px;
	color: #a9afb3;
	font-size: 24px;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 15px;
	padding: 5px 5px 3px;
	border: 1px solid #F7F7F9;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #F5F5F5;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 15px;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 10px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 15px;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	font-size: 16px;
	line-height: 1.625;
	margin-bottom: 20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.article-metadata {
	color: #939393;
    padding-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 1;
	font-weight: 600;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

.metanav {
	margin: 38px 0px 0px;
}

.metanav-search, .metanav-search div {
	padding-left: 0px;
	padding-right: 1px;
}

.metanav-search input {
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.metanav-search button {
	border-bottom-right-radius: 24px;
	border-top-right-radius: 24px;
}

/* =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 http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1170px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}

	.read-more {
		padding-top: 0;
		margin-bottom: 0;
		margin-top: -7px;
	}
	.read-more a {
		color:#939393;
		border-bottom: 1px dotted #939393;
	}
	.read-more a:hover {
		text-decoration:none;
	}
	.entry-header .entry-title {
		font-size: 34px;
		font-weight: 600;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		margin-top: 28px;
		margin-top: 2.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 8pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* Table of content */
/*===================================
0. Bootstrap Overwrite
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon
20. Spacer, margin
21. Media queries
22. Custom
23. Theme Skin
24. Fonts
25. Terms
26. Errors
27. FAQ
28. Landing Pages
29. Newsletter form
==================================== */

/* ===================================
0. Bootstrap Overwrite
==================================== */

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #353535;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 0;
}

h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

h2 {
    font-size: 42px;
    margin-bottom: 22px;
}

h3 {
    font-size: 34px;
    margin-bottom: 22px;
}

h4 {
    font-size: 28px;
    margin-bottom: 20px;
}

h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

h6 {
    font-size: 22px;
    margin-bottom: 20px;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
    font-weight: 700;
}

.widget h4,.widget h5 {
    font-weight: 300;
    margin-bottom: 20px;
}


/* === Bootstrap style === */

.img-polaroid {
    max-height: 110px;
    margin: 0px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.img-rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.img-circle.bordered {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

code {
    color: #3686be;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

code,
pre {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

pre {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

blockquote {
    margin: 0 0 20px;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
}

label {
    font-weight: bold;
    color: #353535;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

select {
    font-size: 13px;
    line-height: 20px;
    background: #fbfbfb;
    border-color: #919191 #919191 #b3b3b3;
    color: #999999;
    -webkit-box-shadow: inset 0 1px 3px #cacaca;
    -moz-box-shadow: inset 0 1px 3px #cacaca;
    box-shadow: inset 0 1px 3px #cacaca;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input.input-block-level {
    padding: 20px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
  /* IE6-9 */
}

input.search-query {
    margin-bottom: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.table-bordered {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
}

.dropdown-menu {
    *border-right-width: 0;
    *border-bottom-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.dropup .dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* --- lists --- */

.media {
    margin-top: 0;
    margin-bottom: 30px;
}

.media .media {
    margin-top: 30px;
    margin-bottom: 0;
}

.media-body {
    position: relative;
}

.well {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.well-large {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.well-small {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/* === bootstrap button === */

/* edges */
.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-rounded {
    text-transform: uppercase;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.btn-medium.btn-rounded {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.btn-large.btn-rounded {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.btn-primary {
    outline: 0;
    background: #1C0113;
}

.btn-primary:hover {
    background: #170110;
}

.btn-info {
    background: #5E9FA3;
}

.btn-info:hover {
    background: #569498;
}

.btn-success {
    background: #11766D;
}

.btn-success:hover {
    background: #0e6a62;
}

.btn-warning {
    background: #F0B300;
}

.btn-warning:hover {
    background: #e2a900;
}

.btn-danger {
    background: #a40b0b;
}

.btn-danger:hover {
    background: #990909;
}

.btn-inverse {
    background: #363636;
}

.btn-inverse:hover {
    background: #505050;
}

.btn-blue {
    border: 1px solid #0a6d9b;
    color: #fff;
    background: #0a6d9b;
}

.btn-blue:hover,.btn-blue:focus,.btn-blue:active {
    background: #085e86;
    color: #fff;
}

.btn-yellow {
    border: 1px solid #efd70c;
    color: #fff;
    background: #efd70c;
}

.btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active {
    background: #e4ce11;
    color: #fff;
}

.btn-red {
    border: 1px solid #cf1a07;
    color: #fff;
    background: #cf1a07;
}

.btn-red:hover,.btn-red:focus,.btn-red:active {
    background: #c41a08;
    color: #fff;
}

.btn-orange {
    border: 1px solid #ef5523;
    color: #fff;
    background: #ef5523;
}

.btn-orange:hover,.btn-orange:focus,.btn-orange:active {
    background: #e45121;
    color: #fff;
}

.btn-purple {
    border: 1px solid #c81dbe;
    color: #fff;
    background: #c81dbe;
}

.btn-purple:hover,.btn-purple:focus,.btn-purple:active {
    background: #be1ab4;
    color: #fff;
}

.btn-green {
    border: 1px solid #479c18;
    color: #fff;
    background: #479c18;
}

.btn-green:hover,.btn-green:focus,.btn-green:active {
    background: #3f8d15;
    color: #fff;
}

.btn-brown {
    border: 1px solid #5c2009;
    color: #fff;
    background: #5c2009;
}

.btn-brown:hover,.btn-brown:focus,.btn-brown:active {
    background: #531d08;
    color: #fff;
}

.btn-pink {
    border: 1px solid #f8127f;
    color: #fff;
    background: #f8127f;
}

.btn-pink:hover,.btn-pink:focus,.btn-pink:active {
    background: #ef1179;
    color: #fff;
}

.btn-dark {
    border: 1px solid #18191a;
    color: #fff;
    background: #18191a;
}

.btn-dark:hover,.content a.btn-dark:hover {
    color: #fff;
}

.btn-theme {
    color: #fff;
}

.btn-theme:hover,.btn-theme:focus,.btn-theme:active {
    background: #6F7070;
    color: #fff;
    border: 1px solid #6F7070;
}



/* ==== More buttons === */

/* plain buttons */

.btn.plain {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: none;
    border: none;
    *border: 0;
    border-color: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/* ==================================== */

.alert {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs > li > a {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.nav-pills > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.tabs-left > .nav-tabs > li > a {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.navbar-inner {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    background-color: none;
    background-image: none;
    background-repeat: none;
    border: none;
    border-top: 1px solid #2d2d2d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: none;
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse {
    position: relative;
    background-color: #fff;
    background-image: none;
    background-repeat: none;
    border: none;
    filter: none;
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle {
    background-color: #2e3234;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .nav {
    border-right: none;
    border-left: none;
}

.navbar .nav > li > a {
    float: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 0 10px;
    margin-left: 20px;
    margin-right: 0;
    color: #999999;
    text-decoration: none;
    text-shadow: none;
    border-right: none;
    border-left: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #dddddd;
    background-color: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #fff;
    background-image: none;
    background-image: none;
    filter: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar ul li>a.mainnav-login {
    color: #3686be;
}

.navbar ul li>a.mainnav-login:hover {
    color: #919191;
}

.navbar ul li>a.btn-mainnav {
    color: #3686be;
    border: 1px solid #3686be;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.navbar ul li>a.btn-mainnav:hover {
    background-color: #3686be;
    color: #fff;
}

.navbar-search .search-query {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    -webkit-border-radius: 2px 0 2px 2px;
    -moz-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
}

.navbar .navbar-btn {
    position: absolute;
    z-index: 99999;
    left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    background: #222;
    border: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none;
    -moz-background-clip: none;
    background-clip: none;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-menu li  a {
    color: #ddd;
    font-size: 12px;
    padding: 10px 15px 10px 15px;
    margin: 0;
    text-shadow: none;
    border-bottom: 1px solid #303030;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: none;
    filter: none;
}

.dropdown-menu .sub-menu-level1, .dropdown-menu .sub-menu-level2 {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0;
}

.dropdown-menu li:hover .sub-menu-level1 {
    visibility: visible;
}

.dropdown-menu li li:hover .sub-menu-level2 {
    visibility: visible;
}

.nav-header {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #0b0b0b;
    border-bottom: 1px solid #303030;
}

.navbar-collapse .nav > li > .dropdown-menu:before,
  .navbar-collapse .nav > li > .dropdown-menu:after {
    display: none;
}

.breadcrumb {
    float: left;
    padding: 10px 0 10px 0;
    margin: 0;
    list-style: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    text-shadow: none;
    font-size: 12px;
    *zoom: 1;
    margin: 0;
}

.breadcrumb > .active {
    color: #797979;
}

.pagination ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #f4f4f4;
    border: 1px solid #cacaca;
    border-left-width: 0;
}

.pagination ul > li > a:hover {
    background: #ececec;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #fff;
    cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}

.pagination-right {
    float: right;
}

.pager li > a,
.pager li > span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal-footer {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.tooltip-inner {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.popover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.popover-title {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.thumbnail {
    background: #fbfbfb;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.thumbnail p {
    padding: 0 10px 0 10px;
}

.thumbnail h1, .thumbnail h2, .thumbnail h3, .thumbnail h4, .thumbnail h5, .thumbnail h6 {
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 0;
}

.label,
.badge {
    padding: 5px 10px;
}

.label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.badge {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.progress {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/* progress bar */
.bar.bar90 {
    width: 90%;
}

.bar.bar85 {
    width: 85%;
}

.bar.bar80 {
    width: 80%;
}

.bar.bar75 {
    width: 75%;
}

.bar.bar70 {
    width: 70%;
}

.bar.bar65 {
    width: 65%;
}

.bar.bar60 {
    width: 60%;
}

.bar.bar55 {
    width: 55%;
}

.bar.bar50 {
    width: 50%;
}

.bar.bar45 {
    width: 45%;
}

.bar.bar40 {
    width: 40%;
}

.bar.bar40 {
    width: 40%;
}

.bar.bar35 {
    width: 35%;
}

.bar.bar30 {
    width: 30%;
}

.bar.bar25 {
    width: 25%;
}

.bar.bar20 {
    width: 20%;
}

.bar.bar15 {
    width: 15%;
}

.bar.bar10 {
    width: 10%;
}

.accordion-group {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px;
}

.accordion-heading {
    font-size: 13px;
    color: #333333;
    text-shadow: none;
    background-color: #fbfbfb;
    *background-color: #fbfbfb;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #e9e9e9;
    *border: 0;
    border-color: none;
}

.accordion-heading a {
    color: #333333;
    font-weight: 600;
    outline: 0;
}

.accordion-heading a:hover,.accordion-heading a.active:hover,.accordion-heading a.active {
    text-decoration: none;
}

.accordion-inner {
    margin-top: 1px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.nav-tabs {
    border-bottom: none;
    margin: 0;
}

.nav-tabs > li > a {
    margin-right: -1px;
    outline: 0;
    font-size: 13px;
    font-weight: 600;
}

.tabs-left .nav-tabs {
    margin-right: 0;
    border: none;
}

.tabs-right .nav-tabs {
    margin-left: 0;
    border: none;
}

.tabs-right .nav-tabs li  a {
    display: block;
    margin: 0;
    padding: 15px 0 15px 20px;
    margin-left: -1px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    background: #fff;
}

.tab-content > .tab-pane {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    overflow: hidden;
}

.onsidebar > .tab-pane {
    background: none;
    border: none;
    border-bottom: none;
    padding: 0;
}

.carousel-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.jumbotron {
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ===================================
1. General
==================================== */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.9em;
}

a:active {
    outline: 0;
}

.clear {
    clear: both;
}

/* ===================================
2. layout
==================================== */

.container {
    padding: 0 20px 0 20px;
    position: relative;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

#wrapper.boxed {
    width: 1230px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

.row,.row-fluid {
    margin-bottom: 30px;
}

.row .row,.row-fluid .row-fluid {
    margin-bottom: 30px;
}

.row.nomargin,.row-fluid.nomargin {
    margin-bottom: 0;
}



/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0;
}

.img-box {
    max-width: 100%;
}
/* ===================================
4. Header
==================================== */

/* --- hidden top area --- */

.hidden-top {
    height: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hidden-top-inner  ul {
    list-style: none;
    margin-top: 30px;
    margin-left: 0;
}

.hidden-top-inner  ul li {
    display: inline;
    margin: 0 20px 0 0;
}

.hidden-top.toggle-link-open {
    padding: 10px 0;
}

.hidden-top a {
    color: #ffffff;
}

#header-hidden-link {
    position: absolute;
    right: 40px;
    top: 0px;
}

#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
    outline: 0;
    font-size: 0;
    line-height: 1;
    padding: 5px 10px;
    height: 28px;
    display: block;
    text-align: center;
    color: #fefefe;
    text-decoration: none;
}

#header-hidden-link a.toggle-link:active,#header-hidden-link a.toggle-link:focus,#header-hidden-link a.toggle-link:hover {
    outline: 0;
}

#header-hidden-link a.toggle-link i,
#header-hidden-link a.top-link i {
    font-size: 16px;
    line-height: 1;
}

#header-hidden-link a.toggle-link:hover,
#header-hidden-link a.top-link:hover {
    text-decoration: none;
    color: #ffffff;
}

#header-hidden-link a.toggle-link > i:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

#header-hidden-link a.toggle-link.open {
    text-decoration: none;
}

#header-hidden-link a.toggle-link.open > i:before {
    content: "\f068";
}

.toggle-link-open {
    height: auto !important;
    min-height: 40px;
    max-height: 40000px;
}

.toggle-link-close {
    height: 0;
    overflow: hidden;
}

/* --- modal signup & signin form --- */
/* modal styled */
.modal.styled .modal-header h4 {
    color: #fff;
}


/* --- header -- */
header {
    background: #fff;
    margin: 0;
    padding: 37px 0 0;
    position: relative;
}

header .logo {
    margin: -40px 0 0 0;
    float: left;
}

header .logo img {
    margin-bottom: 10px;
}

header .logo h1 {
    font-size: 14px;
    margin: 0;
}


/* --- headnav menu : signup & signin --- */

.headnav {
    float: right;
    margin: 30px 8px 0 0;
    border-bottom: 1px dotted #e6e6e6;
}

.headnav ul {
    margin-left: 0;
    list-style: none;
}

.headnav ul li {
    display: inline;
    margin-right: 10px;
}

.headnav ul li a {
    outline: 0;
    font-size: 12px;
    font-weight: 600;
}

.headnav ul li a:hover,.headnav ul li a:focus,.headnav ul li a:active {
    outline: 0;
}

/* --- menu --- */

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

header ul.nav li a {
    font-size: 12px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav > li > a {
    color: #111;
    text-shadow: none;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
    background: none;
    font-weight: 600;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 600;
}

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}

.navbar .nav > li > .dropdown-menu:after {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: '';
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
    background: #fcfcfc;
    position: relative;
    margin: 0;
    padding: 0;
}

/* ===================================
6. Sliders
==================================== */

/* --- slit slider --- */


/* --- flexslider --- */

#featured .flexslider {
    padding: 0;
    margin: 30px 0 30px;
    background: #fff;
    position: relative;
    zoom: 1;
}

#featured .flexslider .slide-caption {
    background: #333;
}

#featured .flexslider .slide-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}

#featured .flexslider .slide-caption {
    width: 30%;
    padding: 2%;
    position: absolute;
    left: 10px;
    bottom: -30px;
    background: rgba(0,0,0,.5);
    z-index: 99;
}

#featured .flexslider .slide-caption p {
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 300;
    color: #f0f0f0 !important;
    margin-bottom: 15px;
}

#featured .flexslider .slide-caption h3 {
    font-weight: 700;
    color: #f4f4f4;
    font-size: 22px;
}

#featured .flexslider .slide-caption span a {
    padding: 7px 15px;
    float: left;
}

#featured .flexslider .slide-caption span a:hover {
    opacity: .9;
}


/* The Nivo Slider styles */

#nivo-slider {
    position: relative;
}

#featured #nivo-slider .row, #featured #nivo-slider .row-fluid {
    margin-bottom: 0;
}

.nivo-slider {
    background: #fbfbfb;
}

.slides {
    margin: 0;
    overflow: hidden;
}

.slides li {
    list-style-type: none;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 80px;
    bottom: 20px;
    background: #000;
    color: #fff;
    width: 30%;
    z-index: 8;
    padding: 20px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
}

.nivo-caption  h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1em;
}

.nivo-caption  p {
    margin-bottom: 20px;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    right: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    margin: 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow: none;
    cursor: pointer;
    background-color: #444;
    right: 15px;
}

.nivo-directionNav a {
    opacity: 1;
}

a.nivo-nextNav {
    right: 0px;
}

a.nivo-nextNav:before {
    content: "\f105";
    color: #fff;
}

a.nivo-prevNav {
    right: 25px;
}

a.nivo-prevNav:before {
    content: "\f104";
    color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/nivo-bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

.nivo-control.active {
    background-position: 0 0;
}



/* ===================================
7. Section: call action
==================================== */
#intro {
    position: relative;
}

.intro-bg-ph {
    background-color: #da552f;
    background-image: url('https://cdn.keycdn.com/img/producthunt.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 17%;
}

.signup-text-ph {
    color: #da552f;
}

#intro-close {
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s cubic-bezier(.55,0,.1,1);
}

#intro-close:hover {
    opacity: 1;
}

.intro-content {
    padding: 30px 60px 30px 60px;
    text-align: center;
    color: #FAA78F;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
}

.intro-content a {
    border-bottom: 1px dotted;
    color: #FAA78F;
}

.intro-content a:hover, .intro-content a:focus {
    border-bottom: 1px dotted;
    text-decoration: none;
    color: #fff;
}

.intro-content h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
}

section.callaction {
    background: #eee;
    padding: 50px 0 0 0;
}

section.callaction-blue {
    background: #3686be;
    padding: 50px 0 0 0;
    color: #fff;
}

section.callaction-blue h5 {
    color: #fff;
}

section.callaction-blue .highlight {
    color: #fff;
}

section.callaction-blue a {
    color: #fff;
}


/* ===================================
8. Section: Content
==================================== */

.content {
    position: relative;
    background: #fff;
    padding: 50px 0 0 0;
}

.content img {
    max-width: 100%;
    height: auto;
}

/* --- Call to action --- */

.cta-text {
    float: left;
    margin-top: 10px;
}

.big-cta .cta {
    margin-top: 14px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
    font-weight: 600;
}

#twitter ul {
    padding: 0;
    list-style: none;
}

#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
    background: #2e3234;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
}

#inner-headline .inner-heading h1 {
    color: #fff;
    margin: 20px 0 0 0;
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: right;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
    color: #ddd;
}

#inner-headline ul.breadcrumb li i {
    color: #dedede;
}

#inner-headline ul.breadcrumb li a {
    color: #fff;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
.contactform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactform input[type="email"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactform .validation {
    font-size: 11px;
}

#sendmessage {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

#sendmessage.show,.show {
    display: block;
}

address {
    margin: 0px;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}



/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {
}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35x 0 35x 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}



/* --- portfolio detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
    font-size: 22px;
    padding-left: 0;
    color: #3686be;
    line-height: 1.6em;
    border: none;
    text-align: center;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}

/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer ul.link-list li a {
    color: #919191;
}

/* --- Heading style --- */

h4.heading {
    font-weight: 300;
}

h4.heading strong {
    font-weight: 700;
}

.heading {
    margin-bottom: 30px;
}

.heading {
    position: relative;
}

.widgetheading {
    width: 100%;
    padding: 0;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

footer .widget {
    padding-left: 60px;
    margin-bottom: 20px;
}

footer .widget .social-network {
    position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}



/* --- testimonial --- */
.testimonial {
    background: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
}

.testimonial .author img {
    float: left;
    margin: 0 10px 0;
}

.testimonial p.text {
    color: #b2b2b2;
    font-family: 'Noto Serif', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.testimonial .author p.name {
    font-weight: bold;
}

/* --- Clients style --- */

ul.clients {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.clients li {
    position: relative;
    float: left;
    width: 155px;
    margin: 0;
    border: 4px solid #e9e9e9;
}

ul.clients li:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

ul.clients li img {
    margin: 0;
    opacity: 0.8;
}

ul.clients li img:hover {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* --- Map --- */
.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}

.map iframe {
    width: 100%;
    height: 180px;
    border: none;
}

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

/* --- our team --- */

ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
}

ul.team-detail li label {
    font-size: 13px;
}

ul.team-detail li h4, ul.team-detail li label {
    margin-bottom: 0;
}

ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.team-detail li ul.social-network li {
    border: none;
    margin: 0;
}

ul.team-detail li ul.social-network li i {
    margin: 0;
}

/* --- Pricing box --- */


.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

.pricing-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
    color: #fff;
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.pricing-content strong {
    color: #353535;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0px 0;
    display: block;
}

.pricing-box-alt.special .pricing-heading {
    background: #FFD053;
    text-align: center;
    padding: 40px 0 1px 0;
    border-bottom: none;
    display: block;
    color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
    color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    font-family: 'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}




/* --- Custom carousel --- */

.custom-carousel-nav {
    outline: 0;
    color: #ffffff;
    text-align: center;
}

a.custom-carousel-nav {
    outline: 0;
}

a.custom-carousel-nav:hover {
    outline: 0;
    text-decoration: none;
}

.icon-control {
    margin: 0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

article .post-heading h3 {
    margin-bottom: 20px;
}

article .post-heading h3 a {
    font-weight: 700;
    color: #353535;
}

article .post-heading h3 a:hover {
    text-decoration: none;
}


/* --- post meta --- */
.post-meta {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.post-meta .comments a:hover {
    text-decoration: none;
}

/* --- post format --- */

.post-image {
    margin-bottom: 20px;
}

.post-quote {
    margin-bottom: 20px;
}

.post-video {
    margin-bottom: 20px;
}

.post-audio {
    margin-bottom: 20px;
}

.post-link {
    margin-bottom: 20px;
}

.post-slider {
    margin-bottom: 20px;
}

.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    line-height: 1.6em;
}

.post-image img:hover {
    -webkit-box-shadow: 0 0 2px #979797;
    -moz-box-shadow: 0 0 2px #979797;
    box-shadow: 0 0 2px #979797;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    border-right: 1px dotted #e9e9e9;
    padding-right: 10px;
}

ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 2px 5px 0 0;
}

ul.meta-post li a {
    color: #999;
    float: left;
    font-size: 12px;
    font-weight: 600;
}

/* --- single post --- */
.bottom-article {
    float: left;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

/* --- author info --- */

.about-author {
    border: 1px solid #d5d5d5;
    padding: 20px;
    float: left;
    margin-bottom: 5px;
}

.about-author h5 {
    margin-bottom: 10px;
}



/* --- Comment --- */

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px;
}

.media-content h6 {
    font-size: 14px;
    font-weight: 700;
}

.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}

.comment-area .thumbnail > img {
    display: block;
    width: 60px;
    height: 60px;
}

.filter-list {
    margin-top: 20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
}

#pagination a:hover {
    color: #fff;
    text-decoration: none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    border-left: 1px solid #e9e9e9;
    padding: 0 0 0 30px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
}

.left-sidebar {
    border-right: 1px solid #e9e9e9;
    padding: 0 30px 0 0;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
    padding-right: 20px;
}

aside .widget {
    margin-bottom: 40px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}

ul.cat li a, ul.folio-detail li a {
    color: #656565;
}

ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: bold;
}

.widget ul.recent li {
    margin-bottom: 20px;
}

ul.recent li h6 {
    margin: 0 0 10px 0;
}

ul.recent li h6 a {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.widget ul.tags {
    list-style: none;
    margin: 0;
}

.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.widget ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}

.widget ul.tags li a:hover {
    text-decoration: none;
    color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
    width: 100%;
}

.widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
    width: 100%;
}

footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
    margin-left: 0;
    list-style: none;
}

.twitter  img {
    float: left;
    margin-right: 15px;
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;
}

.twitter li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.twitter li:last-child {
    border: none;
}

/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.recent-post h5 a:hover {
    text-decoration: none;
}

.recent-post .text h5 a {
    color: #353535;
}

ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f;
}

ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}

ul.time-post li a img:hover {
    opacity: 0.8;
	/* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
    float: none;
    padding: 5px 0 5px 0;
    text-shadow: none;
}

.recent-post ul.time-post li.time {
    color: #121214;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta span {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.post-meta span a {
    color: #919191;
}

.post-meta strong {
    font-weight: 200px;
    color: #c7c7c7;
}

.item .text {
    margin-left: 140px;
    margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
    background: #2e3234;
    padding: 50px 0 0 0;
    color: #bbb;
    font-size: 14px;
}

footer a {
    color: #eee;
}

footer .email {
    color: #3686be;
}

footer .email:hover {
    text-decoration: underline;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #eee;
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
    text-decoration: none;
}

.social-connect {
    margin-right: 10px;
    color: #3686be;
}

ul.social-network {
    list-style: none;
    margin: 0;
    padding-left: 0px;
}

ul.social-network li {
    display: inline;
}

#sub-footer {
    text-shadow: none;
    padding-bottom: 20px;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #c7c7c7;
}

.madein {
    color: #919191;
    font-size: 12px;
}

.copyright {
    text-align: right;
    font-size: 12px;
    padding-right: 44px;
}

#sub-footer ul.social-network {
    float: right;
    padding-left: 0px;
}


/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
    margin: 0 0 10px 0;
}

.demobtn a.btn {
    margin: 0 10px 10px 0;
}

section.demogrid .span1,section.demogrid .span2,section.demogrid .span3,section.demogrid .span4,section.demogrid .span5,section.demogrid .span6,section.demogrid .span7,section.demogrid .span8,section.demogrid .span9,section.demogrid .span10,section.demogrid .span11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
    margin-bottom: 0;
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .span12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}

.demoinline p {
    display: inline;
    margin-right: 20px;
}

/* --- demo animations --- */

.demo a.btn {
    margin: 0 10px 10px 0;
}




/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
    border-top: 1px solid #e6e6e6;
    margin: 30px 0 30px;
}

.solidline-np {
    border-top: 1px solid #e6e6e6;
    margin: 0px;
}

.dottedline {
    border-top: 1px dotted #e6e6e6;
    margin: 0 0 30px;
}

.dashedline {
    border-top: 1px dotted #e6e6e6;
    margin: 0 0 30px;
}

.blankline {
    height: 1px;
    margin: 0 0 30px;
}


/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 34px;
    bottom: 0px;
    right: 40px;
}

a.scrollup {
    outline: 0;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i:hover {
    text-decoration: none;
}




/* =============================
18. Position & alignment
============================= */

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

.aligncenter span {
    margin-left: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon
============================= */


/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
    margin: 0 0 0 -20px;
    padding: 0;
    text-align: center;
}

.icons-example ul li {
    display: inline-block;
    margin: 0 0 10px 20px;
    list-style: none;
    cursor: pointer;
}

.icons-example ul li a {
    display: inline;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.icons-example ul li a span {
    display: inline-block;
    margin: 0;
    color: #111;
    font-size: 32px;
    line-height: 70px;
}



/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}


/* =============================
21. Media queries
============================= */



@media (min-width: 979px) and (max-width: 1200px) {
    #wrapper.boxed {
        width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #wrapper.boxed {
        width: 784px;
        margin: 0 auto;
    }

    .navbar .nav {
        border: none;
    }

    .navbar .nav li a {
        border: none;
    }

    a.detail {
        background: none;
        width: 100%;
    }

    .nivo-caption {
        width: 50%;
    }

	/* slitslider */
    .sl-slider h2 {
        font-size: 72px;
    }

    ul.clients li {
        width: 104px;
        margin: 0 20px 0 0;
    }

    ul.clients li .client-hover {
        width: 104px;
    }

    footer .widget form  input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    footer .widget form  .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }

    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 767px) {

    body {
        padding-right: 0;
        padding-left: 0;
    }

    #wrapper.boxed {
        width: 90%;
        margin: 0 auto;
    }

    .navbar-fixed-top,
	  .navbar-fixed-bottom,
	  .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
    }

    div nav ul {
        display: none;
    }

    nav ul li {
        display: none;
    }

    select.selectmenu {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }

    select.selectmenu .bold {
        font-weight: bold;
    }

    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }

    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

	/* slitslider */
    .sl-slider h2 {
        font-size: 60px;
    }

	/* nivo slider */
    .nivo-caption {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
    }

    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }

    #inner-headline .search {
        float: left;
        margin-top: 20px;
    }

    .breadcrumb > li {
        font-size: 13px;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px dotted #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }

    footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6,
	footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
        margin-bottom: 20px;
    }

    #sub-footer ul.social-network {
        float: left;
        padding-left: 0px;
    }



  [    class*="span"] {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    header .logo {
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
        float: none;
    }

    header .logo img {
        margin-bottom: 10px;
    }

    header .logo h1 {
        font-size: 14px;
        margin: 0;
    }

    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }

    .search {
        float: left;
    }

    .flexslider .slide-caption {
        display: none;
    }

	/* nivo slider */
    .nivo-caption {
        background: none;
    }

    .nivo-caption p {
        display: none;
    }

    .da-slide .da-img .video-container {
        margin-top: 50%;
    }

    .da-slide h2 {
        color: #fff;
        position: relative;
        font-size: 20px;
        width: auto;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    .cta.floatright {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .jcarousel-skin-tango .jcarousel-next-horizontal,.jcarousel-skin-tango .jcarousel-prev-horizontal {
        margin-top: -30px;
    }

    #twitter-wrapper {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
}


/* ============== options panel for live preview ======================= */

#t_options {
    position: fixed;
    top: 30px;
    left: -230px;
    width: 230px;
    background: #111;
    color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
    margin: 20px 0;
    border: 0;
    border-top: none;
    border-bottom: 1px dotted #999;
}

#t_options h6 {
    color: #fff;
    font-size: 14px;
}

#t_options input {
    width: 60px;
}

#t_options .col {
    width: 50px;
    margin: 0 10px 0;
}

.colorpicker {
    z-index: 5001;
}

.options_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.options_box {
    margin: 0 14px;
    padding: 10px 0 20px;
    overflow: hidden;
}

.options_box .solidline {
    margin-bottom: 10px;
}

.options_box h6 {
    text-align: center;
    font-weight: bold;
}

.options_box .full {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.options_box .halfcol {
    width: 90px;
    float: left;
    margin: 0 5px;
}

.options_box .fourcol {
    width: 30px;
    float: left;
    margin: 0 5px;
}

.options_box .fourcol.color a {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
    font-size: 11px;
    font-weight: 600;
}

.options_toggle_holder {
    position: absolute;
    right: -40px;
}

.options_toggle {
    margin: 6px 0 0 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #111;
    border-left: none;
    display: block;
    background: #111;
}

.options_toggle span .icon {
    margin: 10px 0 0 7px;
    display: block;
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active {
    outline: 0;
    text-decoration: none;
}

.options_heading {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
}

/* colors */

.options_box a.t_default {
    background: #ef5523;
}

.options_box a.t_kissme {
    background: #6D0C1F;
}

.options_box a.t_lime {
    background: #C6DF45;
}

.options_box a.t_rose {
    background: #9E001D;
}

.options_box a.t_amethyst {
    background: #9b59b6;
}

.options_box a.t_asphalt {
    background: #34495e;
}

.options_box a.t_pomegranate {
    background: #c0392b;
}

.options_box a.t_pumpkin {
    background: #d35400;
}

.options_box a.t_lightorange {
    background: #f39c12;
}

.options_box a.t_red {
    background: #cb1103;
}

.options_box a.t_green {
    background: #9AC43C;
}

.options_box a.t_sand {
    background: #BFB372;
}

.options_box a.t_purple {
    background: #c81dbe;
}

.options_box a.t_yellow {
    background: #FFD053;
}

.options_box a.t_blue {
    background: #5C9CC7;
}

.options_box a.t_pink {
    background: #FF439E;
}

.bgr .bg {
    width: 28px;
    height: 28px;
    border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
    background: url(../img/bodybg/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
    background: url(../img/bodybg/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
    background: url(../img/bodybg/bg3.jpg) repeat left top;
}

.bgr .bg.bg4 {
    background: url(../img/bodybg/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
    background: url(../img/bodybg/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
    background: url(../img/bodybg/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
    background: url(../img/bodybg/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
    background: url(../img/bodybg/bg8.jpg) repeat left top;
}

.bgr .bg.bg9 {
    background: url(../img/bodybg/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
    background: url(../img/bodybg/bg10.png) repeat left top;
}

#accent_color {
    color: #fff;
    background: #ef5523;
    border: none;
    text-transform: uppercase;
    margin-left: 2px;
    text-align: center;
    outline: 0;
}

#bodybg_color {
    color: #fff;
    background: #ccc;
    border: none;
    text-transform: uppercase;
    margin-left: 2px;
    text-align: center;
    outline: 0;
}

/* =============================
22. Custom
============================= */

.pop-marker-legend {
    width: 25px;
}

.pop-marker-small {
    width: 20px;
    padding-right: 2px;
    margin-top: -3px;
}

.pop-marker {
    fill: #3686be;
}

.vert-sep-dark {
    border-right: 1px solid #919191;
    margin: 0 15px;
}

.logo-subtitle {
    font-weight: 3100;
    opacity: 0.5;
}

.logo-title {
    margin-bottom: 30px;
}

.logo-trans {
    text-align: center;
}

.logo-trans img {
    padding: 40px;
}

.logo-icon img {
    padding: 20px;
    width: 50%;
    height: 50%;
}

.logo-trans-white {
    background: url("../img/transparent-white.png") repeat;
}

.logo-trans-black {
    background: url("../img/transparent-black.png") repeat;
}

.logo-download {
    margin-top: 20px;
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600;
}

.logo-download code {
    font-size: 11px;
    font-weight: 300;
}

.logo-download ul li a:first-of-type {
    border-right: 1px solid #aaaaaa;
    padding-right: 7px;
    margin-right: 4px;
    margin-left: 5px;
}

.home-callout {
    padding: 10px 0 40px;
}

.home-callout h1 {
    font-weight: 400;
    padding-bottom: 25px;
}

.home-callout .box {
    padding-bottom: 20px;
}

.home-callout-img {
    width: 100px;
}

.fa-lg-mt {
    font-size: 0.7em;
}

.head-status {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5em;
}

.head-status-small {
    margin-top: 8px;
}

.lead-status {
    color: #666;
    font-size: 18px;
}

.status-availability {
    margin-top: 50px;
}

.status-availability h2 {
    font-size: 24px;
}

.edge-status-all {
    padding: 0px;
}

.edge-status .panel-heading {
    background-color: #3686be;
    color: #fff;
    border-color: #3686be;
}

.partner {
    padding-left: 100px;
    margin-bottom: 50px;
}

.partner img {
    height: 40px;
    margin-bottom: 20px;
}

.facts {
    font-size: 40px;
    margin-bottom: 15px;
}

.facts span {
    display: inline-block;
    font-size: 20px;
    min-width: 200px;
    color: #87d2fd;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.conf-logo {
    height: 93px;
}

.conf-logo-ct {
    height: 43px;
    margin-left: 70px;
    margin-right: 70px;
}

.conf-logo-vc {
    height: 36px;
    margin-top: 14px;
}

.conf-logo-oc {
    height: 44px;
    margin-top: 17px;
}

.conf-logo-fe {
    height: 44px;
    margin-left: 70px;
}

.img-about {
    border: 10px solid #eee;
    padding: 0px;
}

.about-wrapper {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px;
    position: relative
}

.about-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}

.about-wrapper .social {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #eee;
    font-size: 55px;
    padding-top: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 220px;
    height: 220px;
    text-align: center;
    opacity: 0;
}

.about-wrapper:hover .social {
    background: rgba(57,139,206,0.8);
    opacity: 1;
}

.img-testimonial {
    border: 5px solid #eee;
    padding: 0px;
    width: 120px;
}

.cite-testimonial {
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
}

.carousel-control-blue, .carousel-control-blue:focus {
    color: #3686be;
    opacity: 1;
    text-shadow: none;
}

.carousel-control-blue:hover, .carousel-control-blue:active {
    color: #eee;
    opacity: 1;
}

.carousel-indicators-blue li {
    border-color: #3686be;
}

.carousel-indicators-blue .active {
    background-color: #3686be;
}

.h4-testimonial {
    color: #3686be;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.meta-testimonial {
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    color: #bbb;
}

.meta-testimonial a,
.meta-testimonial a:hover,
.meta-testimonial a.active,
.meta-testimonial a.focus {
    color: #bbb;
}

.feature-link {
    color: #333;
    border-bottom: 1px dashed;
    border-color: #888;
}

.feature-link:hover, .feature-link:active, .feature-link:focus {
    color: #333;
    border-bottom: none;
    text-decoration: none;
}

.costcalc {
    float: none;
    margin-left: 190px;
    margin-right: auto;
}

.costcalc h2 {
    text-align: center;
    float: left;
    margin-bottom: 0px;
    font-size: 28px;
}

.trafficbox {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    height: 44px;
}

@media (max-width: 480px) {
    .costcalc {
        float: left;
        margin: 0px;
    }

    .costcalc h2 {
        text-align: center;
        float: left;
        margin-bottom: 0px;
        font-size: 28px;
    }

    .trafficbox {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.1;
        height: 44px;
    }
}

/* ch flag */
.chflag {
    margin-bottom: 2px;
}

/* logo svg */
.logo-svg {
    text-indent: -9999px;
    width: 230px;
    height: 93px;
    background-size: 230px 93px;
    background: url("../../../../img/logo.svg") no-repeat;
    display: block;
    float: left;
    margin-top: -13px;
    margin-right: 27px;
}

@media (max-width: 480px) {
    .logo-svg {
        margin-top: 0px;
        margin-left: 30px;
    }
}

#lang-section {
    position: absolute;
    left: -2px;
    top: 46px;
}

#lang-section a {
    color: #fff;
}

.logo-svg-dashboard {
    width: 60%;
}

.dc-logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* font helper */
.color1 {
    color: #3686be;
}

.color2 {
    color: #e00e0e;
}

.color3 {
    color: #3c763d;
}

.xs-small {
    font-size: 80%;
}

.xl-large {
    font-size: 60px;
}

.xxl-large {
    font-size: 125px;
}

.h2-register {
    font-size: 34px;
    margin-bottom: 010px;
    color: #3686be;
}

.h2-login {
    font-size: 34px;
    margin-bottom: 010px;
}

.benefits-cite a {
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    color: #bbb;
}

.benefits-cite a:hover {
    font-style: italic;
    text-decoration: none;
    color: #fff;
}

/* form-group border */
div.panel-body .form-group {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    border-bottom-style: dashed;
}

div.panel-body .form-group:first-child {
    padding-top: 0;
}

div.panel-body .form-group:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* form-group border */
div.panel-body .form-reg {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

/* form-group feedback */
.form-horizontal .has-feedback .form-control-feedback {
    top: 32px;
    right: 0px;
    color: #B6B4B4;
}

/***** About the new site *****/

#about-container {
    position: relative;
    background: #3a3c42;
    padding: 50px 0 0 0;
}

.about-container {
    margin: 0px auto 0 auto;
    padding-bottom: 60px;
    color: #2e3234;
}

.about {
    margin-top: 60px;
    padding-bottom: 10px;
}

.about h3 {
    font-size: 46px;
    font-weight: 100;
    line-height: 50px;
}

.about p {
    margin-top: 30px;
    padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.about-box-1 {
    margin-top: 30px;
    text-align: center;
    color: #2e3234;
}

.about-box-1 h4 {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #3686be;
}

.about-box-1 p {
    font-size: 18px;
    line-height: 32px;
}

.about-box-1 .about-box-1-icon {
    text-align: center;
    color: #fff;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding-top: 42px;
    background: #3686be;
    border: 1px solid #3686be;
    font-size: 56px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.about-box-1 .about-box-1-icon:hover {
    background: none;
    border: 1px solid #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

/* panel register */
.register {
    margin-top: 60px;
    margin-bottom: 0px;
}

.register .panel-body {
    padding-bottom: 3px;
}

.register-info {
    text-align: center;
    color: #eee;
    padding-top: 3px;
}

.alert-promo {
    background-color: #eee;
    border-color: #eee;
}

.alert-register {
    margin-bottom: 0px;
}

/* slider */
.bg-dark {
    background-color: #2a2a2a;
}

.bg-blue {
    background-color: #3686be;
}

#main-slider .carousel-inner .item {
    overflow: hidden;
    opacity: 0;
    height: 300px;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

#main-slider .carousel-inner .item-sm {
    height: 215px;
}

@media (max-width: 480px) {
    #main-slider .carousel-inner .item {
        height: 200px;
        padding-left: 60px;
    }

    #main-slider .carousel-inner .item h2 {
        font-size: 17px;
    }

    #main-slider .carousel-inner .item h3 {
        font-size: 17px;
    }

    #main-slider .carousel-inner .item-sm {
        padding-left: 10px;
        padding-right: 10px;
        height: 180px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #main-slider .carousel-inner .item {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #main-slider .carousel-inner .item {
        height: 400px;
    }
}

#main-slider .carousel-inner .item .slide-caption {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

#main-slider .carousel-inner .item.active {
    opacity: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

#main-slider .carousel-inner .item.left.active {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

#main-slider .carousel-inner .item.left.next {
    opacity: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

#main-slider .carousel-inner .item.right.active {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

#main-slider .carousel-inner .item.right.prev {
    opacity: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

#main-slider .carousel-inner .item .img-background {
    position: absolute;
    left: 0;
    width: 100%;
}

#main-slider .carousel-control {
    background-image: none;
    z-index: 2;
}

#main-slider .carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.sub-slider .carousel-inner .item {
    overflow: hidden;
    opacity: 0;
    height: 420px;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.sub-slider .carousel-inner .item-sm {
    height: 420px;
}

@media (max-width: 480px) {
    .sub-slider .carousel-inner .item {
        height: 200px;
        padding-left: 60px;
    }

    .sub-slider .carousel-inner .item h2 {
        font-size: 17px;
    }

    .sub-slider .carousel-inner .item h3 {
        font-size: 17px;
    }

    .sub-slider .carousel-inner .item-sm {
        padding-left: 10px;
        padding-right: 10px;
        height: 180px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sub-slider .carousel-inner .item {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sub-slider .carousel-inner .item {
        height: 400px;
    }
}

.sub-slider .carousel-inner .item .slide-caption {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

.sub-slider .carousel-inner .item.active {
    opacity: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.sub-slider .carousel-inner .item.left.active {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.sub-slider .carousel-inner .item.left.next {
    opacity: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.sub-slider .carousel-inner .item.right.active {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.sub-slider .carousel-inner .item.right.prev {
    opacity: 1;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.sub-slider .carousel-inner .item .img-background {
    position: absolute;
    left: 0;
    width: 100%;
}

.sub-slider .carousel-control {
    background-image: none;
    z-index: 2;
}

.sub-slider .carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

/* flot charts */
.tooltip-flot {
    border: 1px solid #5f5f5f;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 2px;
    background-color: #5f5f5f;
    opacity: 0.80;
}

/* flot charts */
#reportselect {
    padding-top: 5px;
}

/* breadcrumb */
.breadcrumb {
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb > li + li:before {
    padding: 0 15px;
    content: '\f105';
    font-family: 'FontAwesome';
}

/* Form signin */
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 60px auto 80px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/* Form signup */
.form-reset {
    max-width: 375px;
    padding: 19px 29px 29px;
    margin: 60px auto 80px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-reset .form-signup-heading,
.form-signup .checkbox {
    margin-bottom: 10px;
}

.form-reset input[type="text"],
.form-reset input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/* Custom elements */
.center {
    text-align: center
}

.about-hero {
    padding: 15px 20px 10px 20px;
    background: #fafafa;
    border-radius: 4px;
    box-shadow: inset 0px 0px 1px #ccc;
    border: 1px solid #eee;
    color: #999;
    font-size: 23px;
    line-height: 33px;
}

.about-hero .hightlight {
    color: #666;
}

.promo {
    color: #eee;
    padding: 10px;
}

form .required label:after {
    color: #e32;
    font-weight: bold;
    content: ' *';
    display: inline;
}

.pgb {
    margin-top: 10px;
}

/* Form errors */
.error-message {
    color: #9E2424;
}

/* Wells */
.well-hero {
    border: 1px solid #ddd;
    background-color: #efefef;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #fafafa),to( #efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: -ms-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(top, #fafafa, #efefef);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8);
    box-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: #353535;
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
}

.well-clean {
    min-height: 20px;
    padding: 0px 19px 0px 19px;
}

/* Tables */
.pricing td:first-child {
    padding-left: 0px;
    text-align: left;
}

.pricing th,td {
    text-align: center;
}



/*-----------------------------------------------------------------------------------*/
/*	5.	Content Elements
/*-----------------------------------------------------------------------------------*/
/* 5 Basic (Grids) */
.grid {
    background: #fff;
    margin-top: 40px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.grid-transparent {
    margin-top: 40px;
}

.grid-title {
    height: 35px;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.grid-title .pull-left .icon-title {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #c9c9c9;
    height: 30px;
    margin-top: -2px;
    margin-right: 8px;
    padding-top: 12px;
    float: left;
    color: #5f5f5f;
}

.grid-title .pull-left span {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: bold;
    height: 14px;
    display: block;
    padding-top: 8px;
    width: 200px;
}

.grid-title .pull-right .icon-title {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #c9c9c9;
    height: 30px;
    margin-top: -2px;
    padding-top: 12px;
    float: left;
}

.grid-title .pull-right .icon-title a {
    color: #5f5f5f;
}

.grid-title .pull-right .icon-title a:hover {
    color: #3c3b3b;
}

.grid-content {
    padding: 10px;
}

.grid-content.padding-none {
    padding: 0;
}

.overflow {
    overflow: hidden;
}

/* label */
.label {
    font-weight: normal;
}

.label-important {
    background-color: #c43c35;
}

.label-warning {
    background-color: #f89406;
}

.label-success {
    background-color: #46a546;
}

.label-notice {
    background-color: #62cffc;
}

.quick-button {
    border: 1px solid #ddd;
    margin-bottom: -1px;
    padding: 30px 0 10px 0;
    background-color: #efefef;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #fafafa),to( #efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: -ms-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(top, #fafafa, #efefef);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8);
    box-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: #646464;
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
    text-align: center;
}

/* tree */
.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 35px;
    position: relative
}

.tree li::before, .tree li::after {
    content: '';
    left: 10px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}

.tree li.parent_li>span {
    cursor: pointer
}

.tree>ul>li::before, .tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

/* endless styles */
.circle {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
}

.no-padding {
    padding: 0 !important;
}

.p-top-xs {
    padding-top: 5px;
}

.p-top-sm {
    padding-top: 10px;
}

.padding-xs {
    padding: 5px !important;
}

.padding-sm {
    padding: 10px !important;
}

.padding-md {
    padding: 20px !important;
}

.padding-lg {
    padding: 40px !important;
}

.paddingLR-md {
    padding: 0 20px;
}

.no-margin {
    margin: 0 !important;
}

.margin-xs {
    margin: 5px !important;
}

.margin-sm {
    margin: 10px !important;
}

.margin-md {
    margin: 20px !important;
}

.margin-lg {
    margin: 40px !important;
}

.m-top-none {
    margin-top: 0;
}

.m-top-xs {
    margin-top: 5px;
}

.m-top-sm {
    margin-top: 10px;
}

.m-top-md {
    margin-top: 20px;
}

.m-top-lg {
    margin-top: 40px;
}

.m-left-xs {
    margin-left: 5px;
}

.m-left-sm {
    margin-left: 10px;
}

.m-left-md {
    margin-left: 20px;
}

.m-left-lg {
    margin-left: 40px;
}

.m-right-xs {
    margin-right: 5px;
}

.m-right-sm {
    margin-right: 10px;
}

.m-right-md {
    margin-right: 20px;
}

.m-right-lg {
    margin-right: 40px;
}

.m-bottom-xs {
    margin-bottom: 5px;
}

.m-bottom-sm {
    margin-bottom: 10px;
}

.m-bottom-md {
    margin-bottom: 20px;
}

.m-bottom-lg {
    margin-bottom: 40px;
}

.m-bottom-none {
    margin-bottom: 0;
}

.no-shadow {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.middle {
    vertical-align: middle;
}

.no-border {
    border: none !important;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-normal {
    font-weight: normal !important;
}

.width-100 {
    width: 100%;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.primary-font {
    color: #323447;
}

.text-white {
    color: #fff;
}

.text-primary {
    color: #504f63;
}

.text-info, .text-info a {
    color: #3686be;
}

.text-info a:hover, .text-success a:hover {
    color: #8e8e8e;
}

.text-success, .text-success a {
    color: #86C04F;
}

.text-warning {
    color: #ffc545;
}

.text-danger {
    color: #fe402b;
}

.font-normal {
    font-weight: normal !important;
}

.text-shadow-white {
    text-shadow: 0 1px 0 #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #d3d3d3;
}

.bg-dark {
    background-color: #2a2a2a;
}

.bg-grey {
    background-color: #eeeeee;
    text-shadow: 0 1px #fff;
}

.bg-primary {
    background-color: #fa9633;
    color: #fff;
}

.bg-warning {
    background-color: #ffc545;
    color: #fff;
}

.bg-info {
    background-color: #2FABE9;
    color: #fff;
}

.bg-success {
    background-color: #9ad268;
    color: #fff;
}

.bg-danger {
    background-color: #fe402b !important;
    color: #fff !important;
}

.shadow-pulse {
    animation: shadow-pulse 1s linear infinite;
    -webkit-animation: shadow-pulse 1s linear infinite;
    -moz-animation: shadow-pulse 1s linear infinite;
    -ms-animation: shadow-pulse 1s linear infinite;
    -o-animation: shadow-pulse 1s linear infinite;
}

.no-animation * {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.preload * {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
}

.transition-delay1 {
    transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
    -moz-transition-delay: 0.5s !important;
    -ms-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
}

.transition-delay2 {
    transition-delay: 1s !important;
    -webkit-transition-delay: 1s !important;
    -moz-transition-delay: 1s !important;
    -ms-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
}

.transition-delay3 {
    transition-delay: 1.5s !important;
    -webkit-transition-delay: 1.5s !important;
    -moz-transition-delay: 1.5s !important;
    -ms-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.fadeInUpLarge {
    animation-name: fadeInUpLarge;
    -webkit-animation-name: fadeInUpLarge;
    -moz-animation-name: fadeInUpLarge;
    -ms-animation-name: fadeInUpLarge;
    -o-animation-name: fadeInUpLarge;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.fadeInDownLarge {
    animation-name: fadeInDownLarge;
    -webkit-animation-name: fadeInDownLarge;
    -moz-animation-name: fadeInDownLarge;
    -ms-animation-name: fadeInDownLarge;
    -o-animation-name: fadeInDownLarge;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.fadeInLeftLarge {
    animation-name: fadeInLeftLarge;
    -webkit-animation-name: fadeInLeftLarge;
    -moz-animation-name: fadeInLeftLarge;
    -ms-animation-name: fadeInLeftLarge;
    -o-animation-name: fadeInLeftLarge;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.fadeInRightLarge {
    animation-name: fadeInRightLarge;
    -webkit-animation-name: fadeInRightLarge;
    -moz-animation-name: fadeInRightLarge;
    -ms-animation-name: fadeInRightLarge;
    -o-animation-name: fadeInRightLarge;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.bounceInDown {
    animation-name: bounceInDown;
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.bounceIn {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.animation-delay1 {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay2 {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay3 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay4 {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay5 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay6 {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay7 {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay8 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay9 {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay10 {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #000;
    }

    50% {
        left: 236px;
        background-color: #fff;
    }

    100% {
        left: 0px;
        background-color: #000;
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #000;
    }

    50% {
        left: 236px;
        background-color: #fff;
    }

    100% {
        left: 0px;
        background-color: #000;
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #000;
    }

    50% {
        left: 236px;
        background-color: #fff;
    }

    100% {
        left: 0px;
        background-color: #000;
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #000;
    }

    50% {
        left: 236px;
        background-color: #fff;
    }

    100% {
        left: 0px;
        background-color: #000;
    }
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #000;
    }

    50% {
        left: 236px;
        background-color: #fff;
    }

    100% {
        left: 0px;
        background-color: #000;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -ms-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -o-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -o-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
}

@-ms-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -ms-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -o-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
}

@-ms-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@-o-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -o-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@-webkit-keyframes slidedown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@-moz-keyframes slidedown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@-ms-keyframes slidedown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@-o-keyframes slidedown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@keyframes slidedown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px) rotate(-60deg);
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px) rotate(-60deg);
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px) rotate(-60deg);
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px) rotate(-60deg);
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: translateX(-20px) rotate(-60deg);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px) scale(0.6);
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px) scale(0.6);
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px) scale(0.6);
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -o-transform: translateY(100px) scale(0.6);
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp100 {
    0% {
        opacity: 0;
        transform: translateY(100px) scale(0.6);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    }

    50% {
        box-shadow: 0 0 6px #323232;
        -moz-box-shadow: 0 0 6px #323232;
        -webkit-box-shadow: 0 0 6px #323232;
    }

    100% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    }
}

@-moz-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }

    50% {
        box-shadow: 0 0 6px #323232;
        -moz-box-shadow: 0 0 6px #323232;
        -webkit-box-shadow: 0 0 6px #323232;
    }

    100% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }
}

@-ms-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }

    50% {
        box-shadow: 0 0 6px #323232;
        -moz-box-shadow: 0 0 6px #323232;
        -webkit-box-shadow: 0 0 6px #323232;
    }

    100% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }
}

@-o-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }

    50% {
        box-shadow: 0 0 6px #323232;
        -moz-box-shadow: 0 0 6px #323232;
        -webkit-box-shadow: 0 0 6px #323232;
    }

    100% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }

    50% {
        box-shadow: 0 0 6px #323232;
        -moz-box-shadow: 0 0 6px #323232;
        -webkit-box-shadow: 0 0 6px #323232;
    }

    100% {
        box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0);
    }
}

@keyframes text-moving {
    0% {
        left: 110%;
    }

    40% {
        left: 0%;
    }

    50% {
        left: 0%;
    }

    60% {
        left: 0%;
    }

    70% {
        left: 0%;
    }

    100% {
        left: -150%;
    }
}

@-webkit-keyframes text-moving {
    0% {
        left: 110%;
    }

    40% {
        left: 0%;
    }

    50% {
        left: 0%;
    }

    60% {
        left: 0%;
    }

    70% {
        left: 0%;
    }

    100% {
        left: -150%;
    }
}

@-moz-keyframes text-moving {
    0% {
        left: 110%;
    }

    40% {
        left: 0%;
    }

    50% {
        left: 0%;
    }

    60% {
        left: 0%;
    }

    70% {
        left: 0%;
    }

    100% {
        left: -150%;
    }
}

@-ms-keyframes text-moving {
    0% {
        left: 110%;
    }

    40% {
        left: 0%;
    }

    50% {
        left: 0%;
    }

    60% {
        left: 0%;
    }

    70% {
        left: 0%;
    }

    100% {
        left: -150%;
    }
}

@-o-keyframes text-moving {
    0% {
        left: 110%;
    }

    40% {
        left: 0%;
    }

    50% {
        left: 0%;
    }

    60% {
        left: 0%;
    }

    70% {
        left: 0%;
    }

    100% {
        left: -150%;
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.7);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0.7);
    }

    50% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.7);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-1000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-20%);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-1000px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateY(30px);
    }

    80% {
        -ms-transform: translateY(-20px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-1000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }

    80% {
        -o-transform: translateY(-20%);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-1000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDownSmall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceInDownSmall {
    0% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateY(20px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@-o-keyframes bounceInDownSmall {
    0% {
        opacity: 0;
        -o-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(20px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }
}

@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }

    50% {
        -ms-transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-50px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@-webkit-keyframes progress-start {
    0% {
        width: 0;
    }
}

@-moz-keyframes progress-start {
    0% {
        width: 0;
    }
}

@-ms-keyframes progress-start {
    0% {
        width: 0;
    }
}

@-o-keyframes progress-start {
    0% {
        width: 0;
    }
}

@keyframes progress-start {
    0% {
        width: 0;
    }
}


/* =============================
23. Theme skin
============================= */

/* === color === */

a, a:hover,a:focus,a:active, footer a.text-link:hover, strike, footer ul.link-list li a:hover, .post-meta span a:hover, footer a.text-link,
ul.meta-post li a:hover, ul.cat li a:hover, ul.recent li h6 a:hover, ul.portfolio-categ li.active a, ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.related-post li h4 a:hover, span.highlight,article .post-heading h3 a:hover,
.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > li > a:hover,.navbar .nav > li > a:focus,.navbar .nav > .active > a:focus, .validation {
    color: #3686be;
}

a:hover {
    text-decoration: none;
}

/* === background color === */
.navbar .nav > .active.dropdown > a.dropdown-toggle,
.navbar .nav > .active.dropdown > a.dropdown-toggle:hover,
.navbar .nav > .active.dropdown > a.dropdown-toggle:focus,
.custom-carousel-nav.right:hover, .custom-carousel-nav.left:hover,
.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.pagination ul > .active > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span,
.flex-control-nav li a:hover,
.flex-control-nav li a.active {
    background-color: #3686be;
}

/* === border color === */
.pagination ul > li.active > a,
.pagination ul > li.active > span, a.thumbnail:hover, input[type="text"].search-form:focus {
    border: 1px solid #3686be;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #3686be;
}

input:focus {
    border-color: #3686be;
}

#sendmessage {
    color: #3686be;
}

.pullquote-left {
    border-left: 5px solid #3686be;
}

.pullquote-right {
    border-right: 5px solid #3686be;
}


/* === Header === */
/* --- toggle top area --- */
.hidden-top {
    background: #3686be;
}

#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
    background: #3686be;
}


/* carousel */
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: #3686be;
}

ul.clients li:hover {
    border: 4px solid #3686be;
}

/* buttons */
.btn-dark:hover,.btn-dark:focus,.btn-dark:active {
    background: #3686be;
    border: 1px solid #3686be;
}

.btn-theme {
    border: 1px solid #3686be;
    background: #3686be;
}

/* modal styled */
.modal.styled .modal-header {
    background-color: #3686be;
}


/* blog */
.post-meta {
    border-top: 4px solid #3686be;
}

.post-meta .comments a:hover {
    color: #3686be;
}

.widget ul.tags li a:hover {
    background: #3686be;
}

.recent-post .text h5 a:hover {
    color: #3686be;
}

/* pricing box */

.pricing-box-alt.special .pricing-heading {
    background: #3686be;
}

.pricing-box-alt.special.red .pricing-heading {
    background: #F03C02;
}

.pricing-box-alt.special.yellow .pricing-heading {
    background: #FFD053;
}

/* portfolio */
.item-thumbs .hover-wrap .overlay-img {
    background: #3686be;
}


/* pagination */
#pagination a:hover {
    background: #3686be;
}

/* pricing box */
.pricing-box.special .pricing-offer {
    background: #3686be;
}


/* fontawesome icons */
.icon-square:hover,
.icon-rounded:hover,
.icon-circled:hover {
    background-color: #3686be;
}
[class^="icon-"].active,
[class*=" icon-"].active {
    background-color: #3686be;
}

/* Theme Styler :: End */


/* =============================
24. Fonts
============================= */

#map-canvas img {
    max-width: none;
}

@font-face {
    font-family: 'keycdn';
	src:url('//blog.keycdn.com/fonts/keycdn.eot');
	src:url('//blog.keycdn.com/fonts/keycdn.eot') format('embedded-opentype'),
		url('//blog.keycdn.com/fonts/keycdn.woff') format('woff'),
		url('//blog.keycdn.com/fonts/keycdn.ttf') format('truetype'),
		url('//blog.keycdn.com/fonts/keycdn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'keycdn';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	/* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-keycdn:before {
    content: "\e600";
}

.icon-home {
    vertical-align: sub;
    font-size: 18px;
}

.icon-lg {
    font-size: 16px;
    padding-top: 7px;
}


/* ===================================
24. Term/Privacy
==================================== */

#terms h3 {
    margin-top: 15px;
    margin-bottom: 2px;
}

#terms h4 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 20px;
}

#privacy h3 {
    margin-top: 15px;
    margin-bottom: 2px;
}

#privacy h4 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 20px;
}

/* ===================================
25. Overwrite
==================================== */

.home-callout .link {
    color: #939393;
    border-bottom: 1px dotted #939393;
}

.home-callout .link:hover {
    color: black;
}

/* ===================================
26. Errors
==================================== */

.err404 {
    padding: 65px 0;
}

.err404 h1 {
    font-size: 40px;
    color: #4b4b4b;
    font-weight: bold;
    text-align: center;
}

/* ===================================
27. FAQ
==================================== */

.highlight-faq {
    background-color: yellow;
}

.light-gray {
    color: #000;
    background-color: #eee;
 /*e9eff4*/
    border-color: #aeb3b7;
}

.faq aside {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.faq input[type="text"] {
    border: 1px solid #ccd2d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.57143em;
    line-height: 1.57143em;
    background: #fff;
    padding: 0.62857em;
    width: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.faq input[type="text"]:active, .faq input[type="text"]:focus {
    outline: none;
    border-color: #000;
}

.faq aside, .faq-panel>.body {
    padding: 1.57143em 1.57143em 0;
    overflow: hidden;
}

.faq-panel {
    font-size: 14px;
}

.faq-panel>.body {
    padding: 1.57143em 1.57143em 0;
    margin-bottom: 1.57143em;
}

.faq aside>*, .faq-panel>.body>*, .overlay>* {
    margin-bottom: 1.57143em;
}

.faq-panel>.body>ol.numbered>li, .faq-panel>.body>ul.bulleted>li, .overlay>ul.bulleted>li {
    margin-bottom: 0.78571em;
}

.faq-panel.expanded>.title:before {
    content: "▾ "
}

.faq-panel>.title:before {
    content: "▸ ";
    color: #3686be;
    display: inline-block;
    width: 1.57143em;
    margin-left: -1.57143em;
    text-align: center;
}

.faq-panel>.title {
    margin-left: 1.57143em;
}

.faq-panel>.body {
    margin-top: 1.57143em;
}

.faq-panel .title {
    font-size: 14px;
    color: #3686be;
    cursor: pointer;
    font-weight: 400;
}

.faq-panel .body {
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    border-radius: 3.5px;
    background-color: #eee;
 /*---*/
}

/* ===================================
28. Landing Pages
==================================== */

.landing-hero {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 0;
    padding-bottom: 10px;
}

.landing-title {
    margin-bottom: 30px;
}

.landing-title h2 {
    margin-bottom: 10px;
}

.landing-title h3 {
    font-size: 20px;
    opacity: 0.5;
}

.landing-content h4 {
    font-weight: 400;
}

.landing-image {
    padding: 15px 0;
}

/* ===================================
29. Newsletter form
==================================== */
section.newsletter {
    background: #3686be;
    padding: 8px 0 0 0;
    color: #fff;
}

.row-nl {
    margin-bottom: 0;
}

.form-nl {
    padding: 20px 0;
}

.form-group-nl label {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
}

.form-group-nl input {
    height: 34px;
    padding: 0 0 5px 3px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 0px;
    background-color: #3686BE;
    border: none;
    color: #fff;
}

.form-group-nl input, .form-group-nl input:active, .form-group-nl input:focus {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.btn-nl {
    color: #fff;
    background-color: #3686be;
    border: 1px solid #fff;
    padding: 8px 16px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.33;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.btn-nl:hover {
    color: #3686be;
    background-color: #fff;
    border: 1px solid #fff;
}

#newsletter {
    font-size: 24px;
    font-weight: 100;
}

#newsletter a, #newsletter a:hover {
    color: #fff;
    opacity: 0.5;
}

.entry-header {
    padding: 10px 0 0;
}

#newsletter {
    background: #3686BE;
    padding: 12px;
    clear: left;
}

#newsletter h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 5px 0;
    font-size: 22px;
	text-transform: uppercase;
}

#newsletter p {
	text-align: center;
	color: #fff;
	opacity: 0.8;
    font-size: 15px;
	line-height: 20px;
    font-weight: 400;
    margin: 15px 0 20px;
}

#newsletter .footer-text {
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#newsletter input {
    background: #296A98;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    width: 100%;
    margin: 5px 0px 8px 0px;
    padding: 10px;
}

#newsletter .button {
    padding: 8px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
    opacity: 0.9;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1d4e1;
    opacity: 1;
}

a::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1d4e1;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c1d4e1;
    opacity: 1;
}

#newsletter .button {
    background-color: #fff;
	color: #296A98;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
	font-weight: 600;
    text-transform: uppercase;
    background-image: none;
}

#newsletter .button:hover {
    background-color: #fff;
}

/* === color === */

a, a:hover,a:focus,a:active, footer a.text-link:hover, strike, footer ul.link-list li a:hover, .post-meta span a:hover, footer a.text-link,
ul.meta-post li a:hover, ul.cat li a:hover, ul.recent li h6 a:hover, ul.portfolio-categ li.active a, ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.related-post li h4 a:hover, span.highlight,article .post-heading h3 a:hover,
.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > li > a:hover,.navbar .nav > li > a:focus,.navbar .nav > .active > a:focus, .validation {
    color: #3686be;
}

/* === background color === */
.navbar .nav > .active.dropdown > a.dropdown-toggle,
.navbar .nav > .active.dropdown > a.dropdown-toggle:hover,
.navbar .nav > .active.dropdown > a.dropdown-toggle:focus,
.custom-carousel-nav.right:hover, .custom-carousel-nav.left:hover,
.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.pagination ul > .active > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span,
.flex-control-nav li a:hover,
.flex-control-nav li a.active {
    background-color: #3686be;
}

/* === border color === */
.pagination ul > li.active > a,
.pagination ul > li.active > span, a.thumbnail:hover, input[type="text"].search-form:focus {
    border: 1px solid #3686be;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #3686be;
}

input:focus {
    border-color: #3686be;
}

#sendmessage {
    color: #3686be;
}

.pullquote-left {
    border-left: 5px solid #3686be;
}

.pullquote-right {
    border-right: 5px solid #3686be;
}


/* === Header === */
/* --- toggle top area --- */
.hidden-top {
    background: #3686be;
}

#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
    background: #3686be;
}


/* carousel */
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: #3686be;
}

ul.clients li:hover {
    border: 4px solid #3686be;
}

/* buttons */
.btn-dark:hover,.btn-dark:focus,.btn-dark:active {
    background: #3686be;
    border: 1px solid #3686be;
}

.btn-theme {
    border: 1px solid #3686be;
    background: #3686be;
}

/* modal styled */
.modal.styled .modal-header {
    background-color: #3686be;
}


/* blog */
.post-meta {
    border-top: 4px solid #3686be;
}

.post-meta .comments a:hover {
    color: #3686be;
}

.widget ul.tags li a:hover {
    background: #3686be;
}

.recent-post .text h5 a:hover {
    color: #3686be;
}

/* pricing box */

.pricing-box-alt.special .pricing-heading {
    background: #3686be;
}

.pricing-box-alt.special.red .pricing-heading {
    background: #F03C02;
}

.pricing-box-alt.special.yellow .pricing-heading {
    background: #FFD053;
}

/* portfolio */
.item-thumbs .hover-wrap .overlay-img {
    background: #3686be;
}


/* pagination */
#pagination a:hover {
    background: #3686be;
}

/* pricing box */
.pricing-box.special .pricing-offer {
    background: #3686be;
}


/* fontawesome icons */
.icon-square:hover,
.icon-rounded:hover,
.icon-circled:hover {
    background-color: #3686be;
}
[class^="icon-"].active,
[class*=" icon-"].active {
    background-color: #3686be;
}

/* fancybox */
.fancybox-close:hover {
    background-color: #3686be;
}

.fancybox-nav:hover span {
    background-color: #3686be;
}

/* parallax c slider */
.da-slide .da-link:hover {
    background: #3686be;
    border: 4px solid #3686be;
}

.da-dots span {
    background: #3686be;
}

/* flexslider */
#featured .flexslider .slide-caption {
    border-left: 5px solid #3686be;
}

/* Nivo slider */
.nivo-directionNav a:hover {
    background-color: #3686be;
}

.nivo-caption, .caption {
    border-bottom: #3686be 5px solid;
}

.btn-blog {
	color: #FFFFFF;
	background-color: #3686be;
    border: 1px solid #3686be;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

a.btn.btn-blog {
	color: #FFFFFF;
}

a.btn.btn-blog:hover {
	color: #FFFFFF;
	background-color: #2d72a2;
	border: 1px solid #2d72a2;
}

.entry-content a {
	border-bottom: 1px dotted;
	transition: all 0.25s linear;
}

.entry-content a:hover {
	color: #222;
}

@media only screen and (max-width:991px) {
	.custom-social {
		display: none !important;
	}
	#text-5 {
		display: none !important;
	}
}

p.read-more {
	padding: 0 0 55px;
	margin-bottom: 0;
	margin-top: -10px;
	border-bottom: 1px solid #ededed;
}

.custom-social {
	padding-top: 4px;
	font-size: 18px;
}

.custom-social a:active,
.custom-social a:focus {
	text-decoration: none;
}

.custom-social a:hover {
	color: #eaeaea;
}

#toc_container ul{margin:0 10px 10px;padding:0}
#toc_container a:hover{text-decoration:none}
