/*
Theme Name: Sunshine Insurance

Version: 1.1.2
Author: Yagna

*/

/*
 * 1.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
	var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section, div {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
	color: #666;
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: Montserrat !important;
	font-size: 14px;
	line-height: 1.6;
	outline: none;
	font-weight:500;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

a {
	color: #f58220;
	text-decoration: none;
}

a:focus {
	/*outline: thin dotted;*/
	
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a:active, a:hover {
	color: #f58220;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
	color: #666;
}

h1 {
	font-size: 24px;
	line-height: 1.2;
}

h2 {
	font-size: 22px;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
	line-height: 1;
}

h4 {
	font-size: 18px;
	line-height: 1;
}

h5 {
	font-size: 16px;
	line-height: 1;
}

h6 {
	font-size: 14px;
	line-height: 1;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b, strong {
	font-weight: 700;
}

cite, dfn, em, i {
	font-style: italic;
}

mark, ins {
	background: #f58220;
	text-decoration: none;
}

p {
	/* margin-bottom: 24px; marathon */
	margin: 0 0 15px;
	text-align: justify;
}

code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul, ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin: 0 0 0 20px;
}

img {
	width: inherit;
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

input, textarea {
	
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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, th, td {
	/* border: 1px solid rgba(0, 0, 0, 0.1); marathon*/
	border: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: 500;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.3);
	border: 0; 
	height: 2px;
	margin-bottom: 30px;
}

::selection {
	background: #f58220;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #f58220;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

.wp-caption {
	
}

.wp-caption-text {
	
}

.sticky {
	
}

.gallery-caption {
	
}

.alignright {
	
}

.alignleft {
	
}

.aligncenter {
	
}

.bypostauthor>.comment-body .fn:before {
	vertical-align: text-top;
}
/*
 * 2.0 Header
 */
.homepage {
	position: relative;
}

/*
 * 2.1 Header logo
 */
header {
	top: 0;
	left: 0;
	z-index: 9;
	background-color:#fbf8f3;
	color: #fff;
	/*min-height: 45px;*/
	text-transform: uppercase;
	border:1px solid silver;
	width: 100%;
	position: relative;
}

.homepage header {
	
}

.logo-box {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 398px;
}

.site-logo {
	float: left;
	
}

.name-box {
	float: left;
	margin-left: 10px;
}

.site-name {
	margin: 0;
	color: #fff;
	font-size: 28px;
	letter-spacing: .05em;
}

.name-box a {
	text-decoration: none
}

.site-tagline {
	font-size: 12px;
	color: #fff;
}

/*
 * 2.2 Header Search
 */
.search-form {
	float: right;
    background: #f1f1f1 none repeat scroll 0 0;
    overflow: hidden;
    width: 240px;
    margin: 12px 50px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #bbb;     
}

.search-form input[type="text"] {
	border: none;
    float: left;
    width: 100%;
    margin: 0px auto;
    padding-right: 25px;
    background: #f1f1f1 none repeat scroll 0 0;
    color: #000;
    font-size: 12px;    
    padding: 13px;
    height: 0px;
} 

.search-form input[type="submit"] {
	background: url(images/search-two.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	border: none;
	width: 35px;
	height: 40px;
	    margin-top: -33px;
}

/*
 * 2.3 Header navigation
 */
.site-nav {
	clear: left;
	float: left;
	display: block;
	z-index: 10;
}

.site-nav ul {
	margin: 0;
	float: left;
}

.site-nav>ul>li {
	float: left;
	position: relative;
	border-right: 1px solid silver;
}

.site-nav>ul>li+li {
	margin-left: 2px;
}

.site-nav>ul>li a {
	display: block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 18px!important;
    color: #303030;
    margin: 0px auto;
}

.site-nav>ul>li:hover>a {
	/*border-bottom-color: #f58220;*/
	color: #FFF;
	padding: 0px 18px;
	background-color: #f58220;
}

/*.site-nav  ul .current_page_item {
	color: #FFF;
	background-color: #f58220;
}
.site-nav  ul .current_page_item a{
	color: #FFF;
	
}*/
.site-nav>ul>li a i {
	font-size: 6px;
	margin-left: 5px;
}

.site-nav>ul>li a:hover {
	color: #FFF !important;
}

.site-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #FAFAFA;
	width: 250px;
}

.site-nav li:hover>ul {
	display: block;
}

.site-nav li ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #e6e7e7;
	position: relative;
	background-color: #FAFAFA;
}

.site-nav li ul li a {
	line-height: 13px;
	color: #000;
	font-size: 13px;
}

.site-nav li ul li:hover {
	background-color: #f58220;
}

.site-nav li ul li ul {
	top: 0px;
	left: 100%;
}

.site-search-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

.site-nav-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

@media screen and (max-width: 767px) {
	.home-page-secion-two .col-md-7 {
		padding-left: 0;
	}
	.custom_footer h2::before {
		top: 30px !important;
	}
}

@media screen and (max-width: 919px) {
	#secondary {
		clear: both;
	}
	.site-nav-toggle {
		display: block;
	}
	.site-nav {
		display: none;
		width: 100%;
		margin-top: 0;
		background-color: #7b7884;
		position: absolute;
		top: 100%;
		left: 0;
		height: 300px;
		overflow-y: scroll !important;
	}
	.site-nav li ul {
		background-color: #7b7884 !important;
	}
	.site-nav>ul>li {
		float: none;
	}
	.site-nav>ul>li+li {
		margin-left: 0;
	}
	.site-nav>ul>li a {
		line-height: 50px;
	}
	.site-nav li ul {
		position: static;
		margin-left: 20px;
		z-index: 200;
	}
	.site-search-toggle {
		display: block;
	}
	.search-form {
		display: none;
	}
	header {
		min-height: 60px;
	}
	.site-nav-toggle {
		margin-top: 10px;
	}
	.logo-box {
		margin-top: 10px;
		text-align: center;
		margin-left: 50px;
	}
	.spon_bord::before {
		border: none !important;
	}
	.search-form {
		position: absolute;
		top: 100%;
		right: 0;
		background-color: rgba(0, 0, 0, .18);
		overflow: hidden;
		width: 240px;
		margin-top: 5px;
		margin-right: 15px;
		padding: 3px;
	}
}

/*
 * sticky header
 */
header.sticky-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	opacity: 1;
	box-shadow: 1px 0 5px #333;
	min-height: 0;
}

.sticky-header .site-nav>ul>li>a {
	line-height: 50px;
}

.sticky-header .logo-box {
	margin-top: 5px;
}

.sticky-header .site-logo {
	height: 50px;
}

.sticky-header .name-box {
	margin-top: 5px;
}

.sticky-header .site-nav-toggle, .sticky-header .site-search-toggle {
	margin-top: 15px;
}
/*
 * 3.0 Home Sections
 */
section[class^="homepage-section-"] {
	padding: 50px 0;
}

section.home-section {
	padding: 0px;
}

section .widget {
	width: 100%;
	clear: both;
}
/*
 * 3.1 Section Slider
 */
.homepage-slider .carousel-caption {
	bottom: 40%;
	right: 15%;
	left: 15%;
	color: #fff;
	z-index: 3;
}

.homepage-slider .carousel-caption h1 {
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: normal;
}

.homepage-slider .carousel-caption strong {
	font-weight: bold;
}

.homepage-slider .carousel-caption s {
	color: #f58220;
	text-decoration: none;
}

.homepage-slider .carousel-caption button {
	border: none;
	background-color: #f58220;
	color: #fff;
	width: 220px;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: bold;
}

.homepage-slider .carousel-indicators li {
	border-width: 3px;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	margin: 5px;
}

.homepage-slider .carousel-indicators li.active {
	background-color: #f58220;
	margin: 5px;
}

.homepage-slider .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	font-size: 50px;
}

.homepage-slider .carousel-control .fa-angle-left {
	left: 50%;
}

.homepage-slider .carousel-control .fa-angle-right {
	right: 50%;
}

@media screen and (max-width: 1100px) {
	.homepage-slider .carousel-caption h1 {
		font-size: 4em;
	}
	.homepage-slider .carousel-caption {
		bottom: 20%;
	}
	.carousel-indicators {
		display: none;
	}
	.homepage-slider .carousel-caption button {
		width: 180px;
		height: 40px;
		font-size: 18px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 919px) {
	#post-1137 img {
		width: 50% !important;
		margin: 10px 22% !important;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 20px 0 10px !important;
	}
	.sticky-header {
		display: none !important;
	}
	.site-nav .sub-menu, .site-nav .children {
		display: block;
	}
	.site-nav li ul li a {
		color: #fff;
	}
	.site-nav>ul>li {
		position: static;
	}
}

@media screen and (max-width: 767px) {
	button#responsive-menu-button {
		position: absolute !important;
		top: 96% !important;
		overflow: auto !important;
		width: 52px !important;
		margin-right: -18px !important;
	}
	.homepage-slider .carousel-caption h1 {
		font-size: 3em;
	}
	.homepage-slider .carousel-caption {
		bottom: 5%;
	}
	.homepage-slider .carousel-caption button {
		width: 150px;
		height: 34px;
		font-size: 16px;
		margin-top: 20px;
	}
}

/*
 * 3.2 Section Service
 */
.service {
	/*background-color: #fff;*/
	padding: 20px 0;
}

.service-box {
	padding: 5px;
	overflow: hidden;
}

.service-box h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-box i {
	font-size: 150px;
	color: #b5b5b5;
}

.service-box:hover i {
	color: #f58220;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-box p {
	text-align: left;
	margin-bottom: 15px;
}

.service-box a {
	float: right;
	font-size: 12px;
	color: #888;
}

.service-box:hover a {
	color: #f58220;
}

/*
 * 3.3 Section Slogan
 */
.slogan {
	padding: 25px 0;
}

.slogan-wrapper {
	background-color: #f58220;
}

.slogan .container {
	position: relative;
}

.slogan-box {
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
}

.slogan-box h3 {
	color: #fff;
	font-size: 35px;
}

.slogan .quote i {
	color: #f58220;
}

.slogan .quote {
	position: absolute;
}

.slogan .quote i {
	font-size: 50px;
}

.slogan .quote.left {
	left: 0;
	top: -15px;
}

.slogan .quote.right {
	right: 0;
	bottom: -20px;
}

.slogan .quote-slit {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	left: 0;
	z-index: 999;
}

.slogan .quote-slit i {
	color: #fff !important;
}

.slogan .quote.left .quote-slit {
	height: 35px;
	top: 15px;
}

.slogan .quote.left .quote-slit i {
	position: absolute;
	top: -15px;
}

.slogan .quote.right .quote-slit {
	bottom: 20px;
}

/*
 * 3.4 Section Portfolio
 */
.title-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.module-title {
	font-size: 36px;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	text-transform: uppercase;
}

.module-description {
	float: left;
	margin-top: 75px;
}

.portfolio-box img {
	border: 1px solid transparent;
	padding: 5px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter: none;
}

.portfolio-box img:hover {
	border-color: #f58220;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}

.portfolio-box h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.portfolio-box ul {
	display: inline-block;
	margin-left: 0;
}

.portfolio-box li {
	list-style-type: none;
	float: left;
}

.portfolio-box li a {
	color: #737373;
}

.portfolio-box li a:hover {
	color: #f58220;
}

.portfolio-box li+li::before {
	content: "\, ";
}

/*
 * 3.5 Section About and Contact
 */
.contact-form {
	margin-left: 10px;
}

.contact-form fieldset {
	border: none;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 2px;
}

.contact-form input[type="submit"] {
	color: #fff;
	background-color: #f58220;
	float: right;
	width: 200px;
	border: none;
	font-weight: bold;
	font-size: 18px;
}

/*
 * 3.6 Section footer
 */
footer {
	background-color: #101317 !important;
	border-top: 2px solid #000;
	clear: both;
}

.site-sns {
	margin: 0px auto;
	/*display: inline;*/
	margin-left: 20px;
}

.site-sns i {
	float: left;
    font-size: 18px;
    color: #FFF !important;
    margin: 0 5px 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    padding: 10px 7px 5px 10px;
    text-align: center;
}

.fa-envelope {
    background:#4B9113; 
    color: white;
	font-size: 15px !important;
} 
.site-sns i:hover {
	color: #f58220;
	background-color: #fff;
}

.site-info {
	font-size: 13px;
	margin: 5px;
	color: #303030;
	text-align: center;
	line-height: 30px;
}

.site-info a {
	color: #fff;
}

.site-info a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
 * 4.0 Blog List Main
 */
.blog-list-page header {
	
}

.blog-main {
	/* padding: 25px 0; marathon*/
	padding: 0px;
}

.breadcrumb-box {
	/*font-family: "Calibri",sans-serif;*/
	font-size: 11px;
	text-transform: uppercase;
	/*margin-bottom: 50px;*/
}

.breadcrumb-box a, .breadcrumb-box span, .breadcrumb-box i {
	
	margin-right: 5px;
    color: #ff7300;
    text-transform: capitalize;
    font-weight: 600;
}

.entry-box {
	padding: 0 0 20px;
	margin-top: 20px;
}

.entry-box {
	border-bottom: 1px solid silver !important;  
    height: auto;
    float: left;
    clear: both;
    width: 100%;
}


.blog-list-wrap article.entry-box:last-child, .entry-box.last {
	border-bottom: none !important;
}

.entry-date {
	width: 60px;
	height: 75px;
	padding: 8px 7px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #f58220;
	color: #fff;
}

.entry-date .day {
	font-size: 50px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -3px;
}

.entry-date .month {
	text-transform: uppercase;
	/*font-family: 'Calibri',sans-serif;*/
	font-size: 10px;
	margin-top: -6px;
}

.entry-meta {
	/*font-family: 'Calibri',sans-serif;*/
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 20px;
}

.entry-author, .entry-category, .entry-comments, .entry-edit {
	float: left;
	margin-right: 15px;
}

.entry-meta i {
	color: #000;
	margin-right: 5px;
	padding-right: 5px;
}

.entry-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	color: #f58220;
	/* margin-top: 50px; marathon*/
	margin-bottom: 10px;
}

.entry-meta a {
	color: #949392;
}

.entry-meta a:hover {
	color: #000;
}

.entry-main {
	
}

.entry-title:hover {
	color: #000;
}

  

.entry-footer {
	overflow: hidden;
	margin-top: 10px;
}

.entry-more {
	float: right;
	background-color: #f58220;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
}

.list-pagition {
	
}

.list-pagition a {
	color: #ccc;
}

.list-pagition a, .list-pagition span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #f58220;
}

.list-pagition a:hover {
	color: #000;
	background-color: #FFF;
}

span.page-numbers.current {
	color: #666;
}

/*
 * 4.1 Blog Detail Main
 */
.post-entry {
	/* padding: 15px 0; marathon*/
	padding: 0px;
}

.entry-content {
	overflow: hidden;
}

.entry-summary a, .entry-content a {
	color: #f58220;
}

.entry-summary a:hover, .entry-content a:hover {
	text-decoration: underline;
}

.entry-summary img, .entry-content img {
	max-width: 100%;
	margin-bottom: 12px;
}

.comments-area {
	/* border-top: 1px #ccc dashed; marathon */
	border-top: none;
}

.comments-area h2 {
	text-transform: uppercase;
}

.comment-respond {
	border-top: 1px #ccc dashed;
}

.comment-form {
	width: 100%;
}

.comment-body {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.comment-avatar {
	float: left;
	height: 45px;
}

.comment-avatar img {
	border-radius: 3px;
}

.comment-box {
	float: left;
	margin-left: 20px;
	background: #f7f7f7;
	padding: 15px;
	border-radius: 3px;
	max-width: 80%;
}

@media screen and (max-width: 430px) {
	.comment-box {
		max-width: 60%;
	}
}

.comment-box::after {
	content: "";
	position: absolute;
	border: 10px solid;
	border-color: transparent;
	border-right-color: #f7f7f7;
	margin-left: -18px;
	width: 0;
	height: 0;
	left: 72px;
	top: 15px;
}

.comment-info {
	font-weight: bold;
}

.comment-content {
	clear: both;
	font-style: italic;
}

.comments-list li {
	list-style-type: none;
}

.comment-form section {
	overflow: hidden;
	margin-bottom: 20px;
}

.comment-form label {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	float: left;
	width: 100px;
}

.comment-form input, .comment-form textarea {
	padding: 6px;
	outline: none;
	border: 1px solid #ccc;
	float: left;
	/*width: 400px;*/
	width: 100%;
	max-width: 100%;
}

.comment-form input:focus, .comment-form textarea:focus {
	border-color: #f58220;
	color: #f58220;
}

.form-submit {
	/*width: 500px;*/
	max-width: 100%;
	overflow: hidden;
}

.form-submit input {
	background-color: #f58220;
	color: #fff;
	width: 140px;
	border: none;
	float: right;
}

/*
 * 4.1 Blog Side
 */
.blog-side {
	padding: 0px 0;
	background: #F5F5F5;
	/*margin:20px 0; marathon*/
	border: 1px solid #DDDDDD;
	 
}

.widget-area {
	
}

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	/*font-family: "Calibri",sans-serif;*/
	font-size: 11px;
}

.widget-title {
	/*font-family: 'Open Sans', sans-serif; */
	font-size: 18px;
	width: 90%;
	 
	font-weight: 600;
	text-transform: uppercase;
	/* padding: 0px 0px 0px 15px; */
	color: #000;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #f58220 50%, #A4A4A4 50%) 2;
	padding-bottom: 3px;
	/* border-width: 0px; */
}

.widget-sns {
	
}

.widget-sns a {
	padding-right: 5px;
}

.widget-sns i {
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	background-color: #eee;
}

.widget-sns i:hover {
	background-color: #f58220;
	color: #fff;
}

.widget-box ul {
	margin-left: 10px;
}

.widget-box li {
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.widget-box .nav-tabs {
	border-bottom: none;
}

.widget-box .nav-tabs li {
	margin-bottom: 0;
}

.widget-box a {
	color: #000000;
}

.widget-box a:hover {
	color: #f58220;
}

.searchform, .widget-search {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	max-width: 200px;
}

.widget_search .screen-reader-text {
	display: none;
}

.searchform input[type="text"], .widget-search input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
}

.searchform input[type="submit"], .widget-search input[type="submit"] {
	background: url(images/search.png);
	float: right;
	border: none;
	width: 20px;
	height: 20px;
}

.searchform label {
	display: none;
}

.searchform #searchsubmit {
	text-indent: -99999px;
}

.search-no-results .searchform {
	margin: 20px auto 0;
	max-width: 400px;
}

.search-no-results .blog-list-wrap {
	padding: 30px 0;
}

.widget-slider {
	position: relative;
}

.widget-slider .carousel-bg {
	background-color: #eee;
	width: 100%;
	height: 50px;
}

.widget-slider .carousel-indicators {
	bottom: -65px;
}

.widget-slider .carousel-indicators li {
	border-width: 2px;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin: 3px;
	border-color: #f58220;
}

.widget-slider .carousel-indicators li.active {
	background-color: #f58220;
	margin: 3px;
}

.widget-box .tagcloud a {
	padding: 3px 7px;
	background-color: #f58220;
	border-radius: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.widget-box .tagcloud a:hover {
	color: #fff;
}

.widget-post .tab-pane ul {
	margin-left: 0;
}

.widget-post .tab-pane li {
	list-style-type: none;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.widget-post .tab-pane img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .tab-pane .tab-inner-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .tab-pane .tab-inner-box a {
	color: #000;
}

.widget-post .tab-pane .tab-inner-box a:hover {
	color: #f58220;
}

.widget-post .nav-tabs {
	margin-left: 0;
}

.widget-post .nav-tabs>li {
	width: 50%;
	text-align: center;
}

.widget-post .nav-tabs>li>a {
	background-color: #eee;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	padding: 12px 0;
	color: #000;
	text-align: center;
}

.widget-post .nav-tabs>li>a:hover {
	color: #f58220;
}

.widget-post .nav-tabs>li.active>a {
	border-color: transparent;
	background-color: #f58220;
	color: #fff;
}

/*
 * 5.0 404
 */
.page-404 i {
	margin-top: 20px;
	font-size: 70px;
	color: #f58220;
}

.page-404 p {
	margin-top: 30px;
	font-size: 30px;
	color: #777;
}

.page-404 p strong {
	font-size: 40px;
}

/**/
.divider {
	width: 100%;
	clear: both;
}

.fa-2 {
	font-size: 2em;
}

.fa-3 {
	font-size: 4em;
}

.fa-4 {
	font-size: 7em;
}

.fa-5 {
	font-size: 12em;
}

.fa-6 {
	font-size: 20em;
}

#loading i {
	height: 35px;
	width: 35px;
}

.contact-form #loading {
	float: left;
	display: inline-block;
}

.alignleft {
	text-align: left;
	float: left;
	margin-right: 10px;
}

.alignright {
	text-align: right;
	float: right;
	margin-left: 10px;
}

.aligncenter {
	text-align: center;
}

/****team****/
.team-box {
	text-align: center;
	margin: 0 auto;
	max-width: 240px;
}

.team-img-box {
	position: relative;
	margin-bottom: 10px;
}

.team-img-box img {
	width: 100%;
	height: auto;
}

.team-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	border: 2px solid #ccc;
	opacity: 0;
	z-index: -1;
	text-align: center;
}

.team-img-box:hover .team-info {
	opacity: 1;
	z-index: 2;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.team-info img {
	width: 45%;
	height: auto;
}

.team-info h4 {
	color: #000;
	font-size: 18px;
	margin: 10% 0 5%;
}

.team-info h5 {
	color: #a0a0a0;
	font-size: 13px;
	margin: 0 0 5%;
}

.team-sns {
	text-align: center;
	display: inline-block;
	margin: 5% 0;
}

.team-sns a {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #eee;
	color: #595959;
	margin: 3px;
	padding-top: 3px;
	font-size: 16px;
}

.team-sns a:hover {
	color: #FED136;
}

.mainheader {
	/*background: url(./images/header-bgs.jpg) no-repeat;*/
	background: url(./images/header-bg-updated.jpg) repeat-y;
	border-top: 3px solid #f58220;
}

.mycontainer {
	width: 100%;
	margin: 10px 0;
}

#Top_scrolling ul {
	list-style: none;
	margin: 0px;
}

.intl {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.scb {
	background: #fea932;
	overflow: auto;
}

.scb2 {
	background: #f3a02b;
	overflow: auto;
}

.scb3 {
	background: #e8941d;
	overflow: auto;
}

.mainscb1 {
	width: 30%;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 25px;
}

.mainscb2 {
	width: 70%;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

.scbheading {
	text-align: center;
	font-size: 16px;
	margin: 36px 0 5px;
}

.scbtext {
	color: #000;
	font-size: 12px;
	text-align: center;
}

.home-page-secion-two .col-md-7 {
	padding-right: 0px;
}

.home-page-secion-two .widget_event_list_widget {
	border-top: 5px solid #CC7B22;
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-bottom: 2px solid #ECECEC;
}

.home-page-secion-two .widget_nav_menu h3, .home-page-secion-two .widget_event_list_widget h3
	{
	margin: 10px 0;
	color: #3A3A3A;
}

.home-page-secion-two .widget_event_list_widget {
	padding-left: 15px;
	padding-right: 15px;
}

.home-page-secion-two .widget_nav_menu:before, .home-page-secion-two .widget_event_list_widget:before,
	.homepage-main .recent-posts-extended:before, .homepage-main .mywidgetnews:before
	{
	border-bottom: 2px solid #e5e5e5;
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 7700px;
}

.home-page-secion-two .widget_nav_menu::after, .home-page-secion-two .widget_event_list_widget::after,
	.homepage-main .recent-posts-extended::after, .homepage-main .mywidgetnews::after
	{
	border-bottom: 2px solid #e5e5e5;
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 7700px;
}

.home-page-secion-two .widget_nav_menu, .home-page-secion-two .widget_event_list_widget,
	.homepage-main .recent-posts-extended, .homepage-main .mywidgetnews {
	overflow: hidden;
	position: relative;
}

.home-page-secion-two .widget_nav_menu h3:before {
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #1D5882 !important;
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 190px;
	z-index: 5;
}

.homepage-main .recent-posts-extended h3::before {
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #1D5882 !important;
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 90px;
	z-index: 5;
}

.homepage-main .mywidgetnews h3::before {
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #1D5882 !important;
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 90px;
	z-index: 5;
}

.home-page-secion-two .widget_event_list_widget .widgettitle::before {
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #1D5882 !important;
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 90px;
	z-index: 5;
}

.menu-what-you-would-like-to-do-container ul {
	list-style: none;
	margin: 0;
}

.menu-what-you-would-like-to-do-container ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.menu-what-you-would-like-to-do-container ul li:last-child {
	border: none;
}

.menu-what-you-would-like-to-do-container ul li i {
	color: #1D5882 !important;
	margin-top: 0 !important;
}

.menu-what-you-would-like-to-do-container ul li a span {
	color: #333;
	padding-left: 5px;
}

.menu-what-you-would-like-to-do-container ul li a:hover span {
	color: #f58220;
}

.home-section .event-title h3 a {
	font-size: 14px;
	color: #333 !important;
}

.home-section .event-title h3 a:hover {
	color: #f58220;
}

.custom_footer ul {
	list-style: none;
	margin: 0px;
}

.custom_footer h2 {
	margin: 20px 0 20px;    
    font-size: 16px;
    color: #EE7F23;
    text-transform: uppercase;
    line-height: 1.15384615 !important;
    font-family: Montserrat !important;       
    font-weight: bold;
}

  
.custom_footer .textwidget {
	font-size: 13px;
}

.menu-quicklinks-container li, .menu-govt-links-container li {
	margin: 10px 0;
}

.menu-quicklinks-container li a, .menu-govt-links-container li a {
	text-transform: uppercase;
	color: #d3d3d3;
	font-size: 13px;
}

.menu-quicklinks-container li a:hover, .menu-govt-links-container li a:hover
	{
	color: #f58220;
}

#footer1 .textwidget, #footer2 .textwidget {
	color: #d3d3d3;
}

#footer1 .textwidget {
	text-align: justify;
	font-size: 14px;
	padding-right: 15px;
}

#bottom_footer {
	float: right;
}

#bottom_footer ul, #toplinks ul {
	margin: 0px;
}

#bottom_footer ul li {
	position: relative;
	float: left;
	list-style-type: none;
	margin-left: 10px;
}

#toplinks ul li {
	position: relative;
	float: left;
	list-style-type: none;
	margin-left: 0px;
}

#bottom_footer ul li a {
	font-size: 12px !important;
	text-transform: uppercase;
	color: #d3d3d3;
	background: url(./images/bg-link.png) no-repeat right center;
	padding: 0 10px;
}

#bottom_footer ul li a:hover {
	color: #f58220;
}

#menu-item-104 a {
	background: none !important;
}

#toplinks ul li a {
	font-size: 11px !important;
	color: #000;
	font-weight: 600;
	background: url(./images/bg-link-1.png) no-repeat right center;
	padding: 0 5px;
}

#toplinks ul li a:hover {
	color: #f58220;
}

   

.homepage-main .blog-side {
	padding: 0px;
	background: none;
	margin: 0px;
}

.homepage-main .mywidgetnews {
	border-top: 5px solid #CC7B22;
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-bottom: 2px solid #ECECEC;
	padding: 0 10px;
	margin-bottom: 15px;
}

.mywidgetnews h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}

.mywidgetnews h3 a {
	color: #333
}

.mywidgetnews h3 a:hover {
	color: #f58220;
}

.homepage-main .recent-posts-extended {
	border-top: 5px solid #CC7B22;
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-bottom: 2px solid #ECECEC;
	padding: 0 10px;
	margin-bottom: 15px;
}

.homepage-main .recent-posts-extended h2 {
	font-weight: bold;
	font-size: 18px;
}

.homepage-main .recent-posts-extended .rpwe-block li {
	text-transform: capitalize;
}

.homepage-main .recent-posts-extended .rpwe-block li a {
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
/*
.site-sns i.fa-facebook{
background:#3A569F;
}
.site-sns i.fa-twitter{
background:#548ECE;
}
.site-sns i.fa-rss{
background:#E28F33;
}
.site-sns i.fa-google-plus{
background:#CF3529;
}*/
.sidebar_search {
	background: #2F74B5;
	padding: 10px 0 20px 0;
	text-align: center;
	clear: both;
}

.registrant {
	color: #fff;
	font-size: 18px;
}

.sidebar_search .searchform {
	margin: 10px auto;
	border: none;
	max-width: 220px;
	border-radius: 20px;
}

.blog-side .widget-box {
	margin-bottom: 10px;
}

.mywidgetnews ul {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 5px;
}

.mywidgetnews ul li {
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

.mywidgetnews ul li a:hover {
	color: #f58220;
}

.mywidgetnews ul li a {
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}

.inves_decription  a {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #888 !important;
}

.inves_decription p {
	margin-bottom: 0px;
}

.mywidgetnews {
	height: 200px;
	overflow-y: scroll !important;
}

.lastestnews_readmore {
	float: right;
	background: #20577E;
	border-radius: 5px;
	padding: 2px 8px;
	margin-bottom: 5px;
	color: #fff;
}

.advanced-sidebar-menu ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: outside none none !important;
}

.advanced-sidebar-menu li.current_page_item {
	background: none repeat scroll 0 0 #f58220 !important;
	list-style-type: none !important;
}

.advanced-sidebar-menu li.current_page_item a {
	color: #fff;
}

.advanced-sidebar-menu li.current_page_item a {
	border-left: 4px solid #f58220;
}

.child-sidebar-menu li {
	background-image: -moz-linear-gradient(30deg, rgb(248, 248, 248) 0%,
		rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(30deg, rgb(248, 248, 248) 0%,
		rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(30deg, rgb(248, 248, 248) 0%,
		rgb(255, 255, 255) 100%);
	position: relative;
	list-style: none;
	margin-bottom: 0px;
}

.child-sidebar-menu li a {
	border-left: 4px solid #f58220;
	color: #3c3c3c;
	font-weight: bold;
	display: block;
	font-size: 14px !important;
	padding: 10px 0 10px 10px;
	text-decoration: none !important;
	border-bottom: 1px solid #c0c0c0;
}

.child-sidebar-menu li a:hover {
	background: none repeat scroll 0 0 #f58220 !important;
}

.child-sidebar-menu li a:hover {
	color: #fff !important;
}

.blog-side .recent-posts-extended {
	padding: 10px;
}

.blog-side .recent-posts-extended .widget-title {
	color: #f58220;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 8px 0;
}

.rpwe-title a {
	font-weight: bold;
	color: #333;
}

.rpwe-time {
	color: #f58220 !important;
}

.rpwe-summary {
	font-size: 10px;
	text-transform: capitalize;
	color: #404040;
}

.blog-side .widget_event_list_widget .widget-title {
	color: #f58220;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 8px 0;
}

.blog-side .widget_event_list_widget, .blog-side .widget_nav_menu {
	padding: 10px;
}

.blog-side .widget_event_list_widget .event-title h3 {
	line-height: 10px;
}

.blog-side .widget_event_list_widget .event-title h3 a {
	font-size: 12px;
	color: #333;
}

.blog-side .widget_event_list_widget .event-title h3 a:hover {
	color: #f58220;
}

.blog-side .widget_event_list_widget .event-time, .blog-side .widget_event_list_widget .event-location
	{
	font-size: 11px;
	color: #404040;
}

.blog-side .widget_nav_menu ul {
	margin-left: 0px;
}

.blog-side .widget_nav_menu .widget-title {
	color: #f58220;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 8px 0;
}

.blog-side .widget_nav_menu ul li a {
	color: #333;
	font-weight: bold;
}

.blog-side .widget_nav_menu ul li a:hover {
	color: #f58220;
}

.blog-side .widget_nav_menu ul li {
	color: #333;
	border-bottom: 1px solid #eee;
}

.custom_footer .textwidget, .custom_footer .menu-quicklinks-container {
	/* background-image: url(./images/li.png);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    height: 140px;*/
	
}

.custom_footer .menu-quicklinks-container li a, .custom_footer .menu-govt-links-container li a
	{
	border-bottom: 1px solid #545454;
}

.wpcf7-submit {
	background: #ff7300;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	border: none;
}

.fix {
	position: fixed;  
	top: 0;
	z-index: 999;
}

.mycustom-header {
	width: 100%;
}

.advanced-sidebar-menu ul ul li a {
	padding: 7px 0 6px 50px !important;
	color: #3c3c3c !important;
}

.advanced-sidebar-menu ul ul li ul li a {
	padding: 7px 0 6px 40px !important;
	color: #FFF !important;
}

.custom_footer p {
	color: #303030 !important;
	font-size: 13px;
}

.widget_nav_menu li a, .custom_footer a  {
	color: #303030 !important;
	font-size: 13px;
}

.widget_nav_menu li a:hover, .custom_footer a:hover {
	color: #f58220 !important;
}

.header-socialLinks li {
	display: inline-block;
	padding: 5px;
}

.custom_footer .widget_nav_menu li {
	    background: rgba(0, 0, 0, 0) url(images/bullet.png) no-repeat scroll left 0px center;
    padding-left: 12px;
    font-size: 13px;
    line-height: 26px;
    float: none !important;
}

.home-sub {
	background-image: url('./images/banner-bg.jpg');
	min-height: 379px;
	height: auto;
	background-repeat: no-repeat;
	/*background-position: center;*/
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.priorities {
	border: 1px solid #ececec;
	/*min-height: 350px; */
	border-radius: 2px;
	left: 50px;
	width: 250px;
	/*height: 320px; */
	margin: 5px;
	z-index: 97;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
	background-color: rgb(255, 255, 255);
}

.priorities:hover {
	border: 1px solid #f2b418;
}

.home-sub-text {
	color: #f2b418;
	padding: 30px 95px 30px 160px;
}

.home-sub-text h1 {
	color: #f2b418;
	padding-left: 35px;
	font-size: 60px;
}

.home-sub-text h3 {
	color: #f2b418;
	font-size: 40px;
	/* text-transform: capitalize; */
	margin-top: 15px;
}

.aboutContext {
	background-image: url('./images/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 415px;
}

.home-sub-form {
	padding: 0px 0px 0px 160px;
	/*width:570px*/
}

.header-socialLinks {
	padding-top: 30px;
}

.about-inner {
	padding-left: 460px;
	padding-top: 85px;
	width: 1124px;
	color: #FFF;
	margin: auto 0px;
	font-size: 28px;
	line-height: 40px;
}

.priorities img {
	padding-top: 20px;
}

.priorities h4 {
	text-transform: uppercase;
	font-weight: bold;
}

.priorities p {
	text-align: center;
	color: #808080;
	font-size: 15px;
}

.cform-text {
	width: 277px;
}

@media ( max-width : 480px) {
	.custom_footer .widgettitle:before {
		margin-top: -10px;
	}
	button#responsive-menu-button {
		position: absolute !important;
		top: 623px !important;
		overflow: auto !important;
		width: 52px !important;
		margin-right: -18px !important;
	}
	.timer_text {
		padding-top: 10px !important;
	}
	.top-site-sns i {
		margin: 0 5px 0 12px !important;
	}
	.header-socialLinks {
		padding-top: 0px !important;
	}
	.about-inner {
		padding-left: 12px !important;
		font-size: 14px !important;
		padding-right: 10px !important;
		width: 100% !important;
		padding-top: 101px !important;
		line-height: 34px;
	}
	.home-sub-form {
		width: 100% !important;
		padding: 20px !important;
		/*margin: 70px 0px 0px 0px;
	position: relative;
    top: 159px; */
	}
	.home-sub-text h3 {
		font-size: 21px !important;
		text-align: center;
	}
	.home-sub-text h1 {
		font-size: 38px !important;
		text-align: center;
		padding-top: 7px;
	}
	#es_txt_email {
		float: none !important;
		margin: 0px !important;
	}
	.home-sub-text {
		padding: 0px 20px !important;
	}
	.home-page-secion-four .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.home-page-secion-four .col-md-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	/* Home page Css */
	.custom-ride-button {
		text-align: left !important;
		margin: 0px !important;
	}
	.input-name-control input[type="text"] {
		margin-bottom: 10px;
	}
	#wpcf7-f297-o1 div.wpcf7-mail-sent-ok {
		width: 100% !important;
		border: none !important;
		position: relative;
		left: 0px !important;
		top: 0px !important;
	}
	#wpcf7-f297-o1 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
		{
		width: 100% !important;
		border: none !important;
		position: relative;
		left: 0px !important;
		top: -17px !important;
	}
	.home-sub {
		/* background-position: 74% 50% !important;*/
		
	}
	.site-logo {
		float: none !important;
	}
	.aboutContext {
		/*  background-position: 16% 50%; */
		
	}
	.boston img {
		width: auto !important;
	}
	.boston {
		background: #2D4C9C;
		text-align: center;
	}
}

.wpcf7-form p {
	margin-bottom: 15px !important;
}

.priorities h4 {
	font-family: Montserrat !important;
	font-size: 14px;
	margin: 1px 0px 13px 0px;
}

.entry-content {
	font-family: Montserrat !important;
	font-size: 14px;
	font-weight: 500;
}

.priorities_custom_class {
	text-align: center;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
	background-image: url('./images/line_priorities.png');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 0px 8px 0px;
}

.my_custom_header {
	/*width: 1061px; marathon */
	margin: 0 auto;
}

@media ( max-width : 480px) {
	 
	.black_ring {
		padding: 95px 76px 60px 50px !important;
	}
	.spon_heading {
		margin: 0px auto !important;
	}
	.spon_heading:before {
		margin-top: 50px !important;
	}
	.lcs_logo_container {
		margin: 0px auto !important;
	}
	#lcs_logo_carousel_wrapper {
		margin-left: -50px !important;
	}
	#footer2, #footer3, #footer4 {
		padding-left: 0px !important;
	}
	.site-info {
		text-align: center !important;
	}
	.top_text h2 {
		font-size: 22px !important;
		line-height: 4px !important;
	}
	.top_text h3 {
		font-size: 16px !important;
		line-height: 4px !important;
	}
	.top_text h4 {
		font-size: 14px !important;
		line-height: 4px !important;
	}
	.ul_top_links li a {
		font-size: 11px !important;
	}
	.top_date {
		font-size: 18px !important;
	}
	.top-site-sns {
		display: list-item !important;
		/*margin-left:0px !important;*/
	}
	.header-socialLinks {
		padding-top: 0px !important;
	}
	.custom_footer {
		padding-left: 0px !important;
	}
	.header-socialLinks li a img {
		width: 20px !important;
	}
	#uji_widget-3 {
		margin: 100px 0px 0px 25px !important;
	}
	.my_custom_header {
		width: 100%;
		margin: 0 auto;
	}
	input[type="image"] {
		float: none !important;
		margin-right: 0px !important;
	}
	.home-page-section-one {
		margin-top: -8px !important;
	}
	.boston img {
		width: auto !important;
	}
	.boston {
		background: #2D4C9C;
		text-align: center;
	}
}

input[type="image"] {
	float: right;
	margin-right: -40px;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

#menu-social-menu a {
	padding: 5px;
	font-family: Terminal Dosis;
}

.fa {
	display: inline-block !important;
}

.home-page-section-two {
	padding-bottom: 15px !important;
	padding-top: 25px !important;
}

.rectangle {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 7.52px 0.48px rgba(0, 0, 0, 0.35);
	width: 96%;
	height: auto;
	z-index: 3;
	padding: 20px;
	margin: 10px;
}

.rectangle h4 {
	margin: 10px 0px;
	color: #E9B418;
}

.pre-img {
	float: left;
	width: 17px;
	margin: 0px 5px 0px 0px;
}

.rectangle p {
	padding-left: 20px;
}

.show_more p {
	color: #E9B418 !important;
	text-align: auto;
	font-weight: bold;
	margin: auto 0px;
	font-size: 28px !important;
}

.wpsm-content {
	margin-top: -25px;
	padding-left: 22px;
}

.custom-ride-button .wpcf7-submit {
	background-image: url(/wp-content/uploads/2018/05/ride-btn-1.png);
	color: transparent;
	background-repeat: no-repeat;
	background-color: #d0c3c30d !important;
}

.custom-ride-button {
	text-align: center;
	margin: 0px 0px 0px 89px
}

.input-name-control input[type="text"], .input-email-control input[type="email"]
	{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#wpcf7-f297-o1 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
	{
	border: none !important;
	/* position: relative;
        left: -492px;*/
	width: 65%;
	text-align: center;
	color: red;
}

#wpcf7-f297-o1 div.wpcf7-mail-sent-ok {
	border: none !important;
	/* position: relative;
    left: -635px;
    top: 0px;*/
	width: 65%;
	text-align: center;
	color: green;
}

@media only screen and (min-height: 360px) and (max-width: 640px) and
	(orientation:landscape) {
	.orange_ring {
		padding: 65px 205px 65px 39px !important;
		margin-left: 140px;
	}
	button#responsive-menu-button {
		position: absolute !important;
		top: 652px !important;
		overflow: auto !important;
		width: 52px !important;
		margin-right: -25px !important
	}
	.about-inner {
		padding-left: 14%;
		font-size: 18px;
		padding-right: 2%;
		width: 100%;
	}
	.logo-box {
		text-align: center !important;
		margin: 8px 250px;
	}
	.top_text h2 {
		font-size: 42px !important;
	}
	.top-site-sns {
		margin: -10px 0px !important;
	}
	.top-site-sns ul {
		padding: 0px 156px;
	}
	.top_register {
		float: left;
		margin: 16px 194px !important;
	}
	#uji_widget-3 {
		margin: 80px 0px 0px 180px !important;
	}
	#counter {
		margin: 0px !important;
		height: 100px;
	}
	.timer_text {
		padding-top: 10px !important;
		text-align: center;
	}
	.audio_div {
		padding-left: 95px !important;
	}
	.orange_ring {
		padding: 60px 355px 65px 50px !important;
		left: 150px !important;
	}
	.black_ring {
		padding: 90px 355px 65px 50px !important;
		left: 150px !important;
	}
	.spon_heading::before {
		margin-top: 40px !important;
	}
	.jCountdownContainer {
		margin: 20px 0px 0px 150px !important;
	}
	#footer2, #footer3, #footer4 {
		padding-left: 0px !important;
	}
	.site-sns ul {
		margin-left: 340px;
		margin-top: -30px;
		padding-bottom: 17px;
	}
}
/* marathon*/
.custom_footer {
	margin-bottom: 0px;
    padding-top: 20px;
    color: #303030;
    padding-right: 90px;
    padding-bottom: 20px;
    padding-left: 90px;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
    border-top: 1px solid #ee8021;
    border-bottom: 6px solid #ee8021;
}


 

#footer4 .fa {
	font-size: 22px !important;
	margin: 10px 0px 0px 0px !important;
	color: #f58220;
	display: inline !important;
}

.small_title {
	font-family: Montserrat !important;
	font-weight: 600 !important;
	color: #FFF;
}

.text_in_contact {
	color: #FFF;
}

.locmap {
	margin-bottom: 5px;
	padding: 8px 0px;
}

#footer-social {
	margin-top: -15px;
}

.spon_heading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-family: Montserrat !important;
	margin: 0px auto;
}

.spon_heading:before {
	border-style: solid;
	border-width: 3px 0 0 0;
	content: "";
	height: 1px;
	position: absolute;
	margin-top: 50px;
	width: 100px;
	z-index: 5;
	border-color: #f58220 !important;
}

.spon_heading::first-letter {
	font-size: 150%;
}

.lcs_logo_link img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.lcs_logo_link img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
	position: relative;
	width: 29px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #ffc722;
	opacity: 1;
	left: auto;
	top: auto;
	right: auto;
	margin: 0;
	text-shadow: none;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}

.owl-carousel .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 37px;
	background-color: #f58220;
	-webkit-transform: skewX(35deg);
	-khtml-transform: skewX(35deg);
	-moz-transform: skewX(35deg);
	-ms-transform: skewX(35deg);
	transform: skewX(35deg);
	z-index: -1;
}

.owl-carousel .owl-nav .owl-next::after {
	font-family: FontAwesome;
	font-size: 17px;
	display: inline-block;
	content: "\f105";
	color: #FFF;
}

.owl-carousel .owl-nav .owl-prev::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	right: -10px;
	left: 0;
	background-color: #363533;
	-webkit-transform: skewX(35deg);
	-khtml-transform: skewX(35deg);
	-moz-transform: skewX(35deg);
	-ms-transform: skewX(35deg);
	transform: skewX(35deg);
	z-index: -1;
}

.owl-carousel .owl-nav .owl-prev::after {
	font-family: FontAwesome;
	font-size: 17px;
	display: inline-block;
	content: "\f104";
	color: #FFF;
}

.no_padd {
	padding: 0px !important;
}

.home-page-secion-two .col-md-12 {
	padding: 0px !important;
}

.home-page-secion-three {
	background-color: #F7F7F7;
}

.orange_ring {
	background-image: url(images/orange_ring.png);
	background-repeat: no-repeat;
	padding: 75px 68px 65px 46px;
	height: 250px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.black_ring {
	background-image: url(images/black_ring.png);
	background-repeat: no-repeat;
	padding: 95px 75px 60px 48px;
	height: 250px;
	font-weight: 600;
	text-align: center;
}

.top_text {
	text-align: center;
}

.top_text h2 {
	font-size: 50px;
	font-weight: bold;
	color: #f58220;
	font-family: Tahoma !important;
	line-height: 18px;
}

.top_text h3 {
	font-size: 44px;
	font-weight: bold;
	color: #000;
	font-family: Tahoma !important;
	line-height: 18px;
}

.top_text h4 {
	font-size: 18px;
	font-weight: bold;
	color: #f58220;
	font-family: Tahoma !important;
	line-height: 5px;
}

.ul_top_links {
	text-align: center;
}

.ul_top_links li {
	display: inline;
	text-align: center;
}

.ul_top_links li a {
	font-size: 21px;
	font-family: Tahoma !important;
	text-transform: uppercase;
	color: #f58220;
}

.top_date {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: Tahoma !important;
}

.top-site-sns {
	margin: 0px 30px;
}

.top-site-sns i {
	display: block;
	float: left;
	font-size: 15px;
	color: #FFF !important;
	margin: 0 5px 0 5px;
	width: 27px;
	height: 25px;
	background-color: #f58220;
	border-radius: 20px;
	padding: 6px 7px 5px 8px;
	text-align: center
}

#sociallinks {
	text-align: center;
}

.top_register {
	background-color: #f58220;
	color: #FFF;
	padding: 12px 50px;
	border-radius: 6px;
	text-transform: uppercase;
	font-family: Tahoma !important;
	font-size: 15px;
	margin-left: 30px;
	box-shadow: 2px 2px 2px 0px grey;
	float: left;
	margin-top: 10px;
}

#uji_widget-3 {
	margin: 80px 0px 0px 25px;
	margin-right: -20px;
}

.audio_div {
	background-image: url(images/home-mike.jpg);
	background-size: cover;
	height: 165px;
	background-position: right;
}

.side-audio_div {
	background-image: url(images/mike.jpg);
	background-size: cover;
	height: 180px;
	margin-bottom: 24px;
}

.song_title {
	font-size: 16px;
	color: #f58220;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.song_down {
	font-size: 9px;
	color: #FFF;
	padding: 0px 18px;
	margin-top: -20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 13px;
	margin-left: 10px;
	width: 180px;
	height: 25px;
}

.song_down a {
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
}

.ul_top_links li:first-child:before {
	content: "";
	margin: 0;
}

.ul_top_links li:before {
	content: "|";
	padding: 0px 8px;
	font-size: 20px;
	line-height: 10px;
}

#footer1 {
	padding-right: 20px;
}

#footer2 {
	padding-left: 40px;
}

#footer3 {
	padding-left: 25px;
}

#footer4 {
	padding-left: 5px;
}

#lcs_logo_carousel_wrapper .owl-nav {
	top: -42px!import;
}

.spon_padd {
	padding: 23px 0px 23px 0px !important;
}

.spon_bord:before {
	border-style: solid;
	border-width: 110px 0 0 0;
	content: "";
	position: absolute;
	width: 3px;
	z-index: 5;
	border-color: #b7b8b9 !important;
}

header.sticky-header {
	top: -15px !important;
}

.sticky-header-menu ul li {
	padding: 0px 10px !important;
	-moz-padding-start: 18px !important;
	-moz-padding-end: 18px !important;
}

.sticky-header .site-nav>ul>li>a {
	line-height: 60px;
	padding: 0px 24px !important;
	-moz-padding-start: 6px !important;
	-moz-padding-end: 6px !important;
	display: block;
	font-size: 1.0em;
	text-align: center;
}
 

.sticky-header .site-nav>ul>li a::first-letter {
	font-size: 134%;
}

.jCountdownContainer {
	margin-bottom: -50px;
}

.current_page_parent {
	background: #f58220;
}

.site-nav>ul>li a span {
	padding: 0px !important;
}

ul.main-nav li.menu-item-has-children>a:after {
	position: absolute;
	margin-left: 5px;
	top: 50%;
	margin-top: -1px;
	content: "";
	background: none;
	border-top: 5px solid #303030;
	border-left: 5px solid rgba(255, 255, 255, 0);
	border-right: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}

ul.sub-menu li.menu-item-has-children>a:after {
	position: absolute;
	margin-left: 4px;
	top: 50%;
	margin-top: -3px;
	content: "";
	background: none;
	border-left: 5px solid #303030;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}

.advanced-sidebar-menu li.current_page_item:before {
	border-left: 5px solid #FFFFFF !important;
}

/*.advanced-sidebar-menu li:before {
	color: #000;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	content: "";
	background: none;
	border-left: 5px solid #f58220;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}
*/
.grandchild-sidebar-menu li:before {
	color: #000;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -5px;
	content: "";
	background: none;
	border-left: 5px solid #f58220;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}

.has_children : after {
	
}

.site-sns .fa:hover {
	opacity: 0.7;
	background: #f58220;
}

.top-site-sns .fa:hover {
	opacity: 0.7;
	background: #4d4d4d;
}

.text_in_contact a:hover {
	color: #FFF;
}

a.top_register:hover {
	color: #FFF;
	background-color: #4d4d4d;
}

div#toptext ul {
	margin: 0px auto;
}

.testimonial-heading {
	display: none !important;
}

.strong-view.default .testimonial-inner, .wpmslider-viewport {
	border: none !important;
}

.rpwwt-widget img {
	margin: 0px 10px !important;
}

.rpwwt-post-title {
	font-size: 13px;
    font-weight: 600;
    text-transform: none;
    color: #303030;
}

.rpwwt-widget ul li {
	border-bottom: 1px solid #dddd;
	padding-bottom: 1em;
}

.entry-content h1 {
	font-size: 1.7em;
	margin:0px auto 10px;              
}

.no-border {
	border: none;
}

.no-border td {
	border: none;
	text-align: left;
}

.results a {
	background-color: #f58220;
	color: #FFF !important;
	font-weight: normal;
	padding: 20px 50px;
	border-radius: 6px;
	width: 235px;
	text-transform: uppercase;
	font-family: Tahoma !important;
	font-size: 18px;
	box-shadow: 2px 2px 2px 0px grey;
	float: left;
	margin-bottom: 20px;
}

.results a:hover {
	color: #FFF;
	background-color: #4d4d4d;
	text-decoration: none;
}

.airliness img {
	padding: 70px 10px 0px 0px;
}

.blink {
	width: 110%;
	background-color: #f58220;
	padding: 0px;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
	margin: 0px -15px;
}

.blink span {
	font-size: 35px;
	color: #000;
	animation: blink 1s ease-in-out infinite;
}

@
keyframes blink { 0%{
	opacity: 0;
}

50%{
opacity
















:








 








.5
















;
}
100%{
opacity
















:








 








1;
}
}
.mb-contact {
	padding: 50px 80px;
	background: #FAFAFA;
	border: 1px solid #d0d0d0;
	margin: 0 0 10px 0;
	font-size: 12px;
	clear: both;
}

.mb-contact label {
	font-weight: bold;
}

.mb-contact .wpcf7-submit {
	background: #f58020;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 70px 15px 70px;
	text-transform: uppercase;
	border: none;
	border-radius: 25px;
}

h1.entry-title:hover {
	color: #000;
}

#event_list_widget-3 h3 {
	font-size: 12px;
	line-height: 14px;
}

#event_list_widget-3 .widget-title {
	color: #000 !important;
	text-decoration: none !important;
}

a.fcform {
	font-weight: bold;
	color: #fff;
}

.current-menu-parent {
	background-color: #f58220;
}

.timer_text {
	padding-top: 80px;
	margin-bottom: -25px;
}

.timer_text span {
	font-size: 16px;
	font-weight: bold;
}

.timer_hrs {
	padding: 15px 15px 15px 25px;
}

.timer_days {
	padding: 15px 15px 15px 20px;
}

.timer_mins {
	padding: 15px 15px 15px 10px;
}

.timer_secs {
	padding: 15px 15px 15px 0px;
}

@media only screen and (min-device-width : 375px) and (max-device-width
	: 667px) {
	button#responsive-menu-button {
		position: absolute !important;
		top: 632px !important;
		overflow: auto !important;
		width: 52px !important;
		margin-right: -18px !important;
	}
	.top-site-sns i {
		margin: 0 5px 0 10px !important;
	}
	.orange_ring {
		padding: 60px 70px 65px 48px !important;
		margin-left: 20px;
	}
	.black_ring {
		margin-left: 20px;
	}
	.site-sns i {
		margin: 0 5px 0 15px !important;
	}
	.ul_top_links li a {
		font-size: 11px !important;
	}
	.timer_text {
		padding-top: 20px !important;
	}
	.boston img {
		width: auto !important;
	}
	.boston {
		background: #2D4C9C;
		text-align: center;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width
	: 667px) and (orientation : landscape) {
	.boston img {
		width: auto !important;
	}
	.boston {
		background: #2D4C9C;
		text-align: center;
	}
	.logo-box {
		float: left;
		margin-top: 15px;
		margin-bottom: 20px;
		width: 222px;
		text-align: center;
		margin-left: 225px;
	}
	.top-site-sns {
		margin: -20px 150px;
	}
	.top_register {
		float: left;
		margin-left: -165px;
		margin-top: 40px;
	}
	#counter {
		margin: 0px 150px;
		height: 100px;
	}
	button#responsive-menu-button {
		position: absolute !important;
		top: 670px !important;
		overflow: auto !important;
		width: 52px !important;
		margin-right: -32px !important;
	}
	.orange_ring {
		padding: 70px 230px 65px 39px !important;
		margin-left: 140px;
	}
	.black_ring {
		padding: 90px 230px 65px 39px !important;
		margin-left: 140px;
	}
	#footer2, #footer3 {
		padding-left: 0px !important;
	}
	.custom_footer h2::before {
		top: 22px !important;
	}
	#footer-social {
		margin-left: -60px;
	}
	.site-info {
		margin-left: -5px;
	}
}

.home-page-secion-three img {
	width: 100% !important;
}

div#post-1137 img {
	margin: 10px;
	border-radius: 0px;
}

.airline {
	padding: 8px 0px;
}

#text-26 {
	margin: 0px 20%;
}

.boston {
	background-image: url(./images/bbg.jpg);
}

@media only screen and (min-device-width : 414px) and (max-device-width
	: 736px) and (orientation : landscape) {
	.top-site-sns {
		margin: 0px 35%;
	}
	.logo-box {
		margin-left: 40%;
	}
	.top_register {
		margin-left: -136px;
		margin-top: 35px;
	}
	#text-9 {
		margin-left: 27%;
		margin-top: -60px;
		margin-bottom: 65px;
	}
	button#responsive-menu-button {
		top: 690px !important;
		margin-right: -30px !important;
	}
}

@media only screen and (max-device-width: 640px) and (min-device-width:
	360px) and (orientation : landscape) {
	.top_text h2 {
		font-size: 42px;
	}
	.top-site-sns {
		margin: 0px 33%;
	}
	#text-9 {
		margin-left: 0%;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	button#responsive-menu-button {
		top: 695px !important;
		margin-right: -30px !important;
	}
	.top_text h3 {
		font-size: 38px;
	}
	.site-logo {
		height: 238px;
	}
}

@media only screen and (max-device-width: 667px) and (min-device-width:
	375px) and (orientation : landscape) {
	#text-9 {
		margin-left: 0%;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	button#responsive-menu-button {
		top: 685px !important;
		margin-right: -30px !important;
	}
}

.wp-image-1752, .wp-image-1753, .wp-image-1754, .wp-image-1893,
	.wp-image-1898, .wp-image-1899 {
	margin: 0px 20%;
}

.wp-image-1759 {
	margin: 0px 10% !important;
}

.wp-image-2405 {
	margin: 0px 8% !important;
}

.wp-image-1761 {
	border-radius: 0px !important;
}

     
.wp-caption-text {
	text-align: center;
	font-weight: 600;  
margin:0px auto;    
}

.testimonial.t-slide {
	z-index: 0 !important;
}

#post-1137 strong {
	font-size: 16px;
}

li#text-31:before {
	border-left: none;
}

li#menu-item-10 a {
	display: block;
	background-image: url(./images/home-icon.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 52px;
	text-indent: -9000px;
	margin: 0px !important;
	background-position: left 14px center;
}

li#menu-item-10:hover {
	position: relative;
}

li#menu-item-2509 a {
	text-align: center;
	-moz-padding-end: 4px !important;
	-moz-padding-start: 4px !important;
}

.home-results {
	background-color: #f58220;
	color: #FFF;
	padding: 5px 20px;
	font-weight: bold;
	border-radius: 15px;
	font-size: 20px;
}

.home-results:hover {
	color: #FFF !important;
	background-color: #4d4d4d;
}

.home-page-secion-one {
	padding-top: 25px !important;
}

#lcs_logo_carousel_wrapper .owl-nav div {
	background: none !important;
	border-radius: 2px !important;
	margin: 2px !important;
	padding: 0 !important;
	width: 35px !important;
	height: 35px !important;
	line-height: 30px !important;
	font-size: 22px !important;
	color: #ccc !important;
	opacity: 1 !important;
	z-index: 999 !important;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none !important;
}

.new_header {
	background-image: url(./images/marathon_blog.jpg);
	min-height: 28.4rem;
	overflow: hidden;
	position: relative;
	background-size: cover;
	margin-bottom: 60px;
	background-position: center;
}

.new_header h1 {
	text-align: center;
	font-size: 65px;
	line-height: 1.1em;
	color: #FFF;
	position: absolute;
	left: 40%;
	top: 30%;
	display: block;
	text-transform: uppercase;
}

.pt-cv-view .pt-cv-ifield {
	margin-bottom: 0 !important;
	background: #FFF;
	height: auto;
	float: left;
}

label.screen-reader-text {
	display: none;
}
   

.pt-cv-wrapper .btn-success {
	color: #fff;
	background-color: #f58220;
	border-color: #f58220;
	border-radius: 20px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0),
		rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1)
		50%, rgba(0, 0, 0, .1));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1)
		50%, rgba(0, 0, 0, .1));
	font-weight: bold;
	float: right;
	margin-bottom: 15px;
}

 
.pt-cv-content, .pt-cv-content * {
	font-weight: 400;
	padding: 15px;
}

.pt-cv-view .pt-cv-title {
	margin-bottom: 10px;
	padding: 15px 15px 0px 15px;
}
 

.widget_area .widget_archive select {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

select#cat, select#archives-dropdown-2 {
	width: 92%;
	padding: 5px;
	border-radius: 20px;
	border: 2px solid #d0d0d0;
}

#post-2 .blog-side ul li a:before {
	content: '\25ba';
	font-family: fontello; 
	position: absolute;
	margin-left: -15px;
	margin-top: 0px;
	font-size: 12px;
}

#post-2 .blog-side ul li {
	padding: 6px 0px;
}
 

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	#toplinks {
		margin-left: -70px;
	}
	 .site-nav > ul > li a{
		 font-size:12px !important;
		 padding:0px 20px !important;
	 }
	 .top_text h2 {
    font-size: 40px !important;
	 }
	#sociallinks, .top_register {
		 display: flex;
		justify-content: center;
		text-align: center;
		margin: 10px auto !important;
		width: 100%;
		float: left;
	 }
	 .top-site-sns, #counter ul{
		 margin:0px auto;
	 }
	 .search-form{
		 padding-top:0px;
		 margin-top: 0px;

	 }
	 .timer_text {
    padding-top: 0px;
	 }
	 #counter {
    margin-left: -35px;
}
}


@media screen and (max-width: 919px) {
	.home-page-sections .col-md-4 {
    margin-bottom: 25px;         
}
	
	
	
	#toplinks, .logo-box, #Top_Banner {
		display: flex;
		justify-content: center;
		text-align: center;
		margin: 5px auto !important;
		width: 100%;
		float: left;
	}
	.ul_top_links li::before {
    content: "|";
    padding: 0px 5px !important;
    font-size: 20px;
    line-height: 10px;
}
#counter ul {
    margin: 0px !important;
}
.timer_hrs { 
	padding: 0px 15px 0px 25px;
}

.timer_days {
	padding: 0px 15px 0px 20px;
}
  
.timer_mins {
	padding: 0px 15px 0px 10px;
}

.timer_secs {
	padding: 0px 15px 0px 0px;
}
.site-nav-toggle {
    display: none !important;
}
#sociallinks ul {
    margin: 0px auto;
}
.home-box{
	width:100% !important;
}

header {   
    background-color: #303030 !important;    
}

}
#Top_Banner li {
    list-style: none;
}
.home-box {
    width: 19%;   
   
    display: block;
    float: left;
    margin: 1% 0 1% 1%;
}
.home-box h2{
	text-align: center;
    margin: 0px auto;
    font-weight: 600; 
	font-size: 16px;
}
.home-box-desc{
	 border: 1px solid silver;  	  
	 padding:5px;
	 font-size:12px;
}
.home-page-sections {          
    background: #F5F5F5; 
}
#Footer_1 {
    background-image: url(./images/footer-line.png); 
    background-position: right center;
    background-repeat: no-repeat;
    padding: 55px 0px;
}
#Footer_2, #Footer_3 {
    background-image: url(./images/footer-line.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.tnp-field label {
    display: none !important;
}
#newsletterwidget-2 {
    margin-top: 20px;
    float: right;
}
input.tnp-email {
    background: #f0f0f0 !important;
    border: none !important;
    border-radius: 5px;
    padding: 8px 0 8px 8px; 
    margin-bottom: -4px;
    width: 80%;
}
.home-box img {
    width: 100%;
}
.home-box p{
	    padding: 0px;
    font-size: 12px;
	margin:0px auto;
}
.blue_btn{
	background: #2d4f8e; 
    color: #FFF;
    padding: 4px 16px;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle;
}
.green_btn{
	background: #86b241; 
    color: #FFF;
    padding: 4px 16px;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle;
}
.purple_btn{
	background: #7d2674;     
    color: #FFF;
    padding: 4px 16px;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle;
}
.grey_btn{
	background: #19648c; 
    color: #FFF;
    padding: 4px 16px;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle;
}
.navy_btn{
	background: #0c7668; 
    color: #FFF;
    padding: 4px 16px;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle;
}
#recent-posts-widget-with-thumbnails-2, #text-6 {
    background: #FFF;
    padding: 8px 8px 0px 8px;
    border: 1px solid silver;
    min-height: 365px;     
}
.home-page-sections h3.widgettitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 5px;
    border-bottom: 1px solid silver;
    padding: 6px;
}     
#text-10 img {
    width: 100%;
}
.main-menu-bottom {
    background: #F4FAFA;	
	border:1px solid silver;
}
.main-menu-bottom .site-nav>ul>li a {
   display: block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 18px!important;
    color: #303030;
    margin: 0px auto;
}
.meris-breadcrumb {
    padding: 6px 8px;
}
.rpwwt-post-date {
    color: #ee8021;
    font-size: 10px;       
    font-weight: 600;   
    margin-left: 28%;
}
.rpwwt-post-excerpt a {
    float: right;
    margin-top: 15px;
}
.rpwwt-post-excerpt{
	font-size:12px;
}   
.wpcf7 {
    border: 1px solid silver;
    padding: 30px;
    margin: 20px 0px 30px;
}
 
#em_calendar-2 thead {
    background: #ff7300;
    color: #fff;
}
table.em-calendar {
    border: 1px solid silver;
    background: #f2f0ed;     
}
td.eventless-today {
    border: 1px solid #1e7c7f !important;
    background: #ff7300 !important;
    color: #fff;             
}
#recent-posts-widget-with-thumbnails-4, #em_calendar-2, #text-11, #rpwwt-recent-posts-widget-with-thumbnails-3, #text-12 {
    padding: 0px 10px !important;
}
.post-entry .size-post-thumbnail {
    width: 50%;
    float: left;
    padding-right: 20px;
}
 
.mec-box-calendar.mec-calendar dt{
    height: 25px !important;  
	font-size: 13px !important;
    color: #303030;
}
.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{
	padding:2px !important;
}
.mec-event-container-simple .mec-monthly-tooltip h4{
	font-size:2px !important
}

article.row.mec-single-event, .mec-full-calendar-wrap {     
    padding: 0px 15px;
}
li#menu-item-89 a:hover{
background:#496DB7;
}

li#menu-item-102 a:hover{
background:#86B241;
}

li#menu-item-113 a:hover{
background:#4B4B95;
}

li#menu-item-97 a:hover{
background:#4C81A9;
}

li#menu-item-90 a:hover{
background:#F47025;
}

li#menu-item-132 a:hover{
background:#995391;
}

li#menu-item-110 a:hover{
background:#19648C;
}

li#menu-item-137 a:hover{
background:#31897D;
}

li#menu-item-141 a:hover{
background:#EA6B62;
}
 
li#menu-item-98 a:hover{
background:#86B241;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 ul{
	margin:0px;
}
.wp-image-663 {  
    margin-bottom: 27px;   
}
.no_padding{
	padding:0px !important;
}
div#wpb-scroll-div.wpb-image-popup{
	margin-top:0.7% !important;   
}
.mec-container{
	padding:0px 30px !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	#toplinks {
		margin-left: -70px;
	}
	.mainheader .col-md-3 {
		margin-right: 0px;
		float: right;
	}
	.main-menu-bottom .site-nav > ul > li a {   
    padding: 8px !important;
	}
	.wp-image-9 {
    margin-bottom: 15px;
}
.mec-box-calendar.mec-calendar .mec-calendar-header {
    margin-top: 45px !important;
    margin-bottom: 10px !important;
}
}

@media screen and (max-width:414px) {
	button#responsive-menu-button {
		top: 150px !important;
	}
}

@media screen and (max-width: 1000px) {
	button#responsive-menu-button {
		display: inline-block;
		transition: transform 0.5s, background-color 0.5s;
		margin-top: 100px !important;
	}
}

@media screen and (max-width: 768px) {
	button#responsive-menu-button {
		margin-top: 300px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 850px) {
	button#responsive-menu-button {
		margin-top: 332px !important;
		top: 0px !important;
	}
}
	
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1){
	.home-box {
    margin: 0px 30%;
    width: 45% !important;
    float: left;
    margin: 2%;
} 
.home-box-desc {   
    min-height: 120px;
  }
  #text-10 img {
    width: 48%;
    float: left;
    margin: 0px 5px;
}
 }

@media screen and (max-width: 650px) {
	button#responsive-menu-button {
		margin-top: 325px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 550px) {
	button#responsive-menu-button {
		margin-top: 310px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 480px) {
	button#responsive-menu-button {
		margin-top: 140px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 414px) {
	button#responsive-menu-button {
		margin-top: 232px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
	button#responsive-menu-button {
		margin-top: 207px  !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 325px) {
	button#responsive-menu-button {
		margin-top: 200px !important;
		top: 0px !important;
	}
}
@media only screen and (min-device-width: 411px) and (max-device-width: 731px) {
button#responsive-menu-button {
    margin-top: 267px !important;
    top: 0px !important;
}
}

@media only screen and (min-device-width: 412px) and (max-device-width: 732px) {
	button#responsive-menu-button {
		margin-top: 267px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
	button#responsive-menu-button {
		margin-top: 233px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
	button#responsive-menu-button {
		margin-top: 223px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
	button#responsive-menu-button {
		margin-top: 233px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 846px) {
	button#responsive-menu-button {
		margin-top: 260px !important;
		top: 0px !important;
	}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
	button#responsive-menu-button {
		margin-top:315px !important;
		top: 0px !important;
	}
}
@media screen and (max-width: 919px) {
	#toplinks {
		display: flex;
		justify-content: center;
		text-align: center;
		margin: 10px auto !important;
		width: 100%;
		float: left;
	}
	button#responsive-menu-button {
    z-index: 111 !important;
	}
	.post-68 td, .post-54 td{
		font-size:12px;
	}
	#Top_Banner ul {
    margin: 0px 0px 10px 0px;
} 

}

@media only screen and (min-device-width: 412px) and (max-device-width: 732px) {
	button#responsive-menu-button {
		margin-top: 257px !important;
		top: 0px !important;
	}
}
@media only screen and (min-width: 411px) and (max-width: 767px) 
  {
	button#responsive-menu-button {
		margin-top: 257px !important;
		top: 0px !important;
	}
}

select.form-control {
    width: 340px !important;
}
li#menu-item-898 a {
    background: #ee7f23;
    color: #FFF;
}
.alignleft td {
    padding: 5px 0px;
}

.post-1131 h1{
	font-size: 26px;
    margin: 0 0 12px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
    text-align: center;   
    padding: 10px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 5px solid #ee7f23;
    background: #3f1e6b;
    margin: 22px 0px;
}

.post-1131 p{
	font-size:18px;
}
.post-1131 h2{
	text-align: center;
    text-transform: uppercase;
    font-size: 38px;   
    color: #3f1e6b;
    letter-spacing: 6px;
    margin-bottom: 28px;
    line-height: 48px;
    font-weight: 500;
}
.post-1131 h2 span {
    font-weight: 800;
}
.important {
    background: #fffbf3;
    padding: 15px 25px;
    text-align: center;
    box-shadow: 0px 2px 7.68px 0.32px rgb(10 54 72 / 30%);
    margin: 0px auto;
    width: 99%;
    margin-bottom: 35px;
}
 

p.sub_heading {
    font-weight: 800;
    font-size: 22px;
	text-transform:uppercase;
	text-decoration:underline;
}
.scholar{
	margin-bottom:10px;
}

.scholar li {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 18px;
}

.elmira li {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
	margin-left:18px;
    font-weight: 600;
}
.elmira-contact {
    background: rgb(252, 254, 255);
    padding: 15px 25px;
    text-align: center;
    box-shadow: 0px 2px 7.68px 0.32px rgb(10 54 72 / 30%);
    margin: 0px auto;
    width: 99%;
    margin-bottom: 50px;
    min-height: 280px;
}

.note {
    color: #105862;
    font-weight: 800;
    font-size: 18px;
    line-height: 44px;
	margin-bottom:10px;
}

.elmira-contact p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.elmira-upload {
    background: #ee7f23;
    color: #FFF;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 10px 15px;
	margin-bottom:10px;
	border: 2px solid #FFF;
    outline: 2px solid #ee7f23;
}
.elmira-upload span{
	 
    font-weight: 600;
    font-style: inherit;

}
.elmira-upload a{
	color:#FFF !important;
}
.note_box {
    background-color: rgb(233, 245, 248);
    box-shadow: 0px 2px 7.68px 0.32px rgb(10 54 72 / 30%);
    padding: 25px;    
    height: auto;
    z-index: 157;
    margin: 0px 20px;
    width: 45%;
    text-align: center;   
    line-height: 22px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    min-height: 120px;  
}

@media screen and (max-width: 919px) { 
.half-width li {
    width: 100% !important;
     
}

 .post-1257 h1 {
    font-size: 18px !important;
  }
  .post-1257 p {
    font-size: 16px !important;
}
.rpf li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: 600;
}
p.sub_heading{
	font-size:18px;
}
.rpf-contact, .important{
	padding:15px;
}
.post-1257 h2 {  
    font-size: 20px !important;
	line-height:22px !important;
     
   
}

  .post-1131 h1 {
    font-size: 18px;
  }
  .post-1131 p {
    font-size: 16px;
}
.elmira li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: 600;
}
p.sub_heading{
	font-size:18px;
}
.elmira-contact, .important{
	padding:15px;
}
.post-1131 h2 {  
    font-size: 20px;   
    color: #3f1e6b;
    letter-spacing: 8px;  
    line-height: 28px;
   
}
.scholar li{
	font-size:16px;
}
.elmira-upload{
	font-size:18px;
}
.note_box {
    width: 90% !important;
    margin-bottom: 20px;
    font-size: 16px;
}
}

.post-1257 h1{
	font-size: 36px;
    margin: 0 0 12px;
    line-height: 32px;
    font-weight: 800;
    text-align: center;
    padding: 10px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0px 0px;
	color:#000;
}

.post-1257 h1 span{
	color:#f07c01;
}
.post-1257 p{
	font-size:18px;
}
.post-1257 h2{
	text-align: center;    
    font-size: 34px;
    color: #666;
    letter-spacing: 2px;
    margin: 15px 0px 0px;
    line-height: 48px;
    font-weight: 700;
}
.post-1257 h2 span {
    font-weight: 800;
}  

.post-1257 li {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 18px;
}

.rpf-contact {
    background: rgb(252, 254, 255);
    padding: 15px 25px;
    text-align: left;
    box-shadow: 0px 2px 7.68px 0.32px rgb(10 54 72 / 30%);
    margin: 0px auto;
    width: 99%;
    margin-bottom: 50px;
    min-height: 315px;
}

.half-width{
	width:100%;
	float:left;
}
.half-width li{	
	width: 33%;
    float: left;
	margin-left:0px;
}

.rpf-note {
    color: #105862;
    font-weight: 800;
    font-size: 18px;
    line-height: 44px;
    margin-bottom: 10px;
	text-align:center;
	text-decoration: underline;
    text-transform: uppercase;
}

.rpf-contact u {
    font-size: 18px;
    font-weight: bold;
	text-align:center;
}
.rpf-contact p{
 text-align:left;	
}

.li-alpha li{
	list-style: lower-alpha;
}

.main-list li {
    text-align: justify;
}
.wp-image-1314 {
    width: 100%;
}
.rpf-upload{
	background: #ee7f23;
    color: #FFF;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 10px;
    border: 2px solid #FFF;
    outline: 2px solid #ee7f23;
    margin: 10px 10%;
    width: 80%;  
    margin-bottom: 30px;
}
.rpf-upload p{
	text-align: center;
    margin: 10px 0px;
}

.rpf-upload a{
	color:#FFF !important;
}
.rpf-button{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #ee7f23;
    padding: 8px 12px;
    color: #FFF !important;
}