/* monte mobile css */


@font-face {
	font-family: 'monte_font';
    src: url('dinmittelschriftstd-webfont.eot');
    src: url('dinmittelschriftstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('dinmittelschriftstd-webfont.woff') format('woff'),
         url('dinmittelschriftstd-webfont.ttf') format('truetype'),
         url('dinmittelschriftstd-webfont.svg#DINMittelschriftStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monte_font_thin';
    src: url('pfdindisplaypro-thin-webfont.eot');
    src: url('pfdindisplaypro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdindisplaypro-thin-webfont.woff') format('woff'),
         url('pfdindisplaypro-thin-webfont.ttf') format('truetype'),
         url('pfdindisplaypro-thin-webfont.svg#PFDinDisplayProThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
    height: 100%;
    
}

body {
    background-color: #000;
    font-family: monte_font;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.page {
    width: 665px;
    position: absolute;
    left: 50%;
    margin-left: -333px;
}

.ribs {
    width: 100%;
}

.rib {
    margin-top: -18px;
    width: 666px;
    height: 84px;
    opacity: 0.9;
    background-image: url(../images/mobile/rib.png);
}

.button {
    font-size: 48px;
    color: #fff;
    width: 100%;
    height: 0px;
    text-align: center;
    cursor: pointer;    
    text-shadow: 1px 1px 5px #000;
    padding-top: 20px;
}

.button.selected {
    color: #C0C0C0;
}

.gore {
    width: 666px;
    height: 329px;
    margin-left: 15px;
    opacity: 0.9;
    background-image: url(../images/mobile/gore.png);
}

.dolu {
    width: 601px;
    height: 291px;
    margin-left: 44px;
    margin-top: -19px;
    opacity: 0.9;
    background-image: url(../images/mobile/dolu.png);
}

.content {
    width: 570px;
    height: 0px;
    margin-left: 60px;
    margin-bottom: -14px;
    margin-top: -15px;
}


/* pages */

.custom_page {
    height: 100%;
    width: 100%;
}


/* news */

.news {
    background-image: url('../images/gradient_menu.png');
    background-repeat: repeat-y;
    width: 450px;
    position: relative;
    top: 60px;
    height: 510px;
    margin-left: 60px;
    overflow: hidden;
    color: #fff;
    float: left;
}

.news .title_holder {
    background-image: url('../images/gradient_menu.png');
    width: 100%;
    height: 35px;
}


.news .title_holder .news_title {
    padding-left: 5px;
}

.news .title_holder .news_date {
    font-family: monte_font_thin;
    font-size: 10px;    
    padding-left: 5px;
    letter-spacing: 2px;
}

.news .news_text {
    font-size: 13px;
    padding-left: 10px;
}

.news .news_image {
    width: 150px;
    padding-left: 140px;
    clear: both;
    display: block;
}

.news_holder .arrow {
    height: 615px;
    width: 37px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.news_holder .arrow.holder_left {
    float: left;
    cursor: default;
    margin-left: -37px;
}

.news_holder .arrow.holder_right {
    float: right;
    cursor: default;
    margin-right: -37px;
}

.news_holder .arrow.left {
    float: left;
    background-image: url(../images/mobile/news_arrow_left.png);
    margin-left: -37px;
}
.news_holder .arrow.right {    
    float: right;
    background-image: url(../images/mobile/news_arrow_right.png);
    margin-right: -42px;
}

.news_video_player {
    width: 100%;
    height: 250px;
}
/* galleries */

.galleries {
    height: 100%;
    width: 100%;
    
    background-image: url(../images/mobile/objects.png); 
}

.galleries_menu {
    padding-top: 10px;
    margin-left: 137px;
}

.gallery_button {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    /*font-family: monte_font_thin;*/
}

.gallery {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gallery .title {
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    /*font-family: monte_font_thin;*/
    text-transform: uppercase;
    color: #fff;
    background-image: url(../images/gradient_menu.png);
}

.gallery_arrow {
    width: 47px;
    height: 190px;
    margin-top: 68px;
    cursor: pointer;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.gallery_arrow.holder_left {
    float: left;
}

.gallery_arrow.holder_right {
    float: right;
}

.gallery_arrow.right {
    background-image: url(../images/mobile/arrow_right.png); 
    float: right;
    margin-right: -47px;
}

.picture {
    float: left;
}

.gallery_arrow.left {
    background-image: url(../images/mobile/arrow_left.png); 
    float: left;
    margin-left: -47px;
}

/* contacts */
.contact_buttons {
    padding-top: 260px;
}

.contact_buttons div {
    height: 69px;
    width: 68px;
    cursor: pointer;
    float: left;
    margin-left: 60px;
}

.contact_buttons .tweet {
    background-image: url(../images/mobile/tweet.png);
}
.contact_buttons .fb {
    background-image: url(../images/mobile/fb.png);
}
.contact_buttons .m3 {
    background-image: url(../images/mobile/3m.png);
}
.contact_buttons .mail {
    background-image: url(../images/mobile/mail.png);
}

/* bio */

.bio_small_text {
    color: #fff;
    padding-top: 15px;
    /*font-size: 10px;*/
}


.bio_small_text .title{
    text-align: center;
    font-size: 25px;
}

.bio_small_text .text {
    font-family: monte_font_thin;
    font-size: 15px;
    padding-top: 5px;
    text-align: center;
}

.bio_big_text table tbody tr >:first-child{
    width: 45px !important;
}
.bio_big_text table tbody td span {
    color: #fff !important;
}

.bio_big_text table tbody {
    line-height: 20px !important;
}

.bio_big_text {
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 10px;
    width: 500px;
}

/* video */
.video {
    width: 550px;
    height: 380px;
    padding-top: 5px;
    margin-left: 10px;
}