﻿body {
    background-color: #ffffff;
    display: block;
    padding: 0px;
    margin: 0px;
    /* font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #333333;
    line-height: 1.7;	
	font-family: "roboto_light","Tahoma";
    font-size: 15px;
}

#bcm-header {
    margin-bottom:18px; 
}

header {
    background-color: #ffffff;
    border-bottom: 1px solid #B45B17;    
}

h1 {
	font-size: 32px;
    font-family: "roboto_light","Tahoma";
    font-weight: normal;
	color: #333333;
}

#bcm-title
{
	padding: 30px 0; 
	text-transform: none;
	color: #333333;
}

#bcm-headercontainer img {
    padding: 22px 0;
	text-align: left;
}

#bcm-headercontainer, #bcm-bodycontainer, #bcm-footercontainer {
    width: 1210px; 
}
.bcm-container {
    margin-right: auto;
    margin-left: auto;
}


#bcm-bodycontainer {
    text-align: center;
	background-color: #FFFFFF;
}

#bcm-title-leftalign
{
	text-align: left;
	text-transform: normal;
}

#bcm-footercontainer {
    text-align: center;
}

footer {
    float: left;
    width: 100%;
    border-top: 1px solid #B45B17;
    margin: 30px 0;
    padding-top: 30px;
}

.cm-hr
{ 
	clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 30px 0;
    float: left;
}
.cm-hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
	color: #e1e1e1;
}

.clear {
    clear: both;
}

.bcm-container a {
	color: #333333;
}

/* .bcm-a-link a { */
    /* color: #FFFFFF; */
/* } */

.btn {
    background-color: #B45B17;
    border: 2px solid #B45B17;
    color: #333333;
}

.circlecb.newsletter input[type=radio]:checked + label.inner {
    background: #333333 !important;
}

.circlecb.newsletter label.outer { 
	color: #333333 !important; 
}

.circlecb.newsletter { 
	border-color: #333333 !important; 
}

.terms.circlecb.newsletter input[type=checkbox]:checked + label.inner {
    background: #333333 !important; 
}

#eacontainer
{
	background-color: #f0eeeb !important;
}

.inputcss { 
	color: #444 !important;
	padding-left: 10px !important;
	border-style: none !important;
}

.eatitle {    
    color: #333333 !important;
} 

.eagotofrontpage
{
    color: #FFFFFF !important; 	
}

.btn.newsletterclick
{
	background-color: #B45B17 !important;
    border: 2px solid #B45B17 !important;
    color: #FFFFFF !important;
}

#bcm-footercontainer a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1200px) {

    body {
        /* background-color: chartreuse; */
    } 
}

@media screen and (min-width: 1024px) and (max-width: 1209px) {
    body {
        /* background-color: fuchsia; */
    } 
}

@media screen and (max-width: 1170px) {
    #bcm-headercontainer 
    {
       text-align: center;
	   padding-left: 0;
    }	
}

@media screen and (max-width: 1170px) {
    body {
        /* background-color: cadetblue; */
    }
	
	#bcm-title
	{
		padding: 0;
		text-transform: normal;
	}

    .bcm-container { 
		width: 85%;
		max-width: 85%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		float: none;
    }

    #bcm-content {
        padding:0 30px;
    }	
	
	#eventcontent
	{
		margin-top: 19px;
	}
}

@media screen and (max-width: 768px) {
    

    body {
        /* background-color: cyan; */
    } 

}

@media screen and (max-width: 639px) {

    body {
        /* background-color: chocolate; */
    } 
	
	#bcm-headercontainer img {
		padding-left: 0px;
	}
}

@media screen and (max-width: 480px) {
    body {
        /* background-color: chartreuse; */
    } 
	
	#bcm-headercontainer
	{
		text-align: center;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
    body {
        /* background-color: aquamarine;  */
    } 
	
}
 