/*==============================================================================
* ===================================== FONTS ==================================
==============================================================================*/
@font-face {
    font-family: 'aka-acid-typogroteskregular';
    src: url('../fonts/actypogrotesk/actypogrotesk-webfont.eot');
    src: url('../fonts/actypogrotesk/actypogrotesk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/actypogrotesk/actypogrotesk-webfont.woff2') format('woff2'),
         url('../fonts/actypogrotesk/actypogrotesk-webfont.woff') format('woff'),
         url('../fonts/actypogrotesk/actypogrotesk-webfont.ttf') format('truetype'),
         url('../fonts/actypogrotesk/actypogrotesk-webfont.svg#aka-acid-typogroteskregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova/proximanova-light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font{
	font-family: 'aka-acid-typogroteskregular';
}

p{
    font-family: 'aka-acid-typogroteskregular';
    margin-bottom:20px;
    text-justify: distribute;
}

/*==============================================================================
* ================================ GLOBAL STYLES ===============================
==============================================================================*/

*{
	padding:0;
	margin:0;
	letter-spacing:2px;
}

html, body
{
    width:100%;
	height:100%;
}

#mynoscroll{
    overflow: hidden !important;
}

#myscroll{
    overflow-y: scroll !important;
}

h1, h2, h3{
    font-weight: normal;
}

a{
    text-decoration: none;
}

img{
	border:none;
}

.inline{
	display:inline-block;
	*display:inline;
	zoom:1;
}

.left{
    float:left;
}

.right{
    float:right;
}

.cover{
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.center-top{
    background-position: center top;
}

.bottom{
    background-position: center bottom;
}

.center{
    background-position: center center;
}

.olive{
    background-position:39%;
}

/*...............................colors.......................................*/
.black{
	color:#000000;
}

.white{
	color:#ffffff;
}

/*...............................text-centering...............................*/
.div-center{
    margin-left:auto;
    margin-right:auto;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

/*...............................navigation...................................*/
nav{
	padding-right:100px;
}

nav ul{
	list-style:none;
}

nav ul li{
	line-height:35px;
    padding-left:15px;
    padding-right:15px;
	cursor:pointer;
}

nav ul li a:hover{
    color:#DCDCDC;
}

#menu-items{
    position:fixed;
    padding-top:5px;
    padding-bottom:5px;
    background-image: url('../media/backgrounds/dark_overlay2.png');
    top:40px;
    right:59px;
    padding-right:30px;
    padding-left:10px;
    display:none;
    z-index:9999;
    font-size:14px;
    opacity: 0.8;
}

#up-button{
    position:fixed;
    width:40px;
	height:40px;
    bottom:20px;
	right:45px;
	z-index:99999999;
	display:none;
	cursor:pointer;
}

.up-btn{
	position:fixed;
	width:40px;
	height:40px;
    bottom:20px;
	right:45px;
	z-index:99999999;
	display:none;
	cursor:pointer;
}

/*...............................Menu button..................................*/
#burger{
    position:fixed;
    z-index:999999;
    background-color: #f0f2f3;
    width:45px;
    height:45px;
    right:40px;
    top:40px;
    cursor:pointer;
    border-radius:100px;
}

#burger img{
    width:100%;
}

#x-icon{
    display:none;
}

#menu-tag{
    display:none;
    position:fixed;
    top:40px;
    height:35px;
    line-height:35px;
    right:59px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:25px;
    padding-right:40px;
    background-image: url('../media/backgrounds/dark_overlay2.png');
    z-index:9999;
    font-size:14px;
    opacity: 0.8;
}

/*==============================================================================
* ========================= PARALLAX ===========================================
==============================================================================*/
.cont{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}

.overlay123{
	position:absolute;
	width:100%;
    height:100%;
    z-index:999;
	background-image: url('../media/backgrounds/dark_overlay.png');
}

.overlay1234{
	position:absolute;
	width:100%;
    height:100%;
    z-index:999;
	background-image: url('../media/backgrounds/dark_overlay2.png');
}

/*...............................Parallax Section Titles......................*/
.title-cont{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:50%;
	margin-top:-60px;
}

#logo-cont{
    margin-top:-90.475px;
}

#logo{
    width:650px;
    z-index:9999999;
}

.title{
    opacity:0.8;
	font-size:100px;
	font-weight: 200;
    width:auto;
}

.title a{
    padding:10px;
}

.title a:hover{
    background-image: url('../media/backgrounds/dark_overlay2.png');
    border-radius: 5px;
}

.rlt-container{
	position:relative;
	width:100%;
	height:100%;
    display:block;
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -moz-transform .5s ease-out; /*Scaling effect for mobile devices*/
    -moz-transition: -webkit-transform .5s ease-out; /*Scaling effect for mobile devices*/
    -o-transition: -webkit-transform .5s ease-out; /*Scaling effect for mobile devices*/
    transition: -webkit-transform .5s ease-out; /*Scaling effect for mobile devices*/
}

/*........................Scaling effect for mobile devices...................*/
.scale{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*...............................Scrolldown Button............................*/
#scroll{
    position:absolute;
    bottom:20px;
    width:100%;
}

#scroll img{
    width:40px;
    height:auto;
    cursor:pointer;
}


/*==============================================================================
* ========================= OTHER PAGES ========================================
==============================================================================*/
#fxd-back{
    position:fixed;
    z-index:-1;
    width:100%;
    height:100%;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-image: url('../media/backgrounds/wall.jpg');
}

#all{
    position:relative;
    width:100%;
    min-height:100%;
}

#page-content{
    position:relative;
    margin-top:30px;
    width:60%;
    line-height:25px;
    padding-bottom:101.5px;
}

#pages-h1{
    font-size:30px;
    padding-top:45px;
}

#news-h2{
    font-size:18px;
    font-weight:bold;
    margin-top:35px;
}

#pages-h2{
    font-size: 20px;
    font-weight: normal;
}

#left{
    z-index:2;
    position:fixed;
    width:35%;
    height:100%;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.75);
}

#right{
    min-height:100%;
    position:relative;
    margin-left:35%;
    width:65%;
    z-index:1;
}

/*...............................Video Styles.................................*/

.video-wrap{
	width:67%;
    margin-bottom:40px;
}

.video{
	position: relative;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 50%;
	height:0;
	display:block;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

/*==============================================================================
* ========================= GALLERY STYLES =====================================
==============================================================================*/

#gallery-content{
    margin-top:40px;
    padding-bottom:101.5px;
}

.landscape{
    position:relative;
    width:67%;
    margin-bottom:40px;
}


.landscape img{
    width:100%;
}

.portrait{
    position:relative;
	width:32%;
	margin-bottom:40px;
}

.portrait img{
    width:100%;
}
/*==============================================================================
* ========================= NEWS STYLES ========================================
==============================================================================*/
.news-title{
	font-size:20px;
}

.news-text{
	margin-top:35px;
	display:block;
}

.text-area{
    margin-top:35px;
}

.bottom{
    margin-bottom:40px;
}

.news-text img{
    width:33%;
}

p .landscape{
    position:relative;
    width:100% !important;
    height:auto !important;
    margin-bottom:40px;
}


p .landscape img{
    width:100%;
}

p .portrait{
    position:relative;
	width:70%;
    margin-bottom:40px;
}

p .portrait img{
    width:100%;
}

/*==============================================================================
* ========================= CONTACT STYLES =====================================
==============================================================================*/
#contact-content{
    position:relative;
    margin-top:55px;
    width:60%;
    line-height:25px;
    padding-bottom:101.5px;
}

#map{
    width:20px;
    height:auto;
}

#map img{
    width:100%;
    height:auto;
    cursor:pointer;
}

#map img:hover{
    opacity: 0.8;
	-khtml-opacity: 0.8;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.contact{
    margin-top:20px;
    font-size:14px;
}

hr{
    width:50%;
    margin-top:20px;
}

.hover:hover{
    opacity: 0.6;
	-khtml-opacity: 0.6;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

/*==============================================================================
* ========================= FOOTER =============================================
==============================================================================*/
footer{
    position:absolute;
    width:100%;
    bottom:0;
}

.footer-img{
	width:20px;
	height:auto;
	padding:20px 15px 10px 15px;
	cursor:pointer;
}

.footer-img:hover{
    opacity: 0.8;
	-khtml-opacity: 0.8;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

footer a:hover{
    opacity: 0.8;
	-khtml-opacity: 0.8;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

#development{
    font-family: 'proxima_novalight';
    font-size:10px;
	letter-spacing: 3px;
	padding-bottom:15px;
}
/*==============================================================================
* ========================= MEDIA QUERIES ======================================
==============================================================================*/

@media only screen and (max-width: 1024px){

    #logo-cont{
        margin-top:-76.5px;
    }

    #logo{
        width:550px;
    }

    #page-content{
        width:70%;
        font-size:14px;
    }

    #contact-content{
        width:70%;
        font-size:14px;
    }

    #scroll img{
        width:30px;
        height:auto;
    }

    .up-btn{
        width:30px;
        height:auto;
    }

    #menu-items{
        font-size:12px;
    }

    #menu-tag{
        font-size:12px;
    }

}

@media only screen and (max-width: 768px) {

    #logo-cont{
        margin-top:-63px;
    }

    #logo{
        width:450px;
    }
}



@media all and (orientation:landscape) {
    #left{
        width:35%;
        height:100% !important;
    }

    #right{
        width:65%;
        margin-left:35%;
        padding-top:0px !important;
    }
}

@media all and (orientation:portrait) {
    #left{
        top:0;
        width:100%;
        height:30vh;
    }

    #right{
        margin-left:0;
        width:100%;
        padding-top:0px;
        min-height:70%;
        margin-top:30vh;
    }

    #page-content{
        width:90%;
        margin-top:20px;
    }

    #contact-content{
        width:90%;
        margin-top:60px;
    }

}

@media only screen and (max-width: 736px) and (orientation : landscape){

    .title{
        font-size:60px;
    }

    #logo{
        width:400px;
    }

    #logo-cont{
        margin-top:-56.5px;
    }

}

@media only screen and (max-width: 600px){
    #contact-content{
        width:90%;
        margin-top:40px;
    }

    #burger{
        width:45px;
        height:45px;
        right:20px;
        top:20px;
    }

    .up-btn{
        right:20px;
    }

    #menu-items{
        right:39px;
        top:20px;
        font-size:10px;
    }

    nav ul li{
        padding-left:10px;
        padding-right:10px;
    }

    #menu-tag{
        top:20px;
        right:39px;
        padding-right:45px;
        font-size:12px;
    }

    #pages-h1{
        line-height:45px;
        padding-top:20px;
    }

    #gallery-content{
        margin-top:20px;
    }

    #page-content{
        width:90%;
        margin-top:10px;
    }

}

@media only screen and (max-width: 500px){

    #logo-cont{
        margin-top:-49.5px;
    }

    #logo{
        width:350px;
    }

    #pages-h1{
        font-size:24px;
    }

    .video-wrap{
    	width:90%;
    }

    .landscape{
		width:90%;
	}

	.portrait{
		width:80%;
	}
}

@media only screen and (max-width: 470px){
    #menu-items{
        top:0;
        width:100%;
        padding-left: 0;
        padding-right: 0;
        right:0;
        left:0;
        text-align: center;
    }

    nav ul li{
        width:100%;
        padding-left:0;
        padding-right:0;
        padding-top:10px;
        padding-bottom:10px;
    }
}

@media only screen and (max-width:470px) and (max-height:350px){
    #menu-items{
        height:100%;
        overflow-y:scroll;
    }
}

@media only screen and (max-width: 450px){
    .title{
        font-size:65px;
    }

    .title-cont{
        margin-top:-39px;
    }

    #scroll img{
        width:20px;
        height:auto;
    }

    .up-btn{
        width:20px;
        height:auto;
    }

}

@media only screen and (max-width: 400px){

    #logo-cont{
        margin-top:-40px;
    }

    #logo{
        width:280px;
    }

}
