@font-face{
	font-family:"Trebuchet";
	src:url('trebuc.eot');
	src:url('trebuc.eot?#iefix') format('eot'),
	url('trebuc.ttf') format('truetype'),
	url('trebuc.woff') format('woff'),
	url('trebuc.svg#trebuc') format('svg');
}
body{
	font-family:"Trebuchet";
	font-size:16px;
	color:#333333;
	margin:0;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#db0e8d;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
input[type='text'], textarea, select{
	width:93%;
	height:2em;
	margin-top:2px;
	border:solid 1px #e0e0e0;
	background-color:#f9f9f9;
	color:#1b3146;
	padding:3px 10px;
}
textarea{
	height:auto;
}
hr{
    color: #ea2568;
    border-color: #ea2568;
}
h1{
    font-size: 30px;
    color: #db0e8d;
    text-align: center;
    text-transform: uppercase;
}
h2{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
h3{
    font-size: 30px;
    font-weight: normal;
    color: #db0e8d;
    text-transform: uppercase;
}
.font14{
    font-size: 14px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.red{
    color: #FF0004;
}
.pink{
    color: #dc0e8d;
}
.white, .white a{
    color: #FFF;
    text-decoration: none;
}
.white a:hover{
    color:#db0e8d;
}
.gray, .gray a{
    color: #333333;
    text-decoration: none;
}
.gray a:hover{
    color:#db0e8d;
}
img.middle{
    vertical-align: middle;
}
img.img-full{
    width: 100%;
    height: auto;
}
.line-height{
    line-height: 30px;
}
.btn-pink{
    color: #FFF;
    background-color: #ea1e63;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    padding: 10px 25px;
}
#top{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #280d50;
}
.cover{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.top-left-side{
    width: 50%;
    float: left;
}
.top-right-side{
    width: 50%;
    float: right;
    padding: 15px 0;
}
#head{
    width: 100%;
    height: auto;
    background-color: #1b1b1b;
    overflow: hidden;
}
#logo{
    width: 271px;
    height: 76px;
    float: left;
    background: url("../images/template/logo.jpg");
    margin: 5px 0;
}
#listmenu{
    width: 50%;
    float: right;
    padding: 15px 0;
    text-align: right;
}
#foot{
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    overflow: hidden;
}
.row{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}
.col2{
    width: 47%;
    float: left;
    margin: 1.5%;
}
.col3, .col33{
    width: 30%;
    float: left;
    margin: 1.6%;
}
.col33{
    margin: 10px 1.6%;
}
.p-element{
    display: block;
}
.m-element{
    display: none;
}
ul.fmenu{
    margin: 0;
    padding: 0;
}
ul.fmenu li{
    border-bottom: dotted 1.3px #333;
    text-align: center;
    list-style: none;
    padding: 10px 0;
}
ol.list-number li{
    margin: 8px 0;
}
#bottom{
    width: 100%;
    height: auto;
    background-color: #280d50;
    overflow: hidden;
    border-top:solid 5px #ea1e63;
    text-align: center;
    padding: 20px 0;
}
.bg-topic{
    width: 100%;
    height: auto;
    background-color: #e4e4e4;
    overflow: hidden;
}
.padding30{
    padding: 30px 0;
}
#slideshow{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom:solid 5px #ea1e63;
}
#bg-first-page{
    width: 100%;
    height: auto;
    background-color: #280d50;
    overflow: hidden;
    padding: 30px 0;
}
.bg-white{
    width: 90%;
    height: auto;
    background-color: #FFF;
    padding: 5%;
    margin-top: -3px;
}
.bg-topic-pink{
    color: #FFF;
    background-color: #e91e63;
    padding: 8px 15px;
}
.border-gray{
    border: solid 1px #cccccc;
}
.border-gray-padding{
    border: solid 1px #cccccc;
    padding: 8px;
}
.gallery{
	list-style:none;
	margin:0;
	padding:0;
	color:#000000;
}
.gallery img{
	width:23%;
	margin:1%;
	float:left;
}
.bg-light-gray{
    background-color: #f7f7f7;
    padding: 10px 0;
}
@media only screen and (max-width: 900px) {
    h1, h3{
        font-size: 25px;
    }
    h2{
        font-size: 20px;
    }
	.cover{
        width: 95%;
    }
    #logo{
        width: 180px;
        height: 50px;
        float: left;
        background: url("../images/template/s-logo.jpg");
        margin: 15px 0;
    }
    #listmenu{
        width: 100%;
        float: none;
        text-align: left;
        position: relative;
        padding:10px 0;
        margin: 0;
    }
    .p-element{
        display: none;
    }
    .m-element{
        display: block;
    }
    .col2, .col3, .col33{
        width: 100%;
        float: none;
        margin: 50px 0;
    }
    .col33{
        margin: 15px 0;
    }
    .gallery img{
		width:47%;
		margin:1.5%;
		float:left;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
    h1, h3{
        font-size: 25px;
    }
    h2{
        font-size: 20px;
    }
	.cover{
        width: 95%;
    }
    .gallery img{
		width:23%;
		margin:1%;
		float:left;
	}
}