@import url("rwd.css");

h1 {
	color: #604844;
	text-decoration: none;
}
.sheading
{
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    color: #604844;
    text-decoration: none;
}
@media only screen and (max-width: 520px)
{
	h1 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 400px)
{
	h1 {
		font-size: 1.3em;
	}
	.sheading
	{
		font-size: 1.2em;
	}
}
.boxheading
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.thumbcaption
{
	font-size: 1em;
	font-weight: bold;
	color: #604844;
	text-decoration: none;
}

.konemb
{
    width:50%;
    float:left;
}
A
{
    text-decoration: none
}
/******************************************
******Header Banner Mouseover Start********
******************************************/
.konark-block
{
	width: 100%; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	background-repeat: no-repeat; 
	background-size: cover; 
	padding-bottom: 30.69230769230769%;
	background-color: #999999; 
	background-position: center; 
	display: flex; 
	justify-content: center;
	align-items: center;
	position: relative;
}
.konark-block .navigation-popup
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.konark-block .navigation-popup .navigation-title
{
	position: absolute;
	top: 50%;
	bottom: 20px;
	right: 10px;
	margin-top: -25px;
	width:100%;
	text-align:center;
}
.konark-block .navigation-popup .navigation-title h3
{
	margin-bottom: 8px;
	color: #FCC72C;
	font-weight: bold;
	font-size: 40px;
}
.konark-block .navigation-popup .navigation-title span
{
	color: #fff;
	font-weight: normal;
	font-size:20px;
}
.konark-block:hover
{
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	transform: scale(1.00);
}
.konark-block:hover .navigation-popup
{
	opacity: 1;
}  
@media only screen and (max-width: 768px)
{
	.konark-block .navigation-popup .navigation-title h3
	{
		font-size: 28px;
	}
	.konark-block .navigation-popup .navigation-title span
	{
		font-size:15px;
	}
}
@media only screen and (max-width: 500px)
{
	.konark-block .navigation-popup .navigation-title h3
	{
		font-size: 18px;
	}
	.konark-block .navigation-popup .navigation-title span
	{
		font-size:12px;
	}
}

/******************************************
******Header Banner Mouseover End********
******************************************/
.konarkHeader
{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.carFestivalHeader-menu
{
	width: 100%;
	display: inline-block;
	background-image: url(image3/konarkback.jpg);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-color: #BD9F87;
}
.carFestivalHeader-menu-left, .carFestivalHeader-menu-center
{
	margin: 1.5%;
	width: 32%;
	overflow: hidden;
	float: left;
	text-align: center;
}
.carFestivalHeader-menu-right
{
	margin: 1.5%;
	width: 27%;
	overflow: hidden;
	float: left;
	text-align: center;    
    background-color:#604844; 
}
.konarkmenu
{
	color:#ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: #604844;
	margin: 0px 0px 5px 0px;
	text-align: left;
	padding-left: 5px;
	line-height: 38px; 
}
.konarkmenu a
{
	color:#ffffff;	
}
.konarkmenuselected
{
	color:#604844;
	background-color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: left;
	padding-left: 5px;
	line-height: 38px; 
}
.konarkmenuimage
{
    width:100%;
}
.konarkmenuimagecaption
{
    width: 100%;
    background-color: #604844;
    font-size: 1em;
    color: #FCC72C;
    font-weight: bold; 
}
.menuimage
{
    width:100%;
    max-width:245px;
    border: 2px solid #604844;
}
@media only screen and (max-width: 780px)
{
    .carFestivalHeader-menu-right
    {
        display: none;
    }
    .carFestivalHeader-menu-left, .carFestivalHeader-menu-center
    {
        width: 45%;
        margin: 3% 1.5% 1.5% 3%;
    }  
    .carFestivalHeader-menu
    {
	    width: 90%;
    }  
    .konarkmenu, .konarkmenuselected
    {
	    line-height: 28px; 
    }    
}

@media only screen and (max-width: 650px)
{
    .carFestivalHeader-menu-left, .carFestivalHeader-menu-center
    {
        width: 94%;
		margin: 3% 1.5% 1.5% 3%;
    }
    .carFestivalHeader-menu-left
    {
		margin-bottom: 0%;
    }
    .carFestivalHeader-menu-center
    {
		margin-top: 0%;
    }
	.carFestivalHeader-menu
	{
		width: 90%;
	}
}
@media only screen and (max-width: 580px)
{
    .konemb
    {
        width:100%;
    }
}

/******************************************
******Image Columns Start********
******************************************/
.konarkImageContainer
{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.konarkImageColumns
{
    width: auto;
    display: inline-block;
}
.konarkImageColumn
{
    margin: 5px 5px 5px 5px;
    float: left;
    width:auto; 
    text-align: center;
}
.konarkImageColumnItem
{
    width: 100%;
    border-top: 1px dotted #999999;
    border-left: 1px dotted #999999;
    border-right: 1px dotted #999999;
}
.konarkImageColumnItemCaption
{
    width: 100%;
    border-left: 1px dotted #999999;
    border-right: 1px dotted #999999;
    border-top: 1px solid #604844;
    border-bottom: 1px solid #604844;
    background-color: #eeeeee;
    color: #000000;
}
@media only screen and (max-width: 610px)
{
    .konarkImageColumn
    {
        width: 100%;
        float: none;
    }
}

/******************************************
******Image Columns End********
******************************************/
