@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
@font-face {  
    font-family: myriad ;  
    src: url('../font/MYRIADPRO-REGULAR.OTF') format("opentype");  
}

body{
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
    margin: 0;
    padding: 0;
    font-family: myriad;
    color: #333333;
}
.video_link{
    height: 550px;
}
#menu_up{
    width: 100%;
    height: 60px;
    /*background-color: red;*/
    position: fixed;
    z-index: 9999999;
    display: none;
    box-shadow: 0px 0px 3px #ccc;
    background-color: white;
}
#inside_menu_left{
    width: 50%;
    height: 60px;
    float: left;
    background-color: white;
}
#inside_menu_right{
    width: 50%;
    height: 60px;
    float: right;
    background-color: #89816D;
}
#menu_left{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    /*background-color: yellow;*/
}
#menu_right{
    width: 600px;
    height: 60px;
    float: left;
    /*background-color: blue;*/
}
#logo_up{
    width: 180px;
    height: 40px;
    margin-top: 10px;
    float: left;
}
#top_wrapper{
    width: 100%;
    height: 90px;
    background-color: white;
}
#logos_div{
    width: 100%;
    height: 75px;
    background-color: rgba(137,129,109,.9);
    position: absolute;
    z-index: 2;
}
#logo_div{
    width: auto;
    height: 75px;
    text-align: center;
    float: right;
    padding-top: 0px;
}
#logo_div img{
    height: 100%;
    padding-left: 30px;

}

#inside_logos_div{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}
#inside_top_wrapper{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
#logo{
    padding-top: 15px;
    float: left;
}

#menuup{
    width: 560px;
    height: 35px;
    float: right;
    margin-right: 20px;
    padding-top: 22px;
}

#menuup ul{
    list-style: none;
}
#menuup ul a{
    color: #333;
}
#menuup ul a li{
    float: right;
    margin-left: 30px;
}

#menu{
    width: 560px;
    height: 35px;
    float: right;
    padding-top: 50px;
}

#menu ul{
    list-style: none;
}
#menu ul a{
    color: #333;
}
#menu ul a li{
    float: right;
    margin-left: 30px;
}
#menu ul a li:hover{
    color: #ADA189;
}
/*.line_up{
    width: 60px;
    height: 1px;
    background-color: #89816D;
    -ms-transform: rotate(-60deg); 
    -webkit-transform: rotate(-60deg); 
    transform: rotate(-60deg);
    position: absolute;
    margin-top: 7px;
    display: none;
}
.lineup{
    width: 60px;
    height: 1px;
    background-color: #89816D;
    -ms-transform: rotate(-60deg);  IE 9 
    -webkit-transform: rotate(-60deg);  Chrome, Safari, Opera 
    transform: rotate(-60deg);
    position: absolute;
    margin-top: 7px;
    display: none;
}*/
.selected{
    display: block;
    color: #89816D;
}
#content_wrapper{
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    /*background-color: red;*/
}
.info_div{
    width: 100%;
    height: 80px;
    /*top: 520px;*/
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.logo_gal{
    width: 140px;
    height: 80px;
    background-color: #89816D;
    float: right;
}
.inside_logo_gal{
    width: 95px;
    height: 95px;
    margin: 0 auto;
    margin-top: -10px;
    /*padding-top: 15px;*/
}
.title_gal{
    width: 600px;
    height: 25px;
    color:  #89816D;
    /*background-color: red;*/
    float: right;
    padding: 35px 20px 0px 20px;
    text-align: right;
}
#sections_div{
    width: 100%;
    min-height:  350px;
    overflow: hidden;
}
#inside_sections_div{
    width: 1200px;
    height:  270px;
    /*background-color: green;*/
    margin: 0 auto;
    padding-top: 80px;
}
.section_div{
    width: 100%;
    height: 270px;
    float: left;
    /*background-color: yellow;*/
    text-align: center;
}
.title_section{
    font-size: 27px;
    color: #89816D;
    height: 50px;
}
.desc_section{
    width: 75%;
    height: 120px;
    margin-top: 30px;
    margin: 0 auto;
}
#quote_picture{
    width: 100%;
    height: 375px;
    background-color: #89816D;
}
#pic_div{
    width: 50%;
    height: 375px;
    /*background-color: green;*/
    float: left;
}

#quote_div{
    width: 50%;
    height: 375px;
    background-color: #89816D;
    float: right;
}
#txt_quote{
    color: white;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
    width: 50%;
}
#expert_areas{
    width:  100%;
    min-height: 335px;
    overflow: hidden;
    background-color: #89816D;
    margin-top: 100px;
}
#expert_title{
    width: 300px;
    height: 40px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: white;
    background-color: #ADA189;
    margin: 0 auto;
    margin-top: -25px;
    position: absolute;
    left: 0;
    right:0;
    font-size: 27px;
    z-index: 10;
}
#expert_pic{
    width: 100%;
    height: 335px;
    opacity: .3;
}
#inside_expert{
    width: 1200px;
    height: 335px;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: red;*/
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}
.exp_div{
    width: 200px;
    height: 125px;
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 75px;
    /*background-color: red;*/
}

#footer{
    width: 100%;
    height: 740px;
    /*background-color: red;*/
    padding-top: 100px;
}
div#contact_div{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    margin-top: 50px;
    /*background-color: red;*/
}
#text_desc{
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    padding-bottom: 30px;
}
#desc_contact{
    float: left;
    width: 48%;
    height: auto;
    padding-top: 30px;
}
#map_contact{
    width: 48%;
    float: right;
    height: auto;
}
div#contact_title{
    height: 40px;
    text-align: center;
    width: 100%;
    color: #89816D;
    font-size: 27px;
}
#left_contact{
    width: 48%;
    height: 180px;
    /*background-color: red;*/
    float: left;

}
#footer_contact{
    width: 100%;
    min-height: 630px;
    overflow: hidden;
    /*background-color: red;*/
}
#right_contact{
    width: 48%;
    height: 180px;
    /*background-color: red;*/
    float: right;
}
#basic_anzima{
    width: 100%;
    height: 144px;
    background-color: #89816D;
}
#line_inside_basic{
    width: 100%;
    height: 8px;
    background-color: #ADA189;
}
#basic_inside{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 50px;
    /*background-color: green;*/
}
#part1{
    width: 490px;
    height: 20px;
    border-bottom: #fff solid 1px;
    float: left;
    font-size: 12.5px;
    color: white;
    letter-spacing: 1px;
}
#part2{
    width: 220px;
    height: 20px;
    float: left;
    text-align: center;
    /*margin-top: -20px;*/
}
#part3{
    width: 490px;
    height: 20px;
    border-bottom: #fff solid 1px;
    float: left;
    text-align: right;
    font-size: 12.5px;
    color: white;
    letter-spacing: 1px;
}
#img_inside_photo_pages{
    width: 100%;
    height: 320px;
}
#inside_pages{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}
div#pages_title{
    height: 40px;
    text-align: center;
    width: 100%;
    color: #89816D;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.select{
    width: 60%;
    margin-left: 5%;
    height: 30px;
    border: none;
    box-shadow: 0px 0px 5px #E6E6E6;
    color: white;
    background-color: #333;
    padding-left: 10px;
}
.career_div{
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    border-bottom: #ADA189 solid 1px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.title_career{
    font-size: 17px;
    color: #89816D;
    letter-spacing: 1px;
}
.date_career{
    font-size: 13px;
    color: #ADA189;
}
.read{
    color: #ADA189;
}
#inside_left{
    width: 47%;
    min-height: 300px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
#inside_right{
    width: 47%;
    min-height: 300px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}

#link_left{
    width: 22%;
    min-height: 200px;
    overflow: hidden;
    padding-right: 3%;
    float: left;
    /*background-color: red;*/
    margin-top: 30px;
    padding-top: 40px;
}
#link_right{
    width: 71%;
    min-height: 200px;
    overflow: hidden;
    float: left;
    padding-left: 3%;
    /*background-color: green;*/
    margin-top: 30px;
    border-left: #C6C0B3 solid 1px;
}
#title_expert{
    width: 300px;
    height: 40px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: white;
    background-color: #ADA189;
    margin: 0 auto;
    /*margin-top: -25px;*/
    position: absolute;
    left: 0;
    right:0;
    font-size: 27px;
    z-index: 10;
    margin-top: 290px;
}
.links_div{
    width: 100%;
    min-height: 25px;
    overflow: hidden;
    border-bottom: #C6C0B3 solid 1px;
    margin-top: 10px;
}
.links_div a{
    color: #333;
    text-decoration: none;
}
.links_div a:hover{
    color: #89816D;
}
a.selectedd{
    color: #89816D;
}
.title_link_inside{
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    font-size: 40px;
    color: #89816D;
}
.desc_link{
    width: 100%;
    margin-top: 20px;
    text-align: justify;
}
div.gal_link{
    width: 100%;
    height: 650px;
    /*background-color: red;*/
    /*margin-top: 40px;*/
    padding-top: 30px;
}
div.gal_link{
    margin-top: 20px;
}
.menu_resp{
    display: none;
}
.close_resp{
    display: none;
}
.menu_resp1{
    display: none;
}
.close_resp1{
    display: none;
}
#menu_responsive{
    display: none;
}


/*///////////////// contact us/////////////////////////*/



div#msg_sent{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #BA282E ;
    text-align: left;
    margin-left: 220px;
    position: absolute;
    margin-top: 180px;
    display: none;
}

div#fields{
    width: 300px;
    height: 20px;
    margin-top: -10px;
    font-size: 14px;
    text-align: left;
    color: #BA282E ;
    display: none;
    position: absolute;
}



.inputnewsletter{
    padding: 4px 10px;
    color: #323232;
    border: none;
    width: 97%;
    height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    /*box-shadow: 0px 0px 5px #89816D;*/
    margin-top: 20px;
    background-color: white;
    border: none;
    border: #C6C0B3 solid 1px;

}

.inpta{
    width: 97.5%;
    height: 83px;
    padding-top: 5px;
    padding-left: 5px;
    color: #323232;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 4px;
    background-color: white;
    /*box-shadow: 0px 0px 5px #E6E6E6;*/
    margin-top: 20px;
    font-size: 16px;

    font-family: myriad;
    border: #C6C0B3 solid 1px;
}


.inpts{
    width: 17%;
    height: 35px;
    color: #fff ;
    float: left;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    /*margin-top: 23px;*/
    margin-bottom: 30px;
    background-color: #333;
    /*margin-right: 3.8%;*/
}
.inpts:hover{
    background-color: #ADA189 ;
}

/*/////////////////  Responsive/////////////////////////*/










@media only screen
and (min-device-width : 320px)
and (max-width : 600px)
{
    
    #menu_right{
        display: none;
    }
    #inside_menu_left{
        width: 50%;
    }
    #inside_menu_right{
        width: 50%;
    }
    #menu_left{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    #logo_up{
        width: 120px;
        margin-top: 20px;
    }
    #menuup{
        display: none;
    }
    #inside_top_wrapper{
        width: 95%;

    }

    #logo{
        width: 230px;
        padding-top: 15px;
        margin-top: 5px;
        float: left;
        /*background-color: red;*/
    }
    #menu{
        display: none;
    }

    #logo_div{
        width: auto;
        height: 75px;
        text-align: center;
        float: right;
        padding-top: 0px;
    }
    #logo_div img{
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;

    }

    #inside_logos_div{
        width: 99%;
        height: 70px;
        margin: 0 auto;
    }
    
    .menu_resp{
        display: block;
        width: 34px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 15px;
        cursor: pointer;
    }
    .close_resp{
        display: none;
        width: 34px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    
    .menu_resp1{
        display: block;
        width: 34px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 15px;
        cursor: pointer;
    }
    .close_resp1{
        display: none;
        width: 34px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    
    #menu_responsive{
        width: 150px;
        height: auto;
        background-color: white;
        position: fixed;
        right: 10px;
        top: 45px;
        display: none;
        z-index: 99999999;
        padding: 10px 10px;
        text-align: right;
    }
     
    #menu_responsive ul {
        list-style: none;
    }
     #menu_responsive ul a li{
        margin-top: 15px;
    }
     #menu_responsive ul a{
       text-decoration: none;
       color: #333;
    }
    
    #basic_inside{
    width: 100%;

}
    

#part1{
    width: 90%;
    margin: 0 auto;
    float: none;
    margin: 0 auto;
     margin-bottom: 20px;
    text-align: center;
}
#part2{
    width: 90%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}
#part3{
    width: 90%;
    float: none;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-top: 40px;
}

div#contact_div{
    width: 95%;
}

.logo_gal{
    width: 140px;
    height: 80px;
    background-color: #89816D;
    float: right;
}
.inside_logo_gal{
    width: 95px;
    height: 95px;
    margin: 0 auto;
    margin-top: -10px;
    /*padding-top: 15px;*/
}
.title_gal{
    width: 150px;
    height: 25px;
    color:  #89816D;
    /*background-color: red;*/
    float: right;
    padding: 20px 10px 0px 10px;
    text-align: right;
    font-size: 13px;
}

#inside_sections_div{
    width: 95%;
    height:  270px;
    margin: 0 auto;
    padding-top: 80px;
}
.section_div{
    width: 100%;
    height: 270px;
    float: left;
    /*background-color: yellow;*/
    text-align: center;
}
.desc_section{
    width: 100%;
    height: 120px;
    margin-top: 30px;
    margin: 0 auto;
}
#txt_quote{
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    width: 70%;
}
#expert_areas{
    width:  100%;
    min-height: 335px;
}
#expert_areas{
    width: 100%;
    min-height: 950px;
    overflow: hidden;
}
#inside_expert{
    width: 95%;
    min-height: 950px;
}
#expert_pic{
    width: 100%;
    height: 950px;
}
#right_contact{
    width: 90%;
    height: 180px;
    float: none;
    margin: 0 auto;
}
#left_contact{
    width: 90%;
    height: 145px;
    float: none;
    margin: 0 auto;
}
#desc_contact{
    float: none;
    width: 90%;
    height: auto;
    padding-top: 30px;
    margin: 0 auto;
}
#map_contact{
    width: 90%;
    float: none;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.inpts{
    width: 37%;
    margin-left: 15px;
}
#basic_anzima{
    width: 100%;
    height: 200px;
    background-color: #89816D;
}
#inside_pages{
    width: 92%;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}
#inside_left{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
#inside_right{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}
#link_left{
    width: 100%;
    min-height: 100px;
    overflow: hidden;

}
#link_right{
    width: 100%;
    min-height: 200px;
    padding-left: 0;
    border-left: none;
}
.desc_link{
    width: 97%;
    margin-top: 20px;
    text-align: justify;
    margin: 0 auto;
}
div.gal_link{
    width: 100%;
    height: 300px;
    /*background-color: red;*/
    /*margin-top: 40px;*/
    padding-top: 30px;
}
.video_link{
    height: 250px;
}
}




@-webkit-keyframes anim {
    from {-webkit-transform: rotateY(0deg);}
    to {-webkit-transform: rotateY(360deg);}
}

@keyframes anim {
    from {transform: rotateY(0deg);}
    to {transform: rotateY(360deg);}
}














