@charset "utf-8";

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700);*/



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* FONTS */

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('fonts/Walkway_SemiBold-webfont.eot');
    src: url('fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Walkway_SemiBold-webfont.woff') format('woff'), url('fonts/Walkway_SemiBold-webfont.ttf') format('truetype'), url('fonts/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_ultraboldregular';
    src: url('fonts/Walkway_UltraBold-webfont.eot');
    src: url('fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Walkway_UltraBold-webfont.woff') format('woff'), url('fonts/Walkway_UltraBold-webfont.ttf') format('truetype'), url('fonts/Walkway_UltraBold-webfont.svg#walkway_ultraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}


.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	font-size:15px;font-weight:400
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px /* NAV Padding */
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: underline;
	color:#000;
	background:#fff;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #fff;
    border-color: #428bca
}

		.navbar {
			position: relative;
			min-height: 50px;
			min-height: 44px;
			margin-bottom: 20px;
			border: 1px solid transparent
		}

		.navbar-collapse {
			padding-right: 15px;
			padding-left: 15px;
			overflow-x: visible;
			-webkit-overflow-scrolling: touch;
			border-top: 1px solid transparent;
			-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
		}
		.navbar-collapse.in {
			overflow-y: auto
		}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    /*max-height: 340px*/
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position:absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
	background-color: transparent;
    border: 0 solid transparent;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 5px;
    top: -25px;
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 0 -15px
}
.navbar-nav>li>a {
    line-height: 20px
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	   padding-top: 0px;
		padding-bottom: 0px;
	  background-color: #4898FF;
    line-height: 50px;
}
.navbar-nav>li>.dropdown-menu > ul{padding-top:0;padding-bottom:0;}
.navbar-nav>li>.dropdown-menu > li > a {
	line-height: 30px !important;
	background:#fff;
	border-bottom:solid 1px #ddd;
}
.navbar-nav>li>.dropdown-menu > li:last-child{
border-bottom:none;
}
.navbar-nav>li>.dropdown-menu a{color:#fff;}
.navbar-nav > li >.dropdown-menu > li > a:hover, .navbar-nav > li >.dropdown-menu > li > a:focus {
    background:#fff;
	color: #4898FF;
    text-decoration: underline;
	
}


.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #fff
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #f83600;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background-color: #bc4200 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #f83600;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 406px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after{
    display: table;
    content: " "
}
.clearfix:after,
.nav:after,
.navbar:after{
    clear: both
}

/* change colours to suit your needs */
:hover, :focus, :active {
	outline: none;
}
/* Navigation
----------------------------------------------------*/
.navbar {
    background-color: none;
    border-bottom: 0px solid rgba(255,255,255,0);
    margin-bottom: 0;
}

.navbar-custom a {
    color: #000;
	text-decoration:none;
}

.navbar-custom a:hover, .navbar-custom a:active{
	/*text-decoration:underline;*/
}
.navbar-custom .nav li a {
	color:999;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus/*,
.navbar-custom .nav li.active a */{
    outline: 0;
}


.nav > li {
    padding: 0px;
}
.nav > li:first-child{
/*padding-left:0;*/
}
.nav > li > a {
    display: block;
   /* padding: 10px 0px;*/
    position: relative;
	/*padding-left:15px;*/
}
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
	/***padding-left:32px;*/
}

.navbar-nav > li > a > .dropdown-menu > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left:32px;
}

.navbar-custom .nav li.on{
    background: #fff;
	border-top:solid 2px #aa238d;
}
.navbar-custom .nav li.on a{
padding-top:11px;
padding-bottom:19px;
	color:#aa238d;
	    outline: 0;
}

.navbar-toggle {
    color: #bbb;
    font-size: 16px;
    padding: 4px 6px;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.top-nav-collapse .navbar-nav a, 
.top-nav-collapse .nav a {
    color: #FFF;
}
.top-nav-collapse .navbar-toggle {
    color: #bbb;
    font-size: 16px;
    margin-bottom: 9px;
    padding: 4px 6px;
    top: 11px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	background:#f83600;
    color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    background:#f83600;
	color: #ffffff; /* NAV submenu hover color */
}



*{margin:0;padding:0;}

img  {border:none;}

a {text-decoration:none;outline:none;}

a:hover {text-decoration:underline;}

.fright {float:right;display:none;}

body {
	color: #111;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight: 300;
	line-height: 22px;
}

#container{/*width:960px;*/

	text-align:left;

	margin:0 auto;

	overflow:hidden;

	background-color:#fff;}

#containerPadding{}
#header{margin-bottom:5px;/*float:left;*/width:100%;clear:both;font-weight:normal;}
#navTop, #bannerMain, #content, #footer, #copyright, #ddmenu {margin-bottom:5px;float:left;width:100%;clear:both;font-weight:normal;}

#bannerMain .leftCol, #bannerMain .rightCol, #content .leftContent, #content .rightContent {float:left;text-align:left;}

#bannerMain .leftCol, #content .leftContent {/*width:25%;*/width:239px;border-right: 1px solid #fff;}

#bannerMain .rightCol, #content .rightContent {/*width:74%;*/padding-left:5px;width:715px;}

#content .rightContent a{color:#333333}

#header{
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	padding-top:1px;

}
.headersNew{
	/*background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;*/
}

#header h1, .headersNew h1{
	color:#73189b;
	font-size: 42px;
	line-height: normal;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	padding-left:0px;
}

#header h1 a, .headersNew h1 a{color:#eb5606;}

#header h1 a:hover, .headersNew h1 a:hover{text-decoration:none;color:#eb5606;}

#header h3{color:#0000ee;font-size:13px;font-weight:bold;padding-left:160px;}

#header .right span.bold , .headersNew .right span.bold {font-weight:bold;}
.headersNew .right{margin-top:15px;}
#header .right a, .headersNew .right a{color:#333}

#footer{margin-top:20px;margin-bottom:20px;color:#eb5606;line-height:30px; border-top:solid 1px #eb5606; border-bottom:solid 1px #eb5606}

#footer ul{margin:0px;padding:0px;list-style-type:none;}

#footer li{display:inline;padding:0px 7px;}
#footer li:first-child{padding-left:0}
#footer li:last-child{padding-right:0}
#footer li a{color:#eb5606;}

#copyright{line-height:24px;padding-left:20px;}

.right{float:right;margin-right:10px;line-height:18px;}

.redColor{color:#990000;font-size:14px;line-height:18px;margin-bottom:5px;}

.more{color:#eb5606;text-decoration:underline;font-weight:bold;margin-bottom:5px;}

.homeInformation{clear:both;overflow:hidden;/*font-size:13px;line-height:18px;*/}

.innerPadding{padding:10px;}

.borderLeft{

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #E6E6E6;

}

.headings a {margin:0;padding:0;color:#5ea813;line-height:24px;font-weight:bold;font-size:12px;text-decoration:underline;}

.moreHome {color:#990000;}


.bTable{width:710px;padding-left:0px;}

h1.main-title{margin:0;padding:0;font-size:18px;color:#990000;font-weight:400;}

h2.marginBottom{margin:5px 0 5px 0;}

#copyright a{color:#000;}

.right a{color:#0000EE;}

.wrapper {

    margin: 0 auto;

    width: 960px;

    padding-left: 10px;

    padding-right: 10px;

}



#bannerMain .mobileBanner img,.homeBanner .mobileBanner img{
	width:100%;

	height:auto;
}

#content .bottomContent h2{font-size:16px;}


#homeFont{font-family:'Open Sans', Arial, sans-serif; font-size:20px !important;}

@media only screen and (max-width : 1366px) {

	#container {width:100% !important;}	

	#header .right{float:right;}

	#header .left{float:left;}

	#content .leftContent{}

	#content .rightContent{}

		#bannerMain .rightCol > div#access-control{min-height:178px;}

		#bannerMain .rightCol > div{min-height:178px;}

		

}



@media only screen and (min-width : 980px) {

	/*#ddmenu ul{width: 960px; }*/

}



@media only screen and (max-width : 960px){

	#header .left{float:left;}

	#header .right{float:right;margin-top:0;padding-left:10px;}

}



@media only screen and (max-width : 768px){

	#header {height:auto;}

	#header .right{float:right;margin-top:0;padding-left:10px;}

	.topIcons{padding-left:0px;}

	#header .left{float:left;}

	#header h1{margin-top:5px;padding-left:5px;font-size:24px;}

	#header .logoImg {width:40px;height:auto;}

	#header h3{padding-left:5px;}

	#bannerMain .leftCol{width:100%;display:none;}

	#bannerMain .rightCol{width:100%;min-height:180px;display:none;}

	/*.homeBanner .bannerRight, */.homeBanner .bannerLeft{display:none;}

	.homeBanner .bannerRight{width:100% !important;height:auto;}

	#bannerMain .mobileBanner,.homeBanner .mobileBanner{display:block !important;}

	

	/*.homeBanner .mobileBanner img{min-height:100px;}*/

	#content .leftContent{display:none;}

	#content .rightContent{width:96%;padding:1%;}

	#footer {background-repeat:repeat;}	

	#copyright {padding:5px;margin:10px 0;}

	.homeContent .col4{display:none;}

	.homeInformation .column01, .homeInformation .column02, .homeInformation .column03{width: 33%;}

	.homeContent .col1, .homeContent .col2, .homeContent .col3 {width:29%;padding:0 2%;} 

	.bottomContent{display:block !important;}

	.wrapper{width:100%;padding-left:1%; padding-right:1%;}

	#Women10KTable{width:98%}

.navbar-nav > li > a{ padding-top:5px;padding-bottom:5px; }
.navbar-nav > li > .dropdown-menu > li > a { line-height: 20px !important; }

}



@media only screen and (max-width : 480px){
.headersNew h1{font-size:30px;margin-top:1px;}
.headersNew .right{margin-top:0;}
	.topIcons, #header h3{display:none;}

	#header h1{margin-top:5px;padding-left:5px;font-size:20px;}

	#header{margin-bottom:1px;}

	.homeInformation .column01, .homeInformation .column02, .homeInformation .column03{width: 95%;}

	.homeInformation .borderLeft {border:none;}

	.homeContent .col1, .homeContent .col2, .homeContent .col3 {width:90%;padding:1% 3%;} 

}



@media only screen and (max-width : 320px){

#header h1{padding-left:2px;font-size:20px;}

}

.homeBanner .wrapper{width:100%;padding:0;}

.homeBanner .wrapper img{width:100%;height:auto;}

.infos{padding:20px 0;min-height:150px;}

h2#innerTitle, h3#innerTitle, h2.innerTitle{color:#eb5606;

	font-size: 24px;

	line-height: normal;

	font-weight: 100;margin-bottom:10px}

.responsiveImage{max-width:98%;height:auto;}	

.runningtips p{margin-bottom:16px;border-bottom:1px solid rgba(235, 38, 143, .4);padding-bottom:16px;}

.runningtips strong{color:#eb5606;}

#colorTable td {

    border: 1px solid #f0f0f0;

    padding: 2px;

}

.underline{text-decoration:underline;}

.red{color:red;}



.responsiveImg {

    height: auto;

    max-width: 500px;

    width: 96%;

}

.facts-info{font-weight:300;font-size:15px;}

ol{margin-left:25px;}

ol li{padding-left:7px;padding-bottom:10px;}

.source{color:#46891b;line-height:24px;padding-top:10px;font-weight:300;font-size:18px;}

.fact{color:#eb5606;line-height:24px;padding-top:10px;font-weight:300;font-size:18px;}

.block-title{color:#eb5606;font-size:22px;font-weight:100;}

.author-biopic{float:right;padding:2px;height:auto;width:100px;background:#fff;border:solid 2px #f0f0f0;}

.runicon{}

.runicon p{margin-bottom:15px;}
.responsive{width:100%;height:auto;}
.mynav{float:left;width:100%;clear:both;}
@media only screen and (min-width : 768px) {
	.mynav{position:relative;/*height:45px;*/line-height:55px;background-color:/*#F7C5248*//*#2dabec*/#fc6703;
    background-image: linear-gradient(to right,#f83600 0,#f9d423 100%);}
.racedirector-row{float:left;width:100%;clear:both;padding:10px 0;}
.racedirector-row .leftCol{float:left;padding:1px 5% 10px 1%;width:44.5%;/*border:solid 1px green;*/text-align:justify}
.racedirector-row .rightCol{float:left;width:44.5%;}
.raceimg{max-width:100%;height:auto;}
.mynav{position:relative;/*height:45px;*/line-height:45px;background-color:/*#F7C5248*//*#2dabec*/#eb5606;}
 nav#menu { width: 90%;}
 nav#menu ul { margin: 15px 0; width: 100%;}
 nav#menu ul li { margin: 0 0 0 7.8125%; width: 11%;}
 .headersNew{min-height:100px;}
 #header{margin-bottom:2px;}
 #content-details-coach {
    font-family: 'Lato', 'Open Sans', Arial, sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
}
}
h3.inner-title, h3.inner-title a{color: #eb5606; font-size:24px; font-weight: 300; margin-top:30px;}
@media only screen and (max-width : 767px) {
	.discover_desc{margin-bottom:20px;}
.racedirector-row .leftCol{float:left;padding:10px 5% 10px 1%;width:95.5%;/*border:solid 1px green;*/text-align:justify}
.racedirector-row .rightCol{float:left;padding:10px 1%; width:97.0%;text-align:center;}
.raceimg{width:97.5%;height:auto;}
	.mynav{position:relative;height:1px;background:transparent;}
	.mynav .container{padding-left:0px;padding-right:0px;}
	.navbar-custom .nav li.on{background:#b00957;border-top:0;background-image:url(../images/3x_icons.png);background-repeat:no-repeat;background-position:right 17px center;}
		/* Navigation */
	.dropdown:hover .dropdown-menu {display:inherit;}
	
	.navbar-toggle{background:#eb5606;padding: 6px 4px 6px 4px;height:32px;margin-right: 4px; margin-bottom: 0;position:absolute;margin-top:-4px;}
	.navbar-toggle:hover{background:#999 !important}


	.navbar-collapse{background: #eb5606/*#b00957*/;/*rgba(0,0,0,0.85);*/} /* Mobile nAV OPEN BACKGROUDN cOLOR*/
	.navbar-collapse li{border-bottom:solid 1px #ccc;padding-left:10px;padding-right:10px;}
	.navbar-collapse li:last-child{border-bottom:none;}
	.navbar {padding: 5px 0; border-bottom: 0; letter-spacing: 1px; min-height: inherit;  
			-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
			-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
			transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.navbar-custom a{padding-top: 5px;}
	.top-nav-collapse {padding: 0;}
	.top-menu{margin-top: 0;}
	.navbar-custom.top-nav-collapse {border-bottom: 1px solid rgba(255, 255, 255, .3);}
	.top-nav-collapse .navbar-brand{margin-top: 8px;}
	.top-nav-collapse .navbar-toggle{top: 0;}
	
		.headersNew{min-height:135px;}
		
	 #content-details-coach {
		font-family: 'Lato', 'Open Sans', Arial, sans-serif;
		color: #333;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}		
}


.topRight{text-align:right;margin-top:20px;}
.navbar-header{margin:0}
.logo{max-width:80px;height:auto;}
#homepageBanners{margin-bottom:20px;}
.mbtm5{margin-bottom:5px;}
h1.pageTitle{font-size: 30px;
font-weight: 300;
padding: 2px 0;color: #eb5606;
margin: 10px 0;}
h1.pageTitle a{color: #eb5606;}
h4.about-coach a{color: #eb5606;font-weight: 300;}


h2.innverSubTitles{font-size:24px; font-weight:100; color:#eb5606;margin:0;}
.eventHeadings{font-family:verdana !important;font-size:13px;font-weight:normal;color:#090}
.tipsColor2{font-family:verdana !important;font-size:13px;font-weight:normal;color:#00C;}
.tipsColor3{font-family:verdana !important;font-size:13px;font-weight:normal;color:#eb5606;}
#content-details, .large-content {
    font-family: 'Lato', 'Open Sans', Arial, sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
}
.large-content strong{font-weight:400;}
.large-content .btn-sm{font-size:14px;}
.neonColor{color:#a6056b}
.neonButton{background:#a6056b}
.neonButton:hover, .neonButton:active {background:#960260}
#content-details h2 {
    color: #090;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

#content-details .product-blocks{border-bottom:solid 1px #f3f3f3;float:left;padding-bottom:40px;margin-bottom:30px;width:100%;}
.foo{z-index: 9999999999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #68ec10;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 15px;color:#000;}
.foo h4.large{font-size:30px;}

.societteNaturelle h3.productTitles{color:#090;font-size:18px;margin-top:0;margin-bottom:0;min-height:40px;padding-left:5px;}
.societteNaturelle .maxHeight{max-height:370px;width:auto;}
.societteNaturelle .product-pic{margin-bottom:50px;}
.societteNaturelle .pImages{min-height:370px;}
.initiatives{}
.initiatives .box{background:#fff;margin-bottom:40px;}
.initiatives h2{color:rgb(32, 41, 47);font-size:18px; margin-bottom:20px; text-align:left}
.initiatives .thumb-img a{text-decoration:none;}
.initiatives .thumb-img{display:block;height:auto;width:100%;max-width:100%;}
.fw400{font-weight:400}
.mTop20{margin-top:20px;}
.mBtm20{margin-bottom:20px;}
.colorPurpleItalic{color:#a6056b;}
.fab100{font-family: 'Lato', 'Open Sans', Arial, sans-serif;
color: #333;
font-size: 19px;
font-weight: 300;
line-height: 28px;}
.fab100 strong{font-weight:400}
.bullets{color:#a6056b;font-size:14px;}

.section-heading{font-size: 22px;font-weight: 300;line-height: 29px;margin-bottom: 10px}
.tagcloud-group{width:100%;float:left;margin-top:20px;margin-bottom:20px;line-height:30px;}
.tagcloud-group h3{color: #002b58;font-size: 24px;font-weight: 300;line-height: 33px;margin-bottom: 10px;padding-left:20px;}
.tagcloud-group .tagcloud {padding-left:20px;}
.tagcloud a{background:#f6f6f6;padding:5px;margin-right:5px;margin-bottom:5px;display:inline-block;border-radius:7px;color:#666;font-family:serif}
.ourwebsites{margin-bottom:10px;}
.ourwebsites a{color: #eb5606;}
.ourwebsites h4{background:#fff; border:solid 1px #f0f0f0; padding:15px 10px; font-size:15px;font-weight:400; border-radius: 7px; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);}
p.mBottom20.text-justify{display:block; width:100%;}

h2.sub_heading a {
color: rgb(1, 53, 51);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;

}
.discover_desc a {
    color: rgb(252, 103, 3);
}
h1.indiarunningevents a{color: rgb(252, 103, 3);}
h1.indiarunningevents {
    color: rgb(252, 103, 3);
	font-family:'Open Sans', Arial;
    font-size: 30px;
    font-weight: 100;
    min-height: 42px;

}
h1.indiarunningevents a:hover{color: rgb(252, 103, 3);}
.logo-top-info {
    color: rgb(0, 0, 0);
    font-size: 13px;
    min-height: 30px;
	float:right;
	margin-top:1px;
}
.copyright,.white_header {
    float: left;
    width: 100%;
    clear: both;
}
.top-contact a {
    color: rgb(0, 0, 0);
}
.homeIndiaMarathons {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 100;
}
.latest-products {
    padding: 20px 0px;
    border-bottom: 1px solid rgb(232, 232, 232);
    border-top: 1px solid rgb(232, 232, 232);
}
/* change colours to suit your needs */
:hover, :focus, :active { 	outline: none; }
h1.main_heading { font-size: 28px;
    line-height: 54px;
    padding: 15px 0;
        padding-top: 15px;
        padding-bottom: 15px;
}
.colorOrange {  color: #fc6703 !important; }
.center { text-align: center; }
.core-values{/*#f7f7f7;*/padding:20px 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);transition: all 0.4s ease-in-out 0s;}
.core-values .cols-wrapper{float:left;width:100%;padding:0 5%}
.core-values .cols{/*width:19%;margin:3%;*/margin-bottom:15px;font-size:16px;text-align:center;}
.core-values .iconsg{background:#fff;border-radius:50%;color:#fc6703;height:75px;width:75px;display:block;font-size:33px;margin:5px auto;padding-top:18px;border:solid 1px #e0e0e0; text-align: center;}
.core-values p.core-title{margin-top:10px; text-align: center;}
h2.innerSubTitles{font-size: 24px;padding:10px 0}
.core-values .core-title{color: #fc6703;}
.main_footer, .main_footer_expand{
	min-height:56px;
	background:#222;
	clear:both;
	float:left;
	width:100%;
}
.footer_info{
color:#fff;
font-size:12px;
line-height:18px;
padding-left:5px;
}
.footer-main-links{clear:both;float:left;font-size:15px;margin-bottom:10px;margin-top:10px;width:100%;}
.footer-main-links a{color:#bababa;}
.footer-main-links ul{width:100%;clear:both;}
.footer-main-links li{list-style:none;float:left;padding:5px 10px;}

.copyright{background:#1a1a1a;font-size:12px; padding:20px 0;color:#fff;}
.copyright a{color:#fff;text-decoration:none}
.copyrigt_text{padding-left:10px;line-height:17px}

.allIndiaMarathons h2.sub_heading{color:#013533}
.allIndiaMarathons h2.sub_heading a{color:#013533}
.lastblock{color:#a6a6a7;font-size:15px;font-weight:100;line-height:20px;}
.lastblock a{color:#a6a6a7;}
.lastblock a:hover{color:#fc6703}
#socialMedia img{margin-top:5px; width:24px;height:24px;}
a.coachRavinderLink {font-size: 15px; color: rgb(17, 17, 17);}

@media only screen and (max-width : 640px) {
.mobile-image{float:left; clear:both; width:100% !important; display:block;}
nav#menu {display: none;}
.mynav .navbar{padding:0;}
.mynav .container{padding:0;}
.navbar-custom .nav li.on a{color:#fff;padding-bottom:auto;padding-top:auto;background-image:url(../images/nav_left_background.png); background-repeat:no-repeat; background-position:left center;}
.navbar-custom .nav li{ border-bottom:1px solid #fff;}
#header{margin-bottom:20px;}
#mynavOuter{margin-top:10px;margin-bottom:20px;}
h3.inner-title, h3.inner-title a{ font-size:21px; }
h1.indiarunningevents {  font-size: 22px; margin-top:5px;margin-bottom:1px; }
}

.tags-container{/*float:left;*/clear:both;}
.india-running-container {background:#f6f6f6;border-bottom: solid 1px #e0e0e0;clear:both;float:left;padding:20px 0;text-align:justify;width:100%;}
.india-running-container h3{color:#000;font-size:18px;font-weight:100;line-height:27px;}
.india-running-container p{padding-bottom:5px;}
.india-running-container strong{font-weight:400;}
.sports-events .thumb-img{padding-top:10px;}

.all-links{font-size:14px !important;}
.current_events .box {margin-bottom: 30px;}
.current_events .box h2{margin-top: 10px;}
.logo-rwm{width:300px;height:auto;}