@font-face {
    font-family:'Raleway';
    src: url('../fonts/Raleway.eot');
	src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway.woff2') format('woff2'),
		url('../fonts/Raleway.woff') format('woff'),
		url('../fonts/Raleway.svg#Raleway') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Gloria Hallelujah';
    src: url('../fonts/Gloria Hallelujah.eot');
	src: url('../fonts/Gloria Hallelujah.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gloria Hallelujah.woff2') format('woff2'),
		url('../fonts/Gloria Hallelujah.woff') format('woff'),
		url('../fonts/Gloria Hallelujah.svg#Gloria Hallelujah') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Uni Ila.Sundaram-09';
    src: url('../fonts/Uni Ila.Sundaram-09.eot');
	src: url('../fonts/Uni Ila.Sundaram-09.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Uni Ila.Sundaram-09.woff2') format('woff2'),
		url('../fonts/Uni Ila.Sundaram-09.woff') format('woff'),
		url('../fonts/Uni Ila.Sundaram-09.svg#Uni Ila.Sundaram-09') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00D7;
}
body.rtl {
    direction: rtl;
    unicode-bidi: embed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}



body {
    background-color: #fff;
    color: #4a4b4c;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #4a4b4c;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #408076;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote {
    background: url(../images/blockquote.png) no-repeat 0 5px;
    color: #67686b;
    margin: 40px 0 20px 20px;
    padding-left: 40px;
}

blockquote em {
    color: #4e5761;
    display: block;
    margin: 10px 0 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

iframe {
    max-width: 100%;
}

hr {
    background-color: #d5d6d7;
    border: 0;
    height: 1px;
    margin: 0 0 20px;
}

.box {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.ie8 img {
    width: auto;
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #4a4b4c;
    font-size: 16px;
    padding: 6px;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    width: auto;
}

.ie7 input,
.ie7 select,
.ie7 textarea {
    width: 96%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #4a4b4c;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #4a4b4c;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #00426d;
    border: 1px solid #456e9b;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 15px;
    padding: 5px 24px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #456e9b;
}

.entry-content .button:hover {
    color: #fff;
}

.button {
    border-radius: 3px;
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute!important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto!important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}

.wrap {
    margin: 0 auto;
    max-width: 1152px;
}

.site-inner {
    clear: both;
    padding: 60px 0 30px;
}

.woocommerce-page #container,
.content {
    float: right;
    width: 730px;
}

.content-sidebar.woocommerce-page #container,
.content-sidebar .content {
    float: left;
}

.full-width-content.woocommerce-page #container,
.full-width-content .content {
    width: 100%;
}

.sidebar-primary {
    float: right;
    width: 365px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
    float: left;
    margin-bottom: 20px;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-fifth {
    width: 17.9487179487179488%;
}

.two-fifths {
    width: 38.4615384615384616%;
}

.three-fifths {
    width: 58.9743589743589744%;
}

.four-fifths {
    width: 79.4871794871794872%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    position: relative;
}

.search-form input[type="submit"] {
    bottom: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
}

.ie8 .search-form input[type="submit"] {
    font-family: 'Raleway', sans-serif;
    padding: 6px 8px;
}

.ie7 .search-form input[type="submit"] {
    font-family: 'Raleway', sans-serif;
    padding: 4px 6px;
}

.sticky {}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.alignnone img,
img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.alignleft img,
.wp-caption.alignleft {
    margin: 5px 24px 8px 0;
}

img.alignright,
.alignright img,
.wp-caption.alignright {
    margin: 5px 0 12px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-image,
img.centered,
.alignnone img,
img.alignnone,
img.alignleft,
.alignleft img,
img.alignright,
.alignright img {
    border: 3px solid #cdcfd0;width: 250px;
}

.gallery-caption {}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    margin-bottom: 0px;
}

.archive-description {
    padding: 40px 40px 24px;
}

.author-box-title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-bottom: 4px;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

.author-box p {
    margin-bottom: 0;
    overflow: hidden;
}

.author-box .avatar {
    border: 3px solid #CDCFD0;
    margin: 5px 24px 0 0;
}

.entry-title {
    font-size: 28px;
    line-height: 1;
}

.entry-title,
.entry-title a,
.sidebar .widget-title a {
    color: #231f20;
}

.entry-title a:hover {
    color: #3d567d;
}

.widget-title {
    color: #4e5761;
    font-size: 19px;
    margin-bottom: 20px !important;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 24px;
}

.featured-content .entry {
    border-bottom: 2px solid #d4d6d8;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.featured-content article:last-child {
    border-bottom: 0;
}

.sidebar .featured-content .entry {
    border: 0;
}

.featured-content .entry-title {
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.featured-content .entry-title a {
    border: none;
    color: #4a4b4c;
}

.featured-content .entry-title a:hover {
    color: #fb7033;
}

.featured-content .entry-content {
    margin-top: 10px;
}

.featured-content .page .entry-content,
.featured-content .custom-text {
    margin-top: 0;
}

.featured-content .entry-meta a {
    color: #757679;
}

.featured-content.wsmfeaturedpost .entry-meta a,
.featured-content.wsmfeaturedpost .entry-meta {
    color: #4a4b4c;
    font-weight: 700;
}

.featured-content.wsmfeaturedpost .entry-meta {
    display: inline;
    margin-right: 5px;
}

.featured-content.wsmfeaturedpost .entry-title {
    display: inline;
}

.featured-content .entry-meta a:hover,
.featured-content.wsmfeaturedpost .entry-meta a:hover {
    color: #408076;
}

.site-header .social-media {
    float: right;
    margin-bottom: 34px;
    overflow: hidden;
}

.social-media a {
    background: url(../images/social-icons.png) no-repeat 0 0 transparent;
    display: block;
    float: left;
    height: 30px;
    margin-right: 4px;
    text-align: left;
    text-indent: -9999px;
    width: 31px;
}
.social-mediafoo a {
    background: url(../images/social-iconsfoo.png) no-repeat 0 0 transparent;
   }
.social-media a:hover {
    opacity: 0.8;
}

.social-media a.btn-tw {
    background-position: 0 0;
}

.social-media a.btn-li {
    background-position: -31px 0;
}

.social-media a.btn-fb {
    background-position: -62px 0;
}

.social-media a.btn-gp {
    background-position: -93px 0;
}

.social-media a.btn-yt {
    background-position: -124px 0;
}
.social-media-1{
	float: right;
overflow: hidden;
padding-left: 0;padding-right: 10px;
}

.social-media-1 a span {
	padding-right: 5px;
	/* border: 1px solid #c85638; */
	border-radius: 50%;
	/* width: 32px; */
	/* height: 30px; */
	padding-top: 5px;
	margin-right: 0;
	color: #4e5761;
	padding-left: 4px;
}
.social-media-1 a{
	color:#4e5761;
}
.social-media-1 a:hover{
	color:#408076;
}
 .social-media-1 a .phspan
{
padding-left: 10px;
} 
.social-media-1 .borrgh {
	color: #4e5761;
	border-right: 2px solid #4e5761;
	padding-right: 12px;
}
.social-media-2 {
	padding-right: 0;
	margin-left: 10px;
}
.styled select {
	background: transparent;
	width: 130px;
	font-size: 15px;
	border: none;
	height: 30px;
	color: #4e5761;
	padding: 0 6px;
}
.styled {
	width: 115px;
	border: 1px solid #ccc;
	background: url(../images/language.png) 96% / 20% no-repeat;
}
.widget.wsm-btn,
.sidebar .widget.wsm-btn {
    background: url(../images/sidebar-btn-widget-bg.png) repeat-x scroll 0 bottom #4e5761;
    border: 0;
    color: #fff;
    padding: 20px;
}

.sidebar .wsm-btn .btn-title a,
.wsm-btn .btn-title a,
.wsm-btn .btn-title {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
}

.sidebar .wsm-btn .btn-title a:hover,
.wsm-btn .btn-title a:hover {
    opacity: 0.8;
}

.wsm-btn .btn-title {
    text-align: center;
}

.wsm-btn .btn-title a {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 42px;
}

.sidebar .widget.wsm-cta,
.home-cta .widget-area .widget.wsm-cta {
    padding: 0;
}

.wsm-cta .cta-box,
.home-cta .widget-area .widget.wsm-cta {
    border: 0;
}

.wsm-cta .cta-box {
    padding: 20px;
}

.wsm-cta .cta-box .more-link {
    margin: 0 0 -16px;
}

.wsm-cta .cta-box .more-link a {
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 3px #CCC;
    color: #fff;
    padding: 0 20px;
}

.ie7 .wsm-cta .cta-box .more-link a,
.ie8 .wsm-cta .cta-box .more-link a {
    padding: 6px 20px;
}

.wsm-cta .cta-box .more-link a:hover {
    color: #fff;
    opacity: 0.9;
}

.sidebar .widget.wsm-cta {
    border-top: 0;
    overflow: hidden;
}

.sidebar .wsm-cta .cta-box {
    border-top: 8px solid #fb7033;
}

.sidebar .cta-box .more-link a {
    background-color: #fb7033;
}

.enews-widget {
    color: #999;
}

.enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #f15123;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}

.latest-tweets ul li {
    margin-bottom: 16px;
}

div.gform_wrapper {
	/* background: url(../images/gravity-bg.png) repeat-x 0 0 #4e5761; */
	border-radius: 6px;
	color: #fff;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
}

div.gform_wrapper .gform_body {
    overflow: hidden;
}

div.gform_wrapper .gform_heading {
    margin-bottom: 0;
}

div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title,
div.gform_wrapper li.gfield .gfield_label,
.entry-content div.gform_wrapper h1,
.entry-content div.gform_wrapper h2,
.entry-content div.gform_wrapper h3 {
    color: #4e5761;
    font-weight: 500;
}

div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 6px;
}

div.gform_wrapper .gfield_required {
    color: #fff;
}

.ie7 div.gform_wrapper li.gfield input.large,
.ie7 div.gform_wrapper li.gfield select.large,
.ie7 div.gform_wrapper li.gfield textarea.textarea {
    width: 95%;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;list-style-type: none;
}
div.gform_wrapper form ul {
	margin-left: 0px;
}
.ie div.gform_wrapper .gform_footer input[type="submit"], div.gform_wrapper .gform_footer input[type="submit"] {
	background-color: #fb7033;
	border: 0;
	font-size: 16px;
	padding: 1px 20px;
	border-radius: 50px;
}

.ie8 div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    padding: 5px 20px;
}

.ie7 div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    padding: 3px 5px;
}

.ie div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #fb7033; opacity:0.9;
}

div.gform_wrapper li.show-label label {
    display: block!important;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
    display: inline!important;
    margin-left: 10px;
}

div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin-right: 20px;
}

div.gform_wrapper span.gform_description {
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: 700;text-align: center;
}

.sidebar .widget.gform_widget {
    background: url(../images/gravity-bg.png) repeat-x scroll 0 0 #4e5761;
    border-radius: 6px;
    border: 0;
    color: #FFF;
    max-width: 100%;
    padding: 20px;
}

.sidebar .gform_widget .widget-title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.sidebar div.gform_wrapper {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar div.gform_wrapper h2.gsection_title,
.sidebar div.gform_wrapper h3.gform_title {
    font-size: 28px;
    text-align: center;
}

.sidebar div.gform_wrapper .gform_footer {
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: auto;
}

div.gform_wrapper .three-fourths {
    clear: none;
    width: 72%;
}

.sidebar div.gform_wrapper .gform_body,
.sidebar div.gform_wrapper.gf_browser_chrome .gform_body {
    max-width: 100%;
}

body div.gform_wrapper li.hidden_label div.ginput_container,
div.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

img#wpstats {
    display: none;
}

h2.tablepress-table-name {
    font-size: 18px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #d53937;
    color: #FFF;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}

table.tablepress tbody td,
table.tablepress tfoot th {
    border-bottom: 1px solid #CCC;
    border-top: none;
    border-right: 1px solid #CCC;
}

table.tablepress {
    border: 1px solid #CCC;
}

span.tablepress-table-description {
    margin-bottom: 16px;
}

table.tablepress .odd td,
table.tablepress .even td {
    background-color: transparent;
    color: #333132;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 14px;
}

table.tablepress th,
table.tablepress td {
    padding: 4px 8px;
}

div.soliloquy-container .soliloquy-control-nav li a,
.home-top div.soliloquy-container .soliloquy-pager-link {
    background: url(../images/slider-dots.png) no-repeat scroll 0 0;
    height: 14px;
    width: 14px;
}

.home-top div.soliloquy-container .soliloquy-pager-link.active,
.home-top div.soliloquy-container .soliloquy-pager-link:hover {
    background-position: 0 -14px;
}

div.soliloquy-container.soliloquy-slide-horizontal .soliloquy-direction-nav li .soliloquy-prev,
div.soliloquy-container.soliloquy-thumbnails-container .soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-prev,
div.soliloquy-container .soliloquy-direction-nav li .soliloquy-prev,
div.soliloquy-container .soliloquy-controls-direction .soliloquy-prev {
    background: url(../images/slider-arrows-horizontal.png) no-repeat scroll 0 0;
    height: 18px;
    width: 13px;
}

div.soliloquy-container.soliloquy-slide-horizontal .soliloquy-direction-nav li .soliloquy-next,
div.soliloquy-container.soliloquy-thumbnails-container .soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-next,
div.soliloquy-container .soliloquy-direction-nav li .soliloquy-next,
div.soliloquy-container .soliloquy-controls-direction .soliloquy-next {
    background: url("../images/slider-arrows-horizontal.png") no-repeat scroll 0 -18px;
    height: 18px;
    width: 13px;
}

.bottom-sponsors div.soliloquy-container .soliloquy-prev {
    left: -25px;
}

.bottom-sponsors div.soliloquy-container .soliloquy-next {
    right: -25px;
}

div#tribe-events-pg-template,
.events-list div.tribe-events-loop,
.tribe-events-day div.tribe-events-loop,
.single-tribe_venue div.tribe-events-loop,
.single-tribe_organizer div.tribe-events-loop {
    max-width: 100%;
}

.tribe-events-list-separator-month span {
    color: #4e5761;
}

#tribe-bar-form div.tribe-bar-submit input[type="submit"] {
    background-color: #408076;
    border-radius: 4px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
}

#tribe-bar-form div.tribe-bar-submit input[type="submit"]:hover {
    background-color: #f21427;
    color: #FFF;
}

#tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
#tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a,
#tribe-events-pg-template #tribe_events_filters_wrapper input[type="submit"],
#tribe-events-pg-template .tribe-events-button,
#tribe-events-pg-template .entry-content .tribe-events-button,
#tribe-events-pg-template .tribe-events-button.tribe-inactive,
#tribe-events-pg-template .entry-content .tribe-events-button:hover,
#tribe-events-pg-template .tribe-events-button:hover,
#tribe-events-pg-template .tribe-events-button.tribe-active:hover {
    background: #408076;
	background: -moz-linear-gradient(top, #408076 0%, #459270 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408076), color-stop(100%,#459270));
	background: -webkit-linear-gradient(top, #408076 0%,#459270 100%);
	background: -o-linear-gradient(top, #408076 0%,#459270 100%);
	background: -ms-linear-gradient(top, #408076 0%,#459270 100%);
	background: linear-gradient(to bottom, #408076 0%,#459270 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007da3', endColorstr='#167291',GradientType=0 );
    color: #FFF;
}

div.tribe-events-day .tribe-events-day-time-slot h5 {
    color: #c33230;
}

#tribe-events-pg-template .tribe-events-calendar thead th {
   background: #042036;
	background: -moz-linear-gradient(top, #042036 0%, #29506d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#042036), color-stop(100%,#29506d));
	background: -webkit-linear-gradient(top, #042036 0%,#29506d 100%);
	background: -o-linear-gradient(top, #042036 0%,#29506d 100%);
	background: -ms-linear-gradient(top, #042036 0%,#29506d 100%);
	background: linear-gradient(to bottom, #042036 0%,#29506d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44c2d', endColorstr='#29506d',GradientType=0 );
	color: #ffffff !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#tribe-events-pg-template #tribe-events-content .tribe-events-tooltip h4,
#tribe-events-pg-template #tribe_events_filters_wrapper .tribe_events_slider_val,
#tribe-events-pg-template .single-tribe_events a.tribe-events-ical,
#tribe-events-pg-template .single-tribe_events a.tribe-events-gcal {
    color: #408076;
}

#tribe-events-pg-template div.tribe-events-cal-links {
    float: left;
    overflow: visible;
    width: 100%;
}

#tribe-events-pg-template div.tribe-events-cal-links .tribe-events-button {
    border-radius: 4px;
    font-weight: 400;
    padding: 5px 12px;
}

body.single-tribe_events .tribe-events-event-meta {
    clear: both;
    display: block;
}

body.single-tribe_events .tribe-events-content {
    margin-bottom: 20px;
}

.tribe-events-adv-list-widget ol,
.home .content .tribe-events-adv-list-widget ol,
.home .content .tribe-events-list-widget ol,
.tribe-events-list-widget ol {
    margin-left: 0;
}

.home .content .tribe-events-adv-list-widget ol li,
.tribe-events-adv-list-widget ol li,
.home .content .tribe-events-list-widget ol li,
.tribe-events-list-widget ol li {
    border-bottom: 2px solid #D4D6D8;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.home .content .tribe-events-adv-list-widget ol li:last-child,
.tribe-events-list-widget ol li:last-child,
.tribe-events-adv-list-widget ol li:last-child,
.home .content .tribe-events-list-widget ol li:last-child {
    border: 0;
}

.tribe-events-adv-list-widget div.duration,
.tribe-events-list-widget div.duration {
    font-size: 14px;
}

.tribe-events-adv-list-widget .entry-title a,
.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title a,
.tribe-events-list-widget .entry-title {
    color: #4A4B4C;
    font-size: 16px;
    font-weight: 400;
}

.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title {
    line-height: 1.5;
    margin-bottom: 0;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link,
a.tribe-events-read-more,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link {
    color: #408076;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 16px;
}

.tribe-events-adv-list-widget .entry-title a:hover,
.tribe-events-list-widget .entry-title a:hover {
    color: #408076;
}

a:hover.tribe-events-read-more,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
a:hover.tribe-events-read-more,
.tribe-events-list-widget .tribe-events-widget-link a:hover {
    color: #4A4B4C;
}

.tribe-events-adv-list-widget .recurringinfo {
    display: none;
}

body.woocommerce-page .related ul.products li.product,
div.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    margin-right: 4.8%;
    text-align: center;
    width: 30%;
}

div.woocommerce .related ul.products li.product.last,
div.woocommerce ul.products li.product.last,
body.woocommerce-page .related ul.products li.product.last,
body.woocommerce-page ul.products li.product.last {
    float: right;
    margin-right: 0;
}

body.woocommerce-page .woocommerce-error:before,
div.woocommerce .woocommerce-error:before,
body.woocommerce-page .woocommerce-message:before,
div.woocommerce .woocommerce-message:before,
body.woocommerce-page .woocommerce-info:before,
div.woocommerce .woocommerce-info:before {
    background-color: #408076;
}

body.woocommerce-page .woocommerce-error,
div.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-message,
div.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-info,
div.woocommerce .woocommerce-info {
    border-color: #408076;
}

div.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error {
    margin-left: 0;
}

div.woocommerce a.button.alt,
div.woocommerce button.button.alt,
div.woocommerce input.button.alt,
div.woocommerce #respond input#submit.alt,
div.woocommerce #content input.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page #content input.button.alt,
div.woocommerce a.button,
div.woocommerce button.button,
div.woocommerce input.button,
div.woocommerce #respond input#submit,
div.woocommerce #content input.button,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page #content input.button {
    background: none;
    background-color: #408076;
    border: 0;
    box-shadow: none;
    color: #fff;
    filter: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    text-shadow: none;
}

div.woocommerce a.button.alt,
body.woocommerce button:hover.button.alt,
div.woocommerce input:hover.button.alt,
div.woocommerce #respond input:hover#submit.alt,
div.woocommerce #content input:hover.button.alt,
body.woocommerce-page a:hover.button.alt,
body.woocommerce-page button:hover.button.alt,
body.woocommerce-page input:hover.button.alt,
body.woocommerce-page #respond input:hover#submit.alt,
body.woocommerce-page #content input:hover.button.alt,
div.woocommerce a:hover.button,
div.woocommerce button:hover.button,
div.woocommerce input:hover.button,
div.woocommerce #respond input:hover#submit,
div.woocommerce #content input:hover.button,
body.woocommerce-page a:hover.button,
body.woocommerce-page button:hover.button,
body.woocommerce-page input:hover.button,
body.woocommerce-page #respond input:hover#submit,
body.woocommerce-page #content input:hover.button {
    background-image: none;
    background-color: #E53443;
    box-shadow: 0;
    color: #fff;
    text-shadow: none;
}

body.woocommerce-page a.button.added:before,
body.woocommerce-page button.button.added:before,
body.woocommerce-page input.button.added:before,
body.woocommerce-page #respond input#submit.added:before,
body.woocommerce-page #content input.button.added:before {
    color: #408076;
}

body.woocommerce-page ul li.product a.button {
    background-color: #408076;
}

div.woocommerce ul li.product a.button-details,
body.woocommerce-page ul li.product a.button-details {
    margin-right: 8px;
}

body.woocommerce-page ul li.product a:hover.button {
    background-color: #E53443;
}

body.woocommerce-page a.button,
div.woocommerce .buttons a.button {
    margin: 0 0 5px;
}

div.woocommerce ul.products li.product .onsale,
body.woocommerce-page ul.products li.product .onsale,
div.woocommerce span.onsale,
body.woocommerce-page span.onsale {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    color: #fff;
}

body.woocommerce-page .woocommerce-ordering,
body.woocommerce-page .woocommerce-result-count {
    margin-bottom: 20px;
}

div.woocommerce ul.products li.product h3,
body.woocommerce-page ul.products li.product h3 {
    color: #408076;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

div.woocommerce div.product .product_title,
body.woocommerce #content div.product .product_title,
body.woocommerce-page div.product .product_title,
body.woocommerce-page #content div.product .product_title {
    color: #408076;
}

body.woocommerce-page ul.products li.product .price {
    color: #808285;
    font-size: 18px;
    font-weight: 400;
}

body.woocommerce-page div.product span.price,
body.woocommerce-page div.product p.price,
body.woocommerce-page #content div.product span.price,
body.woocommerce-page #content div.product p.price {
    color: #808285;
    font-size: 20px;
    font-weight: 400;
}

.sidebar .woocommerce ins,
div.woocommerce div.product span.price ins,
body.woocommerce div.product p.price ins,
div.woocommerce ul.products li.product .price ins,
body.woocommerce-page ul.products li.product .price ins {
    text-decoration: none;
}

body.woocommerce-page .related ul.products li.product img,
div.woocommerce div.product div.images img,
div.woocommerce #content div.product div.images img,
body.woocommerce-page div.product div.images img,
body.woocommerce-page #content div.product div.images img,
div.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
    border: 1px solid #eceded;
    border-radius: 6px;
    box-shadow: none;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

body.woocommerce-page #content div.product div.images img {
    border: 2px solid #eceded;
}

div.woocommerce .products .star-rating,
body.woocommerce-page .products .star-rating {
    margin: 0 auto 5px;
}

div.woocommerce .entry-summary .product_meta .sku_wrapper,
body.woocommerce-page .entry-summary .product_meta .sku_wrapper {
    display: block;
}

div.woocommerce .checkout ul li,
body.woocommerce-page .checkout ul li,
div.woocommerce .woocommerce-error li,
body.woocommerce-page .woocommerce-error li {
    list-style: none outside none;
}

div.woocommerce ul.products li.last,
body.woocommerce-page ul.products li.last {
    clear: none;
}

div.woocommerce form .form-row textarea,
body.woocommerce-checkout form .form-row textarea {
    height: auto;
}

div.woocommerce #payment ul.payment_methods li input,
body.woocommerce-page #payment ul.payment_methods li input {
    width: auto;
}

div.woocommerce form.woocommerce-ordering select,
body.woocommerce-page form.woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down-select.png) no-repeat right center #fff;
    height: 36px;
    line-height: 1;
    padding-right: 20px;
    text-indent: 0.01px;
    text-overflow: "";
}

.ie div.woocommerce form.woocommerce-ordering select,
.ie body.woocommerce-page form.woocommerce-ordering select {
    background: none;
    padding-right: 5px;
}

div.woocommerce table.cart td.actions .button.alt,
div.woocommerce #content table.cart td.actions .button.alt,
body.woocommerce-page table.cart td.actions .button.alt,
body.woocommerce-page #content table.cart td.actions .button.alt {
    display: inline-block;
    float: none;
}

div.woocommerce form .form-row .input-checkbox,
body.woocommerce-page form .form-row .input-checkbox {
    border: 0;
    width: auto;
}

div.woocommerce div.product div.summary ol,
div.woocommerce div.product div.summary ul,
body.woocommerce-page div.product div.summary ol,
body.woocommerce-page div.product div.summary ul {
    margin-bottom: 20px;
}

div.woocommerce div.product div.summary ol,
div.woocommerce div.product div.summary ul,
body.woocommerce-page div.product div.summary ol,
body.woocommerce-page div.product div.summary ul {
    margin-left: 16px;
}

body.woocommerce-page div.product div.summary ol li,
div.woocommerce div.product div.summary ol li {
    list-style-type: decimal;
}

div.woocommerce div.product div.summary ul li,
body.woocommerce-page div.product div.summary ul li {
    list-style-image: url(../images/bullet-list.png);
    list-style-type: none;
}

div.woocommerce div.product div.summary ol ol,
div.woocommerce div.product div.summary ul ul,
body.woocommerce-page div.product div.summary ol ol,
body.woocommerce-page div.product div.summary ul ul {
    margin-bottom: 0;
}

div.woocommerce .product_meta .tagged_as,
div.woocommerce .product_meta .posted_in,
body.woocommerce-page .product_meta .tagged_as,
body.woocommerce-page .product_meta .posted_in {
    display: block;
}

.woocommerce .product_meta,
.woocommerce-page .product_meta {
    color: #408076;
    font-size: 15px;
    font-weight: 400;
}

div.woocommerce div.product .summary form.cart .single_add_to_cart_button,
body.woocommerce-page div.product .summary form.cart .single_add_to_cart_button {
    padding: 7px 20px;
}

body.woocommerce-page .sku_wrapper .sku,
div.woocommerce .sku_wrapper .sku {
    color: #666;
}

div.woocommerce .related h2,
body.woocommerce-page .related h2 {
    color: #231f20;
    font-size: 22px;
}

div.woocommerce .cart-collaterals .cart_totals table th,
body.woocommerce-page .cart-collaterals .cart_totals table th {
    width: 34%;
}

body.woocommerce-page .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cross-sells,
body.woocommerce-page .cart-collaterals .shipping_calculator,
div.woocommerce .cart-collaterals .cart_totals tr td,
div.woocommerce .cart-collaterals .cart_totals tr th,
body.woocommerce-page .cart-collaterals .cart_totals tr td,
body.woocommerce-page .cart-collaterals .cart_totals tr th {
    text-align: right;
}

div.woocommerce .quantity .plus,
div.woocommerce .quantity .minus,
div.woocommerce #content .quantity .plus,
div.woocommerce #content .quantity .minus,
body.woocommerce-page .quantity .plus,
body.woocommerce-page .quantity .minus,
body.woocommerce-page #content .quantity .plus,
body.woocommerce-page #content .quantity .minus {
    font-family: 'Raleway', sans-serif;
}

div.woocommerce a.added_to_cart,
body.woocommerce-page a.added_to_cart {
    display: none;
}

div.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
}

div.woocommerce div.product .woocommerce-tabs ul.tabs,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    border: none;
    margin: 0;
    padding: 0;
}

div.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

div.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
div.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
div.woocommerce div.product .woocommerce-tabs ul.tabs:before,
div.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
div.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
div.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
div.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

div.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    background: none #FFF;
    border: 1px solid #eff0f0;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    color: #231f20;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

div.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    color: #231f20;
    font-weight: 400;
    padding: 6px 20px;
    text-shadow: none;
}

div.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
div.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #eff0f0;
    color: #231f20;
}

div.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce-page #content div.product .woocommerce-tabs .panel {
    background-color: #eff0f0;
    border: 0;
    border-radius: 0 6px 6px 6px;
    padding: 30px 20px;
}

div.woocommerce table.shop_attributes td,
body.woocommerce-page table.shop_attributes td {
    font-style: normal;
}

div.woocommerce #reviews #comments ol.commentlist li,
body.woocommerce-page #reviews #comments ol.commentlist li {
    list-style-type: none;
}

.site-header {
    background: url(../images/header-bg.png) repeat-x 0 bottom #fff;
}

.site-header .wrap {
	/* min-height: 163px; */
	padding: 7px 0 7px;
	position: relative;
}
.ie8 .site-header .wrap,
.ie7 .site-header .wrap {
    min-height: 118px;
}

.title-area {
    float: left;
    font-family: 'Raleway', sans-serif;
    padding: 0 0;
    padding: 0 0;
    width: 300px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin: 15px 0 0;
}

.site-title a,
.site-title a:hover {
    color: #408076;
}

.site-description {
    color: #3d567d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.header-full-width .site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

.header-image .site-title {
    margin-top: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 98px;
    width: 100%;
}

.site-name {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;margin-bottom: 65px;
}

.site-name a, .header-image .site-name a {
	color: #3d567d;
	float: left;
	min-height: 75px;
	padding-bottom: 0;
	width: 100%;margin-left: 15px;
}

.ie8 .site-name a,
.ie8 .header-image .site-name a,
.ie7 .site-name a,
.ie7 .header-image .site-name a {
    min-height: 23px;
}

.site-name a,
.site-name a:hover {
    color: #3d567d;
}

.site-header .widget-area {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 15px;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

:focus {
    color: #333;
    outline: #ccc solid 1px;
}

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: 'Raleway', sans-serif;
    font-size: 0;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    font-size: 16px;
    text-align: left;
}

.ie7 .genesis-nav-menu {
    margin-top: -2px;
}

.ie7 .genesis-nav-menu .menu-item {
    display: block;
    float: left;
    zoom: 1;
}

.genesis-nav-menu a {
	border: none;
	color: #FFF;
	display: block;
	padding: 10px 28px;
	position: relative;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a {
    color: #FFF;
}

.genesis-nav-menu .sub-menu {
    box-shadow: 0 0 4px #777;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 280px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: none;
    color: #3d567d;
    font-size: 17px;
    padding: 8px 20px;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 280px;
}

.ie7 .genesis-nav-menu .sub-menu,
.ie7 .genesis-nav-menu .sub-menu a {
    width: 240px;
}

.ie7 .genesis-nav-menu .sub-menu a,
.ie8 .genesis-nav-menu .sub-menu a {
    border: 1px solid #CCC;
    border-top: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    background: url(../images/arrow-right.png) no-repeat left 5px #fff;
    color: #4e5761;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -38px 0 0 281px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    border-left: 0!important;
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    background-image: none!important;
    border-right: 0!important;
    padding-right: 0;
}

.genesis-nav-menu>.right {
    display: block;
    float: right;
    font-size: 16px;
    list-style-type: none;
    padding: 10px 20px 10px 0;
    text-transform: uppercase;
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu>.right>a:hover {
    background-color: transparent;
    color: #CCC;
}

.genesis-nav-menu>.rss>a {
    background: url(../images/rss.png) no-repeat 0 center;
    margin-left: 10px;
    padding-left: 20px;
}

.genesis-nav-menu>.search {
    padding: 5px 10px 0;
}

.genesis-nav-menu>.twitter {
    background: url(../images/twitter-nav.png) no-repeat 0 center transparent;
    padding-left: 20px;
}

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -55px;
}

.nav-primary {
    background: url(../images/nav-primary-bg.png) repeat-x 0 0 #e7e8e9;
    border-bottom: 3px solid #d0d2d4;
    position: relative;
    z-index: 20;
}

.nav-primary .wrap {
   background: #a3345f;
    color: #fff;
	/*background: -moz-linear-gradient(top, #408076 0%, #459270 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408076), color-stop(100%,#459270));
	background: -webkit-linear-gradient(top, #408076 0%,#459270 100%);
	background: -o-linear-gradient(top, #408076 0%,#459270 100%);
	background: -ms-linear-gradient(top, #408076 0%,#459270 100%);
	background: linear-gradient(to bottom, #408076 0%,#459270 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007da3', endColorstr='#167291',GradientType=0 );*/
	max-width: 100%;
	width: 100%;
}

.nav-primary .genesis-nav-menu {
    color: #fff;
    text-align: center;
}

.nav-primary .genesis-nav-menu .menu-item a {
    text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item>a {
   background: #ffffff;
	/*background: -moz-linear-gradient(top, #042036 0%, #29506d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#042036), color-stop(100%,#29506d));
	background: -webkit-linear-gradient(top, #042036 0%,#29506d 100%);
	background: -o-linear-gradient(top, #042036 0%,#29506d 100%);
	background: -ms-linear-gradient(top, #042036 0%,#29506d 100%);
	background: linear-gradient(to bottom, #042036 0%,#29506d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44c2d', endColorstr='#29506d',GradientType=0 );*/
	color:#a3345f !important;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
    background: url(../images/arrow-right.png) no-repeat left 5px #fff;
    color: #4e5761;
}

.nav-primary .genesis-nav-menu>.right>a:hover {
    background-color: transparent;
    color: #CCC;
}

.nav-secondary {
    clear: both;
    display: block;
}

.nav-secondary .genesis-nav-menu {
    background-color: #cdcfd0;
    border-radius: 8px 8px 0 0;
    float: right;
    width: auto;
}

.nav-secondary .genesis-nav-menu .menu-item {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 15px;
}

.nav-secondary .genesis-nav-menu .menu-item>a {
    border-right: 1px solid #fff;
    color: #3e3e3f;
    display: block;
    padding: 4px 14px;
    position: relative;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item>a {
    color: #3d567d;
}

.footer-nav {
    float: left;
    width: 48%;
}

.footer-nav .genesis-nav-menu .menu-item {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 15px;
}

.footer-nav .genesis-nav-menu .menu-item>a {
    background: url(../images/icon-dot-footer-menu.png) no-repeat right center;
    display: block;
    padding: 0 14px;
    position: relative;
}

.footer-nav .genesis-nav-menu a:hover,
.footer-nav .genesis-nav-menu .current-menu-item>a {
    color: #ccc;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

.home-top {
    background: url(../images/home-top-bg.png) repeat-x 0 0 #E8E8E9;
    border-bottom: 1px solid #d7d8da;
    box-shadow: 0 0 6px #CCC;
    position: relative;
    z-index: 10;
}

.home-slider div.soliloquy-container .soliloquy-caption {
    bottom: auto;
    max-width: 45%;
    top: 15%;
}

.home-slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none;
    color: #4a4b4c;
    filter: 0;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
    text-shadow: none;
    position: absolute;
    top: 50px;
}

div.soliloquy-container .soliloquy-caption .more-link {
    margin-top: 30px;
}

div.soliloquy-container .soliloquy-caption .more-link a {
    background-color: #0a7bc1;
    border-radius: 6px;
    color: #fff;
    float: left;
    padding: 6px 20px;
}

div.soliloquy-container .soliloquy-caption .more-link a:hover {
    background-color: #408076;
}

div.soliloquy-container .soliloquy-caption h2,
div.soliloquy-container .soliloquy-caption h3,
div.soliloquy-container .soliloquy-caption h4 {
    line-height: 1;
    margin-bottom: 10px;
}
div.soliloquy-container .soliloquy-caption-inside {
	top: 32%;
	left: 70px;
	width: 400px;
	text-align: left;
	position: absolute;
}
div.soliloquy-container .solsecbha{
	top: 24%;
}
div.soliloquy-container .soliloquy-caption  h3 {
	font-size: 20px;
	color: #737474;
	line-height: 1.8;
	/* margin: 0px 0px 20px; */
	font-family: inherit;
	font-weight: 400;
	padding-bottom: 5px;
	font-family: 'Uni Ila.Sundaram-09', cursive;
	text-align: left;
}
div.soliloquy-container .soliloquy-caption h2 {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0px 0px;
	text-align: right;
	margin-right: 0;
	padding: 0;color: #a3345f; font-weight:600;
}
div.soliloquy-container .soliloquy-caption h2 {
    font-size: 48px;line-height: 45px;
}
div.soliloquy-container .soliloquy-caption  h3 {
	font-size: 18px;
	color: #737474;
	line-height: 1.8;
	 margin: 0px 0px 20px;/* */
	font-family: inherit;
	font-weight: 600;
	padding-bottom: 5px;/*
	font-family: 'Uni Ila.Sundaram-09', cursive;*/
	text-align: left;
}
div.soliloquy-container .soliloquy-caption h2 {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0px 0px;
	text-align: right;
	margin-right: 0;
	padding: 0;
}
.home-cta {
    overflow: hidden;
}

.home-cta .widget-area {
    background-color: #fff;
    float: left;
    margin-right: 1.5%;
    width: 32.33333333%;
}

.home-cta .home-cta3 {
    float: right;
    margin-right: 0;
}

.home-cta .widget {
    padding: 20px;
}

.home-cta1 .wsm-cta .cta-box,
.home-cta1 .widget {
    border-top: 8px solid #408076;
}

.home-cta2 .wsm-cta .cta-box,
.home-cta2 .widget {
    border-top: 8px solid #fb7033;
}

.home-cta3 .wsm-cta .cta-box,
.home-cta3 .widget {
    border-top: 8px solid #87b945;
}

.home-cta1 .more-link a {
    background-color: #408076;
}

.home-cta2 .more-link a {
    background-color: #fb7033;
}

.home-cta3 .more-link a {
    background-color: #87b945;
}

.home-cta .more-link a {
    border-radius: 4px;
    color: #fff;
}

.home-cta .more-link a:hover {
    color: #fff;
    opacity: 0.9;
}

.home-mid1 {
    float: left;
    width: 47%;
}

.home-mid2 {
    float: right;
    width: 46%;
}
.home-mid3 {
    float: right;
    width: 30%;
}

.home-mid3 .widget-title span {
    background-color: #f5f5f5;
    padding: 0 15px;
}
.home-mid3 .widget-title::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: -20px;
    position: relative;
    width: auto;
}
.home-mid3 .widget-title {
    background: url(../images/home-title-border.png) repeat-x 0 center;
    color: #4e5761;
    font-size: 23px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.home .content .widget-title {
    background: url(../images/home-title-border.png) repeat-x 0 center;
    color: #4e5761;
    font-size: 23px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.home .content .widget-title span {
    background-color: #f5f5f5;
    padding: 0 15px;
}

.home .content .widget-title::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: -20px;
    position: relative;
    width: auto;
}

.home .content .widget {
    margin-bottom: 20px;
}

.home .content ol,
.home .content ul {
    margin-bottom: 20px;
}

.home .content ol,
.home .content ul {
    margin-left: 16px;
}

.home .content ol li,
.home .content ul li {
    margin-bottom: 8px;
}

.home .content ol li {
    list-style-type: decimal;
}

.home .content ul li {
    list-style-image: url(../images/bullet-list.png);
    list-style-type: none;
}

.home .content ol ol,
.home .content ul ul {
    margin-bottom: 0;
}

.entry {
    margin-bottom: 20px;border-bottom: 1px solid #ddd;
}

.single .content .entry {
    margin-bottom: 40px;
}

.entry-content a {
    color: #fb7033;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #4a4b4c;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #231f20;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 20px;text-align: justify;
}

.content .post .entry-content p {
	/* overflow: hidden; */
	margin-bottom: 10px;
}

.single .content .post .entry-content p {
    overflow: visible;
}
.entry-content ol, .entry-content ul {
	margin-left: 0;
	margin-top: 30px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
   /* list-style-image: url(../images/bullet-list.png);*/
    list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #757679;
    font-size: 16px;
}

.entry-meta a {
    color: #757679;
}

.entry-meta a:hover {
    color: #fb7033;
}

.entry-header .entry-meta {
    margin-bottom: 8px;
}

.entry-meta .sep {
    padding: 0 4px;
}

.entry-footer {
    clear: both;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #cdcfd0;
    font-weight: 700;
    margin: 0;
    padding: 8px 0;
}

.single .entry-footer .entry-meta {
    border-bottom: 1px solid #cdcfd0;
}

.entry-footer .entry-meta a {
    font-weight: 400;
}

.entry-categories,
.entry-tags {
    display: inline;
}

.entry-tags {
    background: url(../images/icon-dot.png) no-repeat 0 center transparent;
    margin-left: 5px;
    padding-left: 10px;
}

.more-from-category,
.more-link {
    display: block;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 16px;
    margin-top: 10px;
}

.ie8 .more-from-category,
.ie8 .more-link,
.ie7 .more-from-category,
.ie7 .more-link {
    font-family: 'Raleway', sans-serif;
}

.more-from-category {
    margin-top: 30px;
}

.more-from-category a,
.more-link a {
    color: #408076;
}

.more-from-category a:hover,
.more-link a:hover {
    color: #4a4b4c;
}

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #408076;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #0a7bc1;
}

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond .comment-reply-title,
.entry-comments h3 {
    font-size: 20px;
}

.comment-respond a,
.entry-comments a {
    color: #4a4b4c;
}

.comment-respond a:hover,
.entry-comments a:hover {
    color: #408076;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond .comment-form {
    overflow: hidden;
    position: relative;
}

.comment-respond .form-submit input {
    bottom: 20px;
    border-radius: 6px 6px 0 0;
    padding: 0 20px;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list .comment-respond {
    margin-top: 20px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    padding: 20px;
}

.comment-respond label {
    display: none;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 24px;
}

.comment-meta {
    font-size: 13px;
}

.comment-reply a {
    color: #408076;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 14px;
}

.comment-reply a::after {
    content: " >>";
}

.comment-reply a:hover {
    color: #4a4b4c;
}

.sidebar {
    color: #4a4b4c;
}

.sidebar .more-link a:hover,
.sidebar a {
    color: #4a4b4c;
}

.sidebar .more-link a,
.sidebar a:hover {
    color: #408076;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar ol,
.sidebar ul {
    margin-left: 16px;
}

.sidebar li {
    list-style-image: url(../images/bullet-list.png);
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #cfd0d2;
    border-top: 8px solid #408076;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
}

.sidebar .enews-widget {
    background-color: #333;
}

.sidebar .widget.widget_recent_comments ul {
    margin-left: 0;
}

.sidebar .widget.widget_recent_comments li {
    list-style-image: none;
    margin-bottom: 10px;
}

.sidebar .widget_recent_comments li a {
    color: #408076;
}

.sidebar .widget_recent_comments li a:hover {
    color: #4a4b4c;
}

.bottom-sponsors {
    clear: both;
    display: block;
    padding-top: 40px;
}

.bottom-sponsors .widget-title {
    background: url(../images/home-title-border.png) repeat-x scroll 0 center;
    color: #4e5761;
    text-align: center;
    text-transform: uppercase;
}

.bottom-sponsors .widget-title span {
    background-color: #FFFFFF;
    padding: 0 15px;
}

.footer-widgets {
    background-color: #fff;
    box-shadow: 0 0 10px #CCC;
    color: #8c8e90;
    clear: both;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 0 20px;
}

.footer-widgets-1, .footer-widgets-3 {
	width: 30%;
	text-align: justify;
}
.footer-widgets-2 {
	width: 35%;
}
.footer-widgets-4 {
	width: 24%;margin-right: 0%;
}

.footer-widgets-1 {
	margin-left: 0%;
	margin-right: 5%;
}

.footer-widgets-2 {
    margin-right: 5%;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
}

.footer-widgets-4 {
    color: #565759;
    float: right;
}

.footer-widgets .copyright,
.footer-widgets a {
    color: #8c8e90;
}

.footer-widgets a:hover {
    color: #408076;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets li {
	list-style-type: none;
	line-height: 1.2;
	margin-bottom: 8px;
	word-wrap: break-word;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.footer-widgets .footer-widgets-4 .widget-title {
    color: #4e5761;
}

.footer-widgets li {
    list-style-type: none;
    line-height: 1.2;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets .tribe-countdown-time {
    font-size: 12px !important;
}

.site-footer {
    background-color: #a3345f;
    border-top: 1px solid #a3345f;
    color: #fff;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 13px;
    padding: 20px 0;
}

.site-footer a {
	color: #eee;
	padding-left: 10px;
	padding-right: 10px;
}

.site-footer a:hover {
    color: #ffffff;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer .credit {
    float: right;
    text-align: right;
    width: 35%;
}
.site-footer .termdiv
{float: left;
text-align: left;
width:65%;}
.site-footer .termdiv a
{padding:0; }
@media only screen and (max-width: 1151px) {
    .wrap {
        max-width: 96%;
    }
    .woocommerce-page #container,
    .content {
        width: 68%;
    }
    .sidebar {
        width: 30%;
    }
    .genesis-nav-menu a {
        padding: 10px 18px;
    }
    .bottom-sponsors div.soliloquy-container .soliloquy-prev {
        left: 0;
    }
    .bottom-sponsors div.soliloquy-container .soliloquy-next {
        right: 0;
    }
}

@media only screen and (max-width: 1028px) {
    div.soliloquy-container .soliloquy-caption h2 {
        font-size: 32px;
    }
    input,
    select,
    textarea {
        -webkit-appearance: none;
    }
    .genesis-nav-menu a {
      padding: 10px 10px;
font-size: 13px;
    }
}

@media only screen and (max-width: 780px) {
    .site-header .wrap {
        max-width: 100%;
        padding-bottom: 0;
    }
    .site-name a,
    .header-image .site-name a {
        background-position: center bottom;margin-left: 0;
    }
    .header-image .site-title a {
        background-position: center center;
    }
    .title-area {
        margin-bottom: 20px;
        width: 100%;
    }
    .site-header .widget-area {
        position: static;
        width: 100%;
    }
    .site-header .social-media {
        clear: both;
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    .social-media a {
        display: inline-block;
        float: none;
    }
    .header-image .site-header .wrap,
    .nav-primary .wrap {
        max-width: 100%;
    }
    .nav-secondary .genesis-nav-menu {
        border-radius: 0;
    }
    div.soliloquy-container .soliloquy-caption h2 {
        font-size: 22px;
    }
    .woocommerce-page #container,
    .content {
        width: 100%;
    }
    .content .post .entry-content p {
        overflow: visible;
    }
    .sidebar {
        width: 36%;
    }
    .home-slider div.soliloquy-container .soliloquy-caption-inside p {
        display: none;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    .genesis-nav-menu a {
	padding: 10px 10px;
	font-size: 12px;
}
    .site-header .search-form {
        margin: 16px auto;
    }
    .home-mid1,
    .home-mid2 {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
    .home-mid3
    {
    	float: left;
    	width: 100%;
    	margin: 0 0 20px;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    div.gform_wrapper .three-fourths {
        clear: both;
        width: 100%;
    }
    .sidebar div.gform_wrapper .gform_footer {
        margin: 15px 0 0;
        position: static;
    }
    .content .entry-meta {
        clear: both;
        display: block;
    }
    body.woocommerce ul.products li.first,
    body.woocommerce-page ul.products li.first {
        clear: both!important;
    }
    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        clear: none;
    }
    body.woocommerce ul.products li.product:nth-child(2n),
    body.woocommerce-page ul.products li.product:nth-child(2n) {
        float: left;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        float: left;
        margin: 0 0 20px;
        width: 48%;
    }
    .footer-widgets-2,
    .footer-widgets-4 {
        float: right;
    }
    .site-footer .credit,
    .footer-nav {
        float: none;
        margin: 0 0 10px;
        text-align: center;
        width: 100%;
    }
    .author-box p {
        overflow: visible;
    }
    table.tablepress thead th,
    table.tablepress tfoot th {
        font-family: 'Arial', Helvetica, sans-serif;
        font-size: 14px;
        line-height: 2;
    }
    table.tablepress-responsive-tablet {
        border: 0;
    }
    table.tablepress-responsive-tablet tbody tr {
        margin-left: -4px;
    }
    table.tablepress-responsive-tablet tbody {
        border-top: 1px solid #ccc;
    }
    table.tablepress-responsive-tablet thead {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    nav.nav-primary {
        display: block!important;
    }
    .menu-toggle,
    .sub-menu-toggle {
        border-radius: 0;
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        visibility: visible;
    }
    button.menu-toggle,
    button.sub-menu-toggle {
        border: 0;
        font-family: 'Raleway', sans-serif;
        color: #fff;
    }
    .menu-toggle {
        background-color: #274e6a;
    }
    .menu-toggle:hover {
        background-color: #274e6a;
    }
    button.sub-menu-toggle {
        background-color: transparent;
        padding: 6px 8px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu-toggle:before {
        content: "\2630";
    }
    .menu-toggle:hover:before {
        content: "\2630";
    }
    .menu-toggle.activated:before {
        content: "\2637";
    }
    .sub-menu-toggle:before {
        color: #5D5E5E;
        content: "\002B";
    }
    .sub-menu-toggle.activated:before {
        color: #5D5E5E;
        content: "\2212";
    }
    nav.nav-primary {
        display: none;
        position: relative;
    }
    .nav-primary .genesis-nav-menu {
        display: none;
    }
    .nav-primary .genesis-nav-menu .menu-item {
        background-color: #fff;
        color: #5D5E5E;
        display: block;
        position: relative;
        text-align: left;
    }
    .nav-primary .genesis-nav-menu .menu-item a {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        color: #5D5E5E;
    }
    .nav-primary a:hover,
    .nav-primary .current-menu-item>a,
    .nav-primary .genesis-nav-menu .menu-item a:hover {
        background-image: none;
        color: #274e6a;
    }
    .nav-primary .genesis-nav-menu .menu-item:hover {
        position: relative; color: #274e6a;
    }
    .nav-primary .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        text-transform: none;
        width: auto;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
        padding-left: 30px;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 40px;
    }
    .woocommerce-page #container,
    .sidebar,
    .content {
        width: 100%;
    }
    .home-cta .widget-area {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
    div.soliloquy-container .soliloquy-caption h2 {
        font-size: 17px;
    }
    .nav-primary .genesis-nav-menu .menu-item a span
    {
    	color:#5D5E5E;
    }
    .nav-primary .genesis-nav-menu .menu-item a:hover
    {
    	background-color: #274e6a;
    	color:#fff !important;
    }
     .nav-primary .genesis-nav-menu .menu-item a:hover  span
    {
    	color:#fff;
    }
    .nav-primary .genesis-nav-menu .current-menu-item a span
    {
    	color:#fff;
    }
    .nav-primary .genesis-nav-menu .current-menu-item a
    {
    	background-color: #274e6a;
    	color:#fff !important;
    }
}

@media only screen and (max-width: 480px) {
    body.woocommerce-page .related ul.products li.product.last,
    body.woocommerce-page ul.products li.product.last,
    body.woocommerce-page .related ul.products li.product,
    div.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
        width: 50%;
    }
    body.woocommerce ul.products li.product:nth-child(2n),
    body.woocommerce-page ul.products li.product:nth-child(2n) {
        float: none;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .home-slider div.soliloquy-container {
        max-height: none;
    }
    .soliloquy-viewport {
        height: auto;
    }
    .home-slider div.soliloquy-container .soliloquy-caption {
        left: 0;
        bottom: 0;
        margin-left: 0;
        max-width: 100%;
        position: relative;
    }
    .home-slider div.soliloquy-container .soliloquy-caption-inside {
        padding-bottom: 30px;
    }
    .bottom-sponsors .widget-title {
        background-image: none;
    }
    body.woocommerce-page .related ul.products li.product.last,
    body.woocommerce-page ul.products li.product.last,
    body.woocommerce-page .related ul.products li.product,
    div.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        width: 70%;
    }
    body.woocommerce-page .woocommerce-ordering {
        float: none;
    }
    body.woocommerce-page div.product div.images,
    body.woocommerce-page #content div.product div.images,
    body.woocommerce-page div.product div.summary,
    body.woocommerce-page #content div.product div.summary {
        float: none;
        width: 100%;
    }
    .author-box .author-box-content {
        overflow: visible;
    }
}
.iconsecnav
{
	padding-right:5px;
}
.capinspan span {
	font-size: 32px !important;
	line-height: 1;
	text-transform: none;color:#4a4b4c;font-weight: 100;
}
.textwidget p{color:#8c8e90;}
.tribe-countdown-timer .tribe-countdown-number{color:#8c8e90;}
.tribe-countdown-timer {color:#8c8e90;}
.selbread{color:#a3345f;}
.tribe-bar-views-inner {
  background: #e0e0e0 none repeat scroll 0 0;
  margin: 0;
  padding: 15px 0 10px;
}
.tribe-bar-views-select {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #4a4b4c;
  font-size: 16px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}


.gallery a img {
  border: 2px solid #fff;
  float: left;
  height: auto;
  margin-bottom: 2px;
  position: relative;
  transition: transform 0.15s ease 0s;
  width: 20%;
}

.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.gallery a.big img {
  width: 39.5%;
}
.sl-wrapper .sl-navigation button ,.sl-wrapper .sl-close{
    color: #333;
}
.sticky-header {
  left: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 900px) {
	.social-media-1 {
	float: left;
}
	.social-media-1 a {
	display: block;
	float: left;
}
.social-media-1 a span {
	padding-left: 5px;
}
.social-media-1 .borrgh {
	border-right: 0;
}
	.site-header  .socialwid{
		width:100% !important;
	}
	.site-header .socialwid {
	width: 100% !important;
	position: relative;
	padding-right: 0;
	margin-top: 75px;
}
.title-area {
	width: 100%;
}
}
@media (min-width: 765px) and (max-width: 1050px) {
	.site-header .socialwid{
		width:100% !important;
	}
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;margin-bottom: 30px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: #333;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: -25px;
	font-size: 35px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 15px 15px;
   background: #fff;

	color:#408076;
}
.modal-header h2 {
	color: #fff;
	margin-bottom: 0;
	padding: 15px 0px;
}
.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-header .tab {
	/* overflow: hidden; */
	border-bottom: 1px solid #ccc;
	background: #fff;
	float: none;
	display: block;
	height: 40px;
}

/* Style the buttons inside the tab */
.modal-header .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    font-size: 17px;
    background: #408076;
	background: -moz-linear-gradient(top, #408076 0%, #459270 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408076), color-stop(100%,#459270));
	background: -webkit-linear-gradient(top, #408076 0%,#459270 100%);
	background: -o-linear-gradient(top, #408076 0%,#459270 100%);
	background: -ms-linear-gradient(top, #408076 0%,#459270 100%);
	background: linear-gradient(to bottom, #408076 0%,#459270 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007da3', endColorstr='#167291',GradientType=0 );
	font-family:'Raleway', sans-serif;
}

/* Change background color of buttons on hover */
.modal-header .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.modal-header .tab button.active {
   background: #fb7033;
	background: -moz-linear-gradient(top, #fb7033 0%, #f15916 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb7033), color-stop(100%,#f15916));
	background: -webkit-linear-gradient(top, #fb7033 0%,#f15916 100%);
	background: -o-linear-gradient(top, #fb7033 0%,#f15916 100%);
	background: -ms-linear-gradient(top, #fb7033 0%,#f15916 100%);
	background: linear-gradient(to bottom, #fb7033 0%,#f15916 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7033', endColorstr='#f15916',GradientType=0 );
	color: #ffffff !important;
}

/* Style the tab content */
.modal-header .tabcontent {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
div.logform li.gfield .gfield_label{color:#4a4b4c;}
.tabcontent h3 {
	margin-top: 10px;
	margin-bottom: 10px;color:#4a4b4c;
}
.tabcontent p {
	margin-top: 10px;
	margin-bottom: 10px;color:#4a4b4c;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label
{
	color:#4a4b4c;
}
.sidebar div.logform .gform_footer {
	position: relative;
	width: 100%;
}
.ie div.logform .gform_footer input[type="submit"], div.logform .gform_footer input[type="submit"] {
	background: #408076;
	background: -moz-linear-gradient(top, #408076 0%, #459270 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408076), color-stop(100%,#459270));
	background: -webkit-linear-gradient(top, #408076 0%,#459270 100%);
	background: -o-linear-gradient(top, #408076 0%,#459270 100%);
	background: -ms-linear-gradient(top, #408076 0%,#459270 100%);
	background: linear-gradient(to bottom, #408076 0%,#459270 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007da3', endColorstr='#167291',GradientType=0 );
	color: #ffffff !important;
	width: auto;
margin-top: 30px;
margin-bottom: 20px;
font-family: 'Raleway', sans-serif;
padding: 12px 35px;
border-radius: 4px;
float: right;
}
.ie div.logform .gform_footer input[type="submit"]:hover, div.logform .gform_footer input[type="submit"]:hover {
	 background: #fb7033;
	background: -moz-linear-gradient(top, #fb7033 0%, #f15916 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb7033), color-stop(100%,#f15916));
	background: -webkit-linear-gradient(top, #fb7033 0%,#f15916 100%);
	background: -o-linear-gradient(top, #fb7033 0%,#f15916 100%);
	background: -ms-linear-gradient(top, #fb7033 0%,#f15916 100%);
	background: linear-gradient(to bottom, #fb7033 0%,#f15916 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7033', endColorstr='#f15916',GradientType=0 );
	color: #ffffff !important;
}
.logform .field_sublabel_below .ginput_complex.ginput_container label, .logform .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
	margin: 1px 0 9px 1px;
	font-size: 17px !important;
}

@media (min-width: 0px) and (max-width: 500px) {
	.site-name a, .header-image .site-name a{margin-left: 5%;
margin-right: 5%;width: 90%;
background-size: contain;}
.site-name {
	margin-bottom: 0;
}
div.soliloquy-container .soliloquy-caption h2 {
	line-height: 35px;
}
.capinspan span {
	font-size: 25px !important;
}
div.soliloquy-container .soliloquy-caption .more-link {
	margin-top: 10px;
}
.site-inner {
	clear: both;
	padding: 15px 0 30px;
}
.modal-content{width:98%;}
}
.widget-ad {
	padding: 0 !important;
	background: none !important;
}
.modal-header .tabcontent h4 {
	margin-bottom: 5px;
	margin-top: 15px;
}
.modal-header .tabcontent input[type="checkbox"]
{margin-top: -2px;
margin-right: 10px;}

.modal-header .tabcontent .checkcont
{color:#4a4b4c;}
.modal-header .tabcontent .checkcont a{
	color:#408076;
}
.modal-header .tabcontent textarea
{
	height: 180px;
font-size: 15px;
}
.resp-vtabs .resp-tabs-list li img
{
	width:200px;height:200px;
}
.resp-vtabs .resp-tabs-list li {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	border-left: none;
	font-weight: 500;
	font-size: 14px;
	color: #333;
	border-right: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;border-right:1px solid #ddd;margin-right: -1px;text-align: left;
}
.resp-vtabs .resp-tabs-list li:first-child
{border-top: none;
}
.resp-vtabs .resp-tabs-list li:last-child
{border-bottom: 1px solid #ddd;
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 20%;
	height: auto;
	/* min-height: 650px; */
	margin-left: 0;margin-top: 0;
}
.resp-vtabs .resp-tabs-container {
	float: left;
	width: 80%;
	padding: 0 20px;
	padding-left: 20px;
	vertical-align: top;border-left: 1px solid #ddd !important;
}
.resp-vtabs li.resp-tab-active ,.resp-vtabs .resp-tabs-list li:hover {
	background-color: #a3345f !important;
	color: #fff;
}

.resp-vtabs li.resp-tab-active::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #a3345f;
}
#verticalTab {
	float: left;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 2px 4px rgba(0,0,0,.2);
	margin-top: 15px !important;
}

.resp-vtabs .resp-tabs-list li i
{
	margin-right: 10px;
}
.teamarticle{clear:both;display: block;
padding-top: 0px;}
.blog_block hr {border-top:2px solid #e9e9e9;}



/* __________ Blog Post __________ */
.blog_post_img {
	overflow: hidden;
	float: left;
	position: relative;
	width: 129px;
	height: 150px;
	margin-right: 30px;
	background-color: #000;
	border-right: 1px solid #fff;
}
.newsleterpg .blog_post_img {
	width: 300px;
	height: 300px;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post:hover .blog_post_img img {opacity:0.5;}

.blog_post a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:50px;
	width:60px;
	height:36px;
	margin:0 0 -30px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog_post:hover a.zoom {
	bottom:50%;
	opacity:1;
}
.blog_post a.zoom:hover {background-image:url(../images/zoom_h.png);}

.blog_post_descr hr {
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_descr .readmore{text-align: right;}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	line-height:14px;
	font-size:11px;
}

.blog_post_title {
	display:block;
	padding-bottom:0px;
	line-height:36px;
	font-size:30px;
	color:#333;margin-top: 5px;padding-bottom: 10px;
}
.blog_post_title:hover {color:#666;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {font-size:14px;}
.blog_post_content {
	padding-bottom:18px;
	line-height:26px;
	font-size:17px;text-align: justify;
}
.blog_post .read_more_btn {
	font-weight: 800;
	font-size: 16px;
	color: #333;
	text-align: right;
	float: right;
	color: #00b9e5;
}
.blog_post .read_more_btn:hover {color:#666;}

.event-list {
		list-style: none;
		font-family: 'Raleway', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
	background-color: rgb(255, 255, 255);
	/* box-shadow: 0px 0px 5px rgb(51, 51, 51); */
	box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.3);
	padding: 0px;
	margin: 0px 0px 15px;
	border: none;
	/* border: 1px solid #d4d4d4; */
}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: #4e5761;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: #4e5761;
	}
	.event-list > li > time > span {
		display: inline-block;
	}
	.event-list > li > time > .day {
		display: inline-block;
	}
	.event-list > li time > .month {
		display: inline-block;padding-top:6px;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
.event-list > li > .info > .title {
	font-size: 14pt;
	font-weight: 700;
	margin: 0px;
	padding: 8px 0px;
}

	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 10px 0px;
	}
.event-list > li > .info > ul > li > a {
	display: block;
	width: 100%;
	color: #4a4b4c;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 12px;
}
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li a:hover,
	.event-list > li > .social > ul > li a:hover {
		color: #408076;
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.viewdet {
	float: none !important;
}
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(255, 255, 255);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 150px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
	position: relative;
	text-align: left;
	padding-right: 0;
	padding: 0px 10px;
}	
	.event-list > li > .info > .title, .event-list > li > .info > .desc {
	padding: 5px 10px;
	font-size: 15px;
	text-transform: uppercase;padding-top: 15px;
}
.event-list > li > .info > .desc{font-weight:100;font-size: 14px;text-transform: none;padding-top: 5px;padding-bottom: 0;}
.event-list > li > .info > .desc i{padding-right: 10px;}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
	

.event-list > li > .info > .title a{
	color: #4a4b4c;
text-decoration: none;
}
.event-list > li > .info > .title a:hover{color:#408076;}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;z-index: 10000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	margin: 100px auto;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	width: 32%;
	position: relative;
	transition: all 5s ease-in-out;
}
.popup h2 {
	margin-top: 0;
	color: #408076;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	/* padding-top: 7px; */
	margin-top: 15px;
	border-bottom: 1px solid #cfd0d2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.popup h2 i{padding-right:10px;}
.popup p
{
	margin-bottom: 10px !important;
}
.popup .clck i{padding-right:10px;}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
	float: none;
	width: auto;
	border-top: 1px solid #cfd0d2;
	padding-top: 20px;
	margin-top: 25px;
}

@media screen and (max-width: 700px){
  .box{
    width:98%;
  }
  .popup{
    width: 98%;
  }
  .event-list > li > .info > .desc{text-align:left;}
  .event-list > li > .info {
	text-align: left;
}
}

#h-header-right-line-wrap {
	position: relative;
	overflow: hidden;
}
#h-header-right-line-wrap {
	width: 75px;
	height: 3px;
}
#h-header-right-line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

#h-header-right-line {
	background: #4e5761;
}
#h-header-right-day-wrap {
	overflow: hidden;
}
#h-header-right-day-wrap {
	margin: 8px 0 5px -1px;
}
#h-header-right-day {
	font-family: trade20;
	letter-spacing: -.05em;
	line-height: 100%;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
#h-header-right-day, #h-header-right-month {
	font-size: 30px;font-family: 'Raleway', sans-serif;
}
#h-header-right-day, #h-header-right-month {
	color: #4e5761;
}
#h-header-right-month-wrap {
	margin: 1px 0 10px -1px;
}
#h-header-right-month {
	font-family: trade20;
	letter-spacing: -.05em;
	line-height: 100%;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-family: 'Raleway', sans-serif;
	padding-top: 10px;
	font-weight: 800;
	letter-spacing: 0.3px;
	font-size: 26px !important;
}
#h-header-right-day, #h-header-right-month {
	font-size: 38px;
}
#h-header-right-day, #h-header-right-month {
	color: #4e5761;
	text-transform: uppercase;
}


.jgallery[data-jgallery-id="1"] .zoom-container:not([data-size="fill"]) .jgallery-container {
	background: #f3f2f2 !important;
}
.cardgalfrs{margin:20px 0;}
.cardgal {
	width: 30%;
	/* max-width: 400px; */
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 10px;
}
.cardgalwid{width:46%;}

.mr-0{margin:0;}
.cardcontainer {
	padding: 15px 15px;
	font-weight: 800;
}
.cardcontainer p {
	margin-bottom: 0;
	font-weight: 100;
	color: #4e5761;
}

.cardcontainer a{font-weight:bold;color:#a3345f;text-transform: uppercase;}
.cardcontainer p{margin-bottom:0;}
.blogcrd p {
	text-align: justify;
	padding-top: 8px;
	height: 110px;
	overflow: hidden;
}
.blogcrd a{
	color:#408076;text-transform: uppercase;
}
.blogcrd  a p{padding-top: 0px;}
.blogcrd .button1 {
	background: #f77d2e;
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 8px;
}
.blogcrd .button1:hover
{opacity: 0.9;}
.jgallery[data-jgallery-id="1"] .change-album .menu .item.active, .jgallery[data-jgallery-id="1"] .change-album .menu .item:hover {
	background: #408076 !important;
}
.rich-textul, .rich-textol {
	list-style-position: outside;
	margin: 0 0 20px 20px !important;
}
.rich-textol{margin-left:40px;}
.rich-textul li,.rich-textol li {
	list-style-type: none;
	position: relative;
	padding: 0 0 8px 20px;
	font-weight: 300;
	font-size: 17px;
	color: #666;
	text-align: justify;
	line-height: 26px;
}
.rich-textol li {
	list-style-type: numbers;
	padding-right: 20px;
}
.rich-textul li::before {
	content: '';
	background-color: #408076;
}
.rich-textul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 7px;
	width: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 4px;
}
.socialshare{border-top:1px solid #ddd;padding-top:20px;}
.socialshare li{float:right;list-style-type:none;padding-right:20px;}
.fb_iframe_widget {
	display: block !important;
	position: relative;
}
.resources .button-group .button:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0px solid #fff;
}
.resources .button-group .button {
	font-size: 18px;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
	margin: 0;
	letter-spacing: -1px;
}
.resources .button.color {
	color: #fff;
	background: #a3345f;border-radius:0;
}

.centered {
	text-align: center;
}
.resources  .button-group .globe {
	font-size: 22px;
	line-height: 38px;
}
.resources .button-group .or {
	background-color: #fff;
	/* display: block; */
	font-size: 22px; 
	/* text-transform: uppercase; */
	line-height: 42px;
	/* text-align: center; */
	margin-left: -22px;
	margin-top: 18px;
	position: absolute;
	/* top: 50%; */
	/* left: 50%; */
	width: 40px;
	height: 40px;
	z-index: 99;
	font-weight: bold;
	border-radius: 50%;
}
.resources .button-group .button:last-child {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.resources .servctab .button {
	padding: 35px 0;
}
.resources .button-group .button {
	font-size: 18px;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
}
.resources .button-group .button .title{font-family: 'Raleway', sans-serif;text-decoration:none;}
.resources .button.gray {
	color: #fff;
	background: #4e5761;
}
/*.resources .button.radleft
{
	border-top-left-radius: 50px !important;
border-bottom-left-radius: 50px !important;
}
.resources .button.radright
{
	border-top-right-radius: 50px !important;
border-bottom-right-radius: 50px !important;
}*/
.resources .button.gray:hover {
	background: #a3345f !important;
}
.resources .button.color:hover {
	background: #4e5761;
}
.resources  .button,.resources  input[type="button"],.resources  input[type="submit"] {
	padding: 8px 16px;
	display: inline-block;
	border: 0;
	font-weight: 500;
	outline: none;
	font-size: 14px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 2px;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

.documentslist tr td a.fa,.documents tr td a {
	color: #4a4b4c;
	font-size: 25px;
	padding: 0 10px;
	text-decoration: none;
}
.documentslist tr td a {
	font-size: 17px;padding: 0;
}
.documentslist table th,.documents table td {
	padding: 15px 15px;
	text-align: left; line-height: 1.5;font-size: 17px;
}
.documentslist table caption {
	font-size: 25px;
	margin: 0 0px 18px 0;
	text-transform: uppercase;
	font-weight: 800;
}
#usefullinks table td{padding: 15px 15px;}
.documentslist tr td a:hover{
	color:#408076;cursor:pointer;
}
.documentslist table th{
	text-transform: capitalize;
	background: #4e5761;
	color: #fff;
}     
.documentslist table tr:nth-child(odd) td { background: #F1F1F1; }   
      
.documentslist table tr:nth-child(even) td { background: #FEFEFE; }  

.rich-textul, .rich-textol {
	list-style-position: outside;
	margin: 0 0 20px 20px;
}
.rich-textol{margin-left:40px;}
.rich-textul li,.rich-textol li {
	list-style-type: none;
	position: relative;
	padding: 0 0 8px 20px;
	font-weight: 300;
	font-size: 17px;
	color: #666;
	text-align: justify;
	line-height: 26px;
}
.rich-textol li {
	list-style-type: numbers;
	padding-right: 20px;
}
.rich-textul li::before {
	content: '';
	background-color: #408076;
}
.rich-textul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 7px;
	width: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 4px;
}
.fblike img {
	width: 25px;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.event-list > li > .info > .title {
	width: auto;
	height: 35px;
	overflow: hidden;
}
.viewdet {
	color: #4a4b4c !important;
	text-decoration: none !important;
	float: right !important;
}
.event-list > li > time {
	font-family: 'Arial', Helvetica, sans-serif;padding: 24px 0; font-size: 15px;
}
.event-list > li > .info {
	padding: 0px 10px 10px 10px;
}
.calentrycont{float: left;
	width: 100%;}
.calform {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.calform .viewevents {
	width: 245px;
	float: right;cursor: pointer;
}
.calform .vieweventscountlb {
	float: right;
	padding: 8px 5px 8px 15px;
	font-size: 14px;
}
.calform .vieweventscount {
	width: 65px;cursor: pointer;
	float: right;
}
.calform .viewevents, .calform .vieweventscount, .calform select  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select.png) no-repeat 95% 50%;
}
::-ms-expand {
  display: none;
}
.calform .viewevents, .calform .vieweventscount, .calform select  {
  text-overflow: '';
  text-indent: 0.01px;
}
	@media (min-width: 0px) and (max-width: 500px) {
.viewdet {
	float: none !important;
	padding-left: 15px;
	white-space: nowrap;
}
}
.abttitl {
	text-align: justify;
	padding-bottom: 15px;
}
.abttitl:last-child {
	padding-bottom: 0px;
}
.clr-grn{color:#408076}
blockquote {
	display: block;
	background: #fff;
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	font-family: 'Oleo Script',cursive;
	font-size: 17px;
	line-height: 1.5;
	color: #959595;
	text-align: justify;
	border-left: 15px solid #408076;
	border-right: 2px solid #408076;
	-moz-box-shadow: 2px 2px 15px #959595;
	-webkit-box-shadow: 2px 2px 15px #959595;
	box-shadow: 2px 2px 15px #959595;
	/* letter-spacing: 1px; */
}
blockquote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
	position: absolute;
	left: 10px;
	top: 5px;
}

.our-courses{
	padding:90px 0px 70px;
	position:relative;
}
.our-courses.style-two{
	padding:0px;
}
.our-courses.style-three{
	
	padding:50px 0px 70px;
}
.our-courses:after {
    background: url(../images/resources/noksha.png) repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: -7px;
    width: 100%;
    z-index: 2;
}
.our-courses .item-box{
	margin-top:45px;
}
.our-courses .item-box .item-list .item{
	margin-bottom:30px;
	border-radius:12px;
}
.our-courses .item-box .item-list .column .item {
	border:2px solid #408076;
}

.our-courses .item-box .item-list .column .item:hover{
	background:#408076;
	border-radius:10px;
	transition:.5s;
}

.our-courses .item-box .item-list .column .item .content {
	border-left:2px solid #408076;
}

.our-courses .item-box .item-list .column .item .content .price h4 {
    background: #408076;
}

.our-courses .item-box .item-list .column .item:hover .content .price h4{
    color: #222;
	background:#fff;
	transition:.5s;
}

.our-courses .item-box .item-list .column .item:hover .content .text h3 a{
    color: #fff;
	transition:.5s;
}

.our-courses .item-box .item-list .column .item:hover .content .text span{
	color: #fff;
	transition:.5s;
}

.our-courses .item-box .item-list .column .item:hover .content .text p{
	color: #fff;
	transition:.5s;
}


.our-courses .item-box .item-list .column .item .content .text span {
    color: #408076;
}

.our-courses .item-box .item-list .item .image-box{
	max-width:50%;
	display:table-cell;
	vertical-align:middle;width: 210px;
height: 252px;

}
.our-courses .item-box .item-list .item .content {
	width: 50%;
	display: table-cell;
	padding: 0px 0px 0px;
}
.our-courses .item-box .item-list .item .content .text{
	padding: 6px 20px 10px;
}
.our-courses .item-box .item-list .item .content .text h3{
	
	margin-bottom: 8px;
}
.our-courses .item-box .item-list .item .content .text h3 a{
	font-size: 20px;
	font-weight: 500;
	color: #222;	
}
.our-courses .item-box .item-list .item .content .text span{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #408076;
}
.our-courses .item-box .item-list .item .content .text p {
	margin-top: 10px;
	height: 90px;
	overflow: hidden;
	margin: 0;
	margin-top: 9px;
}
.our-courses .item-box .item-list .item .content .price{
}
.our-courses .item-box .item-list .item .content .price h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 20px;
	width: 127px;
	border-radius: 0px 30px 30px 0px;
	transition: .5s;
	margin: 10px 0;
}
.our-courses .item-box .item-list .item .content .text
{
	height: 167px;
overflow: hidden;

}
.our-courses .item-box .item-list .item .image-box img{border-radius: 10px 0px 0px 10px;}

/*
========================================================
	33. course-single
========================================================
*/
.course-single{
	padding:0px 0px 0px;
}
.course-single .course .sec-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0px;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	text-align: center;
	padding: 22px 0px;
	background: #4e5761;
	font-size: 18px;
}
.course-single .course h3 {
	color: #fff;
	margin-bottom: 0;
}
.course-single .column{
	margin-top:40px;
}
.course-single .clearfix{
	border-bottom:1px solid #e5e5e5;
}
.course-single .course{
	border:1px solid #e5e5e5;
	border-radius: 10px;
	margin-right: 15px;
}
.course-single .course .link_btn{
	padding: 20px 0px 20px;
}
.course-single .course .link_btn .thm-btn {
	padding: 0px 45px;
	background: none;
	color: #408076;
	border: 2px solid #408076;
}
.course-single .course .link_btn .thm-btn:hover{
	background: #408076;color: #fff;
}
.course-single .outer-box .content-box .text{
	margin-bottom: 25px;
}
.course-single .course .informations {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f8f8f8;
}
.service-single .service-sidebar{
	margin-right: 20px;
}
.course-single .course .informations li {
	list-style: none;
	position: relative;
	background: #fff;
	padding:10px 0px;
	border-bottom:1px solid #e5e5e5;
}
.course-single .course .informations li .view-all-icon {
}
.course-single .course .informations li.active {
  background: #6059bb;
}
.course-single .course .informations li.active {
  color: #fff;
}
.course-single .course .informations li{
	display: block;
	font-size: 16px;
	color: #222;
	text-transform: capitalize;
	line-height: 32px;
	font-weight: 500;
    padding: 11px 0px 11px 20px;
	transition: all 0.5s ease;
	position: relative;
	font-family: 'Raleway', sans-serif;
}
.course-single .course .informations li:nth-child(1) .icon-left{
	color:#fc7013;
}
.course-single .course .informations li:nth-child(2) .icon-left{
	color:#6059bb;
}
.course-single .course .informations li:nth-child(3) .icon-left{
	color:#add546;
}
.course-single .course .informations li:nth-child(4) .icon-left{
	color:#6aa5e1;
}
.course-single .course .informations li:nth-child(5) .icon-left{
	color:#fec344;
}
.course-single .course .informations li:nth-child(6) .icon-left{
	color:#6cabb8;
}
.course-single .course .informations .icon-left{
	margin-right: 20px;
	font-size: 20px;
}
.course-single .course .informations .text-right {
	float: right;
	margin-right: 20px;
	color: #4A4B4C;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

.course-single .outer-box .content-box{
	margin-top:0px;
	margin-bottom: 50px;
}
.course-single .outer-box .content-box .sec-title h2{
	color:#222;margin-top: 0;
}

.thm-btn {
	position: relative;
	background: #fc7013;
	font-size: 13px;
	line-height: 42px;
	font-weight: 700;
	color: #ffffff;
	border: 2px solid #fc7013;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 26px;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.text-center{text-align: center;}
figure {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.grid_6 {
	width: 460px;
}
.course-single .column {
	margin-top: 40px;
}
.course-single .grid_4 {
	width: 30%;
}
.course-single .grid_8 {
	width: 66%;
	text-align: justify;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.mr-r-0{margin-right:0;}
.map {
	min-width: 100%;
	width: 100%;
}
.map figure {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
}
.map figure iframe {
	height: 327px;
	max-width: 100%;
	width: 100%;border:none;
}
.gform_wrapper textarea.medium {
	height: 140px !important;
	width: 100%;
}
.gallcard{text-align:center;}
.addresscont {
	float: left;
	margin-top: 15px;
}
.addresscont .alpha {
	margin-bottom: 10px;
}
.gt_contact_info_element_wrap {
	/* float: left; */
	/* width: 100%; */
	position: relative;
	padding: 35px 15px 20px 15px;
	text-align: center;
	/* background-color: #f8f8f8; */
	min-height: 230px;
	background: #fafafa;
	border: #f2f2f2 solid 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 20px; */
}
.gt_contact_info_element_wrap > i {
	font-size: 50px;
	color: #a3345f;
	margin: 0px 0px 20px;
}
.gt_contact_info_element_wrap h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #959595;
	margin: 0px 0px 14px;
	font-size: 15px;
}
.gt_contact_info_element_wrap p {
	margin: 0px;
	font-size: 16px;
	color: #959595;
	text-align: center;
}
.container_12 .grid_4 {
	width: 300px;
}
.container_12 .grid_1,.container_12  .grid_2,.container_12  .grid_3,.container_12  .grid_4,.container_12  .grid_5,.container_12  .grid_6,.container_12  .grid_7,.container_12  .grid_8,.container_12  .grid_9,.container_12  .grid_10,.container_12  .grid_11,.container_12  .grid_12 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.gt_foo_about ul li a {
	display: block;
	width: 33px;
	height: 33px;
	background-color: #a3345f;
	color: #fff;
	line-height: 33px;
	text-align: center;
}
.gt_contact_info_element_wrap > a {
	display: inline-block;
	color: #959595;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center !important; text-decoration:none;
}
.gt_foo_about ul li a i {
	padding: 10px 0px;
	font-size: 14px;
}
.gt_foo_about ul {
	margin-top: 10px;
	display: inline-block;
}
.gt_foo_about ul li {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 3px;
	margin-left: 3px;
}
.gt_foo_about ul li:first-child {
	margin-left: 0px;
}
.gt_contact_info_element_wrap:hover{background-color: #a3345f;}
.gt_contact_info_element_wrap:hover i,.gt_contact_info_element_wrap:hover h5,.gt_contact_info_element_wrap:hover p,.gt_contact_info_element_wrap:hover a{color:#fff;}
.gt_foo_about ul li a.facebook:hover
{
	background-color: #4a6d9d;
}
.gt_foo_about ul li a.twitter:hover
{
	background-color: #3bc1ed;
}
.gt_foo_about ul li a.google-plus:hover
{
	background-color: #d53824;
}
.gt_foo_about ul li a.linkedin:hover
{
background-color: #0b7bb5;
}
#form input,#form textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #d0d2d4;
	color: #777070;
	display: block;
	float: left;
	font-size: 12px;
	padding: 6px 13px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
#form textarea{
	height:150px;resize: none;
}
#form .btn {
	padding: 30px 20px 0 0;
}
#form .button1 {
	background: #a3345f;
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 13px;
	border:0px;
    font-family: 'Raleway', sans-serif;
}
#form fieldset {
	/* border: 1px solid silver; */
	margin: 0;
	padding: 0;
}
.cardclspf {
	margin-top: 5px;
	margin-bottom: 5px !important;
}
.cardclsp p {
	text-align: justify;
}

.clasdetpg .outer-box .content-box .sec-title h2, .clsdethead {
	/* font-family: 'Oleo Script',cursive; */
	color: #408076;
	font-size: 30px;
	line-height: 36px;
	margin: 38px 0 20px 0;
	font-weight: 400;
}
.clasdetpg .column {
	margin-top: 0px;
}
.clsdethead{margin-top:0;}
.indevnt {
	margin-left: 0 !important;
}
.indevnt li {
	list-style-type: none !important;
	list-style-image: none !important;
	border-bottom: 1px solid #d7d8da;
	padding-bottom: 10px;
}
.cta-box h4{margin-bottom: 5px;}
.cta-box p{text-align: justify;}
.collink{width:30%;}
@media (min-width: 0px) and (max-width: 768px){
	div.soliloquy-container .soliloquy-caption-inside {
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	position: relative;padding: 0 !important;
}
div.soliloquy-container .soliloquy-caption h3 {
	font-size: 11px;
	margin-bottom: 0;text-align: left;
}
div.soliloquy-container .soliloquy-caption h2 {
	font-size: 11px;
	margin-top: 0;text-align: left;
}
.site-header .social-media {
	clear: both;
	display: inline-block;
	float: none;
	text-align: right;
	width: auto;
	padding-right: 10px;margin-bottom: 10px;
}
.social-media-1 {
	margin-bottom: 15px;
	padding-left: 10px;
}
.entry-title {
	font-size: 25px;
}
h2.resp-accordion {
	font-size: 15px;
	line-height: 1.6;
}
.resp-vtabs .resp-tabs-container {
	width: 100% !important;
	padding: 0 0px !important;
	padding-left: 0px !important;
}
.home-slider div.soliloquy-container .soliloquy-caption {
	position: absolute;
}
/*.soliloquy-container .soliloquy-image{height:190px !important;}*/
.home-slider div.soliloquy-container .soliloquy-caption-inside {
	padding-bottom: 30px !important;
	padding-left: 5px !important;
	top: 5px !important;
    width: 85%;
}
.resources .button-group .button {
	font-size: 15px;
	width: 45%;
}
.calform {
	margin-top: 20px;
	padding-right: 20px;
	height: 60px;
}
.collink{width:100%;}
}
@media (min-width: 0px) and (max-width: 500px){
.cardgal {
	width: 90%;
	margin-bottom: 30px;
	margin-right: 0;margin-left: 10px;
}
.course-single .grid_4 {
	width: 100% !important;
	margin: 0 !important;
}
.course-single .grid_8 {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 10px !important;
}
.clasdetpg .outer-box .content-box .sec-title h2, .clsdethead {
	font-size: 25px !important;
}
.entry-image, img.centered, .alignnone img, img.alignnone, img.alignleft, .alignleft img, img.alignright, .alignright img {
	
	width: 100%;
}
.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
	
	margin-left: 0;
	margin-right: 0;
}
.container_12 .grid_4 {
	width: 100%;
}

}

@media (min-width: 768px) and (max-width: 1028px){
	div.soliloquy-container .soliloquy-caption-inside {
	top: 0;
	left: 0;
	width: 100%;
	text-align: left !important;
	position: relative;padding: 0 !important;
}
div.soliloquy-container .soliloquy-caption h3 {
	font-size: 15px;
	margin-bottom: 0;
}
div.soliloquy-container .soliloquy-caption h2 {
	font-size: 15px;
	margin-top: 0;text-align: left;
}
.home-slider div.soliloquy-container .soliloquy-caption {
	position: absolute;
}
.course-single .grid_4 {
	width: 100% !important;
	margin: 0 !important;
}
.course-single .grid_8 {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 10px !important;
}
.cardgal {
	width: 28%;
}
.cardgalwid {
	width: 43%;
}
.widget-title {
	font-size: 22px;
}
}
/* Error Message */
div.ferror {
    color: #e60000 !important;
    font-size:14px;
}
input.rederror[type="text"], input.rederror[type="password"], textarea.rederror {
    border: 1px solid #e60000 !important;
}