html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* 02: Layout */

body {
	background: #fff;
}

#page {
	margin: auto;
	padding: 0;
	max-width: 980px;
}

.content-area {
	width: 65.3062%; /* 640px */
	float: left;
}

.widget-area {
	width: 30.6123%; /* 300px */
	float: right;
}

.sidebar-content .content-area {
	float: right;	
}

.sidebar-content .widget-area {
	float: left;	
}

/* Clearing floats */

.clearfix:after,
.entry-header:after,
.entry-content:after,
.entry-summary:after,
.widget:after,
.main-navigation > div > ul:after,
.page-numbers:after {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.widget:before,
.widget:after,
.main-navigation > div > ul:before,
.main-navigation > div > ul:after,
.page-numbers:before,
.page-numbers:after  {
	display: table;
	content: "";
}

/* 03: Headings */

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

h1 {
	font-size: 1.714em; /* 24px */
	line-height: 1.4;
	margin: 1.5em 0 0.5em;
}

h2 {
	font-size: 1.571em; /* 22px */
	line-height: 1.4;
	font-weight: 700;
	margin: 1.5em 0 0.5em;
}
.txt_blue {
  color: #1a2a83;
}
h3 {
	/* font-size: 1.286em; 18px */
	font-weight: 700;
	margin: 0 0 0.5em;
}



h4 {
	font-size: 1.143em; /* 16px */
	font-weight: 700;
	margin: 0 0 0.5em;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 0.5em;
}

h1.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em; /* 28px */
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

h1.site-title a {
	display: inline-block;
	color: #252525;
}

h1.site-title a:hover {
	text-decoration: none;
	color: #27378a;
}

h1.site-title a:active,
h1.site-title a:focus {
	outline: 0;
	text-decoration: none;
}

.site-header h1.menu-toggle {
	font-size: 1em;
}

.entry-header h1,
.entry-header h2 {
	margin: 0.25em 0 0;
	font-weight: 400;
	color: #252525;
	font-size: 1.714em; /* 24px */
}

.entry-header h2 {
	float: left;
	width: 90%;
	max-width: 90%;
	clear: none;
}

/* 04: Text elements */
/*
body,
button,
input,
select,
textarea {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #454545;
}
*/
/*
body, button, input, select, textarea {
  color: #000;
  font-family: "Oxygen",sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
*/

body, button, input, select, textarea {
  color: #000;
  /*font-family: times new roman;*/
  font-family: Garamond;
  font-size: 16px;
  line-height: 1.5;
}
.main-navigation,
.site-footer,
.widget-area,
.entry-footer,
.entry-meta {
	font-size: 0.929em /* 13px */
}

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

p {
	margin: 0 0 1.5em 0
}

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

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: 700;
}

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

blockquote {
    font-style: italic;
    margin: 1.5em 0;
    padding: 0 1em;
    border-left: 4px solid #ddd;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.5em;
	padding: 1.5em;
	overflow: auto;
	max-width: 100%;
}

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

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

th {
	font-weight: 700;
}

thead th {
	font-size: 1.143em;
}

th, td {
	padding: 0.5em;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #27378a;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	line-height: 1;
	padding: 0.75em 1.5em;
	border: none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff !important;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #454545;
	border: 1px solid rgba(0,0,0,0.07);
	margin: 0.5em 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #252525;
	border-color: rgba(0,0,0,0.2);
}

input[type=text],
input[type=email],
input[type=password] {
	padding: 0.5em 1em;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 0.5em;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input#submit {
	background: #27378a;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 0.923em;
    text-transform: uppercase;
    line-height: 1.4;
}

input#submit:hover {
	background-color: #27378a;
}

#content input#submit:hover {
	color: #fff !important;
}

#searchform input {
	display: inline-block;
}

.icon-font {
	display: inline-block;
	vertical-align: -10%;
}

.icon-font:before {
	font-size: 14px;
}

/* 05: Links */

a {
	text-decoration: none;
	color: #27378a;
}

h1 a {
	color: #252525;
}

h2 a,
h3 a {
	color: #252525;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	outline: 0;
}

a:hover {
	color: #27378a;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	text-decoration: none;
}

.more-link {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#content .more-link:hover {
    text-decoration: none;
    color: #757575;
}

/* Edit link */

.edit-link a {
	display: inline-block;
	padding: 0.25em 1em;
	margin-left: 0.5em;
	font-weight: 700;
	border: 1px solid #27378a;
	background-color: #fff;
	color: #27378a;	
	text-decoration: none;	
	font-size: 	0.923em;
	line-height: 1;
}

#content .edit-link a:hover {
	border-color: #252525;
	color: #252525;
}

/* 06: Alignment */

.alignleft,
.wp-caption.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright,
.wp-caption.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

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

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


/* 07: Header */

.site-header {
	position: relative;
}

.site-brand {
	margin: 4.0817% 0 2.0409%; /* 40px 20px */
}

hgroup {
	width: 100%;
	float: left;
	margin: 0;
    padding: 0;
}

hgroup h1 a {
	text-decoration: none;
	outline: none;
	margin: auto
}

.site-description {
	color: #959595;
	color: rgba(0,0,0,0.5);
    display: inline-block;
    margin: 0;
    font-size: 1em; 
    font-weight: 400;
}

.assistive-text {
	display: none;
}

.header-image {
	display: block;
	text-decoration: none;
	margin-bottom: 3.125%;
}

.header-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Site Logo */

.site-logo {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.site-logo img {
	display: block;
	width: auto;
	max-height: 70px;
}

.logo-large hgroup {
	float: none;
	margin: auto;
	width: 100%;
}

.logo-large h1 {
	text-align: center;
}

.logo-large img {
	max-width: 30%;
	height: auto;
	margin: auto;
	max-height: inherit;
}

.one-column .logo-large img {
	max-width: 40%;
}

.logo-large .site-description {
	display: block;
	text-align: center;
}

.logo-large .social-links {
	width: 100%;
	float: none;
	text-align: center;
}

/* 07: Header > Menu */

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: #fff;
}

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

.main-navigation li:first-child {
	margin-left: 0;
}
/*
.main-navigation a {
	color: #27378a;
	text-decoration: none;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 1em;
 border-bottom: 2px solid #fff;
}
*/
.main-navigation a {
	color: #27378a;
	text-decoration: none;
	display: inline-block;
	height: 38px;
	line-height: 48px;
	margin: 0 1em;
 border-bottom: 2px solid #fff;
}

.main-navigation > .menu > ul > li > a:hover, .main-navigation > div > ul > li > a:hover {
    color: #27378a;
    border-bottom: 2px solid #27378a;
}

.main-navigation > .menu > ul > li.page_item_has_children > a,
.main-navigation > div > ul > li.menu-item-has-children > a {
	padding-right: 18px;
}

.main-navigation > .menu > ul > li.page_item_has_children > a:before,
.main-navigation > div > ul > li.menu-item-has-children > a:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	position: absolute;
	right: 2px;
	top: 13px;		
	content: '▾';
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
}

.main-navigation li:hover a,
.main-navigation li:focus a {
	background-color: rgba(255,255,255,0.2);
}

.main-navigation > div > ul > li:hover > ul,
.main-navigation > .menu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul {
	visibility: hidden;
	opacity: 0;
	width: 180px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.main-navigation ul ul:after {
   	border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 0 auto 0 -4px;
    position: absolute;
    text-align: center;
    width: 0;
    left: 1em;
    top: -6px;
}

.main-navigation ul ul li {
	float: none;
	margin: 0;
	/*border-top: 1px dashed rgba(0,0,0,0.1);*/
}

.main-navigation ul ul li:first-child {
	border: 0;
}

.main-navigation ul ul a {
	/*color: #656565;*/
	display: block;
	height: auto;
    line-height: 1.5;
    padding: 0.75em 1em;
    background: #fff;
}

.main-navigation ul li:hover ul a,
.main-navigation ul li:focus ul a {
	background: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #27378a;border-bottom: 2px solid #27378a;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a:focus {
  border-bottom: 2px solid #27378a;
  color: #27378a;
  /*width: 50px;*/
}


.main-navigation ul ul ul {
	display: none;
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0;
}

.main-navigation ul ul ul:after {
	content: none;
}

.main-navigation ul ul li:hover ul {
	display: block;
}

.main-navigation li:hover > a {
}

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

.main-navigation ul ul a:hover {
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {border-bottom: 2px solid #27378a;
}

/* 07: Header > Small menu */

.menu-toggle {
	cursor: pointer;
	display: none;
	text-align: center;
}

button.menu-toggle {
	cursor: pointer;
	margin: auto;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	text-align: center;
	-webkit-border-radius: 0;
	border-radius: 0;
}

button.menu-toggle .icon-font {
	color: #353535;
}

button.menu-toggle .icon-font:before {
	vertical-align: inherit;
	font-size: 28px;
}

@media screen and (max-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		float: none;
	}
	.menu-toggle {
		position: absolute;
		top: 35px;
		right: 0;
	}
	.main-navigation.toggled .nav-menu {
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 999;
		background-color: #454545;
	}
	.main-navigation.toggled > div {
    	margin: 0;
	}
	.main-navigation.toggled ul {
		text-align: left;
	}
	.main-navigation.toggled ul li {
		display: block;
	}
	.main-navigation.toggled ul ul {
		visibility: visible;
		opacity: 1;
		position: static;
		display: block;
		left: auto;
		top: auto;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
		width: 100%;
	}
	.main-navigation.toggled ul ul:after,
	.main-navigation.toggled a:before {
		content: none !important;
	}
	.main-navigation.toggled ul a,
	.main-navigation.toggled ul ul a {
		display: block;
		width: auto;
		height: auto;
		padding: 1em;
		line-height: 1.5;
		color: #ddd;
		border-bottom: 1px solid #656565;
		background: transparent;
	}
	.main-navigation.toggled a:hover,
	.main-navigation.toggled ul ul a:hover,
	.main-navigation.toggled a:active,
	.main-navigation.toggled ul ul a:active,
	.main-navigation.toggled li:hover a,
	.main-navigation.toggled li:focus a {
		background-color: #454545;
	}
	.site-header .main-navigation.toggled ul ul a:hover {
		color: #fff;
	}
	.main-navigation.toggled li {
		float: none;
	}
	.main-navigation ul {
		display: none;
	}
	.nav-menu > li > .sub-menu,
	.nav-menu > li > .sub-menu > li > .sub-menu {
		visibility: visible;
		opacity: 1;
	}
		
}

/* Social media link */

.social-links {
    float: right;
    margin: 2.0409% 0 0; /* 20px */
    text-align: right;
    width: 50%;
}

.social-links a {
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #353535;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0.5em;
	
}

.social-links a:first-child {
	margin-left: 0;
}

.social-links [class^="icon-"]:before,
.social-links [class*=" icon-"]:before {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.social-links a:hover {
	background: #252525;
}

.social-links .rss:hover {
	background: #F28A29;
}

.social-links .twitter:hover {
	background: #1db0ed;
}

.social-links .facebook:hover {
	background: #3B5998;
}

.social-links .googleplus:hover {
	background: #dd4b39;
}

.social-links .linkedin:hover{
	background: #007bb6;
}

.social-links .instagram:hover{
	background: #517fa4;
}

.social-links .youtube:hover{
	background: #bb0000;
}

.social-links .pinterest:hover{
	background: #cb2027;
}

.social-links .stumbleupon:hover{
	background: #ea4b24;
}

.social-links .flickr:hover{
	background: #ff0084;
}


/* 08: Content */

.site-main {
	margin:15px 0 0 0;
}

.hentry {
	margin: 0 0 3.125% 0;
	padding: 0;
	background-color: #fff;
	/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);*/
}

.entry-header {
	margin-bottom: 2.34375%;
	position: relative;
	padding: 2.34375% 3.125%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.entry-content,
.entry-summary {
	margin: 0 0 2.34375% 0;
	padding: 0 3.125%;
}

.entry-content p:last-child,
.entry-summary p:last-child {
	margin-bottom: 0;
}

.entry-footer {
	padding: 2.34375% 3.125%;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	color: #959595;
}

.entry-footer p {
	margin: 0;
}

.entry-footer .icon-font {
	color: #27378a;
}

.entry-meta {
	float: left;
	color: #959595;
}

.entry-time {
	position: relative;
	float: right;
	background-color: rgba(15,165,217,0.7);
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
}

.entry-time-day {
	display: block;
	line-height: 1;
	padding: 8px 0 3px;
}

.entry-time-month {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    line-height: 1;
    padding: 3px 0 0;
}

.post-thumbnail {
	margin: 0 0 1em 0;
	max-width: 100%;
}

.post-thumbnail.thumbnail,
.post-thumbnail.medium {
	margin: 0 1em 0 0;
	float: left;
}

.post-thumbnail.thumbnail {
	max-width: 150px;	
}

.post-thumbnail.medium {
	max-width: 220px;	
}

.post-thumbnail img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.byline {
	display: none;
}

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

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

.sep {
	display: inline-block;
	padding: 0 0.5em;
	color: #686868;
}

.page-header {
	background-color: #FFFFFF;
    margin: 0 0 3.125% 0;
    padding: 2.34375% 3.125%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.page-header h1 {
	font-size: 	0.857em; /*12px*/ 
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.page-header .taxonomy-description p {
	margin: 1em 0;
}

#av-social-share {
	margin-top: 0 !important;
}

/* 08: Content > Archive */

.page-title {
	color: #959595;
}

.page-title span {
	color: #27378a;
}

/* 08: Content > Author bio */

.author-info {
	background-color: #fff;
    margin: 0 0 3.125%;
    padding: 2.34375% 3.125%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    font-size: 0.929em;
}

.author-avatar {
	float: left;
	max-width: 80px;
	margin-right: 1em;
}

.author-avatar img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

h3.author-title {
	clear: none;
	margin: 0;
	font-size: 1.077em;
	font-weight: 700;
}

.author-description p:last-child {
	margin-bottom: 0;
}

/* 09: Custom Formats */

.entry-format-icon {
	display: none;
	line-height: 48px;
}

.entry-format-icon:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 48px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 21px;
	text-align: center;
	color: #fff;
}

.sticky .entry-time {
	background-color: #353535 !important;
}

.sticky .entry-time:before {
	content: none;
}

.sticky .entry-time-day,
.sticky .entry-time-month,
.format-image .entry-time-day,
.format-image .entry-time-month,
.format-gallery .entry-time-day,
.format-gallery  .entry-time-month,
.format-link .entry-time-day,
.format-link .entry-time-month,
.format-quote .entry-time-day,
.format-quote .entry-time-month,
.format-video .entry-time-day,
.format-video .entry-time-month {
	display: none;
}

.sticky .entry-format-icon,
.format-image .entry-format-icon,
.format-gallery .entry-format-icon,
.format-link .entry-format-icon,
.format-quote .entry-format-icon,
.format-video .entry-format-icon {
	display: block;
}

.sticky .entry-format-icon:before {
	content: "s";
}

.format-image .entry-format-icon:before {
	content: "t";
}

.format-gallery .entry-format-icon:before {
	content: "U";
}

.format-video .entry-format-icon:before {
	content: "u";
}

.format-link .entry-format-icon:before {
	content: "Q";
}

.format-quote .entry-format-icon:before {
	content: "a";
}

.format-aside .entry-header {
	display: none;
}

.format-quote .entry-summary,
.format-aside .entry-summary {
	padding: 3.125%;
}

.format-quote .entry-summary blockquote {
	margin: 0;
}

.format-image .entry-summary img {
	margin: 0
}


/* 10: Media */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

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

.wp-caption {
	border: 0;
	margin: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 1em;
	max-width: 100%;
}

.wp-caption-text {
	color: #757575;
    font-size: 0.929em;
    text-align: center;
}

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

#content .entry-content .gallery {
	margin-bottom: 1.5em;
}

#content .entry-content .gallery:last-child {
	margin-bottom: 0;
}

#content .gallery dl {
	margin: 1em 0 0;
}

#content .gallery .gallery-caption {
	margin: 0;
}

#content .gallery .gallery-item a img {
	border: 0;
    height: auto;
    max-width: 90%;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

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

/* 11: Navigation */

.site-navigation {
	margin: 0 0 3.125%;
	overflow: hidden;
	padding: 2.34375% 3.125%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

#image-navigation.site-navigation {
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

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

/* Pagination */

ul.page-numbers { 
	clear: both;
	list-style-type: none;
	margin: 0 0 3.125% 0;
	padding: 0;
}

ul.page-numbers li { 
	display: block; 
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

ul.page-numbers a,
ul.page-numbers span { 
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #656565; 
}

.page-numbers.current,
.page-numbers.current:hover,
.page-numbers a:hover { 
	text-decoration: none;
	color: #FFF;
	background-color: #27378a;
}


/* Infinite Scroll */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* 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 #colophon {
	display: block;
}


/* 12: Widget */

.widget {
	margin: 0 0 6.66667%;
	padding: 6.666667%;
	color: #757575;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.widget-title {
	color: #353535;
	font-size: 1.154em;
	margin-bottom: 1em;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before,
.widget_recent_comments li .comment-author-link:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
	vertical-align: -15%;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before {
	content: "f";
}

.widget_recent_comments li .comment-author-link:before {
	content: "J";
	padding-right: 0.25em;
}

.widget select {
	max-width: 100%;
}

/* 12: Widget > Calendar widget */

.widget_calendar table {
	margin: 0;
}

.widget_calendar caption {
	color: #353535;
    font-size: 1.154em;
    margin-bottom: 1em;
    font-weight: 700;
}

/* 12: Widget > Search widget */

.widget_search {
	padding: 0;
	border: none;
}

.widget_search h3 {
	padding: 1.333em 1.333em 0;
}

.widget_search #searchsubmit {
	display: none;
}

.widget_search input#s {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	width: 100%;
	margin: 0;
	padding: 0.75em 1.5em;
	border: 0;
}

/* 12: Widget > Comment widget */

.widget_recent_comments a {
	color: #999;
}

.widget_recent_comments a.url {
	color: #27378a;
}

.widget_recent_comments li a.url:before {
	content: "J";
	padding-right: 0.25em;
}

/* 12: Widget > Video widget */

.thebox-video-embed {
	margin-bottom: 0.5em;
}


/* 13: Footer */

.site-footer {
    background: #fff;
    clear: both;
    color: #686868;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #dedede;
}

.site-footer a {
	color: #fff;
}

.site-footer .credits {
	margin: 1.0639% 0;
}

/* 13: Footer > #tertiary */

#tertiary {
	border-bottom: 1px solid rgba(255,255,255,0.05);
	margin: 0 0 2.1277% 0;
}

#tertiary .widget {
    width: 47.5%;
    padding: 0;
	margin-bottom: 2.1277%;
	float: left;
	border: none;
	background: transparent;
	color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#tertiary .widget-title {
	font-size: 0.923em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.5em;
}

#tertiary .widget_nav_menu ul {
	margin: 0;
	padding: 0;	
}

#tertiary .widget_nav_menu ul ul {
	display: none;
}

#tertiary .widget_nav_menu ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 2px;
}

#tertiary .widget:nth-child(2n) {
    margin-right: 0;
}

#tertiary .widget:nth-child(2n+1) {
    margin-right: 5%;
}

#tertiary .widget_search input#s {
	width: 50%;
}

#tertiary table,
#tertiary th,
#tertiary td {
	border-color: #555;
}

#tertiary caption {
	margin: 0 0 0.5em 0;
	color: #fff;
}

#tertiary thead th {
	background: #252525;
}

#tertiary td a {
	color: #27378a
}


/* 14: Comments */

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

.bypostauthor {}

input[type="text"],
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block
}

.comments-area {
	margin: 3.125% 0;
	font-size: 0.929em;
	padding: 3.125%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.comments-area h2,
.comments-area h3 {
	font-size: 1.385em; /* 18px */
	color: #353535;
}

.comments-area h3.comments-title {
	margin-bottom: 1.5em;
}

.comments-area label {
	display: inline-block;
	font-weight: 700;
}

.form-allowed-tags {
	display: none;
}

.commentlist {
	margin: 1em 0
}

.commentlist li {
	list-style-type: none;
	margin: 0 0 1.5em 0;
}

.comment .avatar {
	float: left;
	margin-right: 1em;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.comment-content {
	clear: both;
	padding: 0.5em 0
}

.comment-content p:last-child {
	margin: 0;
}

/* 15: Additional Styles */


/* No Sidebar Template */

.page-template-no-sidebar-php .content-area {
	width: 100%;
	float: none;
}

.page-template-no-sidebar-php .page {
	margin-bottom: 2.0409%;
}

.page-template-no-sidebar-php .entry-header {
	padding:0;
	margin-bottom: 0;
}

.page-template-no-sidebar-php .entry-content {
	padding: 0;
	margin-bottom: 0;
}

.page-template-no-sidebar-php .entry-footer {
	padding: 1.5307% 2.0409%;
}

.page-template-no-sidebar-php .comments-area {
	padding: 2.0409%;
	margin: 2.0409% 0;
}

.right_section {
    width: 60%;
    float: right;
}
.left_section {
    width: 35%;
    float: left; padding-left:15px;
}
/*
.slider {
    float: left;
    width: 100%;min-height: 550px;
}
*/
.slider {
  float: left;
  min-height: 550px;
  width: 100%;
  margin-bottom: -32px;
}
/*
.slider_btm_txt {
    color: #27378a;
    float: none;
    font-family: times new roman;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0px 0 20px 0;
    width: 90%;
    clear: both;
}
*/

.slider_btm_txt {
  clear: both;
  color: #27378a;
  float: none;
  /*font-family: "oxygen",sans-serif;*/
  font-family: "Gill",sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 93%;
}
/*
.slider_btm_txt {
  color: #27378a;
  font-family: "oxygen",sans-serif;
  font-size: 13px;
  font-weight: bold;
}
*/s
.amazingslider-text-bg-1,.amazingslider-text-bg-2,.amazingslider-text-bg-3,.amazingslider-text-bg-4,.amazingslider-text-bg-5,.amazingslider-text-bg-6,.amazingslider-text-bg-7,.amazingslider-text-bg-8{ display:none !important;}
.amazingslider-title-1,.amazingslider-title-2,.amazingslider-title-3,.amazingslider-title-4,.amazingslider-title-5,.amazingslider-title-6,.amazingslider-title-7,.amazingslider-title-8{ display:none !important;}
.amazingslider-nav-thumbnail-tite-1,.amazingslider-nav-thumbnail-tite-2,.amazingslider-nav-thumbnail-tite-3,.amazingslider-nav-thumbnail-tite-4,.amazingslider-nav-thumbnail-tite-5,.amazingslider-nav-thumbnail-tite-6,.amazingslider-nav-thumbnail-tite-7,.amazingslider-nav-thumbnail-tite-8{ display:none !important;}
.amazingslider-nav-1,.amazingslider-nav-2,.amazingslider-nav-3,.amazingslider-nav-4,.amazingslider-nav-5,.amazingslider-nav-6,.amazingslider-nav-7,.amazingslider-nav-8 { background-color: #fafafa;}
.amazingslider-bullet-wrapper-1 div,.amazingslider-bullet-wrapper-2 div,.amazingslider-bullet-wrapper-3 div,.amazingslider-bullet-wrapper-4 div,.amazingslider-bullet-wrapper-5 div,.amazingslider-bullet-wrapper-6 div,.amazingslider-bullet-wrapper-7 div,.amazingslider-bullet-wrapper-8 div, {
    background-color:#fafafa !important;
    border: 0px ;
    padding: none;
}
/*
.title {
    border-bottom: 1px solid #1a2a83;
    color: #1a2a83;
    margin: 0 0 30px;
    padding-bottom: 10px;
    text-align: center;
    position:relative;
}
 */

.title {
  border-bottom: 2px solid #1a2a83;
  color: #1a2a83;
  margin: 0 0 30px;
  padding-bottom: 10px;
  position: relative;
  text-align: right;
  width: 56%;
}
/*"Oxygen",sans-serif */

.title::before {
  background-color: #1a2a83;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
/*shankar */
/*
.title::before {
  background-color: #1a2a83;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.title {
  border-bottom: 3px solid #1a2a83;
  border-width: 3px;
  color: #1a2a83;
  margin: 0 0 30px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 60%;
}

.discription .left_section {
    background-color: #9bc4e2;
    padding: 10px;
}
.discription .left_section {
  background-color: #9bc4e2;
  font-family: "oxygen",sans-serif;
  padding: 10px;
}*/
.discription .left_section {
  background-color: #9bc4e2;
  font-family: "oxygen",sans-serif;
  font-size: 14px;
  padding: 10px;
}
.discription .left_section p,.discription .left_section h3{ color:#27378A; padding:0 10px;}
.discription .left_section > img {
    width: 100%;
}
.clr {
    clear: both;
}

.site-brand{
    width: 30%;
    margin: 10px 0 0 0;
}

.site-brand img { width:100%;}
nav#site-navigation {
    float: right;
    width: 55%;
}
/*
.menu.nav-menu {
    float: right;
}
*/

/*shankar Salunkhe */
.menu.nav-menu {
  float: right;
  font-weight: bold;
  margin-right: 15px;
}
.contact {
    background-color: #fafafa;
    padding: 15px;
}
.wpcf7-form > p {
    margin: 0;
}

.contact .wpcf7-form p input {
    width: 95%;
}
.wpcf7-form-control.wpcf7-submit {
    width: 100px !important;
}
/*.wonderpluginslider-container {
    float: right;
}*/
/* 16: Media Queries */

@media screen and (min-width: 769px) and (max-width: 1023px) {   
	#page,
	.site-paged #page {
	max-width: 740px;
	}
	hgroup {
	width: 40%;
	}
	.content-area,
	.widget-area,
	.site-paged .content-area {
	float: none;
	width: 100%;
	margin: auto;
	padding: 0;
	}
	.widget {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	padding: 3.125%;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	}
	.site-paged .widget {
	padding: 0;
	border: 0;
	}
}

@media screen and (max-width: 768px) { 
	body {
	font-size: 16px;
	}
	.main-navigation,
	.site-footer,
	.widget-area,
	.entry-footer,
	.entry-meta,
	.entry-time,
	.author-info {
	font-size: 0.875em; /* 14px */
	}
	#page,
	.site-paged #page {
	max-width: 90%;
    width: 90%;
    padding: 0 5%;
    margin: 0;
	}
	/* Header */
	hgroup,
	.social-links {
	width: 100%;
	float: none;
	text-align: left;
	}
	hgroup {
	min-height: 60px;
	margin-top: 0;
	width: 60%;
	}
	hgroup h1 {
	margin-bottom: 3%;
	}
	hgroup h1 a {
	margin: auto;
	}
	.social-links {
	float: none;
	margin: 2% 0 0;
	}
	.site-brand,
	.site-paged .site-brand {
	float: none;
	padding: 0;
	margin: 5% 0;
	}
	.main-navigation {
	float: none;
	margin: 0 0 5% 0;
	}
	.main-navigation ul {
	float: none;
	}
	.header-image {
	margin: 0 0 5% 0;
	}
	.logo-large img {
	max-width: 40%;
	}
	/* Layout */
	.site-main {
	margin: 0;
	}
	.content-area,
	.widget-area {
	float: none;
	width: 100%;
	margin: auto;
	}
	.site-footer {
	padding: 3%;
	margin-top: 5%;
	}
	/* Hentry */
	.hentry,
	#content .flexslider {
	margin-bottom: 5%;
	}
	.entry-header,
	.entry-footer,
	.page-template-no-sidebar-php .entry-header,
	.page-template-no-sidebar-php .entry-footer { 
	padding: 3%;
	}	
	.entry-content,
	.entry-summary,
	.page-template-no-sidebar-php .entry-content {
	padding: 0 3%;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.page-template-no-sidebar-php .entry-header,
	.page-template-no-sidebar-php .entry-content {	
	margin-bottom: 3%;
	}
	.comments-area,
	.page-template-no-sidebar-php .comments-area {
	margin: 5% 0;
	padding: 3%;
	}
	.author-info,
	.page-header {
	padding: 3%;
	margin-bottom: 5%;
	}
	/* Images */
	.post-thumbnail img {
	float: none;
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	}
	/* Meta */
	.entry-header h2,
	.site-paged .entry-header h2 {
	width: 100%;
	max-width: 100%;
	float: none;
	clear: left;
	line-height: 1.3;
	margin: 0;
	}
	.entry-time:before {
	content: none;
	}
	.sticky .entry-time,
	.entry-time {
	float: none;
	height: auto;
	width: auto;
	background: transparent !important;
	color: #727272;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
	.entry-time-day,
	.entry-time-month {
	display: inline;
	padding: 0;
	}
	.sticky .entry-time-day,
	.sticky .entry-time-month,
	.format-image .entry-time-day,
	.format-image .entry-time-month,
	.format-link .entry-time-day,
	.format-link .entry-time-month,
	.format-quote .entry-time-day,
	.format-quote .entry-time-month,
	.format-video .entry-time-day,
	.format-video .entry-time-month {
	display: inline;
	}
	.entry-format-icon:before {
	content: none !important;
	}
	.site-paged .entry-time,
	.site-paged .entry-time-month {
	border: none !important;
	}
	.entry-meta {
	margin-left: 0.5em;
	}
	.entry-time {
	float: left;
	text-transform: none;
	color: #959595 !important;
	}
	/* Widget */
	.widget {
	padding: 3%;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	}
	/* Tertiary */
	#tertiary .widget_nav_menu {
	float: none;
	max-width: 100%;
	width: 100%;
	text-align: left;
	padding: 0.25em 0
	}
	#tertiary .widget_nav_menu ul li:first-child {
	padding-left: 0;
	}
	#tertiary .widget {
	width: 100%;
	float: none;
	}
	/* Site Navigation */
	.site-navigation {
	margin-bottom: 5%;
	padding: 3%;
	}
	ul.page-numbers {
	margin-bottom: 5%;
	}
}

@media screen and (max-width: 480px) {
	/* Header */
	button.menu-toggle {
	top: 25px;
	}
	.header-image {
	display: none;
	}
	.social-links {
	margin-top: 3%;
	}
	.social-links a {
	margin-left: 0.25em;
	}
	.site-brand,
	.site-paged .site-brand {
	margin-bottom: 10%;
	}
	.logo-large img,
	.one-column .logo-large img {
	max-width: 60%;
	}
	.page-header {
	padding: 5%;
	}
	/* Layout */
	.site-footer,
	.site-paged .site-footer {
	padding: 5%;
	margin-top: 5%;
	}
	/* Hentry */
	.entry-header,
	.entry-footer,
	.page-template-no-sidebar-php .entry-header,
	.page-template-no-sidebar-php .entry-footer { 
	padding: 5%;
	}	
	.entry-content,
	.page-template-no-sidebar-php .entry-content,
	.entry-summary {
	padding: 0 5%;
	}
	.entry-header,
	.entry-content,
	.page-template-no-sidebar-php .entry-header,
	.page-template-no-sidebar-php .entry-content,
	.entry-summary {	
	margin-bottom: 5%;
	}
	.author-info {
	padding: 5%;
	}
	.comments-area,
	.page-template-no-sidebar-php .comments-area {
	padding: 5%;
	}	
	/* Widget */
	.widget {
	padding: 5%;
	}
	/* Tertiary */
	#tertiary .widget_search input#s {
	width: 80%;
	}
	/* Site Navigation */
	.site-navigation {
	padding: 5%;
	}
	/* Images */
	.hentry img {
	float: none;
	margin: 0 auto 1.5em;
	text-align: center;
	display: block;
	}
	.post-thumbnail,
	.post-thumbnail.medium,
	.post-thumbnail.thumbnail {
	margin: 0 auto 3%;
	}
	.post-thumbnail img {
	margin: auto;
	}
	.post-thumbnail.medium,
	.post-thumbnail.thumbnail {
	float: none;
	max-width: inherit;
	}
	/* Flexslider */
	.flex-caption {
	left: 0 !important;
	bottom: 0 !important;
	width: 90% !important;
	padding: 2% 5% !important;
	}
	.flexslider .slides h2 {
	margin: 0 !important;
	}
	.flexslider .slides .flex-excerpt {
	display: none;
	}
	.flexslider .flex-direction-nav {
	top: 10px !important;
	right: 10px !important;
	}
}

.amazingslider-box-1 a, .amazingslider-box-2 a, .amazingslider-box-3 a, .amazingslider-box-4 a, .amazingslider-box-5 a, .amazingslider-box-6 a, .amazingslider-box-7 a, .amazingslider-box-8 a {
    display: none;
    
}

.amazingslider-box-1 {
 /* border-color: black !important;*/
   border: 1px solid #686868 !important;
   padding: 2px !important;
  
  
}

.amazingslider-nav-1{
	margin-left: -3px;
    border: 1px solid #686868;
     padding: 2px !important;

	
	
	}
}
/*
     FILE ARCHIVED ON 21:30:30 Aug 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:31:50 May 30, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 13.002 (3)
  exclusion.robots: 0.182
  RedisCDXSource: 11.855
  load_resource: 391.969
  esindex: 0.014
  captures_list: 688.979
  PetaboxLoader3.datanode: 675.268 (5)
  exclusion.robots.policy: 0.17
  LoadShardBlock: 660.809 (3)
  PetaboxLoader3.resolve: 317.572 (2)
*/