/* FONTS */

@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);

/* CLEARFIX */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* -------------------- TOP -------------------- */

.top {
    width: 100%;
    background: url(../images/mainbg.jpg);
}

.top-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.top-contact {
    float: left;
    margin-right: 40px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.top-contact:hover {
    background: rgba(235, 0, 140, 0.3);
}

.top-contact .fa {
    color: #eb008c;
    margin-right: 15px;
    font-size: 1.500em;
    float: left;
}

.top-contact p {
    font-size: 1.125em;
    color: #fff;
    float: left;
    line-height: 24px;
}

.top-mail .fa {
    font-size: 1.3em !important;
}

/* TOP - SOCIAL */

.top-social {
    float: right;
}

.top-social a {
    text-decoration: none;
    color: #eb008c;
    padding: 13px 8px;
    display: inline-block;
    font-size: 1em;
    width: 15px;
    float: left;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.top-social a:hover {
    background: #eb008c;
    color: #fff;
}

/* -------------------- HEADER -------------------- */

.header {
    background-image: url(../images/header-pattern.png), url(../images/header-bg.jpg);
    background-repeat: repeat, repeat;
    background-position: center;
    padding-bottom: 110px;
}

/* MAIN MENU */

.main-menu {
    background: rgba(0,0,0,0.63);
    height: 90px;
}

.menu-container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    background: #fff;
    float: left;
    position: relative;
    padding: 10px 0;
}

.logo::before {
    background: url(../images/menu-before.jpg) no-repeat;
    content: "";
    width: 1000px;
    height: 90px;
    position: absolute;
    top: 0;
    left: -1000px;
    display: inline-block;
}

.logo::after {
    background: url(../images/menu-angle.png) no-repeat;
    content: "";
    width: 67px;
    height: 90px;
    position: absolute;
    top: 0;
    right: -67px;
    display: inline-block;
}

.logo img {
    float: left;
    margin-right: 20px;
}

.logotextimg {
    margin-top: 15px;
    margin-right: 0 !important;
}

.logo-text {
    font-size: 2.500em;
    color: #0c0c0c;
    font-weight: 900;
    float: left;
    vertical-align: middle;
    line-height: 66px;
}

.pink {
    color: #eb008c;
}

.bold {
    font-weight: 900;
}

/* NAVIGATION */

.navigation {
    float: right;
}

.navigation ul li {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    height: 90px;
    margin-left: 15px;
    position: relative;
    float: left;
}

.navigation ul li:first-child {
    margin-left: 0;
}

.navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.500em;
    padding: 33px 10px;
    display: block;
    box-sizing: border-box;
}

.navigation ul li::before {
    background: url(../images/pointer.png) no-repeat;
    content: "";
    width: 15px;
    height: 7px;
    display: none;
    position: absolute;
    left: 43%;
    bottom: 0;
}

.navigation ul li:hover:before {
    display: block;
}

.navigation ul li:hover {
    border-bottom: 3px solid #eb008c;
    background: rgba(235, 0, 140, 0.15);
}

.navigation ul li a:hover {
    color: #eb008c;
}

/* RESPONSIVE NAVIGATION */

.responsive-nav-icon {
    display: none;
    float: right;
    font-size: 1.7em;
    color: #eb008c;
    padding: 20px;
    cursor: pointer;
}

.responsive-nav {
    display: none;
}

.responsive-nav ul li {
    display: block;
    text-align: center;
    background: rgba(0,0,0,0.9);
}

.responsive-nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(235, 0, 140, 0.14);
}

.responsive-nav ul li:hover {
    background: #eb008c;
}

/* FIXED MENU */

.fixed-menu {
    background-image: url(../images/header-pattern.png);
    background-color: rgba(0,0,0,0.8);
/*    border-top: 2px solid #eb008c;*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: none;
}

.fixed-menu-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fixed-logo {
    font-size: 1.875em;
    font-weight: 900;
    color: #fff;
    float: left;
    line-height: 60px;
}

.fixed-nav {
    float: right;
}

.fixed-nav ul li {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    height: 60px;
    margin-left: 15px;
    float: left;
}

.fixed-nav ul li:first-child {
    margin-left: 0;
}

.fixed-nav ul li:hover {
    border-bottom: 3px solid #eb008c;
    background: rgba(235, 0, 140, 0.28);
}

.fixed-nav ul li a {
    font-size: 1.400em;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    display: block;
    padding: 19px 10px;
    box-sizing: border-box;
}

/* HEADING TEXT */

.header h1 {
    font-size: 4.500em;
    color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px 5px #000;
    text-align: center;
    margin-top: 120px;
}

.header h2 {
    font-size: 3em;
    color: #eb008c;
    text-align: center;
    font-weight: 300;
    text-shadow: 2px 2px 5px #000;
}

.descopera-btn {
    text-decoration: none;
    font-size: 2.250em;
    color: #fff;
    background: #eb008c;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin-top: 90px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.descopera-btn::before {
    background: url(../images/pointer-down-big.png) no-repeat;
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 12px;
    left: 45%;
    bottom: -12px;
}

.descopera-btn .fa {
    margin-right: 25px;
    font-size: 0.8em;
    vertical-align: middle;
    float: left;
    line-height: 40px;
}

/* -------------------- SHORT DESCRIPTION -------------------- */

.short-description {
    background-image: url(../images/section-light-left.png), url(../images/section-light-right.png), url(../images/mainbg.jpg);
    background-position: left bottom, right bottom, center;
    background-repeat: no-repeat, no-repeat, repeat;
    padding: 40px 0;
}

.description-container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.description-container p {
    font-size: 1.370em;
    line-height: 35px;
}

.description-more-btn {
    text-decoration: none;
    color: #eb008c;
    font-size: 1.250em;
    display: inline-block;
    padding: 15px 25px;
    background: #0f0f0f;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 10px;
    border: 3px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.description-more-btn:hover {
    background: #eb008c;
    color: #fff;
}

.read-more-text p {
    margin-top: 15px;
}

/* -------------------- SHORT DESCRIPTION -------------------- */

.dansuri {
    padding: 70px 0;
    box-sizing: border-box;
    border-bottom: 4px solid #000;
}

.dansuri h1 {
    font-size: 3.000em;
    color: #eb008c;
    text-align: center;
    margin-bottom: 70px;
}

.dansuri-list {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.dans-box {
    width: 390px;
    margin: 0 15px 15px 0;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    float: left;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dans-box:hover .dans-img {
    background: radial-gradient(#ff0098, #cf007b);
    background: -webkit-radial-gradient(#ff0098, #cf007b);
    background: -moz-radial-gradient(#ff0098, #cf007b);
    background: -o-radial-gradient(#ff0098, #cf007b);
}

.dans-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: radial-gradient(#fff, #ededed);
    background: -webkit-radial-gradient(#fff, #ededed);
    background: -moz-radial-gradient(#fff, #ededed);
    background: -o-radial-gradient(#fff, #ededed);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dans-img img {
    width: 100%;
}

.dans-title {
    font-size: 1.563em;
    color: #393939;
    padding: 35px 0;
    text-align: center;
}

.box-nomg {
    margin-right: 0;
}

.dansuri-btn {
    text-decoration: none;
    font-size: 1.563em;
    color: #fff;
    background: #eb008c;
    text-align: center;
    padding: 15px;
    display: block;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.dansuri-btn::before {
    background: url(../images/pointer-top-big.png) no-repeat;
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 12px;
    left: 45%;
    top: -12px;
}

.dansuri-btn .fa {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
}

/* -------------------- DE CE REBEL -------------------- */

.decerebel {
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 5px solid #000;
    box-sizing: border-box;
    background: url(../images/header-pattern.png);
    padding: 90px 0;
}

.decerebel h1 {
    font-size: 3.000em;
    color: #eb008c;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
    margin-bottom: 20px;
}

.decerebel h2 {
    font-size: 1.250em;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    text-align: center;
    line-height: 35px;
    font-weight: 300;
}

.pink-transparent {
    background: rgba(235, 0, 140, 0.45);
    padding: 0 4px;
}

/* DE CE REBEL TEXT */

.decerebel-text {
    border-top: 1px solid rgba(255,255,255,0.15);
}

/* -------------------- GALERIE -------------------- */

.galerie {
    width: 100%;
    background: url(../images/mainbg.jpg);
}

.galerie-item {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #000;
    float: left;
}

.galerie-item img {
    width: 100%;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.galerie-item img:hover {
    transform: scale(1,1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    z-index: 100;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
}

.galerie-btn {
    font-size: 1.375em;
    color: #fff;
    text-decoration: none;
    background: #eb008c;
    padding: 20px 25px;
    width: 180px;
    text-align: center;
    display: block;
    margin: 50px auto;
    border-radius: 5px;
    position: relative;
}

.g-btn-area {
    overflow: hidden;
}

.galerie-btn .fa {
    float: left;
}

.galerie-btn::before {
    background: url(../images/pointer-top-big.png) no-repeat;
    content: "";
    width: 25px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 45%;
}

/* -------------------- FOOTER -------------------- */

.footer {
    overflow: hidden;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

/* FOOTER LEFT */

.footer-area {
    width: 390px;
    margin-right: 15px;
    float: left;
}

.footer-menu {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
}

.footer-menu li {
    display: inline-block;
    margin-right: 12px;
}

.footer-menu li a {
    text-decoration: none;
    font-size: 1.250em;
    color: #393939;
    font-weight: 300;
    float: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.footer-menu li a:hover {
    color: #eb008c;
}

.footer-menu li a .fa {
    font-size: 0.8em;
    color: #dbdbdb;
    margin-right: 5px;
}

.footer-contact {
    background: #f5ecec;
    padding: 18px 8px;
    margin-bottom: 12px;
}

.footer-contact p {
    font-size: 1.750em;
    font-weight: 900;
    color: #393939;
    vertical-align: middle;
}

.footer-contact .fa {
    vertical-align: middle;
    float: left;
    margin-right: 30px;
    margin-left: 10px;
    width: 20px;
    text-align: center;
}

.f-email {
    margin-bottom: 0;
}

.f-email .fa {
    font-size: 0.7em;
    line-height: 27px;
}

.femail {
    font-size: 0.7em;
}

/* FOOTER CENTER */

.f-center {
    position: relative;
}

.f-center img {
    display: block;
    margin: 30px auto 0 auto;
}

.f-center .bottom-logo {
    display: block;
    position: absolute;
    bottom: -90px;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 8%;
}

/* FOOTER RIGHT */

.f-right {
    margin-right: 0;
    float: right;
}

/* FOOTER COPYRIGHT */

.footer-copyright {
    background: url(../images/mainbg.jpg);
    padding: 20px 0;
}

.copyright-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-copyright p {
    font-size: 0.875em;
    font-weight: 900;
    color: #727272;
}

.copyright {
    float: left;
}

.designedby {
    float: right;
}

.designedby a {
    text-decoration: none;
    color: #9b9b9b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.designedby a:hover {
    color: #eb008c;
}

/* TO TOP BTN */

.to-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    background-image: url(../images/header-pattern.png);
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.4);
    border-radius: 5px;
}

.to-top-btn:hover {
    background-color: rgba(0,0,0,0.95);
}

.to-top-btn a {
    font-size: 1.8em;
    color: #eb008c;
    text-align: center;
    line-height: 45px;
    width: 50px;
    height: 50px;
    display: block;
}