/*@font-face {
	font-family: 'Copperplate-Gothic-Regular';
	src: local('Copperplate-Gothic-Regular'), local('Copperplate-Gothic-Regular'), url('../font/Copperplate-Gothic-Regular.ttf') format('truetype');
}*/

@font-face {
	font-family: 'frenchscriptmt';
	src: local('frenchscriptmt'), local('frenchscriptmt'), url('../font/frenchscriptmt.ttf') format('truetype');
}



html{
	font-family: 'Raleway', sans-serif;
}


#header-wrapper{
	

}

#top-bar{
	background-color: #0363b8;
	font-size: 10pt;
	height: 35px;
	position: fixed;
	width: 100%;
	top: 0;
}

#top-bar p{
	color: #FFF;
    margin: auto;
    display: block;
    float: right;
    padding: 8px;
}

#top-bar p span{
	font-weight: bold;
}

#header-title-container-center{
	width: 1000px;
	margin: 0 auto;
	padding-top: 57px;
}

#header-title-container{
	background-image: url('../img/bg-pattern.gif');
	background-repeat: repeat;
	height: 260px;
}

#header-logo1, #header-title,#header-logo2{
	float: left;
}

#header-logo1{
	
	width: 230px;
	
}

#header-title{
	margin-left: 15px;
	width: 550px;

}

#header-title h2{
    font-family: 'frenchscriptmt', sans-serif;
    text-align: center;
    color: #0363b8;
    font-size: 40pt;
    line-height: 46pt;
    margin-top: 11px;
    margin-bottom: 11px;
}

#header-title p{
	text-align: center;
	color: #4a4a4a;
	font-size: 14pt;
}

#header-logo2{
	float: right;
	width: 137px;
	
}


/*------------------------------*/

#content-wrapper-center{
	width: 1000px;
	margin: 0 auto;
}

#highlanddance-description-container img, #highlanddance-description{
	float: left;
}

#highlanddance-description-container{
	height: 480px;
    margin-top: 70px;
    padding: 0px 50px;
}

#highlanddance-description-container img{
	height: 477px;
	margin-right: 50px;
}

#highlanddance-description{
	width: 525px;
}

#highlanddance-description #box1{
	width: inherit;
	height: 110px
}

#highlanddance-description #box2{
	height: 3px;
	width: 115px;
	background-color: #0363b8;
}

#highlanddance-description #box3{
	width: inherit;
	height: inherit;
}

#highlanddance-description p{
	font-size: 12pt;
    line-height: 18pt;
}

.custom-font1{
	font-weight: bold;
}
/*--------------------------------*/

#class-detail-container{
    width: 900px;
    height: 1300px;
    padding: 0 50px;
    margin-top: 120px;
    background-image: url('../img/ricepaper2.png');
    background-repeat: repeat;
}

#class-detail-container:hover{
	transition:all 0.3s ease;
	box-shadow:
		-webkit-box-shadow: -1px 6px 14px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: -1px 6px 14px 0px rgba(0,0,0,0.35);
		box-shadow: -1px 6px 14px 0px rgba(0,0,0,0.35);
}


#class-detail-container #left-box, #class-detail-container #right-box{
	float: left;
	padding-top: 40px;
}

#class-detail-container #left-box{
	width: 600px;

}

#class-detail-container #left-box h2{
	font-weight: 300;
	color: #0058a6;
	margin-bottom: 60px;
}

#class-detail-container #left-box h3{
	font-weight: bold;
	font-size: 11pt;
	margin-top: 30px;
}

#class-detail-container #left-box ul{
	padding-left: 20px;
}

#class-detail-container #left-box ul li{
	font-weight: 400;
	font-size: 10pt;
	list-style: none;
    /*height: 18px;*/
}

#class-detail-container #left-box ul li:hover{
	transition:all 0.1s ease;
	font-weight: 700;
	font-size: 11pt;
	color: #0058a6;
	cursor: pointer;
}

#class-detail-container #right-box{
	width: 300px;

}

/*------------------------------------*/

#class-detail-container #right-box img{
	height: 440px;
}

#enquiry-detail{
	padding-top: 137px;
}

#enquiry-detail h2{
	font-size: 12pt;
	font-weight: 400;
	color: #0058a6;
}

#enquiry-detail ul{
	padding-left: 0px;
}

#enquiry-detail ul li{
	list-style: none;
	font-size: 11pt;
	font-weight: 400;
	color: #0058a6;
}

#enquiry-detail ul li:hover{
	transition:all 0.1s ease;
	font-weight: 700;
	color: #0058a6;
}

/*-----------------------------------*/

#photo-gallery{
	margin-top: 150px;
}

#photo-gallery img:hover{
	transition:all 0.3s ease;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#photo-gallery img{
	transition: all 0.2s ease-in-out;
}



/*--------------------------------------*/

footer{
	height: 100px;
	margin-top: 100px;
	height: 120px;
}

footer p{
	
	text-align: center;
	font-size: 13pt;
	color:  #0058a6;
}

#site{
	color: #000;
	text-align: center;
	font-size: 10pt;
}

/*================================================*/

@media screen and (max-width: 1000px) and (min-width: 600px){


	#header-title-container-center {
	    width: 100%;
	    margin: 0 auto;
	    padding-top: 57px;
	}

	#header-logo2 {
	    float: right;
        width: 11%;
    	padding-right: 10px;
	}

	#header-logo2 img{
	    height: 120px;
	}

	#header-title {
	    width: 63%;
	}

	#header-logo1 {
	    width: 20%;
    	padding-left: 10px;
	}

	#header-logo1 img{
    	height: 125px;
    }

    #content-wrapper-center {
	    width: 100%;
	    margin: 0 auto;
	}

    #highlanddance-description-container {
	    height: 480px;
	    margin-top: 70px;
	    padding: 0px 15px;
	}

	#highlanddance-description {
    	width: 53%;
	}

	#highlanddance-description-container img {
	    height: auto;
	    width: 33%;
	    margin-right: 50px;
	}

	#highlanddance-description #box1{
	    width: 100%;
		height: 50px
	}

	#highlanddance-description #box2{
		height: 3px;
		width: 115px;
		background-color: #0363b8;
	}

	#highlanddance-description #box3{
		width: 100%;
		height: inherit;
	}

	#class-detail-container {
	    width: 96.5%;
	    height: 815px;
	    padding: 0 10px;
	    margin-top: 120px;
	    background-image: url(../img/ricepaper2.png);
	    background-repeat: repeat;
	}

	#class-detail-container #left-box {
	    width: 66%;
	}

	#class-detail-container #right-box {
	    width: 33%;
	}

	#class-detail-container #right-box img {
	    height: auto;
	    width: 100%;
	}

	#photo-gallery img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 825px) and (min-width: 600px){

	#header-title h2 {
	    font-family: 'frenchscriptmt', sans-serif;
	    text-align: center;
	    color: #0363b8;
	    font-size: 32pt;
	    line-height: 46pt;
	    margin-top: 11px;
	    margin-bottom: 11px;
	}s

	.highlanddance-description-spacer{
		display: none;
	}

	#enquiry-detail {
	    display: none;
	}
}

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

	#header-logo2 {
		display: none;
	}

	#header-title-container {
	    background-image: url(../img/bg-pattern.gif);
	    background-repeat: repeat;
	    height: 453px;
	}

	#header-title-container-center {
	    width: 100%;
	    margin: 0 auto;
	    padding-top: 57px;
	}

	#header-logo1 {
	    margin-left: 0px;
	    width: 100%;
	}


	#header-title {
		margin-left: 0px;
	    width: 100%;
	}

	#header-logo1 img{
    	display: block;
    	margin: 0 auto;
    }

    #content-wrapper-center {
	    width: 100%;
	    margin: 0 auto;
	}

    #highlanddance-description-container {
	    height: 910px;
	    margin-top: 70px;
	    padding: 0px 50px;
	}

	#highlanddance-description-container img {
	    height: auto;
	    width: 92%;
	    margin-right: 50px;
	}

	#highlanddance-description-container {
	    height: 100%;
	    margin-top: 70px;
	    padding: 0px 50px;
	}

	#highlanddance-description {
	    width: 100%;
	}

	#highlanddance-description-container img, #highlanddance-description {
    	float: none; 
	}

	#class-detail-container {
	    width: 95%;
	    height: 900px;
	    padding: 0 10px;
	    margin-top: 120px;
	    background-image: url(../img/ricepaper2.png);
	    background-repeat: repeat;
	}

	#class-detail-container #right-box {
	    display: none;
	}

	#class-detail-container #left-box {
	    width: 100%;
	}

	#photo-gallery img {
		width: 100%;
		height: auto;
	}
}

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

	#header-logo1 img{
    	height: 125px;
    }
}

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

	#top-bar {
	    background-color: #0363b8;
	    font-size: 10pt;
	    height: 52px;
	    position: fixed;
	    width: 100%;
	    top: 0;
        text-align: right;
	}
}

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

	#photo-gallery img {
			width: 100%;
			height: auto;
		}
	
}