/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
iframe{
width:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}
h1,
h2,
h4,
h5,
h6 {
	clear: both;
	color:#602377;
}
h3{
color:#000;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	
}
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: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
.widget-title{
color:#602377;
font-size:17px;
margin:0 0 8px;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
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 */
	
}
.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: 12px;
	font-size: 0.857142857rem;
	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-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.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: 14px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #373535;
}
body.custom-font-enabled {
font-family: 'Open Sans', sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
p{
line-height:20px;
}

/* 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;
	text-align:justify;
}
.site-content {
margin:0 0 20px;
}
.widget-area {
margin:0;
}

/* Header */
.site-header {

}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.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;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
	/*background:url("images/nav_bg.jpg") left top repeat-x;*/
}
.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,
.main-navigation a:focus {
	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 .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	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;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
		clear: both;
		background:#ece1cb;
		padding: 24px 37px;
		/*margin:0 -10px;*/
	}

.home footer[role="contentinfo"], .page-id-2 footer[role="contentinfo"]{ margin:0; }


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom:14px;
}
.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;
}
.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-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.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.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.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;
}
.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 ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.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 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.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: 12px;
	font-size: 0.857142857rem;
	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 {

}
.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 audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =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;
}
.faqList .links{ padding:30px 0 50px 0px;}
.faqList a{ text-decoration:none; font-size:15px; color:#2779c7!important;}
.faqList h3{ color:#b08e6d; font-weight:300; font-size:20px!important; margin-bottom:30px!important;  }
.faqList h2{ margin:0; color:#373535; font-size:15px; font-weight:normal; }
.faqList h2 span.brow{ color:#b08e6d; font-weight:bold; }
.faqList p{ margin:0 0 30px 0; color:#373535;   }
.faqList p span.brow{ color:#b08e6d; font-weight:bold; }

/* =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
-------------------------------------------------------------- */

/* 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;
				overflow: hidden;
	}
	.site-content {
		float: left;
		width: 73.104166667%;
		padding-left:27px;
	}
	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;
		width:67%;
		float:left;
		padding:20px 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a{
	display:block;
	line-height:45px;
	border:0;
	text-decoration:none;
	padding:0 13px;	
	}

	.main-navigation  li {
		display:block;
		float:left; 
		border-right:4px solid #eb883c;
			}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		display:block;
		padding:0 13px;
		line-height:43px;
		text-transform: uppercase;
		white-space: nowrap;
		font-size:14px;
		font-weight:bold;
		color:#fff;
	}
	.main-navigation li a:hover , .current_page_item a{
	background:url("images/nav_bg_hover.jpg") left top repeat #cc7030;
	color:#fff;
	}
	
	
	.main-navigation li a:focus {
	}
	.main-navigation li {
		margin:0;
		position: relative;
	}
	.main-navigation li.current_page_item{
	background:#f18d24;
	}
	/*second_level_*/
/*	.main-navigation li.menu-item-has-children  > a{
	background-image:url("images/li_arrow.png") ;
	background-repeat:no-repeat;
	background-position:right center;
	padding:0 28px;
	margin:0 10px 0 0
	}
*/	.main-navigation li ul{
	
	}
	.main-navigation li ul li{
	background:#d3bc88;
	border:0;
	width: 100%;
	}
	
	.main-navigation li ul li:last-child a{
	border-bottom:0;
	}
	
		/*second_level_end*/
	.main-navigation > li{
	border-right:2px solid #ef8b3e;
	/*border-left:1px solid #9959b2;*/
	}
	.main-navigation li:hover{
	background:url("images/nav_bg_hover.jpg") left top repeat #cc7030;
	}
	.main-navigation li:first-child{
	border-left:0;
	}

	.main-navigation li ul.sub-menu {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index:5;
		overflow: hidden;
		border:2px solid #ef8b3e;
		border-top:0;
		height: 1px;
		width:250px !important;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		border:2px solid #ef8b3e;
		border-top:none;
		}

	
	.main-navigation li ul ul {
		top: 0% !important;
		left: 100%;
		border:2px solid #ef8b3e !important;
		bottom-top:0;
	
	}
	.main-navigation li#menu-item-356 > ul{
	left:-138px !important;
	}
	.main-navigation li#menu-item-356 ul.sub-menu > li > ul.sub-menu{ margin-left:-507px!important;}
	

	.main-navigation li#menu-item-35 > ul{
	left:-138px !important;
	}
	.main-navigation li#menu-item-35 ul.sub-menu > li > ul.sub-menu{ margin-left:-507px!important;}


	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		/*border-left: 0;*/
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background:#d3bc88;
		display: block;
		font-size: 13px;
		line-height:20px;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
			width:100%;
		white-space: normal;
		box-sizing:border-box;
	}
	.main-navigation li ul li a:hover{
	background:url("images/nav_bg_hover.jpg") left top repeat-x #c86c2b;
	}
	
	.main-navigation li ul li a:focus {
		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: #fff;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title,  .show_proper {
		font-size:25px;
		font-weight:bold;
		color:#d1ba86;
		text-transform:capitalize;
	}
	.entry-header .entry-subtitle {
		font-size:25px;
		font-weight:bold;
		color:#d1ba86;		
	}
	#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 {
		
		background:url("images/body_bg.jpg") left top repeat-x #834212;/*"images/main_bg.jpg"*/
	}
	body .site {
		padding:24px 10px 20px;
			margin-top:0px;
		margin-bottom:0px;
		background:#f8f6ec;
		}
	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;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.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;
	}
}

/*my css*/
.clear{
clear:both;
padding:0;
margin:0;
}

.main_container{
width:1024px;
margin:0 auto;
border:4px solid #ef8b3e;
border-top:none;
}
.fix_width, .scrol_sec, .header_top , .navigation_part , .designation, .slider_section, .slider_section .slider_pattern, footer[role="contentinfo"], .copyright {
/*width:1024px;
margin:0 auto;
float:none;*/
}

/*border for like container we take so many classes here becoz this site was on full width before
.header_top, .slider_section, .slider_pattern, .scrol_sec, footer[role="contentinfo"], .copyright{
border-left:4px solid #ef8b3e;
border-right:4px solid #ef8b3e;
}
/*border for like container we take so many classes here becoz this site was on full width before*/

/*padding for little bit space like conatiner*/
.scrol_sec, .copyright{
padding:0 31px; /*margin:0 -10px;*/
}

.home .copyright, .page-id-2 .copyright{ margin:0;}
/*padding for little bit space like conatiner*/

.scrol_sec{
background:#f8f6ec;/*url("images/main_bg.jpg") center top repeat;*/
margin:0px auto 0 ;
}
.site-header{
background:#f8f6ec;/*url("images/main_bg.jpg") repeat center top;*/
padding:0 31px;
}
.site-header, .site_width, .designation_main , .scroll_main , .logo_sec_main , .testimonial_main , .site-info {
/*width:1024px;
margin:0 auto;*/
}
.site-title a{
background:url("images/logo.png") left center no-repeat;
/*background:url("http://www.oldfaithfulgeyser.com/wp-content/uploads/2015/05/logo.png") left center no-repeat;*/
height:103px;
float:left;
display:block;
width:100%;
  font-size:0;
}

.message{
/*background:url("http://www.oldfaithfulgeyser.com/wp-content/uploads/2015/05/message.jpg") right center no-repeat;*/
float: right;
height: 47px;
width: 312px;
font-size:0px;
margin-top:20px;
}

#footer #menu > ul li:nth-child(1){display: none;}

.header_top{
background:#fff;
}
.navigation_part{
background:url("images/nav_bg.jpg") repeat-x  left top;
border-bottom:4px solid #ef8b3e;
}

 .main-navigation{
 width:80%;
 float:left;
 margin-top:0;
 }
 .header_one_icon{
 float:right;
 width:15%;
 font-size:13px;
 line-height:1;
 display:inline-block;
 color:#7f3f98;
 text-decoration:none;
 background:url("images/facebook_icon.jpg") left center no-repeat;
/* padding:0 0 0 37px;
 margin:3px 0 0 0;*/

 margin: 5px 0 0;
    padding: 10px 0 10px 37px;
 
 font-weight:700;
 }

.slider_section{
position:relative;
min-height:250px;
}
.your_visit{
margin-bottom:60px;
}
.slider_section .rslides_container{
margin-bottom:0;
}
.slider_section .rslides{
margin:0 auto;
}
.slider_section .slider_pattern {
  background: url("images/slide_top_bg.jpg") repeat-x  left center;
    height:28px;
	/*position:absolute;
	bottom:-34px;*/
	margin-top:-2px;
	float:left;
		width:100%;
}
.footer_pattern.slider_pattern{
background: url("images/slide_top_bg_revers.jpg") repeat-x  left center;
height:28px;
	width:100%;
}
body.home .slider_section .slider_pattern{
margin-bottom:0;
}
.slider_section .slider_pattern{
margin-bottom:20px;
}
#content .slider_section img{
max-width:100%;
width:100%;	
}
.metaslider{
margin:0 auto;
}
.phone_sect{
float:right;
margin:55px 0 0;
}
.phone_sect a{
display:inline-block;
float:left;
padding:0 12px;
color:#2776b9;
text-decoration:none;
line-height:43px;
}
.phone_sect a.tickets_gen{
background:url("images/a_bar.jpg") no-repeat  right center;
}
.phone_sect a.cart_icon{
background:url("images/cart_icon.jpg") no-repeat  left center;
padding:0 0 0 57px;
}
.phone_sect .phone_icon{
display:block;
background:url("images/ph_sec_bg.jpg") repeat-x  left top;
border-radius:22px;
border:1px solid #ccc;
height:36px;
padding:0 6px 0 4px;
line-height:35px;
}
.only_icon{
display:block;
background:url("images/phone_icon.png") no-repeat left center;
height:31px;
width:31px;
float:left;
margin:3px 4px 0 0 ;
}
.designation{
padding: 14px 0 48px;
}
.designation_main h3 , .designation_main h4{
text-align:center;
color:#602377;
}
.designation_main h3{
font-size:38px;
}
.designation_main h4{
font-size:27px;
font-weight:normal;
margin:0 0 10px;
}
.faitful_featured{
width:45%;
float:left;
margin:0 5% 25px 0;
position:relative;
}
.faitful_featured img{
width:100%;
box-shadow:none;
border:0;
display:block;
}
.faitful_featured.faithful_right{
float:right;
margin-right:29px;
}
.top_brdr.meh{
font-size:42px;
}
.top_brdr{
background:url("images/post_caption.png") repeat left center;
width:139px;
min-height:55px;
position:absolute;
left:0;
bottom:0;
color:#fff;
padding:12px;
font-size:22px;
line-height:29px;
}
.post_img_sec{
overflow:hidden;
}
.bot_part h3{
margin:0 0 10px;
}
.bot_part h3 a, .media_cat h3{
font-size:21px;
color:#b08f6d;
font-weight:normal;
line-height:30px;
text-decoration:none;
text-align:left;
} 
.bot_part h3 a:hover{
color:#f18d24;
}

.scroll_main{
float:left;
width:69%;
margin-top:57px;
margin-bottom:27px;
}
.left_sec{
width:28%;
float:right;
margin-top:57px;
}
.event_section .tribe-events-list-widget li{
margin-bottom:0;
}
.event_section .tribe-events-list-widget li a{
text-decoration:none;
font-weight:normal;
font-size:17px;
}
.event_section .tribe-events-widget-link a{
display:none;
}
.event_section .tribe-events-list-widget li .duration{
display:none;
}
.left_sec h3{
color: #b08f6d;
font-size: 21px;
font-weight:normal;
line-height:30px;
margin:0 0 10px;
text-decoration: none;
}
.left_sec .event_section ul li{
	margin-bottom: 25px;
}

.left_sec .event_section h4{
margin:0 0 9px;
}
.left_sec .event_section ul li a{
color:#1a77ba;
text-decoration:none;
font-size:16px;
line-height:20px;
}
.left_sec .event_section ul li a:hover{
color:#0b5c97;
}
.logo_sec_main{
margin:64px auto;
}
.left_sec .social_section{
margin:20px 0 0;
}
.left_sec .social_section li{
display:block;
float:left;
}
.left_sec .social_section li a.fb_left, .site-info .social_section li a.fb_left{
background:url("images/facebook.jpg") no-repeat center center;
width:28px;
height:29px;
display:block;
}
.s-col-1 , .s-col-2 , .s-col-3 , .s-col-4 {
float:left;
min-height:110px;
text-align:center;
width:23%;
padding:10px 2% 0 0;
background:url("images/bot_log_bg.jpg") right center no-repeat;
}
.s-col-4{
background:none;
float:right;
}
.s-col-1 .big_h{
background:url("images/geography.png") left center no-repeat;
height:50px;
margin:0 0 10px;
}

.s-col-1 .small_h{
font-size:14px;
line-height:19px;
width:85%;
text-align:left;
background:url("images/geo_icon.png") 190px 25px no-repeat;
}
.big_h , .small_h , .ex-s{
display:block;
font-family:Arial, Helvetica, sans-serif;
}
.big_h{
font-size:27px;
font-weight:bold;
line-height:40px;
}
.small_h{
color:#666666;
font-size:21px;
margin:0 0 4px;
}
.ex-s{
font-size:10px;
color:#666666;
}
.testimonial{
background:url("images/testimonial_bg.png") center top no-repeat;
}
.testimonial_main{
padding:44px 10px;
}
.testimonial_rotator_quote{
padding:0 40px;
font-style:italic;
margin: 11px 0 0;
line-height:20px;
}

.testimonial_rotator_description{
position:relative;
min-height:60px;
}
.testimonial_rotator_description .testimonial_rotator_slide_title{
margin:0 0 10px 43px;
font-style:italic;
position:absolute;
bottom:-12px;
left:20px;
color:#666666;
padding:0 0 0 20px;
background:url("images/before_testi.png") left center no-repeat;
}


.ouick_link{
float:left;
}
.plan_visit{
float:left;
width:24%;
}
.contact_us{
width:20%;
float:left;
}
.contact_us{
color:#fff;
line-height:18px;
}
.contact_us .mob_icon{
background:url("images/mobile_icon.png") left center no-repeat;
display:block;
padding:0 0 0 21px;
margin:14px 0;
height:17px;
}
.contact_us .email_icon{
background:url("images/message.png") left center no-repeat;
display:block;
padding:0 0 0 24px;
text-decoration:none;
color:#fff;
}
.follow_us{
width:15%;
float:right;
}
.site-info h3{
color:##774499;
font-size:14px;
margin:0 0 10px;
text-transform:uppercase;
}
.ouick_link ul li , .plan_visit ul li{
	float:left;
/*display:inline-block;
background:url("images/bottom_li_bg.png") left center no-repeat;*/
padding:0 0 0 0px;
width:170px;
margin:0 2% 7px 0;
}
.plan_visit ul li{
width:100%;
}
.ouick_link ul li a , .plan_visit ul li a{
color:#2e77ac;
font-size:14px;
text-decoration:none;
}
.ouick_link ul li a:hover , .plan_visit ul li a:hover{
color:#135d92;
background:none;
}
.ouick_link ul .current_page_item a , .plan_visit ul .current_page_item a{
background:none;
}
.copyright{
background:#c0a27c;
min-height:40px;
}
.copyright_main{
line-height:40px;
font-size:15px;
}
.copyright_main a{
color:#fff;
text-decoration:none;
padding:0 4px;
}
.copyright_main a:last-child{
border-right:0;
}
.copyright_main a:hover{
text-decoration:none;
color:#fad400;
}
.cop_lf{
float:left;
color:#fff;
}
.cop_rg{
float:right;
color:#fff;
}
.fb:hover, .tw:hover, .linked:hover {
    transition: all 0.5s ease-in-out 0s;
}
.fb, .tw,  .linked{
display:inline-block;
width:100%;
margin:0 0 2%;
line-height:24px;
color:#fff;
text-decoration:none;
}
.fb span, .tw span,  .linked span {
    background-image: url("images/socil_icon.png") ;
	background-color: #6a2e80;
	background-repeat:no-repeat;
    display: block;
    float: left;
    font-size: 0;
    height: 29px;
    width:29px;
	margin:0 10px 0 0;	
	transition: all 0.7s ease 0s;
	border-radius:3px;
}
.fb span{
background-position:3px 2px; 
}
.fb:hover span{
background-position:3px -21px;
}
.tw span{
background-position:-23px 3px;
}
.tw:hover span{
background-position:-23px -21px;
}
.linked span{
background-position:-51px 3px;
}
.linked:hover span{
background-position:-51px -21px;
}
.fb:hover , .tw:hover  , .linked:hover{
color:#fad400;
}
.fb:hover span, .tw:hover span,  .linked:hover span {
background-image: url("images/socil_icon.png") no-repeat  #6a2e80;
transition: all 0.7s ease 0s;
}
.s_img_lf{
float:left;
border:1px solid #ccc;
padding:2px;
}
.s_mr_tb_15{
margin:0 15px 15px 0;
}
.s_blue{
color: #602377;
font-size: 17px;
font-weight: bold;
}
.info_page h3{
display:inline;
}
.info_page br{
display:none;
}
.entry-content h3{
margin:0 0 10px;
line-height:20px;
font-size:17px;
}
.timing{
  background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #cccccc;
    color: #602377;
    margin: 73px 0 0;
    padding: 10px;
}
.timing .time_left a{
text-decoration:none;
color:red;
}
.timing .time_left a:hover{
text-decoration:underline;
}
.cont_sec{
    background:#f6f6f6;
    float: left;
    margin: 0 5% 0 0;
    padding: 20px 10px 6px;
    width:51%;
}
.cont_sec .wpcf7 input[type="text"] , .cont_sec .wpcf7 textarea{
width:98%;
padding:1%;
}
.cont_sec p{
margin:0 0 15px;
}
.cont_sec .wpcf7 textarea{
height:90px;
}
.cont_sec  .wpcf7 input.wpcf7-submit{
background:url("images/nav_bg.jpg") repeat-x scroll left top  #774499;
border:0;
box-shadow:none;
border-radius:2px;
padding:6px 22px;
color:#fff;
font-size:15px;
text-transform:uppercase;
}
.cont_sec  .wpcf7 input.wpcf7-submit:hover{
background:#f18d24;
}
.adress_sect {
    float:left;
	width:100%;
	margin-top:30px;
}
.adress_sect p{
margin:0;
}
.con_sec {
    margin: 0 0 10px;
}
.con_sec > span {
    display: block;
}
.h_a_sec {
    color: #602377;
    display: inline-block;
    font-weight: bold;
    line-height: 21px;
    margin: 0 10px 0 0;
    width: 58px;
}
.google_map{
margin:20px 0 0;
float:left;
width:100%;
}
.google_map h3{
border-bottom:1px solid #602377;
}
.time_left {
    float: left;
    width: 65%;
}


/*******************************************************woocommerce css start here*****************************************/
/*******************************************************wooocommerce css***************************************************/

/*all product page*/
.woocommerce #container{
 background: #fff;
    margin: 24px auto 0;
    padding: 15px;
    width: 994px;
}
.woocommerce  ul.products li.type-product{
 border: 1px solid #e2e2e2;
    margin: 0 14px 33px 0 !important;
    min-height:298px;
    padding: 8px;
	background:#f1f0f0;
}
.woocommerce ul.products li.product:nth-child(4n) {
    margin: 0 0 33px !important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
width:auto;
margin:0 auto;
box-shadow:none;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a{
text-align:center;
}
.woocommerce ul.products li.product a.button , .products .product a.button{
background:url("images/nav_bg.jpg") repeat-x scroll left top;
    border: medium none;
    border-radius: 3px;
    bottom: 4%;
    color: #fff;
    font-size: 15px;
    left: 27%;
    padding: 9px 11px;
    position: absolute;
    text-shadow: none;
	box-shadow:none;
}
.woocommerce ul.products li.product a.button:hover , .products .product a.button:hover{
background:#f18d24;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    min-height:20px;
}
.product .images a.woocommerce-main-image {
    border: 1px solid #e2e2e2;
    display: block;
    padding: 5px;
	background:#fff;
}


/*single product page*/
.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title{
 color: #602377;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
	line-height:1;
	margin:0 0 10px;
}
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{
box-shadow:none;
}
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{
 background:url("images/nav_bg.jpg") repeat-x scroll left top;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 10px;
    text-shadow: none;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover{
background:#f18d24;
text-shadow:none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
width:auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
width:65%;
}


/*related products*/
.related h2{
font-size:21px;
margin:0 0 15px;
}
.woocommerce .related ul li.product {
    width:22.05% !important;
}
/*breadcrum*/
#content .woocommerce-breadcrumb a {
    color: #ea5300;
    text-decoration: none;
}
/*Cart page*/
.woocommerce-message{
text-shadow:none;
}
.woocommerce-message a.wc-forward {
background:#f18d24;
text-shadow:none;
border:0;
box-shadow:none;
color:#fff;
}
.woocommerce .shop_table thead{
background:#f18d24;
color:#fff;
}
.shop_table th{
color:#fff;
}
.woocommerce .cart-collaterals .cart_totals {
    width: 29%;
}
.woocommerce .cart-collaterals .cart_totals > table th{
width:50%;
}
.cart-collaterals .cart_totals h2{
 color:#602377;
    margin: 0;
    text-align: left;
}
.cart-collaterals h2 a {
    background: none repeat scroll 0 0 #09347a;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    text-decoration: none;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{
  background: url("images/nav_bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 10px;
    text-shadow: none;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.buttonP:hover{
background: #f18d24;
}

/*checkout page*/
.woocommerce-info a.showcoupon{
text-shadow:none;
color:#f18d24;
text-decoration:none;
}
.woocommerce-info a.showcoupon:hover{
color:#fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
margin: 0 10px 0 0;
}
.col2-set{
margin:15px 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
background:#f2f2f2;
border:1px solid #ccc;
padding:10px;
border-radius:2px;
}
#order_review .shop_table td , #order_review .shop_table th{
background:#f2f2f2;
}
#order_review .shop_table th{
color:#602377;
}
.order_details th.product-name , .order_details th.product-total{
color:#fff;
}
.order_details th{
color:#757575;
}
/*******************************************************woocommerce css end here*****************************************/
/*******************************************************wooocommerce css***************************************************/





/*site sidebar*/
.widget-area .testimonial_rotator_quote{
padding:0;
line-height:20px;
}
.widget-area .testimonial_rotator .testimonial_rotator_slide_title{
margin:0 0 8px 0;
}
/*sidebar end*/

/*local area*/
body.full-width .site-content{
float:none; margin:20px auto; max-width:994px;
padding:15px;
background:#fff;
}
/*local area end*/


/*donation start here*/
.donation_sec{
padding:10px;
background:#f6f6f6;
width:58%;
}
.donation_sec span{
display:block;
float:left;
margin: 0 22px 14px 0;
width:48%;
}
.donation_sec span:nth-child(2n){
margin:0 0 14px;
}
.donation_sec input[type="text"] , .donation_sec textarea{
width:94%;
}
.donation_sec input[type="submit"]{
  background: url("images/nav_bg.jpg") repeat-x scroll left top;
  color:#fff;
  border:0;
  box-shadow:0;
  font-weight:bold;
  text-shadow:none;
}
.donation_sec input[type="submit"]:hover{
background:#f18d24;
}
/*donation end here*/

/*sell ticket start here*/
.products .product{
 background:#f1f0f0;
    border: 1px solid #e2e2e2;
    margin: 0 14px 33px 0 !important;
    min-height: 298px;
    padding: 8px;
	width: 22.05%;
	position:relative;
	}
	.products .product a{
	text-align:center;
	text-decoration:none;
	}
	.products .product h3{
	min-height:20px;
	padding:8px 0;
	}
	.products .product .price{
	color: #85ad74;
    display: block;
	}
	/*sell ticket end*/
	
	
	/*my account*/
	.col2-set .edit{
	display:block;
	 background: url("images/nav_bg.jpg") repeat-x scroll left top;
	 color:#fff;
	 text-decoration:none;
	 padding:0 10px;
	 border-radius:2px;
	}
	.col2-set .edit:hover{ 
	background:#f18d24;
	}
	.myaccount_user a{
	text-decoration:none;
	}
	.myaccount_user a:hover{
	color:#774499;
	}

/*Redesign Css */

.site-info .social_section{
float:left;
width:29%;
}
.about_goat_prog{
float:left;
width:24%
}
.about_goat_prog ul li{
display:block;
margin:0 0 7px;
}
.about_goat_prog ul li a{
color:#2e77ac;
text-decoration:none;
} 
.about_goat_prog ul li a:hover{
color:#135d92;
}
.para_sec ul li{
list-style:none;
margin:0;
padding:0;
}
.highlight_Sec{
background:#f3f3f3;
border:1px solid #bfb9b9;
padding:10px;
margin:0 0 15px;
}
.main_plan_visit{
float:left;
width:100%;
}

.main_plan_visit .post_img_sec{
margin-bottom:15px;
}
.main_plan_visit .faitful_featured .read-more{
margin-top:10px;
}

.red{
color:red;
font-weight:bold;
}
.grab{
margin-bottom:20px;
}
.breadcrumbs{
margin:0 0 20px;
overflow:hidden;
}
.breadcrumbs span, .breadcrumb-trail.breadcrumbs  a{
display:inline-block;
float:left;
line-height:20px;
font-weight:bold;
text-decoration:none;
color:#d1ba86;
}
.breadcrumbs .trail-begin a{
text-transform:uppercase;
text-decoration:none;
color:#d1ba86;
}

.breadcrumbs .sep{
display:inline-block;
width:20px;
font-size:0;
height:20px;
background:url("images/breadcrum_arrow.png") center center no-repeat;
}

.widget-area .widget{
display:none;
}
p a.map_conection{
color:#2e77ac;
text-decoration:none;
}
p a.map_conection:hover{
color:#0f3647;
}

.main_plan_visit .faitful_featured.faitful_page{
min-height:auto;
}
.main_plan_faith{
float:left;
width:100%;
}
.main_plan_faith .faitful_featured{
margin:0 5% 25px 0;
}
.main_plan_faith .faithful_right{
margin:0 0 25px;
}
.brwon_title{
color: #b08f6d;
    font-size: 21px !important;
    font-weight: normal;
    line-height: 30px;
 margin:0 0 13px;
}
h3.just_top{
 margin:0;
}
.grow_para {
    float: left;
    width: 100%;
}
.left_picnic{
float:left;
}
.right_picnic{
float:right;
}
.top_picnic{
margin-bottom:20px;
}
.media_news{
float:left;
width:38%;
}
.in_media_container{
float:left;
width:100%;
}
.earth_related_article{
float:left;
width:46%;
}
.travel_related_article{
float:right;
width:48%;
}
.media_col{
float:left;
width:100%;
margin-bottom:40px;
}
.media_cat{
margin-bottom:20px;
}
.date_section{
font-size:14px;
}
.media_subtitle{
font-weight:bold;
margin:7px 0;
font-size:15px;
 text-align:left;
 line-height:22px;
}
.media_content a{
 line-height:22px;
}
.media_title{
font-size:20px;
margin-bottom:10px;
text-align:left;
line-height:22px;
}
.geysure_work, .surce_by{
float:left;
width:100%;
}
.surce_by{
text-align:right;
}
.geysure_work .media_cat{
margin:0;
}
.bottom-margin{
margin:0 0 30px;
}

.local-content{
margin:0 13px;
padding:23px;
background:#fff;
}
.uniq{
margin:0;
padding:0;
}
.uniq li{
list-style:none;
margin:0;
}
.geysure_left img{
margin-top:0;
}
.geysure_right{
margin-top:0;
}
.geysure_right img{
 margin-top:0;
}
.top_mar_1{
margin-top:40px;
}
.footer_col-1, .footer_col-2,.footer_col-3{
float:left;
margin-right:40px;
}

.footer_col-2{
width:38%;
padding-top:7px;
margin-right:0;
}

.footer_col-3{
 margin-right:49px;
 float:right;
}
.footer_col-3 #CDSWIDHEADER{
width: 100%;
padding:4px 0;
}

.leagl_notice {
    margin: 35px 0 0;
}

.musicunder{text-align:center;}
.musicunder img{width:161px; height:auto;}

bot_part h3 a, .media_cat h3 {
    color: #b08f6d;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}

.cus-full-width .site-content {
    width: 100%;
}


.cus-full-width .banner_left {
    float: left;
    margin-right: 20px;
    width: 680px;
}
.cus-full-width .banner_left .half_col {
    float: left;
    width: 47%;
    margin-right:20px;
}
.cus-full-width .banner_left .half_col p b span{
    color:#FF2525;
}
.cus-full-width .banner_left .half_col:nth-child(2n) {
    margin-right:0;
}
.cus-full-width  .banner_right {
  float: right;
    width: 280px;
}

/*-----------------------------changes on 29 june 2015----------------------*/

.entry-content p{line-height: 24px;
font-size: 17px;
}
.museum_col p {font-weight: 600;
font-size: 18px !important; color:#c1a387;line-height: 28px;text-align: left;
}
.museum_col img{ margin-right:11%;}
.museum_col p strong{color: #b08e6d;}
.right_msg{font-size: 13px;
text-align: right;
line-height: 18px;
margin: 1.5% 0 0 0; color:#7f3f9f; font-weight:600
}
body.page-id-934 #content .banner_right .media_title {font-size: 14px;}
body.page-id-934 #content .banner_right .media_col {width: 90%; margin-bottom:20px;}

.banner_right a.musicButton {
    background: #9b5420 none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    color: #ffffff;
    display: inline-block;
    float: none;
    margin: 30px 0;
    padding: 5px 15px;
    text-decoration: none;
}
.banner_right a.musicButton:hover {
    background: #ef8b3e none repeat scroll 0 0;
}

.justified-gallery {   
 background: rgba(0, 0, 0, 0) url("images/revers.png") repeat-x scroll left bottom;
  padding: 0 0 36px;
}
/*14 July 2015*/
.fb-album-container li.fb-album, li.fb-photo{
	width: 144px!important;
}
img.fb-albums-list {
    display:none!important;
}
h3.fb-album-heading, h3.fb-account-heading {
    color: #d1ba86 !important;
    font-weight: bold !important;
	background:url(images/back-ic.png) no-repeat left center;
	padding:10px 0 10px 27px;
}
.fb-album-preview {
    background: #ffffff;
}
.fb-album-container {
    background: #ffffff;
}

.go-to-top {
  float: right;
  margin-right: -120px;
  margin-top: -25px;
  font-weight: 600;
  cursor: pointer;
  color: #d1ba86;
  font-size: 16px;
}
.gallery_title {
   margin-top: 49px;
  margin-bottom: 6px;
  font-weight: 600;
   color: #d1ba86;
   font-size: 20px;
   font-style: initial;
   font-family: Open Sans;
   clear:both;

}

 #mygallery_4.justified-gallery, #mygallery_5.justified-gallery , #mygallery_6.justified-gallery, #mygallery_7.justified-gallery, #mygallery_8.justified-gallery{
  overflow: hidden!important;
}
/*14 July 2015*/



/*Added for huge it gallery*/
.galler-wrapper{ clear:both; margin:0; padding:0;}
.huge_it_gallery{ clear:both; margin:0 0 0px 0; padding:0; float:left; width:100%;}
.galler-wrapper .go-to-top{ clear:both; margin-top:-30px;}
.huge_it_gallery ul#huge_it_gallery{border:0; box-shadow:none; background-color:#f8f6ec; float:left;
 background: rgba(0, 0, 0, 0) url("images/revers.png") repeat-x scroll left bottom;  padding: 0 0 28px 0!important; margin:0;
}
.huge_it_gallery ul#huge_it_gallery li{ margin:0!important; padding:0; border:0; border-radius: 0 !important; box-shadow:none; float:left; width:123px!important; height:123px!important;}
.huge_it_gallery ul#huge_it_gallery li:nth-child(6n+1){ width:118px!important;}
.huge_it_gallery ul#huge_it_gallery li a.group1{ border-radius:0;}
.huge_it_gallery ul#huge_it_gallery li img{ border:0; border-radius:0; margin:0; padding:0;}


/*realtedLinks*/
table.realtedLinks tr:first-child td{border:none;}
table.realtedLinks tr td{padding:30px 0px;}
table.realtedLinks tr td p{margin-bottom:10px; font-size:14px;}
table.realtedLinks tr td:first-child{padding-right:30px;}


table.realtedLinks td img{ width:auto!important; height:auto!important; max-width:none!important;}

/*Edited On Sep 04*/

body.page-id-433 #primary.site-content{width:69.1042%;}
body.page-id-433 #secondary #widget_sp_image-2.widget{display:block; margin-top:82px;}
body.page-id-433 #secondary aside .widget{display:none;}
body.page-id-433 #secondary.widget-area aside.widget{padding:20px;}
#widget_sp_image-2 .widget_sp_image-description{width:75%; margin:0 auto;}
#widget_sp_image-2 .widget_sp_image-description p{text-align:left;}
#widget_sp_image-2 .widget_sp_image-description p a {color:#602377; font-size:17px; line-height:25px; text-transform:uppercase; text-decoration:none; font-weight:bold; text-align:left;} 

body.page-id-315 #primary.site-content{width:69.1042%;}
body.page-id-315 #widget_sp_image-3 {display: block; margin-top: 82px;}

.event_section .TA_virtualsticker{ width:161px; float:none; margin:0 auto; background-color:#589442; padding:5px 0;}
.event_section .TA_virtualsticker .container{float:none; margin:0 auto; width:150px;}
.event_section .TA_virtualsticker #CDSWIDHEADER{ width:150px; padding:4px 0;}


/*9-11-2015*/
#content .ctct-custom-form{padding:0; text-align:left; font-family:"Open Sans",sans-serif; font-size:1rem;}
#content .ctct-custom-form header{text-align:center;}
.ctct-custom-form p{margin-bottom:20px;}
.ctct-custom-form p.lead{font-size:17px; line-height:1.2;}
.ctct-custom-form p span.block-class{display:block;}
#content .ctct-custom-form .ctct-form-footer{padding:20px 0 0; margin:0; text-align:left; font-family:"Open Sans",sans-serif; font-size:0.8rem; line-hgeight:1.4;}
#content .ctct-custom-form input[type="checkbox"]{margin-left:0;}
#content .ctct-custom-form .ctct-button{background:#cc7030 url("images/nav_bg_hover.jpg") repeat scroll left top; text-transform:uppercase; border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; font-weight:bold;}
.sign-up-page{}
.sign-up-block{width:400px; margin:0 auto; padding:20px; border:5px solid #EF8B3E; border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}


/*01-07-2016*/
.note-mess { color: #ff6600;}

/*02-07-2016*/
.p-color { font-size: 17px; font-weight: normal; left: 31%;  position: absolute;  top: 79px; color:#7f3f98;}
.site-title { position: relative;}

/*07-07-2016*/

.india_classicm {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 161px;
}

.india_classicm a span {
  background: #d64317 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 7px;
  color: #ffffff !important;
  display: block;
  font-family: verdana;
  font-size: 12px !important;
  margin: 0 auto;
  padding: 1px 6px;
  position: absolute;
  right: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 80px;
}



.on_post.india_classicm {
  position: absolute;
  right: -233px;
  top: -250px;
  width: auto;
}

.on_post.india_classicm img {
  height: 275px;
  width: auto !important;
}
.on_post.india_classicm a span {
  bottom: 14px;
  right: 51px;
}



#wpcf7-f1365-p1369-o1 .wpcf7-form { width: 88% }
#wpcf7-f1365-p1369-o1 .wpcf7-form p { overflow: hidden; margin-bottom: 12px; line-height: 34px; }
#wpcf7-f1365-p1369-o1 .wpcf7-form p br { display:none; }
#wpcf7-f1365-p1369-o1 .wpcf7-form select { width: 365px; float:right; height: 34px; }
#wpcf7-f1365-p1369-o1 .wpcf7-form input { width: 350px; float:right; height: 24px; padding: 5px; }
#wpcf7-f1365-p1369-o1 .wpcf7-form textarea { float:right; width: 350px; height: 150px; }
#wpcf7-f1365-p1369-o1 .wpcf7-form input[type="submit"] {
    background: #cc7030 url("images/nav_bg_hover.jpg") repeat scroll left top;
    border-radius: 5px;
	display:block; width: 100%; color: #fff;
    font-weight: bold;
    text-transform: uppercase;
	-moz-user-select: none;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 20px;
    text-align: center;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: middle;
	height: 43px; width: 360px;
}
#wpcf7-f1365-p1369-o1 span.wpcf7-form-control-wrap { float:right; }
#wpcf7-f1365-p1369-o1 span.wpcf7-not-valid-tip { text-align: center; font-size: 15px; line-height: 23px; }
#wpcf7-f1365-p1369-o1 div.wpcf7-validation-errors { text-align: center; border: 2px solid #D87A34; }
.white_content p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 5px;
}
.white_content a#popup_alternate {
  background: #ef8b3e none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin: 15px 0 0;
  padding: 5px 35px;
  text-decoration: none;
}
.inner_whcontent > a#popup_close {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  padding: 3px;
  position: absolute;
  right: -66px;
  top: -29px;
  cursor: pointer;
  text-decoration: none;
 
}
.inner_whcontent {
  position: relative;
}

/*10 AUG*/

#container #collection .pcontent .info div.ptext{bottom:53px!important;}