@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/proximanovaregular.eot');
    src: url('fonts/proximanovaregular.eot?#iefix') format('embedded-opentype'),
        url('fonts/proximanovaregular.woff') format('woff'),
        url('fonts/proximanovaregular.ttf') format('truetype'),
        url('fonts/proximanovaregular.svg#proximanovaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RemachineScript';
    src: url('fonts/remachinescript.eot');
    src: url('fonts/remachinescript.eot?#iefix') format('embedded-opentype'),
        url('fonts/remachinescript.woff') format('woff'),
        url('fonts/remachinescript.ttf') format('truetype'),
        url('fonts/remachinescript.svg#remachinescript') format('svg');
    font-weight: normal;
    font-style: normal;
}


root { 
    display: block;
}
body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
img{
    border: 0;
}
a{
    text-decoration: none;
}
p.text{
    font-family: Calibri;
    font-size: 14px;
    color:#727272;
}
.red_txt,
.the_link:hover{
    color:#B45151;
}
.the_link{
    color: #383838;
    /*text-decoration: underline;*/
}
.page_title_h{
    font-family: "RemachineScript",sans-serif;
    font-size: 30px;
    margin: 0px;
    position: relative;
    color: #B45151;
    padding-bottom: 15px;
    font-weight: normal;
}
/*----------------------main styles---*/
#main_container,#content{
    margin: auto;
    width: 960px;
    height: auto;
    min-height: 900px;  
    position: relative;
}
#content{
    min-height: 875px;
}

/*---------------------------footer--*/
#footer{
    position: relative;
    width: 100%;
    height: 30px;
}
#copyright{
    color: #383838;
    font-family: Calibri;
    font-size: 13px;
    float: left;
    padding: 8px 0px 0px 0px;
}
#g42 img{
    float: right;
    padding: 6px 0px 0px 0px;
}

/*--------------------------headline--*/
#headline{
    height: 109px;
}
#headline img{
    padding: 28px 0px 0px 14px;
}
/*--------------------------content--*/
.wrap{
    padding-top: 40px;
    /*min-height: 690px;*/
    min-height: 675px;
    position: relative;
}

/*-------------------------------intro--*/
#logo_big{
    margin: auto;
    width: 373px;
    padding-top: 30px;
}

#intro_about{
    width: 560px;
    height: 476px;
    background: url("../img/about_back_whole.png") no-repeat;
    /*margin: 80px auto 0px auto;*/
    position: relative;
    margin-top: 65px;
    left: 200px;
}
#intro_about #about_head_img{
    position: relative;
    left: 292px;
    top: 138px;
}
#intro_about #about_more_lnk{
    display: block;
    width: 105px;
    height: 25px;
    left: 310px;
    position: absolute;
    top: 398px;
}
#intro_about p{
    width: 295px;
    text-align: center;
    position: relative;
    top: 157px;
    left: 210px;
    word-break: break-word;
    max-height: 154px;
}

#intro_amazon_link{
    width: 300px;
    height: 100px;
    float: left;
    position: relative;
    top: 115px;
    left: -108px;
}
#intro_amazon_link img{
    width: 61px;
    height: 90px;
    float: left;
    padding-right: 12px;
}
#intro_amazon_link .title{
    color: #B55151;
    font-size: 18px;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    float: left;
    width: 220px;
    text-align: left;
    position: relative;
    top: -4px;
    left: 0px;
    word-break: break-word;
    max-height: 20px;
    margin: 0;
}
#intro_amazon_link .divider{
    display: block;
    background: url('../img/small_banner_line.png') no-repeat;
    float: left;
    position: relative;
    width: 198px;
    height: 1px;
}
#intro_amazon_link .text{
    float: left;
    width: 200px;
    text-align: left;
    position: relative;
    top: 0px;
    left: 0px;
    word-break: break-word;
    max-height: 20px;
    margin: 0;
    padding: 4px 0px;
}
#intro_amazon_link a{
    display: block;
    float: left;
    width: 125px;
    color: #B55151;
    font-size: 14px;
    font-family: Calibri, sans-serif;
    background: url('../img/arrow_red.png') no-repeat;  
    background-position: 95px 2px;
}

/*--------------------intro_menu-*/
#intro_menu{
    margin: auto;
    margin-top: 30px;
    height: 127px;
    width: 800px;
/*    background: white;*/
}
#intro_menu ul{
    background: url("../img/intro_menu_divider.png") no-repeat;
    background-position: 0px 5px;
    float: left;
    width: 200px;
    height: 125px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width:236px;
}
#intro_menu ul li{
    list-style: none;
    height: 34px;
    width: 236px;
    margin: 1px 0 11px 8px;
}
#intro_menu ul li:hover{
  /*background: white;
    opacity: 0.5;*/
    background: url("../img/back.png") repeat;
    box-shadow: 0px 0px 22px -7px grey;
}
#intro_menu ul li a{
    display: block;
    font-family: Calibri;
    font-size: 14px;
    color: #383838;
    padding: 0px 0px 0px 40px;
    background: url("../img/arrow_black.png") no-repeat;
    background-position: 11px 11px;
    line-height: 35px;
}
#intro_menu ul li a:hover{
     background: url("../img/arrow_red.png") no-repeat;
     background-position: 11px 11px;
     color: #b55151;
}
#menul_1{}
#menul_2{
    margin-left: 39px ;
}
#menul_3{
    margin-left: 45px ;
}

/*-----------------contact---*/
#contact_wrap{}

#contact_info{
    float: left;
    width: 315px;
}
#contact_form{
    float: left;
    width: 645px;
}

#contact_info h3, #contact_form h3{
    font-family: "ProximaNova-Regular",sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #bd6766;
/*    margin: 27px 0px 28px 17px;*/
    margin: 27px 0px 28px 6px;
}
#contact_form h3{
    margin-left: 49px;
}

#contact_info table{
    /*padding: 4px 14px;*/
    padding: 4px 6px;
}
#contact_info table td, #contact_info p{
    font-family: "ProximaNova-Regular",Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
    vertical-align: top;
}
#contact_info p{
    font-family: "ProximaNova-Regular",Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
    margin: 0px;
    padding: 4px 0px;
}
#contact_info p span:last-child{
    padding-left: 10px; 
}
.conttable_space{
    width: 14px;
}
.conttable_vspace{
    height: 4px;
}

#contact_form form{
  padding: 3px 0 0 50px;  
}
#contact_form form input[type='text']{
    width: 282px;
    height: 25px;
    background: transparent;
    border:none;
    border-bottom: 2px solid #727272;
    
    color: #383838;
    font-family: Calibri;
    font-size: 14px;
}
#usr_email{
    margin-left: 10px;
}
#contact_form form textarea{
    background: url("../img/textarea_back.png") repeat-y;
    border: medium none;
    height: 132px;
    height: 135px;
    width: 574px;
    margin: 37px 0px 30px 0px;
    line-height: 33px;
    overflow: hidden;
    resize: none;              /*no resize, deel with it*/
    /*
    font-family: "ProximaNova-Regular",sans-serif;
    color: #727272;
    */
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    
    color: #383838;
}
#usr_code{
    float: right;
    height: 30px !important;
    margin-right: 20px;
}
#captcha{
    -webkit-box-shadow: 0px 0px 20px -4px #727272;
    -moz-box-shadow: 0px 0px 20px -4px #727272;
    box-shadow: 0px 0px 20px -4px #727272;
    width: 106px;
    height: 34px;
    float: left;
    background: #FFF;
    position: relative;
    left: 160px;
    cursor: none;  /*yeah,like it'll stop you*/
}
#captcha p{
    margin: 7px 25px;
}
#usr_submit{
    color: #FFF;
    background-color: #B45151;
    border: none;
    float: right;
    width: 136px;
    height: 39px;
    margin: 40px 20px 0px 0px;
    font-family: Calibri;
    font-size: 16px;
}

.contact_logo{
    padding-bottom: 15px;
    position: relative;
    left: -7px;
}
.cont_headline{
    color:#BD6766 !important;
    text-transform: uppercase !important;
    font-size: 16px;
}
#second_cont{
    padding-top: 30px;
}

/*.placeholder { 
    color: #aaa; 
    color: #383838;
}
::-webkit-input-placeholder {  WebKit browsers 
    color: #383838;
}
:-moz-placeholder {  Mozilla Firefox 4 to 18 
    color: #383838;
}
::-moz-placeholder {  Mozilla Firefox 19+ 
    color: #383838;
}*/
/*-----------------------------------history---*/
#history_wrap{}

#history_left,
#history_right{
    float: left;
}
#history_left{
    width: 315px;
}
#history_left img{
    padding: 14px 0px 0px 12px;
}
    
#history_right{
/*    width: 645px;*/
    width: 635px;
    max-height: 690px;
}
#history_text_wrap{
    width: 610px ;
    height: 625px;
    padding: 8px 0px 0px 10px !important;
}
#history_text_wrap .jspContainer{
/*    height: 832px;
    padding-left: 18px;
    width: 610px !important;*/
}
#hist_text{
    width: 590px;
    margin-bottom: 30px;
    
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
}
#hist_text h4{
    font-family: "RemachineScript",sans-serif;
    font-size: 18px;
    margin: 0px;
    position: relative;
    color: #B45151;
    padding-bottom: 30px;
}
#history_text_wrap p{
    margin: 0px;
}

.hist_txt_normal{
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
}
.hist_txt_red{
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #B45050;
}
.hist_txt_headline{
    font-family:RemachineScript,sans-serif;
    font-size: 34px;
    color: #B45050;
}
/*#history_right .jspContainer,
#history_right .jspPane{
    width: 645px;
    height: 690px;
}*/

/*------------------press-------------------------*/
#press_wrap{
    width: 975px;
    min-height: 581px; /*690*/
    position: relative;
    right: 5px;
}
.press_single_article{
    /*width: 469px;
        height: 120px;*/
    width: 487px;
    height: 133px;
    background: url("../img/press_back.png") no-repeat;
    position: relative;
    float: left;
    margin-top: 10px;
}
.press_single_article img{
    width: 148px;
    height: 97px;
    padding: 17px 10px 11px 20px;
    float: left;
}
.press_single_article a{
    font-family: Calibri;
    font-size: 14px;
    color:#383838;
    display: block;
    padding: 50px 0px 35px 0px;
    height: 40px;
}
.press_single_article a:hover{
    color:#B45151;
    text-decoration: underline;
}
/*----galleries-----*/
.gal_wrap{
    left: 5px;
    position: relative;
    /*top: 20px;*/
}
.gallery_circle{
    height: 270px;
    width: 270px;
    background: url("../img/gallery_circle.png") no-repeat;
    float: left;
    margin: 18px 25px;
}
.gallery_circle div{
    padding: 57px 0px 0px 30px;
    width: 210px;
    height: 155px;
    display: table-cell;
    vertical-align: middle;
}
.gallery_circle div a{
    text-align: center;
    font-family: "RemachineScript",sans-serif;
    color: #383838;
    font-size: 34px;
    display: block;
    text-decoration: none;
    max-width: 210px;
}
.gallery_circle div a:hover{
    color:#B45050;
}
.gallery_back_btn{
    display: block;
    width: 103px;
    height: 39px;
    background: #B55151;
    color: #FFF;
    float: right;
    position: relative;
    top: 30px;
    right: 20px;
}
.gallery_back_btn span{
    color: #FFF;
    padding: 10px 39px;
    position: relative;
    top: 10px;
    font-size: 14px;
    font-family: Calibri;
}

.method_wrap{
    left: 5px;
    position: relative;
    /*top: 20px;*/
}
.method_single_video{
    width: 125px;
    height: 232px;
    float: left;
    margin: 5px;
    position: relative;
}
.method_single_video span{
    display: block;
    width: 125px;
    position: relative;
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
    text-transform: capitalize;
    word-wrap: break-word;
}
.method_single_video a{
    width: 125px;
    height: 125px;
    margin: 0px !important;
    position: relative;
    background-color: #000;
    display: block;
    float: none !important;
}

/*------new gallery ------------*/
.gallery_tabs{
    height: 30px;
    margin-bottom: 40px; 
}
.gallery_tabs a{
    font-family: "RemachineScript",sans-serif;
    font-size: 25px;
    padding-right: 20px;
    color:#727272;
}
.gallery_tabs a:hover,
.selected{
    color:#B45151 !important;
}
.gallery_pictures{
    height: 570px; 
}
.gallery_pictures a{
    width: 125px;
    height: 125px;
    float: left;
    margin: 5px;
    /*border: 1px solid #FFF;*/
    position: relative;
    background-color: #000;
    display: block;
}

.gallery_pictures a img {
    /*display: block;*/
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.gallery_with_text{
    /*min-height: 540px;*/ 
    min-height: 405px;
    padding-bottom: 15px;
}
.gallery_with_text a{
    width: 125px;
    height: 125px;
    float: left;
    margin: 5px;
    /*border: 1px solid #FFF;*/
    position: relative;
    background-color: #000;
    display: block;
}

.gallery_with_text a img {
    /*display: block;*/
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.video_gal{
    width: 96%;
    position: relative;
    left: 20px;
}
.video_gal a{
    width: 160px !important;
    height: 120px !important;
    margin: 15px 11px !important;
}
.gal_wrap h4{
    font-family: "RemachineScript",sans-serif;
    font-size: 30px;
    margin: 0px;
    position: relative;
    color: #B45151;
    padding-bottom: 15px;
    font-weight: normal;
}

/*-----photo gallery view------*/
.photo_view_wrap h3,
.video_view_wrap h3{
    text-align: center;
    font-family: "RemachineScript",sans-serif;
    font-size: 35px;
    margin: 0px;
    position: relative;
    color: #B45151;
    padding-bottom: 50px;
}
/*-----video galley view-----*/
#video_carousel{
    width: 750px;
    height: 450px;
    padding: 0px 0px 0px 105px;
}
/*----water wheel-----*/
#carousel {
    width: 960px;
    height: 450px;
    position: relative;
    /*top: 50px;*/
}
#carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
}

/*---roundabout---*/
/*.roundabout-holder {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 450px;
    width: 950px;
}
.roundabout-moveable-item {
    height: 458px;
    width: 478px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #999;
}
.roundabout-in-focus {
    cursor: auto;
}*/

/*-------pages--------*/
#page_wrap{
    height: 690px;
}
.page_insides{
    width: 900px;
}
.page_insides h4{
/*    text-align: center;*/
    font-family: "RemachineScript",sans-serif;
    font-size: 18px;
    margin: 0px;
    position: relative;
    color: #B45151;
    padding-bottom: 30px;
}
.page_text{
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
}
.page_text a{
    color:#727272;
    text-decoration: underline;
}
.page_text a:hover{
    color:#B45151;
}
.page_insides h4, .page_text{
    padding-left: 30px;
}

.video_page{
    padding-bottom: 35px;
}
.video_page h4,
.video_page .page_text{
    padding-left: 10px !important;
}

.page_personal_link{
    background: url("../img/page_links.png") no-repeat;
    background-position: 0px 2px;
    height: 20px;
    padding: 2px 0px 4px 0px;
}
.page_facebook_link{
    background: url("../img/page_links.png") no-repeat;
    background-position: 0px -23px;
    height: 20px;
    padding: 2px 0px 2px 0px;
}
.page_facebook_link a,
.page_personal_link a{
    color: #B45050 !important;
    padding-left: 20px;
}
.page_facebook_link a:hover,
.page_personal_link a:hover{
    text-decoration: underline;
}

/*-------social buttons-----*/
#soc_btn{
    width: 205px;
    height: 50px;
    position: relative;
}
#soc_btn a{
    width: 50px;
    height: 50px;
    opacity: 0.5;
    display: block;
    float: left;
    background: url("../img/social_buttons.png") no-repeat;
}
#soc_btn a:hover{
    opacity: 1;
}
#soc_btn #mus_btn{
    /*background-position: 0px 0px;*/
    background-position: -56px 0px;
}
#soc_btn #fb_btn{
    /*background-position: -57px 0px;*/
    background-position: -112px 0px;
}
#soc_btn #twit_btn{
    /*background-position: -113px 0px;*/
    background-position: -168px 0px;
}
#soc_btn #tube_btn{
    /*background-position: -113px 0px;*/
    background-position: -218px 0px;
}
#soc_btn #flick_btn{
    /*background-position: -113px 0px;*/
    background-position: -271px 0px;
}
#page_soc_btn{
    width: 205px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 35px;
}
#intro_soc_btn{
    width: 205px;
    height: 50px;
    position: relative;
    left: -30px;
    top: 95px;
}

/*-------- bibliography ---------*/
#bibliography_wrap{
    height: 690px;
}
#bibliography_wrap h4{
    font-family: "RemachineScript",sans-serif;
    font-size: 30px;
    margin: 0px;
    position: relative;
    color: #B45151;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: normal;
}
#bibliography_inner_wrap{
    width: 98%;
    position: relative;
    left: 30px;
}
.single_album{
    width: 265px;
    height: 390px;
    background: url("../img/bibliography_back.png") no-repeat;
    float: left;
    margin: 0px 40px 40px 0px;
}
.single_album a{
    width: 242px;
    height: 370px;
    display: block;
    margin: 11px 0px 12px 12px;
}
.single_album a img{
    width: 240px;
    height: 365px;
}
.clearFloat {
    clear: both;
    height: 0px;
    line-height: 0px;
}