*{
	padding:0px;
	margin:0px;
}

html,body{ height:100%; min-height:100%; _height:100%;}
html{ overflow: -moz-scrollbars-vertical; 	overflow-y: scroll;}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	color:#020202;
}

a, a:hover{
    color:inherit;
    text-decoration: none;
}


img, a img{
	border:none;
}
/* Structure */

#wrap {min-height: 100%;}

#header{ 

	height:89px;
	background-color:#020202;
        background-image:url('../images/headerbg.png');
}

#headerContent{
    margin: 0px auto;
    width:980px;
    clear:both;
}

#headerContent #logo{
    float:left;
}

#main {
	overflow:auto;
        margin: 0px auto;
        width:980px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.clear{ clear:both; float:none;}
.clear10{ clear:both; float:none; height: 10px;}
.clear20{ clear:both; float:none; height: 20px;}
.clear30{ clear:both; float:none; height: 30px;}
.fr{float:right;}

.fl{float:left;}

.box_transition {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

#nav{
    height:30px;
    border-top:1px solid #080c13;
    background-color: #020202;
    clear:both;
    color:#d8d8d8;
    z-index:100;

}

#nav .nav-main{
    margin:0px auto;
    width:1065px;
}

#nav .nav-main-nodd{
    float:right;
    text-align: center;
    margin-left: 2px;
    height: 30px;
    overflow: hidden;
}

#nav .nav-main-nodd ul{
    list-style-type: none;
}

#nav .nav-main-nodd ul li{
    float:left;
    margin-left: 52px;
}


#nav .nav-main-item{
    float:left;
    text-align: center;
    border: 1px solid #020202;
    border-bottom: none;
    background:url('../images/opacity08.png');
    margin-right: 38px;
}

#nav .nav-main-item a{
    line-height: 29px; 
    padding-left: 10px;
    padding-right: 10px;
}

#nav .nav-main-item span{
    line-height: 29px; 
    padding-left: 10px;
    padding-right: 10px;
}


#nav .nav-main-item .tworows{
    padding-top: 6px;
    padding-bottom: 6px;
}

#nav .nav-main-item .tworows a{
    line-height: 16px;
}

#nav .nav-main-item:hover{
    border-color:#d8d8d8;
}

#nav .nav-sub1{
    display:none;
    position: absolute;
    border:1px solid #d8d8d8;
    border-top:none;
    margin-left: -1px;
    background:url('../images/opacity08.png');
    width: 142px;
    z-index:100;
}

#nav .nav-sub1 span{
    line-height: 29px; 
    padding-left: 0px;
    padding-right: 10px;
}

#nav .nav-sub2{
    display:none;
    position: absolute;
    border:1px solid #d8d8d8 ;
    background:url('../images/opacity08.png');
    z-index:100;
    width: 78%;
}

#nav .nav-sub2 ul{
    text-align: left;
}

#nav .nav-sub2 ul li{
    text-align: left;
    color:#d8d8d8;

}

#nav .nav-sub1 ul li a{
    line-height: 29px;
    padding-left: 0px;
    padding-right: 0px;
}

#nav .nav-sub2 ul li a{
    line-height: 29px;
}   

#nav .nav-sub2 ul li:hover{
    background-color: #d8d8d8;
    color:#020202;
}

#nav .nav-sub1 ul{
    list-style-type:none;
}

#nav .nav-sub1 ul li{
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}

#nav .nav-sub1 ul li:hover{
    background-color: #d8d8d8;
    color:#020202;
}

.nav-sub2-wrapper{
    position: absolute;
}

#inner-menu-wrapper{
    margin: 0px auto;
    width: inherit;
}

#inner-menus{
    overflow:hidden;
    clear:both;
    margin: 0px auto;
    width: 645px;
}

#inner-menus .inner-menu{
    width:99px;
        min-height:1px;
    float:left;
    margin-left: 15px;
    margin-right: 15px;
    cursor:pointer;
    color: #020202;
    -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;

}

.inner-menu img{
    width: 180px;
}
#inner-menus .inner-menu .bg{
    height: 40px;
    position: relative;
    top:-32px;
      -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
    z-index: -1;
}

#inner-menus .inner-menu:hover{
    color: #ffffff;
}

#inner-menus .inner-menu .text{
    position: absolute;
    margin-top: -40px;
    width: inherit;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

#inner-menus .inner-menu:hover .bg{
    top:0px;
    z-index:-1;
}

#inner-menus .inner-menu .pink{
    background-color:#e33f8d;
}

#inner-menus .inner-menu .blue{
    background-color:#0d49a0;
}

#inner-menus .inner-menu .purple{
    background-color:#472989;
}

#inner-menus .inner-menu .black{
    background-color:#1d1e1c;
}

#inner-menus .inner-menu .gold{
    background:url('../images/gold.png') repeat-y;
}

#inner-menus .pressed-inner-menu{
    color:#ffffff;
}

#inner-menus .pressed-inner-menu .bg{
    top:0px;
}

#inner-menus .pressed-inner-menu:hover .bg{
    top:0px;
    z-index:-1;
}

#shortcut-brands-wrapper{
    position:fixed;
    bottom:38px;
    width: 100%;
    z-index:100;
}

#shortcut-brands{
    overflow:hidden;
    clear:both;
    margin: 0px auto;
    width: 775px;
    z-index:99999;
}

#shortcut-brands .brand{
    height: 68px;
    width: 99px;
    background: url('../images/brandsprite2_2.png');
    float:left;
    margin-left: 15px;
    margin-right: 15px;
    cursor:pointer;
    overflow:hidden;
}

#shortcut-brands .brand .bg{
    height: inherit;
    position: relative;
    top:-62px;
      -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

#shortcut-brands .brand:hover .bg{
    height: inherit;
    position: relative;
    top:0px;
    z-index:-1;
}

#shortcut-brands .cecile{
    background-position: 0px -68px;
}

#shortcut-brands .tiaras{
    background-position: -144px -68px;
}

#shortcut-brands .dsign{
    background-position: -294px -68px;
}

#shortcut-brands .spoil{
    background-position: -424px -68px;
}

#shortcut-brands .hawaiian{
    background-position: -545px -68px;
}

#shortcut-brands .shiba{
    background-position: -670px -68px;
}

#shortcut-brands .cecile:hover{
    background-position: 0px -134px;
}

#shortcut-brands .tiaras:hover{
    background-position: -144px -134px;
}

#shortcut-brands .dsign:hover{
    background-position: -294px -134px;
}

#shortcut-brands .spoil:hover{
    background-position: -424px -134px;
}

#shortcut-brands .hawaiian:hover{
    background-position: -545px -134px;
}

#shortcut-brands .shiba:hover{
    background-position: -670px -134px;
}

#shortcut-brands .cecile .bg{
    background-color:#e33f8d;
}

#shortcut-brands .tiaras .bg{
    background-color:#0d49a0;
}

#shortcut-brands .dsign .bg{
    background-color:#472989;
}

#shortcut-brands .spoil .bg{
    background-color:#1d1e1c;
}

#shortcut-brands .hawaiian .bg{
    background:url('../images/gold.png') repeat-y;
}

#shortcut-brands .shiba .bg{
    background-color:#d32026;
}



.search-textbox{
    width: 160px;
    height:17px;
    background: url('../images/search.png') right center no-repeat #ffffff;
    border:1px solid #a8a8a8;
    font-size: 10px;
    line-height: 17px;
    color:#d8d8d8;
    margin-top: 5px;
}

.aligncenter {   display: block;   margin-left: auto;   margin-right: auto; }

.alignright{
    float:right;   
}


.product-img{
    margin-top: 20px;
     display: block;   margin-left: auto;   margin-right: auto; 
    height:260px;
}
.alignleft{
    float:left;   
}

.showcase-wrapper{
    clear:both;
    width:886px;
    margin:20px auto;
    
}

.showcase{
    list-style-type: none;
}

.showcase li{
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 130px;
    padding: 10px 0px 0px 0px;
    overflow:hidden;
    cursor:pointer;
    -webkit-box-shadow: 6px 6px 14px #a8a8a8; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:  6px 6px 14px #a8a8a8; /*/* FF3.5 - 3.6 */
          box-shadow: 6px 6px 14px #a8a8a8; /* /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

}

.showcase li .title{
    padding: 4px;
    background-color: #e8e8e8;
    color:#5F7277;
    margin-top: 10px;
    line-height: 18px;
    text-align: center;
    height: 36px;
    width: 122px;
}

.showcase li .title a{
     width: inherit; height: inherit;
    display: table-cell; text-align: center; vertical-align: middle;
}

.showcase li.last{
    float:left;
    margin-right: 0px;
}

.showcase li .big{
    position: absolute;
    z-index:1;
    margin-left: 90px;
    margin-top: -90px;
    display:none;
        -webkit-box-shadow: 0px 0px 14px #a8a8a8; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:  0px 0px 14px #a8a8a8; /*/* FF3.5 - 3.6 */
          box-shadow: 0px 0px 14px #a8a8a8; /* /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    background-color: #ffffff;
    padding: 10px;
    width: 220px;
    text-align: justify;
    font-size: 11px;
    cursor:default;
}

.showcase li .bigend{
    position: absolute;
    z-index:1;
    margin-left: 90px;
    margin-top: -330px;
    display:none;
        -webkit-box-shadow: 0px 0px 14px #a8a8a8; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:  0px 0px 14px #a8a8a8; /*/* FF3.5 - 3.6 */
          box-shadow: 0px 0px 14px #a8a8a8; /* /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    background-color: #ffffff;
    padding: 10px;
    width: 220px;
    text-align: justify;
    font-size: 11px;
    cursor:default;
}


.showcase li .big h3{
    margin-top: 10px;
    margin-bottom: 6px;
}


.showcase li:hover .big,.showcase li:hover .bigend{
    display:block;
}

.showcase .species-wrapper{
    position: absolute;
    right:4px;
}

.showcase .species{
    list-style-type: none;
}

.showcase .species li{
    float:left;
    margin-right: 2px;

    width: 22px;
    height: 22px;
    overflow:hidden;
    -webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: none;
          box-shadow: none;
}

.showcase .species li img{
    width: 22px;
    height: 22px;
}

.species-wrapper{
    margin-top: 20px;
    overflow: hidden;
}

.species-wrapper .more{
     float:right;
     position:relative;
     padding: 5px;
     background-color: #d8d8d8;
     font-size:11px;
     cursor:pointer;
     margin-top: 6px;
}

.species{
    list-style-type: none;
              overflow:hidden;
}

.species li{
    float:left;
    margin-right: 7px;
    margin-bottom: 10px;
    width: 56px;
    height: 56px;
    overflow:hidden;
    -webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: none;
          box-shadow: none;
}

.species li.special{
    float:left;
    margin-right: 2px;

    width: auto;
    height: auto;
    overflow:hidden;
}
.species li.special img{
    width: auto;
    height: auto;
}

.species li.expand{
    display:none;
}

.species li img{
    width: 56px;
    height: 56px;
}

.species li .big{
    position: absolute;
    z-index:1;
    margin-left: -110px;
    margin-top: -180px;
    display:none;
        -webkit-box-shadow: 0px 0px 14px #a8a8a8; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:  0px 0px 14px #a8a8a8; /*/* FF3.5 - 3.6 */
          box-shadow: 0px 0px 14px #a8a8a8; /* /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    background-color: #ffffff;
    padding: 10px;
    width: 120px;
    height: 134px;
    overflow:hidden;
    text-align: justify;
    font-size: 11px;
    cursor:default;
}

.species li .bigright{
    margin-left: 20px;
}

.species li .number{
    height: 14px;
    position: absolute;
    width: 120px;
    text-align:left;
    font-size: 14px;
    font-weight: bold;
    color:#777777;
}

.species li .big img{
    width: 120px;
    height: 120px;
}

.species li:hover .big{
    display:block;
}

#breadcrumbs{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#breadcrumbs ul{
    list-style-type:none;
}

#breadcrumbs ul li{
    float:left;
    padding: 6px 12px 6px 12px;
    background-color: #d8d8d8;
    margin-right: 10px;
}

.product-wrapper{
        clear:both;
    margin:20px auto;
    width: 980px;
    overflow: hidden;
}

.product{
    width: inherit;
    z-index: 1;
    overflow: hidden;
    margin-top: 40px;
}

.product .info{
    position: absolute;
}

.product .info .description{
    float:left;
    margin-top: 66px;
    width: 268px;
    text-shadow:1px 1px #d8d8d8;
    font-size: 11px;
}

.product .info .description h3{
    margin-bottom: 10px;
}

.product .species-wrapper{
}

.product .species{
    list-style-type: none;
        margin-top: 50px
}

.product .species li{
    float:left;
    margin-top: 4px;
    margin-right: 6px;
    overflow:hidden;
    -webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: none;
          box-shadow: none;
          text-align: center;
}

.page-nobg{

    text-align:justify; 
}

.page-bg{
    text-align:justify; 
    background-position: top right;
    background-repeat: no-repeat;
    
}

.page-bg .bg{
    position: absolute;
    width: inherit;
    z-index:-2;
}

.page-nobg .page-content{
    margin-left: 20px;
    margin-right: 20px;
}

.page-bg .page-content-midi{
    margin-left: 20px;
    margin-right: 360px;
}

.page-bg .page-content-midi-2{
    margin-left: 20px;
    margin-right: 460px;
}

.page-bg .page-content-mini{
    margin-left: 20px;
    margin-right: 680px;
}

.page-bg .page-content-mini-2{
    margin-left: 20px;
    margin-right: 580px;
}

.page-bg .page-content{
    margin-left: 20px;
    margin-right: 280px;
}

.page-content-nomargin{
    margin: 0px;
}

.filebox{
    width: 160px;
    height: 25px;
    background-color: #5F7277;
    -webkit-border-top-left-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
    border:none;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color:#ffffff;

    font-family: Arial;
}

.textbox{
    width: 160px;
    height: 26px;
    background-color: #5F7277;
     -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 12px; /* FF1-3.6 */
          border-radius: 12px;
    border:none;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color:#ffffff;

    font-family: Arial;
}

.textarea{
    width: 160px;
    height: 226px;
    background-color: #5F7277;
     -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 4px; /* FF1-3.6 */
          border-radius: 4px;
    border:none;
    padding-left: 4px;
    padding-right: 4px;
    outline: none;
    color:#ffffff;
      font-family: Arial;
      resize:none;
}

.button{

    height: 26px;
    background-color: #5F7277;
     -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 12px; /* FF1-3.6 */
          border-radius: 12px;
    border:none;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color:#ffffff;
    font-style: italic;
    font-family: times new roman;
    cursor:pointer;
}

.button:hover{
   background-color: #777777; 
}

.button:active{
   background-color: #686868; 
}



.post p{
    margin-bottom: 8px;
}

.post h2{
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.post{
    margin-top: 20px;
}

.post h3{
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 10px;
    color:#CA2026;
}

.tearsheets-wrapper{
    padding-left: 15px;
    margin-top: 30px;
}

.tearsheet-thumb{
    float:left;
    margin-right: 30px;
    margin-bottom: 10px;
    width: 180px;
    height: 200px;
}

.tearsheet-thumb img{
    width: 180px;
}



.campaign-menu{
    float:left;
    width: 116px;
    margin-right: 10px;
}

.campaign-menu ul{
    list-style-type: none;
}

.campaign-menu ul li{
    margin-bottom: 4px;
    font-family: 'DesyrelRegular';
    font-size: 16px;
    padding: 6px;
    clear:both;
    float:none;
    border: 1px solid #ffffff;
    cursor:pointer;
}

.campaign-menu ul li:hover{
    background-color: #afa2c0;
    border:1px #c0c0c0 solid;
}

.campaign-menu ul li.current{
    background-color: #8f82a0;
    border:1px #c0c0c0 solid;
}

.campaign-menu ul li div{
    float:left;
}

.campaign-slide-container{
    float: left;
    width: 843px;
}

.special-category-menu{
    float:left;
    width: 100px;
    
}

.special-category-menu ul{
    list-style-type: none;
}

.special-category-menu ul li{
    margin-bottom: 4px;
    font-family: 'JennaSueRegular';
    font-size:42px;
    padding: 6px;
    clear:both;
    float:none;
    cursor:pointer;
}

.special-category-menu ul li:hover{
    color:#9e6cad;
}

.special-category-content{
    float:right;
}


a.devam{
    color:#CA2026;
}

a.devam:hover{
    text-decoration: underline;
}

.humanresources-section{
    overflow:hidden;

}

.humanresources-section h2.title{
    font-weight: normal;
    font-size: 14px;
    color:#ffffff;
    line-height: 30px;
    text-indent: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #5f7277;
}

#hr-positions tr.position td{
    padding-right: 2px;
    padding-left: 2px;
}

#hr-positions tr.position:hover{
    background-color: #9Fb2b7;
    color:#ffffff;
    cursor: pointer;
}

#hr-positions tr.selected td{
    background-color: #5F7277;
    color:#ffffff;
    cursor: pointer;
}

.contact-section{
    overflow:hidden;
    width: 450px;
    float:left;
    margin-right: 40px;

}
.contact-section table{
    margin-left: 10px
}


.contact-section h2.title{
    font-weight: normal;
    font-size: 14px;
    color:#ffffff;
    line-height: 30px;
    text-indent: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #5f7277;
}

.contact-section p{ 
    line-height: 20px;
}

.stores-wrapper{
    float:none;
    clear:both;
    overflow:hidden;
    padding: 20px;
}

.stores-wrapper ul{
    list-style-type: none;
}

.stores-wrapper ul li{
    float:left;
    width: 260px;
    margin-right: 50px;
    margin-bottom: 40px;
}

.stores-wrapper ul li.last{
    margin-right: 0px;
}


.stores-wrapper ul li .image{
    width: inherit;
    height: 60px;
}

.stores-wrapper ul li .text{
    width: inherit;
    height: auto;
    text-align: justify;
}
    
.error{
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    color:#dd0000;
    padding: 4px;
    background-color: #eeaaaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    margin-left: 10px;
    margin-right: 2px;
    margin-bottom: 4px;
}

.ok{
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    color:#ffffff;
    padding: 4px;
    background-color: #97D2DE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
        margin-left: 10px;
    margin-right: 2px;
    margin-bottom: 4px;
}

.kunye-makyaj{
    background-color: #ffffff;
    border: 1px dashed #E3418E;
    color:#E3418E;
    padding: 14px;
    width: 170px;
    margin-top: 4px;
    position:absolute;
    line-height: 18px;
}

.kunye-makyaj h2,kunye-cecileshop h2{
    font-size:14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.kunye-cecileshop{
    padding: 14px;
    width: 234px;
    margin-top: 4px;
    position:absolute;
}
.area-wrapper{
    position:absolute;
}

.animation-box{
    position:absolute;
      -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}

.animation-box img{
      -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}

.transform:hover{
     transform:rotate(40deg);
    -ms-transform:rotate(40deg); /* IE 9 */
    -moz-transform:rotate(40deg); /* Firefox */
    -webkit-transform:rotate(40deg); /* Safari and Chrome */
    -o-transform:rotate(40deg); /* Opera */
}
.yakinda{
    top: 174px;
    left: 684px;
}

.yakinda img{
    height: 182px;
}


.yakinda2{
    top: 502px;
    left: 352px;
}

.yakinda2 img{
    height: 182px;
}

.makyaj-akademim{
    top: 25px;
    left: 363px;
}
.makyaj-akademim:hover{
    transform:rotate(-20deg);
    -ms-transform:rotate(-20deg); /* IE 9 */
    -moz-transform:rotate(-20deg); /* Firefox */
    -webkit-transform:rotate(-20deg); /* Safari and Chrome */
    -o-transform:rotate(-20deg); /* Opera */
}
.makyaj-akademim img{
    height: 166px;
}

.makyaj-akademisi{
    top: 203px;
    left: 364px;
    -webkit-transition: all 0.6s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.6s ease-out;  /* FF4+ */
      -ms-transition: all 0.6s ease-out;  /* IE10 */
       -o-transition: all 0.6s ease-out;  /* Opera 10.5+ */
          transition: all 0.6s ease-out;
}
.makyaj-akademisi:hover{
 transform:rotate(360deg);
    -ms-transform:rotate(360deg); /* IE 9 */
    -moz-transform:rotate(360deg); /* Firefox */
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    -o-transform:rotate(360deg); /* Opera */
}



.makyaj-akademisi img{
    height: 284px;
}

.hazirlan{
    top: 409px;
    left: 14px;
}

.hazirlan:hover{
transform:rotate(-20deg);
    -ms-transform:rotate(-20deg); /* IE 9 */
    -moz-transform:rotate(-20deg); /* Firefox */
    -webkit-transform:rotate(-20deg); /* Safari and Chrome */
    -o-transform:rotate(-20deg); /* Opera */
}

.hazirlan img{
    width: 249px;
    height: 200px;
}

.en-guzel-okul{
    top: 409px;
    left: 689px;
}

.en-guzel-okul img{
    height: 220px;
}

.canta{
    top: 35px;
    left: 281px;    
}

.siteye-giris{
    top: 65px;
    left: 456px;    
}

.siteye-giris img{
    height: 190px;
}

.siteye-giris:hover{
    top: 52px;
    left: 440px;
}

.siteye-giris:hover img{
    height: 220px;
}

.guzelles{
    top: 353px;
    left: 752px;    
}

.guzelles img{
    height: 260px;
}

.guzelles:hover{
    top:  317px;
    left: 731px; 
}

.guzelles:hover img{
    height: 312px;
}

.tikla-guzelles{
    top: 368px;
    left: 77px;    
}

.tikla-guzelles img{
    height: 154px;
}

.tikla-guzelles:hover{
    top:  348px;
    left: 61px; 
}

.tikla-guzelles:hover img{
    height: 174px;
}

@font-face {
    font-family: 'DesyrelRegular';
    src: url('fonts/desyrel-webfont.eot');
    src:url('fonts/desyrel-webfont.svg#DesyrelRegular') format('svg'),url('fonts/desyrel-webfont.ttf') format('truetype'),
        url('fonts/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/desyrel-webfont.woff') format('woff');
          
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'JennaSueRegular';
    src: url('fonts/JennaSue-webfont.eot');
    src: url('fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/JennaSue-webfont.woff') format('woff'),
         url('fonts/JennaSue-webfont.ttf') format('truetype'),
         url('fonts/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.last{
    margin-right: 0px;
}

.map-wrapper{
    display: none;
}

.active-map{
    display: block;
}

.map-expand{
    background-color:#f8f8f8;
    padding:20px;
    display:none;
    position:absolute;
    z-index:20;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
    -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 6px; /* FF1-3.6 */
          border-radius: 6px;
   
}

.map-expand h3{
    font-weight: bold;
    color: #686868;
    margin: 0px;
    font-size:12px;
    margin-bottom: 6px;
}

.map-expand ul{
    list-style-type: none;
}

.map-expand ul li{
    font-weight: normal;
    float:none;
    padding: 0px;
    margin-bottom: 4px;
    color:#686868;
    clear:both;
    width: 200px;
}

.map-expand ul li span{
    font-weight: normal;
    font-size:11px;
    color:#9Fb2b7;
    float:right;
    margin-left: 10px;
}

.logofixedheight{
    height: 62px;
}

.hidden{
    display:none;
}

#entrance{
    list-style-type: none;
    height: 40px;
    margin: 0px auto;
    overflow:hidden;
    width: 266px;
}

#entrance li{
    margin-left: 6px;
    margin-right: 6px;
}

#entrance li a:hover{
    color:#9e6cad;
}


.imza{
    z-index: 102;
    right: 2px;
    bottom: 20px;
    position: fixed;
    font-size:10px;   
    
}
.sign{ margin-top:0px;}