@charset "utf-8";
/* CSS Document */

html,body {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'avenirroman';
}

.paddingTop10{
    padding-top: 10px;
}
.paddingTop30{
    padding-top: 30px;
}

.paddingTop50{
    padding-top: 50px;
}

a,img {outline: none;}
ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.Container {
    max-width: 974px;
    margin: 0px auto;
}
.Container.ContentPages {
    padding-top: 123px;
}

.clear {
    clear: both;
}
.wide {
    width: 100%;
}
.width1074 {
    max-width: 1074px;
    margin: 0px auto;
}
* {
    box-sizing: border-box;
}
.Box {
    float: left;
    text-align: center;
    font-family: 'avenir_mediummedium';
}
.Box .Content {
    font-size: 13px;
    color: #323232;
    line-height: 20px;
    padding: 22px 0px 10px 2px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Box .Content .Name {
    font-size: 15px;
    font-weight: bold;
}
.Box .Content .ViewCount {
    color: #858585;
}
.Box .LikeCount {
    font-size: 13px;
    padding-left: 2px;
    text-align: left;
    margin-bottom: 18px;
}
.Box .LikeCount span {
    font-size: 18px;
    padding-left: 32px;
}
.Box .LikeBtn {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 17px 6px;
    font-size: 13px;
    border: 2px solid;
    padding: 4px 20px 0px 20px;
    text-align: center;
}
.Box.Age9_13 .Category {
    background-color: #ff9600;
}
.Box.Age14_18 .Category {
    background-color: #068d76;
}
.Box.Special .Category {
    background-color: #006d8f;
}

.Box.Age9_13 .LikeBtn {
    background-image: url(../images/icons/like-9_13.png);
    color: #ff9600;
    border-color: #ff9600;
}
.Box.Age14_18 .LikeBtn {
    background-image: url(../images/icons/like-14_18.png);
    color: #068d76;
    border-color: #068d76;
}
.Box.Special .LikeBtn {
    background-image: url(../images/icons/like-special.png);
    color: #006d8f;
    border-color: #006d8f;
}

/* TOP WRAPPER */

#TopBar {
    height: 46px;
}
#TopBar .Container {
    padding-top: 10px;
}
#Lang {
    position: absolute;
    right: 8px;
    top: 22px;
    xfloat: right;
    xmargin-top: 22px;
    font-family: 'avenir_heavyheavy';
    font-size: 12px;
    xmargin-right:8px;
}
#Lang a {
    text-decoration: none;
    color: #930090;
    margin: 0px 4px;
}
#Lang a.current {
    color: #930090;
}
#Lang a, #Lang span {
    display: inline-block;
}
#Lang span {
    color: #930090;
}

#LoginMember {
    position: absolute;
    right: 100px;
    top: 22px;
    xposition: relative;
    xfloat: right;
    xmargin-top: 22px;
    xmargin-right: 42px;
    font-family: 'avenir_mediummedium';
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 6px;
    z-index: 3;
}
/*#LoginMember:hover #UserMenu {*/
    /*display: block;*/
/*}*/
/*#UserMenu:hover #UserMenu {*/
    /*display: block;*/
/*}*/
#UserMenu {
    display: none;
    xz-index: -1;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 114px;
    font-size: 13px;
    background-color: #930090;
    font-weight: normal !important;
    border-radius: 6px;
    border: 1px solid #000;
}
#UserMenu a {
    display: block !important;
    text-decoration: none;
    color: #FFF !important;
    padding: 9px 0px 3px 10px;
    xborder-top: 1px solid #FFF;
}
#LoginMember a {
    text-decoration: none;

}
#LoginMember a, #LoginMember span {
    color: #930090;
    display: inline-block;
}

#TopBar .SocialIcons {
    float: right;
    margin-right: 220px;
}
.SocialIcons a {
    display: inline-block;
    margin: 0px 3px;
}

#TopBar .Text {
    float: right;
    margin-right: 15px;
    color: #FFF;
    font-family: 'avenir_mediummedium';
    font-size: 13px;
    margin-top: 8px;
}

#TopMenuWrapper {
    position: fixed;
    width: 100%;
    height: 122px;
    z-index: 100;
    background: #FFF;
    box-shadow: 0px 1px 4px #b1b1b1;
}
/* TOP MENU ICON START */
#TopMenuWrapper .MenuIcon {
    display: none;
    position: absolute;
    right: 44px;
    top: 72px;
    width: 25px;
    height: 16px;
}
#TopMenuWrapper .MenuIcon .Hamburger {
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #930090;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#TopMenuWrapper .MenuIcon .Hamburger::before,
#TopMenuWrapper .MenuIcon .Hamburger::after {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #930090;
}
#TopMenuWrapper .MenuIcon .Hamburger::before {
    top: -6px;
}
#TopMenuWrapper .MenuIcon .Hamburger::after {
    bottom: -6px;
}
#TopMenuWrapper .MenuIcon .Hamburger.clicked {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#TopMenuWrapper .MenuIcon .Hamburger.clicked::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
}
#TopMenuWrapper .MenuIcon .Hamburger.clicked::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0px;
}
/* TOP MENU ICON END */
#TopMenuWrapper .Container {
    position: relative;
}
#SiteLogo {
    position: absolute;
    left: 0px;
    top: 17px;
}
#TopMenu {
    float: left;
    margin-top: 68px;
    font-size: 16px;
    font-family: 'avenirroman';
    margin-left: 248px;
}
#TopMenu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#TopMenu ul li {
    float: left;
    padding: 10px;
    margin-left: 28px;
    border: 1px solid #fff;
}
#TopMenu ul li:first-child {
    margin-left: 0px;
}
#TopMenu ul li a {
    text-decoration: none;
    color: #930090;
    display: block;
    line-height: 21px;
}
#TopMenu ul li.current a {
    font-weight: bold;
    background-image: url(../images/top-menu-item_bg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
#SearchIcon {
    display: block;
    position: absolute;
    right: 8px;
    top: 70px;
    xfloat: right;
    xmargin-top: 66px;
    xmargin-right: 30px;
}
#SearchWrapper {
    display: none;
    position: absolute;
    right: 0px;
    top: 86px;
    width: 319px;
    height: 66px;
    background-color: #FFF;
    border-top: 4px solid #8c0190;
    box-shadow: 0px 2px 8px #6b6a6a;
    z-index: 100;
}
#SearchWrapper #SearchBox {
    max-width: 298px;
    height: 40px;
    margin: 12px auto;
    background-color: #efefef;
    border-radius: 5px;
}
#SearchWrapper #SearchBox input[type="text"] {
    float: left;
    font-style: italic;
    font-size: 13px;
    color: #4f4f4f;
    border: none;
    padding: 6px;
    margin-top: 8px;
    margin-left: 8px;
    background: none;
    outline: none;
    width: 226px;
}
#SearchWrapper #SearchBox input[type="button"] {
    float: right;
    background-color: #8c0190;
    color: #FFF;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    padding: 6px 8px 4px 8px;
    margin-top: 7px;
    margin-right: 6px;
}

/* BANNER AREA */
#BannerArea {
    overflow: hidden;
    position: relative;
    width: 100%;
    xheight: 288px;
    margin: 0px auto;
    padding-top: 123px;
    z-index: 0;
}
#BannerArea .Container {
    position: relative;
}
#BannerArea .slides li img {
    xheight: 288px;
}
#BannerArea .Text {
    position: absolute;
    right: 60px;
    top: 100px;
    width: 520px;
    z-index: 100;
    font-size: 16px;
    color: #323232;
    text-align: center;
    line-height: 24px;
}
#BannerArea .Text span {
    font-size: 18px;
    font-family: 'avenir_heavyheavy';
    display: inline-block;
    padding-bottom: 6px;
}
#BannerArea #UyeOlBtn {
    display: block;
    width: 134px;
    position: absolute;
    right: 250px;
    top: 150px;
    padding-top: 9px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-family: 'avenir_heavyheavy';
    background-color: #323232;
    z-index: 100;
}
#CounterWrapper {
    overflow: hidden;
    width: 100%;
    background: #f1e231;
    padding: 20px 0px;
    text-align: center;
}
#Counter {
    color: #930090;
    font-family: 'avenir_heavyheavy';
    font-size: 24px;
    line-height: 24px;
}
#Counter span {
    display: inline-block;
    margin: 0px 2px;
    font-size: 30px;
    color: #FFF;
    background-color: #930090;
    line-height: 24px;
    padding: 14px 10px 0px 10px;
}

/* HOME CATEGORIES */
#HomeCategoryWrapper {
    overflow: hidden;
    padding: 60px 0px;
}
#HomeCategoryWrapper .Box {
    float: left;
    width: 314px;
    margin-left: 16px;
}
#HomeCategoryWrapper .BoxInner {
    min-height: 0px;
}
#HomeCategoryWrapper .BoxInner:hover {
    background: #ebebeb;
}
#HomeCategoryWrapper .Box:first-child {
    margin-left: 0px;
}
#HomeCategoryWrapper .Box .Content {
    height: 183px;
    color: #FFF;
    text-align: center;
    font-family: 'avenirroman';
    padding: 30px 18px 0px 18px;
}
#HomeCategoryWrapper .Box.Age9_13 .Content {
    background-color: #ff9600;
}
#HomeCategoryWrapper .Box.Age14_18 .Content {
    background-color: #068d76;
}
#HomeCategoryWrapper .Box.Special .Content {
    background-color: #006d8f;
}
#HomeCategoryWrapper .Box .Title {
    font-family: 'avenir_heavyheavy';
    font-size: 18px;
    padding-bottom: 6px;
    color: #930090;
}
#HomeCategoryWrapper .Box .Text {
    font-size: 17px;
    line-height: 21px;
    xpadding-bottom: 20px;
    color: #652176;
    padding-top: 15px;
    min-height: 165px;
}

#HomeCategoryWrapper .Box .Link {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #930090;
    font-weight: bold;
    line-height: 20px;
    xbackground-image: url(../images/icons/link-arrow.png);
    xbackground-repeat: no-repeat;
    xbackground-position: right 4px;
    xpadding-right: 18px;
}
#HomeCategoryWrapper .Box .Link span {
    font-weight: normal;
}

.HomeCategoryList {
    overflow: hidden;
    margin-top: 66px;
    min-height: 440px;
}
.HomeCategoryList .Title {
    font-size: 25px;
    font-family: 'avenir_heavyheavy';
    color: #323232;
    text-align: center;
    padding-bottom: 8px;
}
.HomeCategoryList .Box {
    float: left;
    width: 225px;
    margin-left: 24px;
    text-align: center;
}
.HomeCategoryList .Box:first-child {
    margin-left: 0px;
}
.HomeCategoryList .Box .Category {
    text-align: right;
    color: #FFF;
    padding: 10px 12px 3px 0px;
    line-height: 25px;
}

.YellowLine {
    background: #f1e231;
    height: 56px;
}

#HomeInfoWrapper {
    overflow: hidden;
    padding: 40px 0px;
    xmargin-top: 70px;
    xbackground-color: #3a3a40;
    xtext-align: center;
    font-family: 'avenir_mediummedium';
}
#HomeInfoWrapper .Text {
    color: #8d2b8a;
    font-size: 18px;
    line-height: 26px;
}
#HomeInfoWrapper .Text span {
    font-family: 'avenir_heavyheavy';
}
#HomeInfoWrapper .Icon {
    padding-left: 80px;
    background-repeat: no-repeat;
    color: #FFF;
    margin-bottom: 20px;
    text-align: left;
}
#HomeInfoWrapper .Piano {
    background-image:url(../images/icons/piano.png);
    background-position: 9px top;
    padding-top: 5px;
}
#HomeInfoWrapper .Member {
    background-image:url(../images/icons/member-white.png);
    background-position: 11px top;
    padding-top: 5px;
}
#HomeInfoWrapper .Jury {
    background-image:url(../images/icons/jury.png);
}
#HomeInfoWrapper .Award {
    background-image:url(../images/icons/award.png);
    background-position: 7px top;
    padding-top: 5px;
    padding-bottom: 7px;
}
#HomeInfoWrapper .Btn {
    display: inline-block;
    color: #FFF;
    background-image: url(../images/icons/info-btn-arrow.png);
    background-repeat: no-repeat;
    background-position: right 14px;
    text-decoration: none;
    background-color: #930090;
    padding: 11px 37px 2px 15px;
    margin-top: 26px;
}

#ImageMask {
    overflow: hidden;
    position: relative;
}
#EventWrapperImg {
    position: absolute;
    left: -83px;
    top: -20px;
}
#TextWrapper {
    padding-left: 460px;
}
#AnnounceWrapper {
    overflow: hidden;
    background-color: #f8e0fc;
    text-align: center;
    padding-bottom: 44px;
}
#AnnounceWrapper > .Title {
    text-align: center;
    color: #FFF;
    background-color: #930090;
    font-size: 24px;
    font-family: 'avenir_heavyheavy';
    padding-top: 14px;
}
#AnnounceWrapper .AnnounceItem {
    color: #616161;
    margin-top: 40px;
    text-align: left;
}
#AnnounceWrapper .AnnounceItem .Date {
    font-family: 'avenir_mediummedium';
    font-size: 12px;
}
#AnnounceWrapper .AnnounceItem .Title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
#AnnounceWrapper .AnnounceItem .Text {
    font-size: 14px;
}
#AnnounceWrapper .Btn {
    display: inline-block;
    color: #FFF;
    background-image: url(../images/icons/info-btn-arrow.png);
    background-repeat: no-repeat;
    background-position: right 14px;
    text-decoration: none;
    background-color: #323232;
    padding: 13px 40px 4px 18px;
    margin-top: 26px;
}

#EventWrapper {
    display: none;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    color: #323232;
    text-align: center;
}
#EventWrapper img{
    width: 100%;
    position: absolute;
    left: 0;
}

#EventWrapper .Title {
    padding-top: 90px;
    font-size: 23px;
    font-weight: bold;
}

#EventWrapper .event-content .Title li {
    list-style-type: none;
    font-size: 16px;
    font-weight: normal;
}

#EventWrapper .content {
    font-size: 16px;
    font-weight: bold;
}



#EventWrapper .event-content{
    margin-top: 50px;
    min-height: 250px;
}


/* CATEGORY PAGE */

#CatMenuWrapper {
    overflow: hidden;
    background: #f1e231;
    padding: 0px 0px;
}
#CatMenuWrapper.FixedTop {
    padding: 153px 0px 30px 0px;
}

#CatMenu {
    font-family: 'avenir_mediummedium';
    font-size: 17px;
}

#CatMenu .Title {

    font-family: 'avenir_heavyheavy';
    font-size: 24px;
    font-weight: bold;
    color: #707070;
    padding-top: 16px;
    xline-height: 0px;
    text-align: center;
    padding-left: 0px;
}


#CatMenu li:first-child {
    margin-left: 0px;
}
#CatMenu li {
    float: left;
    margin-left: 14px;
}

#CatMenu li a {
    display: block;
    text-decoration: none;
    color: #930090;
    text-align: center;
    background: #FFF;
    border: 1px solid #930090;
    padding: 8px 12px 0px 12px;
}
#CatMenu li.current a {
    background: #930090;
    color: #FFF;
}
#CatMenu li.Age9_13 a {
    xbackground-color: #ff9600;
}
#CatMenu li.Age14_18 a {
    xbackground-color: #068d76;
}
#CatMenu li.Special a {
    xbackground-color: #006d8f;
}

#CatMenu li.piano-13 a {
    xbackground-color: #ff9600;
}
#CatMenu li.vokal-13 a {
    xbackground-color: #db4c14;
}
#CatMenu li.piano-18 a {
    xbackground-color: #028938;
}
#CatMenu li.vokal-18 a {
    xbackground-color: #015e2d;
}
#CatMenu li.ozel-ozel a {
    xbackground-color: #006d8f;
}

#CatListWrapper {
    overflow: hidden;
    padding-top: 38px;
}
#CatListWrapper .Title {
    text-align: center;
    font-family: 'avenir_heavyheavy';
    font-size: 24px;
    padding-bottom: 16px;
    color: #930090;
}
#CatListWrapper.Age9_13 .Title {
    xcolor: #ff9600;
}
#CatListWrapper.Age14_18 .Title {
    xcolor: #068d76;
}
#CatListWrapper.Special .Title {
    xcolor: #006d8f;
}

#CatListContent {
    overflow: hidden;
    text-align: center;
    padding-bottom: 70px;
}

#CatListContent .Box {
    margin-left: 24px;
    margin-bottom: 60px;
}
#CatListContent .Box:first-child {
    margin-left: 0px;
}
#CatListContent .Box:nth-child(4n+1) {
    margin-left: 0px;
}
#CatListContent .Box .Category {
    height: 8px;
    margin-top: 5px;
}
#CatListContent .Box .Content {
    padding: 10px 0px 10px 2px;
    max-width: 225px;
}
#CatListContent .Box .Content span{
    white-space: nowrap;
}
#CatListContent .ShowMore {
    text-decoration: none;
    border: 2px solid #930090;
    font-size: 16px;
    padding: 15px 10px 10px 10px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

#CatListContent .ShowMore span {
    display: none;
    width: 18px;
    height: 17px;
    position: relative;
    top: 3px;
    left: -10px;
    background-image: url(../images/icons/show-more.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#CatListContent .ShowMore.clicked span {
    background-position: left bottom;
}

#CatListWrapper.Age9_13 {}
#OrderContent {
    font-size: 16px;
    margin: 0px 0px 75px 56px;
}
#OrderContent > ul {

}
#OrderContent > ul > li {
    float: left;
    margin-right: 20px;
    position: relative;
}
#OrderContent > ul > li:first-child {
    font-family: 'avenir_heavyheavy';
    font-size: 18px;
    padding-top: 8px;
}
#OrderContent > ul > li:nth-child(2){
    min-width: 136px;
}
#OrderContent > ul > li:nth-child(3){
    min-width: 206px;
}
#OrderContent > ul > li:nth-child(4){
    min-width: 196px;
}
#OrderContent > ul > li:nth-child(5){
    min-width: 150px;
}
#OrderContent > ul > li > a {
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 17px;
    padding: 10px 38px 2px 15px;
}
#CatListWrapper.Age9_13 #OrderContent ul li:first-child {
    color: #ff9600;
}
#CatListWrapper.Age14_18 #OrderContent ul li:first-child {
    color: #068d76;
}
#CatListWrapper.Special #OrderContent ul li:first-child {
    color: #006d8f;
}
#CatListWrapper.Age9_13 #OrderContent > ul > li > a {
    color: #ff9600;
    background-color: #fcefdc;
    background-image: url(../images/icons/order-arrrow-9_13.png);
}
#CatListWrapper.Age14_18 #OrderContent > ul > li > a {
    color: #068d76;
    background-color: #defcf7;
    background-image: url(../images/icons/order-arrrow-14_18.png);
}
#CatListWrapper.Special #OrderContent > ul > li > a {
    color: #006d8f;
    background-color: #dceff5;
    background-image: url(../images/icons/order-arrrow-special.png);
}
#CatListWrapper.Age9_13 #OrderContent > ul > li > ul {
    background-color: #fcefdc;
    display: none;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
}
#CatListWrapper.Age9_13 #OrderContent > ul > li:hover > ul {
    display: block;
}
#CatListWrapper.Age9_13 #OrderContent > ul > li > ul > li > a {
    color: #ff9600;
    text-decoration: none;
    padding-left: 15px;
    font-size: 15px;
}
#CatListWrapper.Age14_18 #OrderContent > ul > li > ul {
    background-color: #defcf7;
    display: none;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
}
#CatListWrapper.Age14_18 #OrderContent > ul > li:hover > ul {
    display: block;
}
#CatListWrapper.Age14_18 #OrderContent > ul > li > ul > li > a {
    color: #068d76;
    text-decoration: none;
    padding-left: 15px;
    font-size: 15px;
}

#CatListWrapper.Special #OrderContent > ul > li > ul {
    background-color: #dceff5;
    display: none;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
}
#CatListWrapper.Special #OrderContent > ul > li:hover > ul {
    display: block;
}
#CatListWrapper.Special #OrderContent > ul > li > ul > li > a {
    color: #006d8f;
    text-decoration: none;
    padding-left: 15px;
    font-size: 15px;
}
#CatListWrapper #OrderContent > ul > li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right 17px;
    padding: 2px 35px 0px 6px;
    border: 2px solid #930090;
    outline: none;
    height: 38px;
}
#CatListWrapper.Age9_13 #OrderContent > ul > li select {
    color: #ff9600;
    background-color: #fcefdc;
    background-image: url(../images/icons/order-arrrow-9_13.png);
}
#CatListWrapper.Age14_18 #OrderContent > ul > li select {
    color: #068d76;
    background-color: #defcf7;
    background-image: url(../images/icons/order-arrrow-14_18.png);
}
#CatListWrapper.Special #OrderContent > ul > li select {
    color: #006d8f;
    background-color: #dceff5;
    background-image: url(../images/icons/order-arrrow-special.png);
}


/* CONTENT PAGES */
.Yardim #ContentWrapper {
    margin: 0px 0px;
    padding-top: 152px;
}
#ContentWrapper {
    overflow: hidden;
    margin:30px 0px;
    min-height: 600px;
    padding: 0px 8px;
}
#LeftNav {
    float: left;
    width: 200px;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
}
#LeftNav ul {
    text-align: left;
}
#LeftNav ul li {}
#LeftNav ul li:first-child a {
    border-top: none;
}
#LeftNav ul li a {
    display: block;
    text-decoration: none;
    color: #353535;
    border-top: 1px solid #930090;
    padding: 17px 8px 4px 8px;
}

#LeftNav ul li a.current {
    font-weight: bold;
    background-color: #f4e5f4;
}

#ContentContainer {
    float: none;
    width: auto;
    padding-top: 14px;
    margin-left: 255px;
}
#ContentContainer .Title {
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    font-weight: bold;
    color: #930090;
}
#ContentContainer .Text {
    color: #707070;
    line-height: 24px;
    text-align: justify;
    font-size: 16px;
}
#ContentContainer .Text blockquote {
    margin: 20px;
}
#ContentContainer .Text a {
    color: #930090;
    font-weight: bold;
}
#ContentContainer .Text .Col:first-child {
    margin-left: 0px;
}
#ContentContainer .Text .Col {
    float: left;
    width: 46%;
    margin-left: 52px;
}
#ContentContainer #OrganizationImg {
    margin-bottom: 50px;
}
#ContentContainer #DirectorImg {
    float: left;
    margin-right: 22px;
}
#ContentContainer .Text table {
    line-height: 30px;
}
#ContentContainer .Text table td:first-child {
    padding-right: 28px;
}
#ContentContainer .Text #FinalTable {
    background-color: #f4e5f4;
    padding-top: 6px;
    padding: 6px 10px 0px 0px;
    margin-top: 12px;
    font-size: 18px;
}
#ContentContainer .Text #FinalTable td:first-child {
    padding-right: 60px;
}
#ContentContainer .Text #AwardTable {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}
#ContentContainer .Text #AwardTable td {
    padding-top: 8px;
}
#ContentContainer .Text #AwardTable td:first-child {
    padding-right: 48px;
    background-image: url(../images/icons/award-table.png);
    background-repeat: no-repeat;
    padding-left: 35px;
}
.OdulTabel {
    font-size: 16px;
    color: #930090;
    margin-bottom: 20px;
    line-height: 25px !important;
}
.OdulTabel td:first-child {
    font-weight: bold;
    color: #5a5a5a;
}

#ContentContainer ul li {
    background-image: url(../images/icons/accordion-ul.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 30px;
}


/* PROFILE */
#ProfileContent {
    overflow: hidden;
    padding: 170px 0px 45px 0px;
}
#ProfileContent .Image {
    float: left;
}
#ProfileContent .Content {
    float: left;
    margin-left: 34px;
    font-family: 'avenir_mediummedium';
    font-size: 20px;
    line-height: 30px;
    padding-top: 14px;
}
#ProfileContent .Content span {
    display: inline-block;
    min-height: 30px;
}
#ProfileContent .Content .Name {
    font-size: 25px;
    font-weight: bold;
}
#ProfileContent .Content .ViewCount {
    color: #858585;
}
#ProfileContent .Content .LikeCount {
    margin: 30px 0px;
}
#ProfileContent .Content .LikeCount span {
    font-weight: bold;
    font-size: 29px;
    padding-left: 56px;
}
#ProfileContent .Content .LikeBtn {
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 22px 8px;
    font-size: 19px;
    border: 2px solid;
    padding: 6px 30px 0px 64px;
    border-color: #9c9c9c;
    color: #a2a2a2;
    background-image: url(../images/icons/like-grey.png);
}
#ProfileContent .Content .LikeBtn.Age9_13 {
    background-image: url(../images/icons/like-9_13.png);
    color: #ff9600;
    border-color: #ff9600;
}
#ProfileContent .Content .LikeBtn.Age14_18 {
    background-image: url(../images/icons/like-14_18.png);
    color: #068d76;
    border-color: #068d76;
}
#ProfileContent .Content .LikeBtn.Special {
    background-image: url(../images/icons/like-special.png);
    color: #006d8f;
    border-color: #006d8f;
}
#ProfileContent .Content .Share {
    margin-top: 25px;
}
#ProfileContent .Content .Share a,#ProfileContent .Content .Share span {
    display: inline-block;
}
#ProfileContent .Content .Share a {
    margin: 0px 8px;
    position: relative;
    top: 10px;
}
#ProfileContent .Content .Share span {
    margin-right: 28px;
}

#ProfileDetailWrapper {
    min-height: 504px;
}
#ProfileDetailWrapper.Age9_13 {
    background-color: #fdf1df;
}
#ProfileDetailWrapper.Age14_18 {
    background-color: #defcf7;
}
#ProfileDetailWrapper.Special {
    background-color: #dceff5;
}
#ProfileDetail {
    overflow: hidden;
}
#ProfileDetail .Left {
    position: relative;
    float: left;
    width: 283px;
    text-align: center;
    font-family: 'avenir_mediummedium';
    line-height: 38px;
    border-bottom: 1px solid #959595;
    padding-bottom: 20px;
    margin: 102px 0px 0px 36px;
}
#ProfileDetail .Left .Image {
    overflow: hidden;
    width: 191px;
    height: 191px;
    border-radius: 40px;
    margin: 0px auto 36px auto;
}
#ProfileDetail .Left .Name {
    font-size: 28px;
    font-weight: bold;
}
#ProfileDetail .Left .Age {
    font-size: 21px;
}
#ProfileDetail .Left .EditProfile {
    position: absolute;
    right: 6px;
    bottom: 10px;
}
#ProfileDetail .Right {
    float: right;
    width: 534px;
    margin-top: 28px;
}
#ProfileDetail .Right .FieldContainer {
    color: #323232;
    margin-top: 34px;
}
#ProfileDetail .Right .FieldContainer:first-child {
    margin-top: 0px;
}
#ProfileDetail .Right .FieldContainer .Title {
    font-family: 'avenir_heavyheavy';
    font-size: 20px;
    line-height: 23px;
}
#ProfileDetail .Right .FieldContainer .Value {
    font-size: 15px;
}


/* SIGN UP */
#SignUpMenuWrapper {
    overflow: hidden;
    padding-top: 170px;
    box-shadow: 0px 1px 4px #b1b1b1;
}
#SignUpMenu {
    font-family: 'avenir_mediummedium';
    font-size: 18px;
}
#SignUpMenu li {
    float: left;
    margin-right: 8px;
}

#SignUpMenu li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    padding: 13px 52px 5px 52px;
}
#SignUpMenu li.current a {
    padding: 23px 52px 5px 52px;
    margin-top: -10px;
    background-color: #930090 !important;
}
#SignUpMenu li.SignUp a {
    background-color: #959595;
}
#SignUpMenu li.LogIn a {
    background-color: #959595;
}

#SignUpFormWrapper {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
#SignUpFormWrapper #ConfirmMessage {
    font-size: 16px;
    margin-left: 152px;
}
#SignUpFormWrapper #ConfirmMessage span {
    font-weight: bold;
}
#SignUpFormWrapper #FormError {
    font-family: 'avenir_heavyheavy';
    color: #930090;
    font-size: 18px;
    margin-left: 152px;
    background-image: url(../images/icons/form-error.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-top: 11px;
    padding-left: 45px;
}

#SignUpForm {
    overflow: hidden;
    margin: 20px 74px;
    max-width: 694px;
    font-family: 'avenir_mediummedium';
}
#SignUpForm .FieldContainer {
    overflow: hidden;
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
}
#SignUpForm .FieldContainer:first-child {
    margin-top: 0px;
}
#SignUpForm .FieldContainer .Field {
    float: left;
    width: 220px;
    margin-right: 66px;
    text-align: right;
    padding-top: 15px;
    line-height: 20px;
}
#SignUpForm .FieldContainer .Field.CustomPad {
    padding-top: 6px;
}
#SignUpForm .FieldContainer .Field span {
    font-size: 12px;
    color: #afafaf;
}
#SignUpForm .FieldContainer .FieldValue {
    float: left;
    width: 405px;
}
#SignUpForm .FieldContainer .FieldValue.VeliTel span {
    color: darkred;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-top: 12px;
}
#SignUpForm .FieldContainer .FieldValue textarea {
    border: 1px solid #c2c2c2;
    outline: none;
    overflow: hidden;
    width: 405px;
    height: 130px;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    padding: 10px 0px 2px 16px;
    color: #c3c3c3;
}
#SignUpForm .FieldContainer .FieldValue select {
    width: 405px;
    height: 44px;
    background-image: url(../images/signup-select.gif);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    padding: 10px 0px 0px 12px;
}
#SignUpForm .FieldContainer .FieldValue input {
    font-family: 'avenir_mediummedium';
}
#SignUpForm .FieldContainer .FieldValue input[type="file"] {
    margin: 8px 0px 14px 0px;
    outline: none;
}
#SignUpForm .FieldContainer .FieldValue input[type="text"] {
    outline: none;
    font-size: 18px;
    color: #c3c3c3;
    border: 1px solid #c2c2c2;
    padding: 10px 0px 2px 16px;
    width: 405px;
}
#SignUpForm .FieldContainer .FieldValue input#Day,#SignUpForm .FieldContainer .FieldValue input#Month {
    width: 110px;
    margin-right: 13px;
}
#SignUpForm .FieldContainer .FieldValue input#Year {
    width: 158px;
}
#SignUpForm .FieldContainer .FieldValue .UploadFile {
    display: block;
    width: 190px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #930090;
    font-size: 17px;
    padding-top: 6px;
}
#SignUpForm .FieldContainer .FieldValue .UploadNote {
    font-family: 'avenirroman';
    font-size: 14px;
    margin-top: 20px;
}
#SignUpForm .FieldContainer .FieldValue .UploadNote a {
    font-weight: bold;
    color: #930090;
}
#SignUpForm .FieldContainer .FieldValue .UploadNote span {
    text-decoration: underline;
    color: #930090;
}

#SignUpFormBottomWrapper {
    min-height: 424px;
    background-color: #e1e1e1;
    overflow: hidden;
}
#SignUpFormBottom {
    margin: 32px 74px;
}
#SignUpFormBottom .FieldContainer {
    overflow: hidden;
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
}
#SignUpFormBottom .FieldContainer .Field {
    float: left;
    width: 220px;
    margin-right: 66px;
    text-align: right;
    padding-top: 15px;
    line-height: 20px;
    color: #930090;
    font-weight: bold;
}
#SignUpFormBottom .FieldContainer .FieldValue {
    float: left;
    width: 405px;
    font-size: 16px;
    line-height: 30px;
}
#SignUpFormBottom .FieldContainer .FieldValue.VidTytpes {
    line-height: 22px;
}
#SignUpFormBottom .FieldContainer .FieldValue a {
    color: #363636;
}
#SignUpFormBottom .FieldContainer .FieldValue input[type="text"] {
    outline: none;
    border: none;
    font-size: 18px;
    color: #c3c3c3;
    padding: 10px 0px 8px 16px;
    width: 405px;
}
#SignUpFormBottom .FieldContainer .FieldValue #FormSave {
    text-decoration: none;
    background-color: #930090;
    color: #FFF;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 68px 6px 68px;
    margin-left: 108px;
}

#SignUpForm .FieldContainer .FieldValue.MemberSelection a {
    text-decoration: none;
    color: #323232;
    display: inline-block;
    background-image: url(../images/icons/member-select-radio_bg.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding: 3px 0px 0px 32px;
    margin-right: 44px;
}
#SignUpForm .FieldContainer .FieldValue.MemberSelection a.selected {
    background-image: url(../images/icons/member-select-radio-checked_bg.png);
}
#SignUpForm .FieldContainer .FieldValue.MemberSelection span {
    font-family: 'avenirroman';
    font-size: 13px;
    line-height: 17px;
}

#FBLoginCaptcha {
    text-align: center;
    width: 304px;
    margin-left: 400px;
    margin-top: 40px;
}
#FBLoginCaptcha > span {
    display: block;
    padding: 30px 0px
}
#FBLoginCaptcha #FBLogin {}

#SignUpFormWrapper #AgreementContact {
    color: #323232;
    font-size: 18px;
    margin: 50px 0px 50px 198px;
}
#SignUpFormWrapper #AgreementContact a.ContactLink {
    display: inline-block;
    text-decoration: none;
    color: #323232;
    background-image: url(../images/icons/form-checkbox_bg.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    display: inline-block;
    padding: 7px 0px 0px 45px;
}
#SignUpFormWrapper #AgreementContact a.ContactLink.checked {
    background-image: url(../images/icons/form-checkbox-checked_bg.gif);
}
#SignUpFormWrapper #AgreementContact span a {
    text-decoration: underline;
    background: none;
}
.AgreementText {
    background-image: url(../images/icons/form-checkbox_bg.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    display: inline-block;
    margin-bottom: 8px;
    padding: 7px 0px 0px 45px;
}
.AgreementText a {color: #323232;}
.AgreementText.checked {
    background-image: url(../images/icons/form-checkbox-checked_bg.gif);
}
#SignUpFormWrapper #FormSave {
    text-decoration: none;
    background-color: #930090;
    color: #FFF;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 68px 6px 68px;
    margin-left: 456px;
}

#ConfirmPopup {
    position: relative;
    max-width: 562px;
    height: 564px;
    background-color: #FFF;
    margin: 0px auto;
    text-align: center;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    padding: 88px;
}
#ConfirmPopup .Text {
    color: #930090;
    line-height: 24px;
    padding: 36px 0px;
}
#ConfirmPopup #ProfileLink {
    display: inline-block;
    color: #FFF;
    background-color: #b3b6ba;
    text-decoration: none;
    padding: 9px 87px 2px 54px;
    background-image: url(../images/icons/popup-link-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    margin-bottom: 42px;
}

/* LOGIN */
#LoginFormWrapper {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

#LoginForm {
    overflow: hidden;
    margin: 20px 74px;
    max-width: 694px;
    font-family: 'avenir_mediummedium';
}
#LoginForm #FBLogin {
    display: block;
    margin-bottom: 30px;
}
#LoginForm #FBOther {
    margin-left: 282px;
    text-align: center;
}
#LoginForm #FBOther span {
    display: block;
}
#LoginForm .FieldContainer {
    overflow: hidden;
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
}
#LoginForm .FieldContainer:first-child {
    margin-top: 0px;
}
#LoginForm .FieldContainer .Field {
    float: left;
    width: 220px;
    margin-right: 66px;
    text-align: right;
    padding-top: 15px;
    line-height: 20px;
}

#LoginForm .FieldContainer .Field span {
    font-size: 12px;
    color: #afafaf;
}
#LoginForm .FieldContainer .FieldValue {
    float: left;
    width: 405px;
}

#LoginForm .FieldContainer .FieldValue input {
    font-family: 'avenir_mediummedium';
}

#LoginForm .FieldContainer .FieldValue input[type="text"] {
    outline: none;
    font-size: 18px;
    color: #c3c3c3;
    border: 1px solid #c2c2c2;
    padding: 10px 0px 2px 16px;
    width: 405px;
}
#LoginForm .FieldContainer .FieldValue #ForgotPass {
    display: block;
    float: right;
    font-style: italic;
    color: #939393;
    font-size: 16px;
    margin-top: 10px;
    background-image: url(../images/icons/forgot-pass-arrow.png);
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 22px;
    padding-top: 2px;
}
#LoginForm #Login {
    text-decoration: none;
    background-color: #930090;
    color: #FFF;
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 68px 6px 68px;
    margin-left: 368px;
    margin-top: 40px;
}

/* ACCORDION PAGES */

#SignInSignUp {
    overflow: hidden;
    text-align: center;
    font-family: 'avenir_heavyheavy';
    font-size: 18px;
}
#SignInSignUp a {
    display: inline-block;
    text-decoration: none;
    color: #930090;
    border: 2px solid #930090;
    padding: 15px 30px 4px 30px;
    width: 153px;
    margin: 0px 14px;
}

.AccordionContent {
    overflow: hidden;
    max-width: 890px;
    margin: 0px auto;
}
.AccordionContent #Notification {
    padding-top: 20px;
    padding-bottom: 30px;
}
.accordion-open {
    border-bottom: none;
}
.AccordionContent .accordion {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    border-top: 1px solid #930090;
    background-repeat: no-repeat;
    padding: 28px 0px 18px 100px;
    cursor: pointer;
}
.AccordionContent .accordion span img {
    position: absolute;
    right: 14px;
    top: 34px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.accordion-open span img {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.AccordionContent .accordion.KimlerKatilabilir {
    background-image: url(../images/icons/kimler-katilabilir.png);
    background-position: 14px 22px;
}
.AccordionContent .accordion.BasvuruKilavuzu {
    background-image: url(../images/icons/basvuru-kilavuzu.png);
    background-position: 14px 15px;
}
.AccordionContent .accordion.OzelKategori {
    background-image: url(../images/icons/ozel-kategori.png);
    background-position: 20px 20px;
}
.AccordionContent .accordion.Oylama {
    background-image: url(../images/icons/oylama.png);
    background-position: 18px 18px;
}
.AccordionContent .accordion.DegerlendirmeSureci {
    background-image: url(../images/icons/degerlendirme-sureci.png);
    background-position: 24px 16px;
}
.AccordionContent .accordion.FinaleKatilim {
    background-image: url(../images/icons/finale-katilim-kosullari.png);
    background-position: 21px 15px;
}
.AccordionContent .accordion.BasvuruNasilYapilir {
    background-image: url(../images/icons/basvuru-nasil-yapilir.png);
    background-position: 0px 15px;
}
.AccordionContent .accordion.VideoKurallari {
    background-image: url(../images/icons/video-kurallari.png);
    background-position: 0px 20px;
}
.AccordionContent .accordion.VideoKayit {
    background-image: url(../images/icons/video-kayit.png);
    background-position: 0px 23px;
}
.AccordionContent .accordion.DekontYukleme {
    background-image: url(../images/icons/dokont.png);
    background-position: 0px 23px;
}
.AccordionContent .container {
}
.AccordionContent .container .content {
    font-size: 15px;
    color: #787878;
    line-height: 24px;
    padding: 18px 0px;
}
.AccordionContent .container .content ul {
    padding: 10px 0px;
}
.AccordionContent .container .content ul li {
    background-image: url(../images/icons/accordion-ul.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 30px;
}

/* JURY PAGE */
#JuryWrapper {
    overflow: hidden;
    padding-bottom: 180px;
    padding-top: 20px;
}
#JuryWrapper > .Title {
    color: #930090;
    font-family: 'avenir_heavyheavy';
    font-size: 25px;
    margin-left: 62px;
}
.JuryItem {
    overflow: hidden;
    border-bottom: 1px solid #252525;
    padding: 44px 0px;
}
.JuryItem .Left {
    float: left;
    width: 248px;
    margin-left: 40px;
    text-align: center;
    line-height: 24px;
}
.JuryItem .Left .Image {
    width: 193px;
    height: 191px;
    overflow: hidden;
    margin: 0px auto;
}
.JuryItem .Left .Image img {
    border-radius: 50px;
}
.JuryItem .Left .Name {
    font-weight: bold;
    font-size: 25px;
    padding-top: 28px;
    padding-bottom: 8px;
}
.JuryItem .Left .Desc {
    font-size: 20px;
}
.JuryItem .Right {
    float: right;
    width: 542px;
    margin-right: 50px;
    margin-top: 22px;
}
.JuryItem .Right .Title {
    color: #000000;
    font-family: 'avenir_heavyheavy';
    font-size: 20px;
    padding-bottom: 6px;
}
.JuryItem .Right .Text {
    font-size: 15px;
    line-height: 24px;
    color: #323232;
    padding-bottom: 18px;
}
.JuryItem .Right .WebLink {
    font-size: 15px;
    color: #323232;
}
.JuryItem .Right .WebLink a {
    color: #323232;
    font-weight: bold;
    text-decoration: none;
}

/* ESER SECIMI */
#EserSecimi {
    padding: 0px 58px;
    font-size: 16px;
    color: #787878;
    line-height: 24px;
}
#EserSecimi p.Title {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
}
#EserSecimi ul li {
    background-image: url(../images/icons/accordion-ul.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 30px;
}

/* CONTACT */
#Contact {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #6f6f6f;
    width: 724px;
    margin-left: 44px;
    padding-bottom: 80px;
}
#Contact > .Title {
    color: #930090;
    font-family: 'avenir_heavyheavy';
    font-size: 25px;
    margin-bottom: 25px;
}
#Contact .Left {
    float: left;
}
#Contact .Left,#Contact .Right {
    width: 300px;
}
#Contact .Left .Adress,#Contact .Right .Adress {
    line-height: 26px;
    padding-top: 14px;
}

#Contact .Left .Title,#Contact .Right .Title {
    padding-bottom: 8px;
}
#Contact .Left .MapLink,#Contact .Right .MapLink {
    display: inline-block;
    color: #6f6f6f;
    margin-top: 14px;
    background-image: url(../images/icons/map-arrow.png);
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 18px;
}
#Contact .Right {
    float: right;
}

/* DUYURULAR */
#DuyurularContent > .Title {
    color: #930090;
    font-family: 'avenir_heavyheavy';
    font-size: 25px;
    margin-bottom: 30px;
}
#DuyurularContent .AnnounceItem {
    color: #616161;
    text-align: left;
    color: #323232;
    margin-bottom: 40px;
}
#DuyurularContent .AnnounceItem .Date {
    font-family: 'avenir_mediummedium';
    font-size: 12px;
}
#DuyurularContent .AnnounceItem .Title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
#DuyurularContent .AnnounceItem .Text {
    font-size: 14px;
    line-height: 18px;
}

/* DERECEYE GIRENLER */
#DereceyeGirenler {
    overflow: hidden;
    width: 732px;
    margin-left: 58px;
    color: #787878;
}
#DereceyeGirenler .Title {
    margin-bottom: 50px;
}
#DereceyeGirenler .Title,#DereceyeGirenler strong {
    font-weight: bold;
    color: #353535;
}

/* KULLANIM KOSULLARI */
#KullanimKosullari {
    overflow: hidden;
    color: #787878;
    font-size: 14px;
    max-width: 888px;
    margin: 25px auto;
}
#KullanimKosullari .Title {
    color: #930090;
    font-family: 'avenir_heavyheavy';
    font-size: 18px;
    margin-bottom: 30px;
}
#KullanimKosullari p span {
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

/* GALERİ */

#GalleryWrapper {
    overflow: hidden;
}
#GalleryWrapper .Title {
    font-family: 'avenir_mediummedium';
    font-size: 18px;
    font-weight: bold;
    color: #930090;
    padding-bottom: 12px;
    margin-left: 10px;
}
#GalleryContent {
    overflow: hidden;
}
#GalleryContent a {
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* FOOTER */
#Footer {
    overflow: hidden;
    background-color: #414042;
}
#FooterContent {
    overflow: hidden;
    padding-top: 32px;
}
#FooterContent .Left {
    float: left;
}
#FooterContent #List {
    overflow: hidden;
    padding: 0px 76px 12px 6px;
    font-size: 15px;
    line-height: 35px;
}
#FooterContent #List ul {
    float: left;
    margin-left: 154px;
}
#FooterContent #List ul:first-child {
    margin-left: 0px;
}
#FooterContent #List ul li a {
    text-decoration: none;
    color: #FFF;
}
#FooterContent .Left .Text {
    float: left;
    color: #FFF;
    font-family: 'avenir_mediummedium';
    font-size: 14px;
    margin-top: 28px;
}
#FooterContent .Left .SocialIcons {
    float: right;
    margin-top: 22px;
}

#FooterIcons {
    overflow: hidden;
    max-width: 974px;
    margin: 0px auto;
    border-top: 1px solid #a2a0a3;
    padding: 30px 0px;
    text-align: center;
}

#FooterIcons .Text {
    color: #FFF
}
#FooterIcons a {
    position: relative;
    top: 5px;
    display: inline-block;
    margin: 0px 15px;
}

#FooterContent .Right {}

#BottomBar {
    background-color: #221f1f;
    text-align: center;
    color: #FFF;
}
#BottomBar span {
    font-size: 12px;
    padding-top: 18px;
    display: inline-block;
}

#Sponsorlar,#Destekciler {
    text-align: center;
}
#Sponsorlar .Title {
    font-family: 'avenir_heavyheavy';
    font-size: 18px;
    color: #4c4848;
    background-color: #efefef;
    padding-top: 18px;
    line-height: 34px;
    text-align: left;
    padding-left: 250px;
}
#Destekciler .Title {
    font-family: 'avenir_heavyheavy';
    font-size: 24px;
    color: #707070;
    background-color: #efefef;
    padding-top: 16px;
    xline-height: 34px;
    text-align: center;
    xpadding-left: 250px;
}
.Logos {
    margin-top: 22px;
    padding-bottom: 8px;
}
.Logos img {
    display: inline-block;
    margin: 0px 26px;
}
#FooterContent .Right {
    float: right;
}
.slides li img {
    width: 100%;
    display: block;
}
.slides li a {
    text-decoration: none;
}
.slides li a .Content {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 40px;
}
.slides li a .Content.Right {
    text-align: right;
}
.slides li a .Content.Left {
    text-align: left;
}
.slides li a .Content.Center {
    text-align: center;
}
.slides li.B1 .Content {
    font-size: 38px;
    line-height: 54px;
}
.slides li.B2 .Content {
    font-size: 44px;
    line-height: 54px;
    font-weight: bold;
    margin-left: 60px;
    padding: 110px 20px;
}
.slides li.B2 .Content span.Top {
    color: #e15226;
    font-size: 50px;
}
.slides li.B2 .Content span.Bottom {
    font-size: 28px;
    text-decoration: underline;
}

.slides li.B3 .Content {
    font-size: 74px;
    line-height: 64px;
    padding: 80px 40px;
}
.slides li.B3 .Content span.Top {
    font-weight: bold;
    text-decoration: underline;
}
.slides li.B3 .Content span.Bottom {
    font-size: 20px;
    line-height: 28px;
}

.slides li.B4 .Content {
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
    margin-left: 20px;
    padding: 250px 80px;
}
.slides li.B4 .Content span {
    color: #8e2397;
}

.slides li.B5 .Content {
    font-size: 64px;
    line-height: 74px;
    padding: 280px 80px;
    font-weight: bold;
}
.slides li.B5 .Content span.Mid {
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
}
.slides li.B5 .Content span.Bottom {
    font-size: 30px;
    line-height: 34px;
    display: inline-block;
    padding-left: 200px;
    padding-top: 64px;
}

.slides li.B6 .Content {
    padding: 200px 110px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 54px;
    line-height: 64px;
}
.slides li.B6 .Content span {
    display: inline-block;
}
.slides li.B6 .Content span.Top {
    font-size: 34px;
    padding-bottom: 20px;
}
.slides li.B6 .Content span.Bottom {
    font-size: 54px;
    line-height: 64px;
}

.slides li.B7 .Content {
    font-size: 38px;
    line-height: 54px;
    color:#dccf39;
}


.slides li.ENG1 .Content {
    font-size: 38px;
    line-height: 54px;
}
.slides li.ENG2 .Content {
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
    margin-left: 60px;
    padding: 250px 40px 80px 40px;
}
.slides li.ENG2 .Content span.Top {
    color: #e15226;
    font-size: 50px;
}
.slides li.ENG2 .Content span.ENGottom {
    font-size: 28px;
    text-decoration: underline;
}

.slides li.ENG3 .Content {
    font-size: 74px;
    line-height: 64px;
    padding: 80px 40px;
}
.slides li.ENG3 .Content span.Top {
    font-weight: bold;
    text-decoration: underline;
}
.slides li.ENG3 .Content span.ENGottom {
    font-size: 20px;
    line-height: 28px;
}

.slides li.ENG4 .Content {
    font-size: 46px;
    line-height: 64px;
    font-weight: bold;
    margin-left: 60px;
    padding: 240px 0px;
}
.slides li.ENG4 .Content span {
    color: #8e2397;
}

.slides li.ENG5 .Content {
    font-size: 54px;
    line-height: 70px;
    padding: 330px 60px;
    font-weight: bold;
}
.slides li.ENG5 .Content span.Mid {
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
}
.slides li.ENG5 .Content span.ENGottom {
    font-size: 30px;
    line-height: 34px;
    display: inline-block;
    padding-left: 200px;
    padding-top: 64px;
}

.slides li.ENG6 .Content {
    padding: 200px 110px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 54px;
    line-height: 64px;
}
.slides li.ENG6 .Content span {
    display: inline-block;
}
.slides li.ENG6 .Content span.Top {
    font-size: 34px;
    padding-bottom: 20px;
}
.slides li.ENG6 .Content span.Bottom {
    font-size: 54px;
    line-height: 64px;
}

#BannerArea .ribbon {
    position: absolute;
    right: 0px;
    top: 32px;
    z-index: 100;
    /*font-size: 16px;*/
    /*color: #323232;*/
    /*text-align: center;*/
    /*line-height: 24px;*/
}
.flex-control-nav {
    display: none;
}

.appForm{
    text-align: center;
    width: 304px;
    margin-left: 330px;
    margin-top: 0px;
}

.fraud{
    text-align: center;
    width: 304px;
    margin-left: 330px;
    margin-top: 20px;
    color: darkred;
}

.FBSignup {
    text-align: center;
    width: 304px;
    margin-left: 330px;
    margin-top: 40px;
}
.FBSignup > span {
    display: block;
    padding: 30px 0px;
}
.SignupCaptcha {
    text-align: center;
    width: 304px;
    margin-left: 400px;
    margin-top: 40px;
}
.HomeCategoryList .Box .Content span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.HomeCategoryList .Box .Content .School {
    min-height: 25px;
    display: inherit;
}
@media only screen and (max-width: 1360px) 
{
    .slides li.B5 .Content {
        font-size: 54px;
        line-height: 64px;
        padding: 60px 80px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 24px;
        line-height: 28px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 30px;
        line-height: 34px;
        display: inline-block;
        padding-left: 170px;
        padding-top: 44px;
    }
    .slides li.B2 .Content {
        font-size: 38px;
        line-height: 48px;
        font-weight: bold;
        margin-left: 60px;
        padding: 110px 20px;
    }
    .slides li.ENG6 .Content {
        padding: 160px 110px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 44px;
        line-height: 54px;
    }
}
@media only screen and (max-width: 1280px) 
{
    .slides li.B1 .Content {
        font-size: 30px;
        line-height: 48px;
    }
    .slides li.B2 .Content {
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
        margin-left: 60px;
        padding: 110px 20px;
    }
    .slides li.ENG2 .Content {
        font-size: 44px;
        line-height: 54px;
        font-weight: bold;
        margin-left: 60px;
        padding: 250px 40px 80px 40px;
    }
    .slides li.B3 .Content {
        padding: 100px 40px 80px 40px;
        font-size: 46px;
        line-height: 54px;
    }
    .slides li.B4 .Content {
        font-size: 46px;
        line-height: 54px;
        padding: 200px 32px;
    }
    .slides li.ENG4 .Content {
        font-size: 40px;
        line-height: 64px;
        font-weight: bold;
        margin-left: 60px;
        padding: 240px 0px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 28px;
        line-height: 32px;
        display: inline-block;
        padding-left: 150px;
        padding-top: 30px;
    }
    .slides li.B6 .Content {
        font-size: 46px;
        line-height: 54px;
    }
    .slides li.ENG6 .Content {
        padding: 150px 80px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 38px;
        line-height: 44px;
    }
}
@media only screen and (max-width: 1230px) 
{
    .slides li.B5 .Content {
        font-size: 46px;
        line-height: 54px;
        padding: 40px 70px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 20px;
        line-height: 26px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 24px;
        line-height: 28px;
        display: inline-block;
        padding-left: 150px;
        padding-top: 40px;
    }
}
@media only screen and (max-width: 1130px) 
{
    .slides li.B1 .Content {
        font-size: 24px;
        line-height: 42px;
    }
    .slides li.B2 .Content {
        font-size: 26px;
        line-height: 32px;
        font-weight: bold;
        margin-left: 40px;
        padding: 90px 20px;
    }
    .slides li.B2 .Content span.Top {
        font-size: 42px;
    }
    .slides li.ENG2 .Content {
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        margin-left: 20px;
        padding: 150px 40px 80px 40px;
    }
    .slides li.B3 .Content {
        font-size: 26px;
        line-height: 34px;
    }
    .slides li.B4 .Content {
        font-size: 38px;
        line-height: 45px;
        padding: 110px 32px;
    }
    .slides li.ENG4 .Content {
        font-size: 38px;
        line-height: 44px;
        font-weight: bold;
        margin-left: 60px;
        padding: 200px 0px;
    }
    .slides li.B5 .Content {
        font-size: 24px;
        line-height: 29px;
        padding: 40px 70px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 17px;
        line-height: 23px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        padding-left: 130px;
        padding-top: 20px;
    }
    .slides li.ENG5 .Content {
        font-size: 42px;
        line-height: 60px;
        padding: 280px 60px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 70px 40px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 34px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 22px;
        line-height: 32px;
    }
    .slides li.ENG6 .Content {
        padding: 128px 40px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 32px;
        line-height: 42px;
    }
}


@media only screen and (min-width: 1023px) 
{
    #TopMenu {
        display: block !important;
    }
}
@media only screen and (max-width: 1022px) 
{
    .slides li a .Content {
        padding: 12px;
    }
    .slides li.B1 .Content {
        font-size: 18px;
        line-height: 33px;
    }
    
    #CounterWrapper {
        padding: 12px 0px;
        display: none;
    }
    #Counter {
        font-size: 17px;
        line-height: 17px;
    }

    #Counter span {
        font-size: 24px;
        line-height: 18px;
        padding: 15px 8px 4px 8px;
    }

    #TopMenuWrapper .MenuIcon {
        display: block;
    }
    #TopMenu {
        display: none;
        float: none;
        position: absolute;
        z-index: 100;
        width: 100%;
        min-height: 1400px;
        xleft: 0px;
        xright: 0px;
        xbottom: 0px;
        top: 122px;
        margin-top: 0px;
        margin-left: 0px;
        background: #FFF;
    }
    #TopMenu ul li {
        float: none;
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
        border: none;
        border-top: 1px solid #930090;
    }
    #TopMenu ul li a {
        padding: 10px 0px 4px 10px;
    }
    #HomeCategoryWrapper {
        padding: 20px 8px;
    }
    #HomeCategoryWrapper .Container.paddingTop50 {
        padding-top: 20px;
    }
    #HomeCategoryWrapper .Container {
        max-width: 736px;
        overflow: hidden;
    }
    #HomeCategoryWrapper .Box {
        width: 234px;
    }
    #HomeCategoryWrapper .Box .Title {
        font-size: 16px;
    }
    #HomeCategoryWrapper .Box .Text {
        font-size: 14px;
    }
    #HomeCategoryWrapper .BoxInner .Image img {
        width: 100%;
    }
    .HomeCategoryList .Box, #CatListContent .Box {
        width: 200px;
        margin-left: 14px;
        margin-bottom: 20px;
    }
    .HomeCategoryList .Box:first-child, #CatListContent .Box:first-child {
        margin-left: 14px;
    }
    .HomeCategoryList .Box .Image, #CatListContent .Box .Image {
        min-height: 150px;
    }
    .HomeCategoryList .Box .Image img, #CatListContent .Box .Image img {
        width: 100% !important;
        height: 113px;
    }
    .HomeCategoryList .Container {
        overflow: hidden;
        max-width: 652px;
        margin-bottom: 30px;
    }
    #HomeInfoWrapper {
        padding: 40px 8px;
    }
    #CatListContent {
        max-width: 652px;
        margin: 0px auto;
    }
    #CatListContent .Box:nth-child(4n+1) {
        margin-left: 14px;
    }
    #CatListContent .Box .Image iframe {
        width: 100%;
    }
    #GalleryContent {
        max-width: 714px;
        margin: 0px auto;
    }
    
    #LoginForm .FieldContainer .Field,#SignUpForm .FieldContainer .Field {
        width: 30%;
        text-align: left;
        margin-right: 0px;
    }
    #LoginForm .FieldContainer .FieldValue,#SignUpForm .FieldContainer .FieldValue {
        width: 70%;
    }
    #LoginForm #Login {
        float: right;
        margin-left: 0px;
    }
    .SignupCaptcha {
        float: right;
        margin-left: 0px;
        margin-right: 50px;
    }
    #SignUpFormWrapper {
        max-width: 694px;
        margin: 30px auto 20px auto;
    }
    #SignUpFormWrapper #AgreementContact {
        float: right;
        margin: 0px;
    }
    #SignUpFormWrapper #FormSave {
        float: right;
        margin-left: 0px;
    }    
    #ProfileContent {
        padding: 170px 8px 45px 8px;
        max-width: 480px;
        margin: 0px auto;
    }
    #ProfileContent .Image {
        float: none;
        width: 100%;
    }
    #ProfileContent .Image iframe {
        width: 100% !important;
    }
    #ProfileContent .Content {
        float: none;
        width: 100%;
        margin-left: 0px;
        padding-top: 20px;
        font-size: 17px;
    }
    #ProfileContent .Content .Name {
        font-size: 20px;
    }
    #ProfileDetail {
        padding: 0px 8px;
    }
    #ProfileDetail .Left {
        float: none;
        width: 100%;
        margin: 102px 0px 0px 0px;
    }
    #ProfileDetail .Right {
        float: none;
        width: 100%;
    }
    
}

@media only screen and (max-width: 930px) 
{
    #CatMenuWrapper {
        padding: 30px 8px;
    }
    #CatMenuWrapper #CatMenu {
        font-size: 13px;
    }
}
@media only screen and (max-width: 769px) 
{
    .slides li.B2 .Content {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        margin-left: 24px;
        padding: 60px 20px;
    }
    .slides li.B2 .Content span.Top {
        font-size: 42px;
    }
    .slides li.ENG2 .Content {
        font-size: 28px;
        line-height: 38px;
        font-weight: bold;
        margin-left: 20px;
        padding: 120px 40px 80px 40px;
    }
    .slides li.B3 .Content {
        font-size: 18px;
        line-height: 26px;
        padding: 60px 40px;
    }
    .slides li.B3 .Content span.Bottom {
        font-size: 15px;
        line-height: 18px;
    }
    .slides li.B4 .Content {
        font-size: 28px;
        line-height: 34px;
        padding: 110px 28px;
        margin-left: 0px;
    }
    .slides li.ENG4 .Content {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
        margin-left: 30px;
        padding: 160px 0px;
    }
    .slides li.B5 .Content {
        font-size: 18px;
        line-height: 24px;
        padding: 18px 45px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 14px;
        line-height: 18px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        padding-left: 100px;
        padding-top: 10px;
    }
    .slides li.ENG5 .Content {
        font-size: 32px;
        line-height: 42px;
        padding: 200px 40px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 50px 40px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 18px;
        line-height: 26px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 18px;
        line-height: 27px;
    }
    .slides li.ENG6 .Content {
        padding: 132px 20px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 19px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) 
{
    #TopMenuWrapper {
        height: 90px;
    }
    #TopMenuWrapper .MenuIcon {
        top: 56px;
    }
    #SearchIcon {
        top: 56px;
    }
    #TopMenu {
        top: 90px;
    }
    #BannerArea {
        padding-top: 91px;
    }
    #SiteLogo {
        height: 60px;
        left: 6px;
    }
    #HomeCategoryWrapper .Container {
        max-width: 302px;
    }
    #HomeCategoryWrapper .Box {
        width: 300px;
        margin-left: 0px;
    }
    
    .HomeCategoryList {
        padding: 0px 8px;
    }
    .HomeCategoryList .Container,#CatListContent {
        max-width: 302px;
    }
    .HomeCategoryList .Box:first-child, #CatListContent .Box:first-child {
        margin-left: 0px;
    }
    .HomeCategoryList .Box, #CatListContent .Box {
        width: 300px;
        margin-left: 0px;
    }
    .HomeCategoryList .Box .Image img, #CatListContent .Box .Image img {
        height: auto !important;
    }
    #CatMenuWrapper {
        padding: 10px 10px;
    }
    #CatMenuWrapper.FixedTop {
        padding: 103px 10px 10px 10px;
    }
    #CatMenu {
        max-width: 100%;
        margin: 0px auto;
    }
    #CatMenu li {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    #HomeInfoWrapper {
        padding: 24px 8px;
    }
    #HomeInfoWrapper .Text {
        font-size: 12px;
        line-height: 21px;
    }
    
    #OrderContent {
        overflow: hidden;
        margin: 0px 0px 25px 0px;
        padding: 0px 8px;
    }
    #OrderContent > ul > li:first-child {
        font-size: 14px;
    }
    #OrderContent > ul > li:nth-child(2) {
        margin-bottom: 4px;
    }
    #OrderContent > ul > li:nth-child(2),
    #OrderContent > ul > li:nth-child(3) {
        max-width: 136px;
        min-width: 100%;
    }
    #CatListWrapper #OrderContent > ul > li select {
        font-size: 12px;
        height: auto;
        padding: 6px 0px 6px 6px;
    }
    
    .Container.ContentPages {
        padding-top: 82px;
    }
    
    #LeftNav {
        float: none;
        width: 100%;
        font-size: 12px;
    }
    #LeftNav ul li a {
        padding: 6px 8px 0px 8px;
    }
    #ContentContainer {
        width: 100%;
        margin-left: 0px;
    }
    #ContentContainer .Title {
        font-size: 14px;
    }
    #ContentContainer .Text {
        font-size: 13px;
        line-height: 20px;
    }
    #ContentContainer .Text h3 {
        font-size: 14px;
    }
    
    #GalleryWrapper .Title {
        margin-left: 0px;
        text-align: center;
    }
    #GalleryContent {
        max-width: 300px;
        margin: 0px auto;
    }
    #GalleryContent a {
        float: none;
        margin-left: 0px;
    }
    #GalleryContent a img {
        width: 100%;
        height: auto !important;
    }
    #CatListContent.FinalVideolari {
        max-width: 290px;
    }
    #CatListContent.FinalVideolari .Box:nth-child(4n+1) {
        margin-left: 0px;
    }
    
    .Yardim #ContentWrapper {
        margin: 0px 0px;
        padding-top: 132px;
    }
    #SignInSignUp {
        font-size: 12px;
    }
    #SignInSignUp a {
        padding: 10px 10px 2px 10px;
        width: 112px;
        margin: 0px 14px;
    }
    .AccordionContent #Notification {
        font-size: 12px;
    }
    .AccordionContent .accordion {
        font-size: 12px;
        padding: 18px 0px 8px 35px;
    }
    .AccordionContent .container .content {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0px;
    }
    .AccordionContent .accordion.VideoKurallari {
        background-position: 0px 15px;
        background-size: 10%;
    }
    .AccordionContent .accordion.VideoKayit {
        background-position: 0px 16px;
        background-size: 9%;
    }
    .AccordionContent .accordion.DekontYukleme {
        background-position: 0px 13px;
        background-size: 7%;
    }
    .AccordionContent .accordion span img {
        right: 2px;
        top: 20px;
    }
    .AccordionContent .container .content ul li {
        padding-left: 10px;
    }
    
    #SignUpFormWrapper #FormSave {
        float: right;
        margin-left: 0px;
        margin-right: 10px;
    }
    
    #FooterIcons .Text {
        width: 100%;
        display: block;
        font-size: 13px;
    }
    #FooterContent #List {
        text-align: center;
        font-size: 12px;
        line-height: 26px;
    }
    #FooterContent #List ul {
        float: none !important;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) 
{
    #SignUpMenu li a {
        padding: 23px 32px 5px 32px;
    }
    #SignUpMenu li.current a {
        padding: 23px 42px 15px 32px;
        margin-top: -10px;
    }
    #LoginForm {
        margin: 10px 8px;
    }
    #LoginForm .FieldContainer .Field,
    #LoginForm .FieldContainer .FieldValue,
    #SignUpForm .FieldContainer .Field,
    #SignUpForm .FieldContainer .FieldValue
    {
        float: none;
        width: 100%;
    }
    .SignupCaptcha {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }
    
}

@media only screen and (max-width: 641px) 
{
    .slides li.B1 .Content {
        font-size: 18px;
        line-height: 28px;
    }
    .slides li.B2 .Content {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        margin-left: 10px;
        padding: 40px 20px;
    }
    .slides li.B3 .Content {
        font-size: 14px;
        line-height: 21px;
        padding: 50px 40px;
    }
    .slides li.B3 .Content span.Bottom {
        font-size: 15px;
        line-height: 18px;
    }
    .slides li.B4 .Content {
        font-size: 24px;
        line-height: 30px;
        padding: 102px 32px;
        margin-left: 0px;
    }
    .slides li.ENG4 .Content {
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
        margin-left: 30px;
        padding: 140px 0px;
    }
    .slides li.B5 .Content {
        font-size: 15px;
        line-height: 19px;
        padding: 14px 35px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 12px;
        line-height: 16px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        padding-left: 84px;
        padding-top: 14px;
    }
    .slides li.ENG5 .Content {
        font-size: 26px;
        line-height: 42px;
        padding: 150px 40px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 40px 30px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 21px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 15px;
        line-height: 22px;
    }
    .slides li.ENG6 .Content {
        padding: 115px 20px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 569px) 
{
    .slides li.B1 .Content {
        font-size: 15px;
        line-height: 25px;
    }
    .slides li.B2 .Content {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        margin-left: 10px;
        padding: 30px 20px;
    }
    .slides li.B2 .Content span.Top {
        font-size: 32px;
    }
    .slides li.B2 .Content span.Bottom {
        font-size: 22px;
    }
    .slides li.ENG2 .Content {
        font-size: 22px;
        line-height: 27px;
        font-weight: bold;
        margin-left: 20px;
        padding: 80px 40px 80px 40px;
    }
    .slides li.B3 .Content {
        font-size: 14px;
        line-height: 21px;
        padding: 30px 20px;
    }
    .slides li.B3 .Content span.Bottom {
        font-size: 15px;
        line-height: 18px;
    }
    .slides li.B4 .Content {
        font-size: 22px;
        line-height: 29px;
        padding: 102px 32px;
    }
    .slides li.ENG4 .Content {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        margin-left: 30px;
        padding: 120px 0px;
    }
    .slides li.B5 .Content {
        font-size: 13px;
        line-height: 17px;
        padding: 14px 25px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 11px;
        line-height: 14px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 12px;
        line-height: 15px;
        display: inline-block;
        padding-left: 84px;
        padding-top: 14px;
    }
    .slides li.ENG5 .Content {
        font-size: 20px;
        line-height: 30px;
        padding: 140px 30px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 34px 30px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 13px;
        line-height: 20px;
    }
    .slides li.ENG6 .Content {
        padding: 100px 20px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 415px) 
{
    .slides li.B1 .Content {
        font-size: 11px;
        line-height: 18px;
    }
    .slides li.B2 .Content {
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        margin-left: 0px;
        padding: 20px 20px;
    }
    .slides li.B2 .Content span.Top {
        font-size: 24px;
    }
    .slides li.B2 .Content span.Bottom {
        font-size: 18px;
    }
    .slides li.ENG2 .Content {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        margin-left: 0px;
        padding: 60px 40px 80px 40px;
    }
    .slides li.B3 .Content {
        font-size: 11px;
        line-height: 15px;
        padding: 24px 10px;
    }
    .slides li.B3 .Content span.Bottom {
        font-size: 11px;
        line-height: 15px;
    }
    .slides li.B4 .Content {
        font-size: 16px;
        line-height: 23px;
        padding: 80px 32px;
    }
    .slides li.ENG4 .Content {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        margin-left: 20px;
        padding: 100px 0px;
    }
    .slides li.B5 .Content {
        font-size: 11px;
        line-height: 12px;
        padding: 14px 20px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 9px;
        line-height: 12px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 10px;
        line-height: 13px;
        display: inline-block;
        padding-left: 57px;
        padding-top: 0px;
    }
    .slides li.ENG5 .Content {
        font-size: 15px;
        line-height: 20px;
        padding: 100px 30px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 32px 20px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 11px;
        line-height: 16px;
    }
    .slides li.ENG6 .Content {
        padding: 74px 10px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 10px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 376px) 
{
    .slides li.B1 .Content {
        font-size: 11px;
        line-height: 16px;
    }
    .slides li.B2 .Content {
        font-size: 11px;
        line-height: 18px;
        font-weight: bold;
        margin-left: 0px;
        padding: 20px 20px;
    }
    .slides li.B2 .Content span.Top {
        font-size: 24px;
    }
    .slides li.B2 .Content span.Bottom {
        font-size: 18px;
    }
    .slides li.ENG2 .Content {
        font-size: 15px;
        line-height: 21px;
        font-weight: bold;
        margin-left: 0px;
        padding: 50px 40px 80px 20px;
    }
    .slides li.B3 .Content {
        font-size: 10px;
        line-height: 15px;
        padding: 19px 10px;
    }
    .slides li.B3 .Content span.Bottom {
        font-size: 11px;
        line-height: 15px;
    }
    .slides li.B4 .Content {
        font-size: 15px;
        line-height: 21px;
        padding: 80px 32px;
    }
    .slides li.ENG4 .Content {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        margin-left: 10px;
        padding: 100px 0px;
    }
    .slides li.B5 .Content {
        font-size: 10px;
        line-height: 11px;
        padding: 14px 20px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 8px;
        line-height: 11px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 9px;
        line-height: 11px;
        display: inline-block;
        padding-left: 50px;
        padding-top: 5px;
    }
    .slides li.ENG5 .Content {
        font-size: 14px;
        line-height: 20px;
        padding: 90px 20px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 25px 15px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 10px;
        line-height: 15px;
    }
    .slides li.ENG6 .Content {
        padding: 74px 10px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 10px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 361px) 
{
    .slides li.B1 .Content {
        font-size: 10px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 321px) 
{
    .slides li.B1 .Content {
        font-size: 8px;
        line-height: 13px;
    }
    .slides li.B2 .Content {
        font-size: 9px;
        line-height: 18px;
        font-weight: bold;
        margin-left: 0px;
        padding: 10px 14px;
    }
    .slides li.B2 .Content span.Top {
        font-size: 15px;
    }
    .slides li.B2 .Content span.Bottom {
        font-size: 14px;
    }
    .slides li.B3 .Content {
        font-size: 8px;
        line-height: 13px;
        padding: 10px 10px;
    }
    .slides li.B3 .Content span.Bottom {
        font-size: 9px;
        line-height: 13px;
    }
    .slides li.B4 .Content {
        font-size: 13px;
        line-height: 17px;
        padding: 60px 26px;
    }
    .slides li.ENG4 .Content {
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        margin-left: 10px;
        padding: 90px 0px;
    }
    .slides li.B5 .Content {
        font-size: 9px;
        line-height: 11px;
        padding: 5px 10px;
        font-weight: bold;
    }
    .slides li.B5 .Content span.Mid {
        font-size: 7px;
        line-height: 10px;
    }
    .slides li.B5 .Content span.Bottom {
        font-size: 8px;
        line-height: 10px;
        display: inline-block;
        padding-left: 50px;
        padding-top: 0px;
    }
    .slides li.ENG5 .Content {
        font-size: 13px;
        line-height: 19px;
        padding: 80px 10px;
        font-weight: bold;
    }
    .slides li.B6 .Content {
        padding: 20px 10px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .slides li.B6 .Content span.Top {
        font-size: 11px;
        padding-bottom: 10px;
    }
    .slides li.B6 .Content span.Bottom {
        font-size: 9px;
        line-height: 14px;
    }
    .slides li.ENG6 .Content {
        padding: 58px 10px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 10px;
        line-height: 14px;
    }
}
