@font-face {   

    font-family: 'pt' ;  
    src: url('../fonts/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf') format("truetype");
}


/* ====================================================================================================================
 * RESET
 * ====================================================================================================================*/
html, body{
    width: 100%;
    height: 100%;
    font-family: 'pt';
    margin: 0px;
    padding: 0px;
    direction: ltr;
    color: #555;
    background-color: white;
}
.header{
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
}

.menu_section{
    width: 1200px;
    min-height: 80px;
    /*background-color: red;*/
    margin: 0 auto;
    padding-top: 27px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.logo{
    width: 217px;
    height: 22px;
    /*background-color: yellow;*/
    float: left;
}
.menu{
    width: 800px;
    height: 30px;
    float: left;
    margin-left: 50px;
    /*background-color: green;*/
}
.menu  ul{
    width: 800px;
    height: 30px;
    /*background-color: green;*/
}
.menu  ul li{
    float: left;
    height: 40px;
    padding: 5px 20px 0px 20px;
    /*background-color: green;*/
}
.menu  ul li a.active{
    color: #9E5DA5;
}
.menu  ul li a{
    text-decoration: none;
}
.menu  ul li a:hover{
    color: #9E5DA5;
}
.social_media{
    width: 120px;
    height: 30px;
    /*background-color: red;*/
    float: left;
}

.social{
    height: 30px;
    margin-top: -5px;
    /*background-color: red;*/
    float: left;
}

.social:hover{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada;
}
.social:nth-child(2){
    margin-left: 8px;
    margin-right: 8px;
}
div#submenu_div{
    position: absolute;
    width: 200px;
    height: auto;
    background-color: white;
    z-index: 99;
    /*padding: 10px 0px 10px 10px;*/
    display: none;
    margin-left: -20px;
    margin-top: 22px;

}
.menu  ul li div ul{
    width: 200px;
    height: 80px;

    /*background-color: green;*/
}


div#submenu_div ul li{
    width: 200px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    border-bottom: #ccc solid 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div#submenu_div ul li a{
    display: block;
    width: 200px;
    height: 40px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

div#submenu_div ul li a:hover{
    color: #79457F;

}
#menu_resp{
    display: none;
}
.all_resp{
    display: none;
}

#download_guide{
    width: 150px;
    height: 35px;
    background-color: #9E5DA5;
    color: white;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    position: absolute;
    right: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
}
.section_apply{
    margin-top: 20px;width: 60%; margin: 0 auto
}
/* ====================================================================================================================
 * BASICS
 * ====================================================================================================================*/
a{
    text-decoration: none; 
    color: #555;
}
/* ====================================================================================================================
 * CONTENT
 * ====================================================================================================================*/

.content{
    width: 100%;
    padding-top: 80px;
}
.gallery_div{
    width: 100%;
    height: 600px;
    position: relative;
    /*background-color: green;*/
}
#div_gal{
    width: 50%;
    height: 600px;
    background: rgba(158,93, 165,.8);
    position: absolute;
    z-index: 99;
}
.inside_div_gal{
    width: 50%;
    min-height: 400px;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: yellow;*/
    margin-top: 100px;
}
.inside_div_gal a{
    text-decoration: none;
}
.triangle_down{
    width: 100%; 
    height: 42px; 
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    margin: 0 auto;    
}
.title_news{
    font-size: 40px;
    color: white;
    display: block;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}
.sum_news{
    font-size: 25px;
    color: white;
    display: block;
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    margin-top: 20px;
}
.more{
    width: 100%;
    color: white;
    font-size: 16px;
    margin-top: 8px;
    /*background-color: red;*/
}

.more:hover{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: shake;

}
.move{
    text-align: right;
    /*float: right;*/
    color: #79457F;
    font-size: 15px;
}
#search{
    width: 100%;
    height: 40px;
    background-color: white;
    margin-top: 30px;
    box-sizing: border-box;
}
/*#search:hover{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada;
}*/

.search-btn{
    width: 20%;
    height: 40px;
    border: none;
    float: right;
    background-color: #79457F;
    color: white;
    cursor: pointer;
}
.search-input{
    width: 80%;
    float: left;
    background-color: white;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 13px 10px 5px 10px;
}
.new_studies{
    width: 100%;
    min-height: 735px;
    overflow: hidden;
}
.inside_new_studies{
    width: 1200px;
    min-height: 665px;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: red;*/
    margin-top: 60px;
}
.right_new_studies{
    width: 830px;
    min-height: 625px;
    overflow: hidden;
    /*background-color: green;*/
    float: left;
}
.title_site{
    font-size: 25px;
    text-indent: 20px;
}
.title_site::before{
    width: 10px;
    height: 10px;
    background-color: #9E5DA5;
    content: '';
    position: absolute;
    margin-left: -20px;
    margin-top: 8px;
}
.event_long{
    width: 100%;
    min-height: 268px;
    overflow: hidden;
    background-color: #EBEDEE;
    padding: 25px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-top: 30px;
}
.event_l_pic{
    width: 285px;
    height: 212px;
    position: relative;
    /*background-color: red;*/
    float: left;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.event_l_pic:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform:  scale(1.05);
    -ms-transform: scale(1.05);
}
.event_l_text{
    width: 470px;
    min-height: 215px;
    overflow: hidden;
    /*background-color: yellow;*/
    float: right;
}
.event_s{
    width: 260px;
    height: 350px;
    /*overflow: hidden;*/
    background-color: red;
    padding: 25px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    background-color: #EBEDEE;
    margin-top: 20px;
}
.event_s:nth-child(4){
    margin-left: 24px;
    margin-right: 24px;
    /*background-color: yellow;*/
}
.event_s_pic{
    width: 210px;
    height: 156px;
    /*background-color: red;*/
    float: left;
    margin: 0 auto;
    position: relative;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.event_s_pic:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform:  scale(1.05);
    -ms-transform: scale(1.05);
}
.event_s_text{
    width: 100%;
    min-height: 115px;
    overflow: hidden;
    /*background-color: yellow;*/
    float: right;
}

.title_event{
    font-size: 25px;
    margin-top: 25px;
}
.sum_event{
    font-size: 16px;
    margin-top: 20px;
}
.title_s_event{
    min-height: 70px;
    overflow: hidden;
    font-size: 25px;
    margin-top: 25px;
}
.date_event{
    width: 100px;
    height: 70px;
    background-color: #79457F;
    color: white;
    position: absolute;
    padding: 10px ;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    bottom: 0;
}

.day_event{
    width: 40px;
    height: 50px;
    float: left;
    border-right: white solid 1px;
    text-align: center;
    font-size: 20px;
}
.year_event{
    font-size: 13px;
    text-align: center;
}
.day_event span{
    display: block;
    padding-top: 13px;
}
.year_event span{
    display: block;
    padding-top: 10px;
}
.left_new_studies{
    width: 330px;
    height: 687px;
    /*background-color: red;*/
    float: right;
}
.latest_studies{
    width: 330px;
    min-height: 320px;
    overflow: hidden;
}
.studies_div{
    width: 100%;
    background-color: #EBEDEE;
    min-height: 67px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px 10px 5px 20px;
}
.studies_div a{
    color: #555;
}
.studies_div a:hover{
    color: #79457F;
}
.studies_div_inside{
    margin-top: 30px;
}
.studies_div:nth-child(2n){
    background-color: #F7F8F8;
}
.latest_pub{
    width: 100%;
    min-height: 347px;
    overflow: hidden;
    margin-top: 20px;
    /*background-color: green;*/
}
.pub_div{
    width: 100%;
    height: 297px;
    background-color: #9E5DA5;
    margin-top: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 20px;
}
.pub_div figure{
    width: 200px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 4px #555;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
} 
.pub_div figure img{
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
} 
.pub_div figure img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform:  scale(1.05);
    -ms-transform: scale(1.05);
}
.pub_div figure figcaption{
    font-size: 20px;
    margin-top: 30px;
    color: white;
}
.pub_div figure a{
    color: #555;
}
.read_more{
    width: 100px;
    height: 25px;
    text-align: center;
    float: right;
    margin-top: 10px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 3px;
    margin-right: -65px;
}
.read_more::before{
    content: ' ';
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 13px solid white;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: -33px;
    margin-top: -3px;
}
.video{
    width: 100%;
    height: 455px;
    /*background-color: red;*/
    margin-top: 60px;
    position: relative;
}

.up_video_line{
    width: 100%;
    height: 20px;
    background-color: #79457F;
    /*position: absolute;*/
}
.down_arrow{
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #79457F;
    position: absolute;
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
}
.workshops{
    width: 100%;
    min-height: 445px;
    overflow: hidden;
    /*background-color: green;*/
    margin-top: 80px;
}
.inside_workshops{
    width: 1200px;
    min-height: 445px;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: green;*/
}
.training_div{
    width: 273px;
    height: 380px;
    /*background-color: red;*/
    float: left;
    margin-top: 30px;
}
.training_div:nth-child(2){
    margin-left: 36px;
    margin-right: 36px;
}
.training_div:nth-child(3){
    margin-right: 36px;
}
.training_pic{
    width: 100%;
    height: 300px;
    /*background-color: yellow;*/
    overflow: hidden;
}
.inside_training_pic{
    width: 450px;
    height: 300px;
    text-align: center;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.inside_training_pic:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform:  scale(1.1);
    -ms-transform: scale(1.1);
}
.title_training{
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: white;
    padding: 15px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: #79457F;
}

/* ====================================================================================================================
 * INSIDE PAGES
 * ====================================================================================================================*/
#pages_wrapper{
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
#pages_inside_wrapper{
    width: 1200px;
    min-height: 400px;
    overflow: hidden;
    /*background-color: red;*/
    margin: 0 auto;
    margin-top: 40px;
}
.bg_inside_pages{
    width: 100%;
    height: 230px;
}
.bg_inside_pages::after{
    width: 100%;
    height: 230px;
    content: "";
    position: absolute;
    z-index: 10;
    background: rgba(158,93,165,.8);
}
.inside_photo_title{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    padding-top: 100px;
    position: absolute;
    color: white;
    font-size: 35px;
    text-align: right;
    left:0;
    right:0;
    z-index: 12;
}
.inside_section{
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin-top: 20px;
}
.title_pages{
    width: 100%;
    height: 30px;
    padding: 12px 20px 8px 20px;
    background-color: #79457F;
    color: white;
    font-size: 20px;
}
.left_right{
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    background-color: #EBEDEE;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.left_page{
    width: 330px;
    min-height: 218px;
    overflow: hidden;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 2px #555;
    padding: 10px ;
}

.right_page{
    width: 770px;
    min-height: 248px;
    overflow: hidden;
    float: left;
    padding: 10px ;
    margin-left: 20px;
}


/* ====================================================================================================================
 * FOOTER
 * ====================================================================================================================*/
.footer_up{
    width: 100%;
    min-height: 285px;
    overflow: hidden;
    background-color: #79457F;
}

.inside_footer_up{
    width: 1200px;
    min-height: 285px;
    overflow: hidden;
    margin: 0 auto;    
}
.footer_div{
    width: 375px;
    height: 216px;
    background-color: white;
    float: left;
    margin-top: 35px;
    position: relative;
}
.in_footer_div{
    width: 375px;
    height: 216px;
    background-color: white;

    position: absolute;
    z-index: 1;
}
.footer_div_shadow{
    width: 397px;
    height: 112px;
    content:"";
    position: absolute;
    background: url('../images/shadow.png');
    z-index: 0;
    margin-top: 130px;
    margin-left: -10px;

}
.footer_div:nth-child(2){
    margin-left: 37px;
    margin-right: 37px;

}
.icon_footer{
    width: 200px;
    height: 216px;
    float: left;
    text-align: center;
    padding-top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.icon_footer:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform:  scale(1.1);
    -ms-transform: scale(1.1);
}






.title_footer{
    width: 175px;
    height: 216px;
    float: left;
    padding-top: 95px;
    font-size: 20px;
}
.footer_down{
    width:100%;
    min-height: 383px;
    overflow: hidden;
}
.inside_footer_down{
    width: 1200px;
    min-height: 383px;
    margin: 0 auto;
    /*background-color: green;*/
}
.site_map_newsletter{
    width: 100%;
    min-height: 220px;
    overflow: hidden;
    padding-top: 70px;
}
.site_map{
    width: 200px;
    height: 220px;
    float: left;
}

.site_map h1{
    font-size: 22px;
    color: #9E5DA5;
}
.site_map ul{
    margin-top: 20px;
}
.site_map ul li{
    color: white;
    margin-top: 10px;
    font-size: 12px;
}
.site_map ul li a{
    text-decoration: none;
    color: white;
}
.newsletter{
    width: 505px;
    height: 60px;
    background-color: white;
    float: right;
}

.newsletter:hover{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada;
}
#news_letter_inpt{
    width: 380px;
    height: 60px;
    /*background-color: green;*/
    float: left;
    border: none;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#news_letter_submt{
    width: 125px;
    height: 60px;
    float: left;
    border: none;
    background-color: #9E5DA5;
    color: white;
    cursor: pointer;
}
#email_insert{
    color: white;
    padding-top: 20px;
    font-size: 12px;
    display: none;
}

.logo_footer_wrapper{
    width: 100%;
    height: 30px;
    margin-top: 10px;
}
.logo_footer{
    padding-top: 20px;
    width: 200px;
    height: 30px;
    float: left;
}
#anzima{
    width: 300px;
    height: 20px;
    color: white;
    text-align:right;
    float: right;
    padding-top: 20px;
}
#anzima a{
    color: #aaa;
}

.footer_section{
    width: 100%;
    min-height: 670px;
    overflow: hidden;
    background-color: #3E454D;
    margin-top: 60px;
}
.footer_up{
    width: 100%;
    min-height: 285px;
    padding-bottom: 30px;
}
.gallery_post{
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.gal_post{
    width: 730px;
    height: 610px;
    margin: 0 auto;
}
.back{
    width: 100px;
    height: 20px;
    padding: 10px;
    float: right;
    background-color: #79457F;
    color: white;
    text-align: center;
}
.back:hover{
    background-color: #9E5DA5;
}
.title_inside{
    margin-top: 30px;
}
.desc_post{
    width: 100%;
    min-height: 100px;
    margin-top: 40px;
}
.pic_col{
    width: 700px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
/* ====================================================================================================================
 * FOOTER - RESPONSIVE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * CONTACT
 * ====================================================================================================================*/
div#msg_sent{
    width: 100%;
    height: 199px;
    /*margin-top: 20px;*/
    font-size: 14px;
    margin: 0 auto;
    color: white ;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    /*position: absolute;*/
    padding-top: 80px;
    display: none;
}
div#msg_sent1{
    width: 100%;
    height: 199px;
    font-size: 20px;
    margin: 0 auto;
    color: white ;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-top: 80px;
    display: none;
}
div#msg_senta{
    width: 100%;
    height: 199px;
    font-size: 14px;
    margin: 0 auto;
    color: #9E5DA5 ;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-top: 80px;
    display: none;
}
.msg_senta{
    margin-top: 50px;
    font-size: 30px;
}
.sent{
    display: block;
    margin: 0 auto;
}
.svg{
    display: block;
    width: 60px;
    float: left;
}
.msg_sent{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
div#fields{
    width: 300px;
    height: 20px;
    margin-top: -30px;
    color: #9E5DA5 ;
    font-size: 14px;
    text-align: left;
    /*display: none;*/
    position: absolute;

}
div#fields1{
    width: 150px;
    height: 20px;
    bottom: 25px;
    color: white ;
    font-size: 14px;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: 0px;
}
div#fieldsa{
    width: 150px;
    height: 20px;
    bottom: 25px;
    color:  #9E5DA5;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 20px;
}
div.field{
    /*display: none;*/
}
.inputnewsletter{
    padding: 4px 10px;
    color: #323232;
    border: none;
    width: 100%;
    height: 35px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color:  #eee;
    /*border: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: color 0.3s;
    transition: Background-Color 0.3s;
    /*border: #555 solid 1px;*/
}
.smallinput, .inptd, .inpty, .inptsc, .inptc{
    padding: 4px 10px;
    color: #323232;
    border: none;
    width: 45%;
    height: 35px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color:  #eee;
    float: left;
    /*border: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: color 0.3s;
    transition: Background-Color 0.3s
}
.inptd, .inpty{
    width: 15.25%;
    margin-left: 1.5%;
    text-align: center;
}
.inpty{
    width: 20%;
}
.inptsc{
    width: 68.5%;
}
.inptc{
    margin-left: 1.5%;
    width: 30%;
}
/*.inputnewsletter:focus{
    background-color: #EEEEED;
    border: #EEEEED solid 1px;
    color: #555;
}*/
.inputnl{
    width: 230px;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 10px;
    border: #ccc solid 1px;
}


.inpta, .inpta1{
    width: 100%;
    height: 234px;
    padding-top: 5px;
    padding-left: 5px;
    color: #323232;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 4px;
    background-color:  #eee;
    font-family: Raleway;
    margin-top: 20px;
    font-size: 15px;
    font-family: arial;
    border: none;
    /*border: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: color 0.3s;
    transition: Background-Color 0.3s;
    /*border: #555 solid 1px;*/
}

.inpta1{
    height: 100px;
}

.inptdate:before{
    content: "Date of birth";
    position: absolute;
    color: white;
    margin-top: -14px;
    font-size: 11px;
    right:0;
    display: block;
    width: 100px;

}

#captcha{
    transition: color 0.3s;
    border: none;
    height: 20px;
    padding-left: 10px;
    transition: Background-Color 0.3s;
    border: #555 solid 1px;
}
#captcha:focus{
    background-color: #EEEEED;
    border: #EEEEED solid 1px;
    color: #555;
}
.inpts{
    width: 100%;
    height: 35px;
    color: white ;
    float: right;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
    background-color: #79457F;
    margin-top: -50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: Background-Color 0.3s;
}
.inptsa{
    width: 100%;
    height: 35px;
    color: white ;
    float: right;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
    background-color: #79457F;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: Background-Color 0.3s;
}
.inpts:hover{
    background-color: #9E5DA5;
    /*color: #fff;*/
    /*border: #A61F24 solid 1px;*/
}

.inpt_apply{
    width: 410px;
}
.right_inside{
    width: 550px;
    min-height: 100px;
    float: left;
    margin-top: 30px;
}
.left_inside{
    width: 600px;
    min-height: 100px;
    float: right;
    margin-top: 30px;
    /*background-color: red;*/
    /*margin-left: 30px;*/
}
.video_sec{
    width: 32.33%;
    height: 200px;
    background-color: white;
    float: left;
    margin-top: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 3px #bbb;
    padding: 10px 10px;  
}
.video_sec:nth-child(2){
    margin-left: 1.5%;
    margin-right: 1.5%;
}




/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media only screen
and (min-device-width : 1200px)
and (max-width : 1365px)
{
    .triangle_down{
        bottom: -20px;
    }
}
@media only screen
and (min-device-width : 1024px)
and (max-width : 1200px)
{

}

@media only screen
and (min-device-width : 900px)
and (max-width : 1024px)
{
}

@media only screen
and (min-device-width : 600px)
and (max-width : 900px)
{
    .triangle_down{
        bottom: -30px;
    }
    .inside_div_gal{
        width: 80%;
    }
}


@media only screen
and (min-device-width : 320px)
and (max-width : 600px)
{  
    .menu_section{
        width: 95%;
    }
    .menu{
        display: none;
    }
    .social_media{
        width: 35px;
        height: 100px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        margin-top: 0;
    }
    .social:nth-child(2){
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .gallery_div{
        width: 100%;
        height: 228px;
        position: relative;
        background-color: green;
    }
    #div_gal{
        width: 50%;
        height: 228px;
        background: rgba(158,93, 165,.8);
        position: absolute;
        z-index: 99;
    }
    .title_news{
        font-size: 16px;
        display: block;
        min-height: 20px;
    }
    .inside_div_gal{
        width: 90%;
        min-height: 170px;
        margin-top: 30px;
    }
    .sum_news{
        display: none;
    }
    .triangle_down{
        width: 100%; 
        height: 13px; 
        bottom: 0;
    }
    .search-btn{
        width: 40%;
    }
    .search-input{
        width: 60%;
    }
    .inside_new_studies{
        width: 95%;
    }
    .right_new_studies{
        width: 100%;
        min-height: 625px;
        overflow: hidden;
        float: none;
    }  
    .event_long{
        width: 100%;
        min-height: 238px;
    }
    .event_l_pic{
        width: 265px;
        height: 197px;
        position: relative;
        float: none;
        margin: 0 auto;
    }
    .event_l_text{
        width: 100%;
        min-height: 115px;
        overflow: hidden;
        margin: 0 auto;
        /*background-color: yellow;*/
        float: none;
    }
    .left_new_studies{
        width: 100%;
        height: 687px;
        /*background-color: red;*/
        float: none;
        margin-top: 40px;
    }

    .event_s{
        width: 100%;
        height: 370px;
        padding: 25px 25px;
        background-color: #EBEDEE;
        margin-top: 20px;
    }
    .event_s:nth-child(4){
        margin-left: 0px;
        margin-right: 0px;
        /*background-color: yellow;*/
    }
    .event_s_pic{

        width: 265px;
        height: 197px;
        margin: 0 auto;
        float: none;
    }
    .event_s_text{
        width: 100%;
    }
    .inside_workshops{
        width: 95%;
        margin: 0 auto;
        /*background-color: green;*/
    }
    .training_div{
        width: 100%;
        height: 380px;
        float: none;
        margin-top: 30px;
    }
    .training_div:nth-child(2){
        margin-left: 0px;
        margin-right: 0px;
    }
    .training_div:nth-child(3){
        margin-right: 0px;
    }
    .footer_up{
        width: 100%;
        min-height: 285px;
        overflow: hidden;
        background-color: #79457F;
    }
    .inside_footer_up{
        width: 90%;
        min-height: 285px;
        overflow: hidden;
    }
    .footer_div{
        width: 100%;
        height: 216px;
        background-color: white;
        float: none;
        margin-top: 35px;
        position: relative;
    }
    .in_footer_div{
        width: 100%;
        height: 216px;
    }
    .footer_div_shadow{
        width: 280px;
        height: 79px;
        background: url('../images/shadow1.jpg');
        margin-top: 155px;
        margin-left: 10px;

    }
    .footer_div:nth-child(2){
        margin-left: 0px;
        margin-right: 0px;

    }
    .icon_footer{
        width: 140px;
        height: 216px;
        text-align: center;
        padding-top: 50px;
    }
    .title_footer{
        width: 150px;
        text-align: center;
    }
    .inside_footer_down{
        width: 90%;
        min-height: 500px;
        overflow: hidden;
    }
    .newsletter{
        width: 505px;
        height: 60px;
        background-color: white;
        float: right;
    }
    .site_map_newsletter{
        padding-bottom: 40px;
    }
    .newsletter{
        width: 100%;
        margin-top: 30px;
    }
    #news_letter_inpt{
        width: 72%;
    }
    #news_letter_submt{
        width: 28%;
    }
    .all_resp{
        width: 29px;
        height: 29px;
        float: right;
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        display: block;
        /*background-color: yellow;*/
        /*position: fixed;*/
    }
    #menu_icon{
        position: absolute;
        cursor: pointer;
    }

    #close_icon{
        position: absolute;
        cursor: pointer;
        display: none;
    }
    #menu_resp{
        position: absolute;
        width: 100px;
        height: auto;
        background-color: white;
        box-shadow: 0px 0px 2px #aaa;
        right: 0px;
        margin-top: 48px;
        padding: 20px 20px 0px 20px;
        display: none;
    }
    #menu_resp ul li{
        margin-bottom: 20px;
        text-align: right;
    }
    #menu_resp ul li a{
        text-decoration: none;
        color: #555;
    }
    #menu_resp ul li a.active_resp{
        color:#9E5DA5;
    }
    #menu_resp ul li a:hover{
        color:#9E5DA5;
    }
    div#submenu_div{
        position: relative;
        width: 120px;
        height: auto;
        background-color: white;
        z-index: 99;
        /*padding: 10px 0px 10px 10px;*/
        display: none;
        margin-left: 0px;
        margin-top: 22px;

    }
    .menu  ul li div ul{
        width: 120px;
        height: 80px;

        /*background-color: green;*/
    }


    div#submenu_div ul li{
        width: 120px;
        height: 35px;
        padding: 0px 0px 0px 0px;
        border-bottom: #ccc solid 1px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    div#submenu_div ul li a{
        display: block;
        width: 120px;
        height: 35px;
        padding: 10px 20px 5px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

    }

    .inside_photo_title{
        width: 90%;
    }
    #pages_inside_wrapper{
        width: 90%;
    }
    .left_page{
        width: 90%;
        min-height: 15px;
        float: none;
        margin: 0 auto;
    }
    .right_page{
        width: 90%;
        min-height: 248px;
        overflow: hidden;
        float: none;
        padding: 10px ;
        margin-left: 0px;
        margin-top: 20px;
    }
    .back{
        width: 70px;
        height: 13px;
        margin-top: -33px;
    }
    .gal_post{
        width: 100%;
        height: 340px;
        margin: 0 auto;
    }
    .pic_col{
        width: 100%;
        min-height: 200px;
        overflow: hidden;
    }
    .video_sec{
        width: 96%;
        float: none;
        margin: 0 auto;
        margin-top: 20px;

    }
    .video_sec:nth-child(2){
        margin-left: 0%;
        margin-right: 0%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .right_inside{
        width: 100%;
        min-height: 100px;
        float: none;
        margin-top: 30px;
    }
    .left_inside{
        width: 100%;
        min-height: 100px;
        float: none;
        margin-top: 60px;
    }

    .latest_studies{
        width: 100%;
    }

    .read_more{
        width: 100px;
        height: 25px;
        text-align: center;
        float: right;
        position: absolute;
        right:0;
        margin-right: 0px;
    }
    .section_apply{
    margin-top: 20px;width: 100%; margin: 0 auto
}
#download_guide{
    width: 150px;
    height: 35px;
    background-color: #9E5DA5;
    color: white;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 0px;
    font-size: 13px;
    
}

}








