/*
Theme Name: cyberone
Theme URI: http://underscores.me/
Author: Mukesh Suthar
Author URI: http://www.designyourwebsite.in
Description: the cyberone theme
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cyberone
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 cyberone is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
    margin-top: 0;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}




article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
body {
	background-image:url("./images/bg.jpg");
background-size: cover;
    background-attachment: fixed;
}
ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

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

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

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;

	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}
h2 {
font-size: 22px;
font-weight: 600;
line-height: 42px;
margin: 10px 0px 10px 0px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
font-family: 'Sans-serif', sans-serif;
}

h3 {
font-size: 20px;
margin: 5px 0 5px 0;
line-height: 36px;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
color: #c33737;
    text-decoration: none;
}



a:hover,
a:focus,
a:active {
	color:#000;
	  border-bottom: 1px solid #222;
    text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
display: block;
float: left;
width: 100%;
margin-bottom: 30px;

border-radius: 7px;
background-color: #C7C7C7;
border-color: #ddd;
border: none;
background: -webkit-linear-gradient(top, #D6D6D6  0%,#C7C7C7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D6D6D6  ), color-stop(100%,#C7C7C7));
background: -moz-linear-gradient(top, #D6D6D6  0%, #C7C7C7 100%);
background: -ms-linear-gradient(top, #D6D6D6  0%,#C7C7C7 100%);
background: -o-linear-gradient(top, #D6D6D6  0%,#C7C7C7 100%);
background: linear-gradient(to bottom, #D6D6D6  0%,#C7C7C7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6D6D6  ', endColorstr='#C7C7C7',GradientType=0 );
}

.main-navigation ul {
	list-style: none;
	margin: auto;
	padding-left: 25px;

}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3em;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 300px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}



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

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

	.main-navigation ul {
		display: none;
	}
	

}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-branding {
float: left;
margin: 10px 0px;
width: 100%;
}



.entry-content p {
    clear: both;
}




#plan {
float: left;
background-color: #fafafa;
position: relative;
color: #454545;
padding: 14px;
border: 1px solid #e1e1e1;
width: 33.33%;
text-align:center;
}

#plan ul li {

font-size: 16px;
text-align: left;
margin-bottom: 20px;
}

#plan ul {
list-style:none;
padding: 0 18px;
margin-bottom: 45px;
}


#cyberonefeatures {
float:left;
width: 50%;
padding: 30px 10px 10px 10px;
}

#faq {
float:left;
width: 48%;
padding: 30px 10px 10px 10px;
}




.wrapp {
margin: 0 auto;
max-width: 1100px;
}
div.leftone1 {
float: left;
width:50%;
}




@media (max-width: 643px) {
#cyberonefeatures {
padding-right:0px;
width:100%;
	}
#homefeature,
#process {
clear: both;
min-width: 100%;
}
#plan {
width:100%;
}
#plan ul li {
text-align:center;
}
#faq {
padding-right:0px;
width:100%;
	}
}


@media (min-width: 1218px) {
.wrapp {
padding-right: 30px;
padding-left: 30px;
}
.quickgs span.wpcf7-form-control-wrap {
position: relative;
margin-right: 10px;
width: 25%;
float: left;
overflow: hidden;
}
}













/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #000;
	text-decoration: inherit;
}

.widget a:hover {
	color: #9C3446;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #9C3446;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
font-size: 20px;
line-height: 36px;
margin: 0 0 11px 0;
text-transform: none;
color: #000000;
}

.widget-title,
.widget-title a {
	color: #000;
}

.widget-title a:hover {
	color: #9C3446;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #9C3446;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_cyberone_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_cyberone_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_cyberone_ephemera .entry-title,
.widget_cyberone_ephemera .entry-meta,
.widget_cyberone_ephemera .wp-caption-text,
.widget_cyberone_ephemera .post-format-archive-link,
.widget_cyberone_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_cyberone_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_cyberone_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_cyberone_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_cyberone_ephemera .entry-meta a:hover {
	color: #9C3446;
}

.widget_cyberone_ephemera .entry-content ul,
.widget_cyberone_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_cyberone_ephemera .entry-content ul {
	list-style: disc;
}

.widget_cyberone_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_cyberone_ephemera .entry-content li > ul,
.widget_cyberone_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_cyberone_ephemera .entry-content th,
.widget_cyberone_ephemera .entry-content td {
	padding: 6px;
}

.widget_cyberone_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #9C3446;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #9C3245;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #9C3446;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #9C3446;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_cyberone_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_cyberone_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_cyberone_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_cyberone_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_cyberone_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_cyberone_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_cyberone_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_cyberone_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_cyberone_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_cyberone_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_cyberone_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_cyberone_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_cyberone_ephemera .entry-meta a:hover {
	color: #9C3446;
}

.content-sidebar.widget_cyberone_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_cyberone_ephemera .post-format-archive-link {
	font-weight: 900;
}


footer#colophon {
    text-align: center;
    color: #000;
    border-top: solid 1px #ccc;
    margin-top: 30px;
    padding-top: 20px;
}
.menu-main-container {
text-align: center;
}
.site-title a {
color: #555555;
text-decoration: none;
}
.main-navigation li a {
line-height: 60px;
color: #555555;
color: #555555;
text-transform: none;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
}
h1.page-title, h1.entry-title {
    font-size: 36px;
    font-family: 'Sans-serif', sans-serif;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;

}
h1 span {
    border-bottom: solid 4px #cc2e3e;
}
.wp-pagenavi {
clear: both;
margin: 20px 0px;
}
.navbar-inverse .navbar-brand {
    height: inherit;
	border:none;
	width:100%;
}

.wp-pagenavi span.current {
font-weight: bold;
background-color: #3C9BB5;
color: #fff;
border: none;
padding: 4px 11px;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: none;
padding: 4px 11px;
margin: 2px;
background-color: #eee;
}


.header {
  margin: 30px 0px;
}



footer#colophon a {
    color: #77310F;
    text-decoration: none;
}
footer#colophon a:hover {
    text-decoration: underline;

}

.blog-post h2 {
    font-size: 28px;
	font-weight:bold;
}
.blog-post a {
    color: #000;
}


.navbar {
  margin-bottom: 0px;

}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    border-top: none;
    border: none;
    padding-bottom: 0px;
    padding-top: 0px;
	    margin-bottom: 20px;

}
div#secondary .panel-heading {
    padding: 0px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 6px;
}
div#secondary .panel-heading h4 {
    font-weight: bold;
    color: #000;
}
div#secondary ul {
    list-style: none;
    margin: 0px;
}
div#secondary ul li {
    border-bottom: dotted 1px #ddd;
    line-height: 20px;
    font-size: 14px;
}
div#secondary aside {
    margin-bottom: 20px;
}
.blog-post {
    border-bottom: solid 1px #ddd;
}
figure.gallery-item img {
    padding: 5px;
    background-color: #ddd;
    margin-bottom: 15px;
}



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffe455;
    background-color: rgb(195, 54, 54);
    border-radius: 0px;
    border-bottom: solid 5px #000000;
 
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ffe455;
    background-color: rgb(195, 54, 54);
    border-radius: 0px;

}

@media (min-width: 768px) {
.navbar-nav {

margin: 0;
border-radius: 5px!important;
border: solid 0px;
padding: 0px 10px;

  margin-bottom: -10px;

background-repeat: repeat-x;
}




.navbar-header {
    float: none;
}

.navbar-nav>li {
     text-align: center;
  margin-right: 10px;
}
}

@media (max-width: 768px) {

.navbar-toggle {    position: relative;    float: right;    margin: 0px;    padding: 9px 15px;    background-color: rgb(0, 0, 0);    background-image: none;    border: 0px solid transparent;    color: #fff;    border-radius: 0px;    font-size: 28px;
}.menuwrap1 {    width: 100%;  ;}
a.navbar-brand img {    width: 200px;}.navbar-header {    height: 60px;}
.navbar .navbar-collapse {
	margin-left:0px!important;
}
}


.navbar-inverse .navbar-nav>li>a {
    color: #fff; 
	    font-size: 14px;
}

.panel-primary>.panel-heading {
color: #fff;
  background-color: #C8B548;
  border-color: #C8B548;
}

a.navbar-brand img {
    max-width:350px;
	margin:auto;

}
.blog-post h2 a:hover {
    color: #cd2e3d;
}
.site-info p {
    font-size: 12px;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: rgb(207, 48, 62);
}



.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #333;
	color:#E1704B;
}


.footer-sidebar h4.widget-title {
    color: #000;
}


iframe {
    width: 100% !important;
}


.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #5F5F5F;
    border-color: #555555;
}
.dropdown-menu {
    background-color: #5F5F5F;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #333333;
}




ul.media-list {
    margin: 0;
}
.media-left {
    float: left;
    width: 70px;
    margin-right: 10px;
}
h4.media-heading a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}




.container.ccolor {
    background-color: #fff;
	padding-top:20px;

}


.widget ul, .widget ol {
    list-style: inherit;
    margin: 0;
    margin-left: 20px;
}



.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
    float: left;

background: #cb2d3e; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #cb2d3e , #ef473a); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #cb2d3e , #ef473a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    margin-left: -15px;
}




/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    margin: 0px;
    padding: 0px;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
background-color: #333333;
    color: #E78E72;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);

    z-index: 99;
    box-shadow: -1px 4px 7px -3px rgba(0, 0, 0, 0.45);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: solid 0px #363636;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 56px;
  }
  .nav-justified > li > a {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0px solid #565656;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 1px;
    border-radius: 0;
  }
  

}
@media (min-width: 768px) {
header.site-header {	
	    width: 750px;
}	
}
@media (min-width: 992px) {
header.site-header {	
	    width: 970px;
}	

}
@media (min-width: 1200px) {
header.site-header {	
	    width: 1170px;
}	
}
.nav-justified > li > a {
    padding: 8px 10px;
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
    border-bottom: 0px solid #037C8E;
    font-size: 15px;

}
@media (max-width: 768px) {

.navbar {

    min-height: 40px;

}
.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-right:30px;
}
.top-links.pull-right {
    position: absolute;
    top: 13px;
    right: 14px;
}
div#navbar {
    margin-top: 0px;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin: 10px auto;
    float: none;
    display: block;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}a.navbar-brand {    width: 60%!important}
}

