@font-face {
    font-family: MPRegular;
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: MPBold;
    src: url('../fonts/MYRIADPRO-BOLD.OTF');
}

@font-face {
    font-family: MPCond;
    src: url('../fonts/MYRIADPRO-COND.OTF');
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #4d4d4d;
    color: #eee;
    font-family: MPRegular, arial;
    font-size: 14px;
}

a {
    color: #ff9900;
}

#logo {
    float: left;
    display: block;
    width: 105px;
    height: 172px;
    background: url(../img/logo-ingenuo.png) no-repeat;
}

#header {
    height: 230px;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

#header .social {
    height: 45px;
}

#header .social ul {
    list-style: none;
    text-align: right;
    padding-top: 15px;
}

#header .social li {
    display: inline-block;
}

#header .social li a {
    display: block;
    width: 27px;
    height: 24px;
    margin-left: 12px;
}

#header .social li a.facebook {
    background: url(../img/ico_facebook.png) no-repeat center center;
}

#header .social li a.google {
    background: url(../img/ico_google.png) no-repeat center center;
}

#header .social li a.twitter {
    background: url(../img/ico_twitter.png) no-repeat center center;
}

#header .social li a.linkedin {
    background: url(../img/ico_linkedin.png) no-repeat center center;
}

#header .social li a.pinterest {
    background: url(../img/ico_pinterest.png) no-repeat center center;
}

#header .titlu {
    float: right;
    margin: 12px 0 0 0;
}

#header .site_headline {
    width: 795px;
    height: 100px;
    float: right;
    margin: 25px 0 0 0;
    font-size: 80px;
    text-align: right;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 100;
    line-height: 40px;
}

#header .site_headline span {
    font-size: 15px;
    display: block;
    color: #fff;
    float: right;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px 15px 0 100px;
	position: relative;
	background: #ff9900;
}

    #header .site_headline span:after {
	    left: 100%;
	    top: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-color: rgba(255, 153, 0, 0);
	    border-left-color: #ff9900;
	    border-width: 15px;
	    margin-top: -15px;
    }

#header .site_headline a {
    text-decoration: none;
    color: #fff;
}

.wrap {
    width: 940px;
    margin: 0 auto;
    /*text-align: justify;*/
}

#menu_MainMenu {
    list-style: none;
    display: block;
    float: right;
    text-align: right;
    margin: 5px 0 0 0;
}

#menu_MainMenu li {
    display: inline-block;
    margin-left: 25px;
}

#menu_MainMenu li:first-child {
    margin: 0;
}

#menu_MainMenu a {
    display: block;
    text-decoration: none;
    color: #ff9900;
    font-family: MPRegular;
    font-size: 16px;
    text-transform: uppercase;
    padding: 3px 5px;
    text-shadow: 1px 1px 1px #000;
}

#menu_MainMenu li.selected > a {
    color: #ba0000;
    font-family: MPBold;
}

#menu_MainMenu ul {
    position: absolute;
    z-index: 99999;
    margin: 0;
    padding: 8px 10px;
    text-align: left;
    background: #4d4d4d;
    border-radius: 4px;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    display: none;
}

#menu_MainMenu ul ul {
    display: block;
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 10px;
    padding: 0;
}

#menu_MainMenu li:hover > ul {
    display: block;
}

#menu_MainMenu ul li {
    display: block;
    margin-left: 0;
}

#menu_MainMenu li.selected ul {

}

#menu_MainMenu ul a {
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    padding: 3px 5px;
    font-size: 14px;
}

#menu_MainMenu ul ul a {
    opacity: 0.5;
}

#menu_MainMenu ul li.selected > a {
    color: #fff;
}

#content {
    padding: 10px 0 0 0;
}

h1 {
    font-size: 17px;
    font-weight: normal;
    font-family: MPBold;
    display: block;
    text-align: center;
    height: 34px;
    line-height: 37px;
    background: #ff9900;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 1px 3px 10px #000;
    color: #000;
    margin: 15px 0;
}

.bx-wrapper {
    padding: 0;
    height: 315px;
}

.bx-viewport {
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}

.mod_photo.slideshow {
    display: block;
    height: 320px;
    overflow: hidden;
}

.mod_photo.slideshow img {
    display: block;
}

.bx-pager {
    position: relative;
    text-align: center;
    margin: -30px 0 0 0;
    z-index: 99;
}

.bx-pager-item {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 5px;
}

.bx-pager-item a {
    color: #fff;
    font-size: 1px;
    text-decoration: none;
    background: #fff;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.bx-pager-item .bx-pager-link.active {
    opacity: 1;
}

#post_list {
    margin-top: 10px;
    list-style: none;
    display: block;
}

#post_list li {
    display: block;
    min-height: 167px;
    padding: 15px 0;
}

#post_list .post_text {
    height: 125px;
    overflow: hidden;
}

#post_list .thumbnail {
    width: 118px;
    height: 167px;
    display: block;
    float: left;
    margin: 0 25px 0 0;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}

#post_container .post_photos a {
    margin: 0 45px 30px 0;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 0 3px 10px #000;
    display: block;
    float: left;
}

#post_container .post_title {
    margin-bottom: 30px;
}

#post_container .post_photos img {
    display: block;
}

#post_list .post_title, #post_list .post_title a {
    text-decoration: none;
    font-weight: normal;
    color: #ff9900;
    font-family: MPBold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.pag_parteneri h1 {
    background: #fff;
    color: #ba0000;
}

.pag_contact h1 {
    background: #ff4c4c;
    color: #fff;
    margin-bottom: 150px;
}

.pag_cursuri-de-actorie h1,
.pag_cursuri-de-bune-maniere h1{
    background: #ff4c4c;
    color: #fff;
}

.pag_spectacole-pentru-copii h1 {
    background: #ba0000;
    color: #fff;
}

.pag_galerie h1 {
    background: #ff4c4c;
    color: #fff;
}

.mod_photo.parteneri {
    list-style: none;
}

.mod_photo.parteneri li {
    display: inline-block;
    padding: 15px;
}

.mod_photo.parteneri img {
    display: block;
}

.pag_despre #post_list .thumbnail {
    margin-right: 8px;
}

.pag_despre #post_list .post_title,
.pag_despre #post_list .post_title a {
    font-size: 14px;
    text-transform: none;
    line-height: normal;
    padding-top: 2px;
    /*text-align: justify;*/
}

.pag_despre #post_list li {
    padding: 0 0 25px 0;
    clear: both;
}

.pag_despre .post_text {
    /*text-align: justify;*/
}

#post_list.galerie li {
    width: 294px;
    height: 370px;
    display: block;
    float: left;
    margin-right: 29px;
}

#post_list.galerie li:nth-child(3),
#post_list.galerie li:nth-child(6),
#post_list.galerie li:nth-child(9),
#post_list.galerie li:nth-child(12),
#post_list.galerie li:nth-child(15),
#post_list.galerie li:nth-child(18),
#post_list.galerie li:nth-child(21) {
    margin-right: 0;
}

#post_list.galerie .thumbnail {
    width: 294px;
    height: 294px;
    float: none;
}

#post_list.galerie .post_title,
#post_list.galerie .post_title a {
    font-size: 29px;
    text-align: left;
    line-height: 30px;
    padding-top: 5px;
}

.pag_galerie #post_list .post_title,
.pag_galerie #post_list .post_title a {
    color: #ff4c4c;
}

ul.galerie_foto_video {
    list-style: none;
}

ul.galerie_foto_video li {
    display: inline-block;
    display: inline-block;
    margin: 0 29px 29px 0;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}

ul.galerie_foto_video li:nth-child(3),
ul.galerie_foto_video li:nth-child(6),
ul.galerie_foto_video li:nth-child(9),
ul.galerie_foto_video li:nth-child(12),
ul.galerie_foto_video li:nth-child(15),
ul.galerie_foto_video li:nth-child(18),
ul.galerie_foto_video li:nth-child(21) {
    margin-right: 0;
}

/*
ul.galerie_foto_video li:nth-child(1),
ul.galerie_foto_video li:nth-child(2),
ul.galerie_foto_video li:nth-child(3),
ul.galerie_foto_video li:nth-child(4) {
    width: 225px;
    height: 205px;
    overflow: hidden;
}

ul.galerie_foto_video li:nth-child(2),
ul.galerie_foto_video li:nth-child(4),
ul.galerie_foto_video li:nth-child(7),
ul.galerie_foto_video li:nth-child(10),
ul.galerie_foto_video li:nth-child(13),
ul.galerie_foto_video li:nth-child(16),
ul.galerie_foto_video li:nth-child(19),
ul.galerie_foto_video li:nth-child(22),
ul.galerie_foto_video li:nth-child(25) {
    margin-right: 0;
}
*/

ul.galerie_foto_video img {
    display: block;
    width: 100%;
}

iframe {
    margin-bottom: 30px;
}

.galerie_spectacol {
    display: block;
    clear: both;
    list-style: none;
}

.galerie_spectacol li {
    display: block;
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 0 3px 10px #000;
    margin: 0 0 20px 0;
}

.galerie_spectacol li a img {
    width: 300px;
    height: 200px;
}

.galerie_spectacol li:nth-child(3n+2) {
    margin-left: 20px;
    margin-right: 20px;
}

.testimonial_item img {
    float: left;
    margin: 0 10px 0 0;
}

#post_list .testimonial_item .post_text {
    text-align: left;
    height: auto;
}
    #post_list .testimonial_item .post_text p {
        padding-bottom: 15px;
    }
.pag_cursuri-de-actorie-copii .wrap h1,
.pag_cursuri-de-actorie-adolescenti .wrap h1,
.pag_cursuri-de-actorie-adulti .wrap h1,
.pag_cursuri-de-actorie-profesori .wrap h1,
.pag_cursuri-de-actorie-sediu .wrap h1,
.pag_cursuri-de-chitara .wrap h1,
.pag_cursuri-de-bune-maniere-copii .wrap h1,
.pag_cursuri-de-bune-maniere-adolescenti .wrap h1,
.pag_cursuri-de-bune-maniere-studenti .wrap h1,
.pag_cursuri-de-canto .wrap h1,
.pag_cursuri-de-pian .wrap h1 {
    margin-bottom: 30px;
}
.pag_cursuri-de-actorie-copii .wrap img,
.pag_cursuri-de-actorie-adolescenti .wrap img,
.pag_cursuri-de-actorie-adulti .wrap img,
.pag_cursuri-de-actorie-profesori .wrap img,
.pag_cursuri-de-actorie-sediu .wrap img,
.pag_cursuri-de-chitara .wrap img,
.pag_cursuri-de-bune-maniere-copii .wrap img,
.pag_cursuri-de-bune-maniere-adolescenti .wrap img,
.pag_cursuri-de-bune-maniere-studenti .wrap img,
.pag_cursuri-de-canto .wrap img,
.pag_cursuri-de-pian .wrap img {
    margin: 0 45px 0 0;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 0 3px 10px #000;
    display: block;
}

.pag_cursuri-de-actorie-copii ul,
.pag_cursuri-de-actorie-adolescenti ul,
.pag_cursuri-de-actorie-adulti ul,
.pag_cursuri-de-actorie-sediu ul,
.pag_cursuri-de-bune-maniere-copii ul,
.pag_cursuri-de-bune-maniere-adolescenti ul,
.pag_cursuri-de-bune-maniere-studenti ul,
.pag_cursuri-de-canto ul,
.pag_cursuri-de-pian ul {
    margin-left: 35px;
}

.form_inscriere {
    display: block;
    width: 384px;
}
.form_inscriere input[type="text"],
.form_inscriere input[type="email"],
.form_inscriere input[type="number"],
.form_inscriere textarea {
    display: block;
    border: 1px solid #ff9900;
    padding: 7px;
    height: 15px;
    line-height: 15px;
    font-family: MPRegular, arial;
    font-size: 14px;
    width: 100%;
    margin: 0 0 5px 0;
    outline: none;
    background: none;
    color: #fff;
}
.form_inscriere textarea {
    height: 100px;
}
.form_inscriere input[type="submit"] {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: 0;
    background: #ff4c4c;
    color: #fff;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    background: #ff9900;
    -moz-box-shadow: 1px 3px 10px #000;
    -webkit-box-shadow: 1px 3px 10px #000;
    box-shadow: 1px 3px 10px #000;
}
.form_inscriere h1 {
    background: #ff4c4c;
    color: #fff;
    margin: 30px 0 7px 0 !important;
    width: 400px;
}
.form_message {
    float: right;
    width: 250px;
    height: 30px;
    line-height: 15px;
    margin: 5px 0 0 0;
    color: #2ab100;
}
.form_message.error {
    color: #ff4c4c;
}
.newsletter_cta {
    /*font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #ff4c4c;
    color: #fff;
    position: absolute;
    margin: 26px 0 0 880px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    width: 87px;
    text-align: center;
    line-height: normal;
    background: #ff4c4c;
    color: #fff;
    position: absolute;
    margin: 163px 0 0 960px;
    top: 0;
    padding: 7px 0 5px 0;
}
.newsletter_out {
    position: fixed;
    top: -100%;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.98;
    overflow: hidden;
}
.newsletter_in {
    margin: 0 auto;
    position: relative;
    top: 50%;
    width: 620px;
    height: 230px;
    margin-top: -120px;
}
.newsletter_left {
    float: left;
    width: 200px;
    background: url(../img/logo-ingenuo.png) no-repeat left center;
    height: 230px;
    border-right: 1px solid #eee;
}
.newsletter_right {
    float: right;
    width: 332px;
}
.newsletter_right input {
    display: block;
    border: 1px solid #ff9900;
    background: #fff;
    border-radius: 20px;
    padding: 7px 15px;
    height: 19px;
    line-height: 19px;
    margin: 10px 0;
    width: 300px;
    outline: none;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
}
.newsletter_right input[type="submit"] {
    width: 120px;
    height: 34px;
    background: #ff9900;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}
.newsletter_right h2 {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #ff9900;
    text-align: center;
}
.newsletter_close {
    border: 1px solid #f0f0f0;
    color: #ccc;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    margin: 0 0 0 160px;
    height: 36px;
    background: #f0f0f0;
    padding: 0 20px;
    border-radius: 18px;
    line-height: 40px;
}
.newsletter_close span {
    font-size: 16px;
    position: relative;
    top: -5px;
}
.form_newsletter .form_message {
    margin-top: 5px;
    width: 100%;
}
.pag_cursuri-de-actorie #content ul,
.pag_cursuri-de-bune-maniere #content ul {
    display: block;
    list-style: none;
}
.pag_cursuri-de-actorie #content ul li,
.pag_cursuri-de-bune-maniere #content ul li {
    list-style: none;
    display: block;
    height: 30px;
}
.pag_cursuri-de-actorie #content ul li a,
.pag_cursuri-de-bune-maniere #content ul li a {
    font-size: 15px;
    display: block;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 30px 5px 0;
    position: relative;
    background: #ff9900;
    width: 90px;
    text-decoration: none;
}
.pag_cursuri-de-actorie #content ul li a:after,
.pag_cursuri-de-bune-maniere #content ul li a:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 153, 0, 0);
    border-left-color: #ff9900;
    border-width: 15px;
    margin-top: -15px;
}
.form_inscriere_info {
    width: 400px;
    display: block;
    margin: 15px 0 0 0;
    color: #999;
}
#footer {
    clear: both;
    margin: 20px auto;
}
#footer, #footer a {
    color: #999;
    text-decoration: none;
}

#over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    backdrop-filter: blur(30px);
    background: #4d4d4d;
}
#over div {
    width: 80%;
    max-width: 600px;
    position: relative;
    top: 20px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    padding: 20px;
    color: black;
    box-shadow: 2px 2px 20px black;
    font-size: 16px;
    font-weight: 600;
}
#over td {
    text-align: center;
    vertical-align: middle;
}
#over p {
    padding-bottom: 15px;
}
#over a {
    text-decoration: none;
}
#over .a {
    background: #ff4c4c;
    color: white;
    display: block;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    width: 30%;
}